From fc8b2f454c143afe6358ff8e811d915dd19c85e3 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 3 Jul 2003 12:39:05 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1007 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- staticweb/styles.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 staticweb/styles.css (limited to 'staticweb/styles.css') 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 -- cgit v1.2.3