summaryrefslogtreecommitdiff
path: root/contrib/www/2012/style.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-22 01:45:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-22 01:45:14 +0200
commite4b6f1889e057ea210bc0578e3e8c0792ef5b277 (patch)
treef39c3fc22007c0ff0fed41384b304efd779f7d52 /contrib/www/2012/style.css
parentfixed install script for hls (diff)
added sample www scripts
Diffstat (limited to 'contrib/www/2012/style.css')
-rw-r--r--contrib/www/2012/style.css50
1 files changed, 50 insertions, 0 deletions
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;
+}