From e4b6f1889e057ea210bc0578e3e8c0792ef5b277 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 22 Oct 2012 01:45:14 +0200 Subject: added sample www scripts --- contrib/www/2012/style.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 contrib/www/2012/style.css (limited to 'contrib/www/2012/style.css') diff --git a/contrib/www/2012/style.css b/contrib/www/2012/style.css new file mode 100644 index 0000000..299df44 --- /dev/null +++ b/contrib/www/2012/style.css @@ -0,0 +1,50 @@ +body { + background-color: #FFFFFF; + font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial; + text-align: center; +} + +h1 { + letter-spacing: -1px; + color: #2D5AC3; + font-weight: normal; + font-size: 1.7em; +} + +h2 { + letter-spacing: -1px; + font-weight: bold; + font-size: 1.2em; + text-align: left; +} + +table#header +{ + background-color: #333333; +} + +td { + padding: 0.5em 1em; +} + +td span { + color: #FFFFFF; +} + +td span a { + color: #AAAAAA; + font-size: 0.8em; + text-decoration: none; +} + +td span a:hover { + text-decoration: underline; +} + +td span.selected { + font-weight: bold; +} + +table#footer td { + padding: 0.3em 1em; +} -- cgit v1.2.3