summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-06 14:10:03 +0100
committerneoraider <devnull@localhost>2006-01-06 14:10:03 +0100
commita89ac4fda6c7cab6cace4078491c29f215213ab2 (patch)
tree9f53ea434c2ffe1cb625aec798ff13f873731e7d /styles
downloadneon-a89ac4fda6c7cab6cace4078491c29f215213ab2.tar
neon-a89ac4fda6c7cab6cace4078491c29f215213ab2.zip
Diffstat (limited to 'styles')
-rw-r--r--styles/GreenGrid/Grid.gifbin0 -> 206 bytes
-rw-r--r--styles/GreenGrid/style.css59
2 files changed, 59 insertions, 0 deletions
diff --git a/styles/GreenGrid/Grid.gif b/styles/GreenGrid/Grid.gif
new file mode 100644
index 0000000..c029f93
--- /dev/null
+++ b/styles/GreenGrid/Grid.gif
Binary files 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;
+}