summaryrefslogtreecommitdiffstats
path: root/pttbbs/staticweb/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'pttbbs/staticweb/styles.css')
-rw-r--r--pttbbs/staticweb/styles.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/pttbbs/staticweb/styles.css b/pttbbs/staticweb/styles.css
new file mode 100644
index 00000000..87382c7b
--- /dev/null
+++ b/pttbbs/staticweb/styles.css
@@ -0,0 +1,20 @@
+#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;
+ font-family: ²Ó©úÅé;
+} \ No newline at end of file