summaryrefslogtreecommitdiff
path: root/contrib/www/2012/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/www/2012/style.css')
-rw-r--r--contrib/www/2012/style.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/contrib/www/2012/style.css b/contrib/www/2012/style.css
deleted file mode 100644
index bc8919a..0000000
--- a/contrib/www/2012/style.css
+++ /dev/null
@@ -1,50 +0,0 @@
-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 0.7em;
-}
-
-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 0.5em;
-}