summaryrefslogtreecommitdiffstats
path: root/staticweb/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'staticweb/styles.css')
-rw-r--r--staticweb/styles.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/staticweb/styles.css b/staticweb/styles.css
new file mode 100644
index 00000000..973c6ec7
--- /dev/null
+++ b/staticweb/styles.css
@@ -0,0 +1,19 @@
+#banner {
+ font-family: georgia, verdana, arial, sans-serif;
+ color: #FFFFFF;
+ font-size: 20px;
+ font-weight: bold;
+
+ padding: 8px 8px 8px 8px;
+ border: none;
+}
+
+A:link {color: #FFFFFF; text-decoration:none;}
+A:active {color: #CCFFCC; text-decoration:none;}
+A:visited {color: #FFFFCC; text-decoration:none;}
+A:hover {background: #555555;}
+
+body {
+ background: #000000;
+ color: #FFFFFF;
+} \ No newline at end of file