From a89ac4fda6c7cab6cace4078491c29f215213ab2 Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 6 Jan 2006 13:10:03 +0000 Subject: --- styles/GreenGrid/Grid.gif | Bin 0 -> 206 bytes styles/GreenGrid/style.css | 59 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 styles/GreenGrid/Grid.gif create mode 100644 styles/GreenGrid/style.css (limited to 'styles') diff --git a/styles/GreenGrid/Grid.gif b/styles/GreenGrid/Grid.gif new file mode 100644 index 0000000..c029f93 Binary files /dev/null and b/styles/GreenGrid/Grid.gif differ diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css new file mode 100644 index 0000000..87aede7 --- /dev/null +++ b/styles/GreenGrid/style.css @@ -0,0 +1,59 @@ +body { + color:#008000; + background:url(Grid.gif) #000000 repeat fixed; + font-family:Larabiefont, Westminster, Courier, monospace; +} + +a:link { + color:#008000; + text-decoration:none; +} +a:visited { + color:#008000; + text-decoration:none; +} +a:hover { + color:#008000; + text-decoration:underline; +} +a:active { + color:#008000; + text-decoration:underline; +} + +input, textarea, select { + color:#008000; + background-color:#002000; + border:solid #008000 1px; + font-family:Larabiefont, Westminster, Courier, monospace; +} + + +div#content { + text-align:justify; + padding:0.8em; + background-color:#000000; + border:solid #008000 1px; +} + +div#nav { + width:9.40em; + padding:0 0.8em; + border:solid #008000 1px; + background-color:#000000; +} + +.nav_cat { + text-align:center; + font-weight:bold; +} + +.error { + color:#FF0000; +} + + +.neon_head { + font-weight:bold; + font-size:1.5em; +} -- cgit v1.2.3