summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-12 23:18:03 +0100
committerneoraider <devnull@localhost>2006-01-12 23:18:03 +0100
commitecb8233cd7e9fbacd7614028115161565e841d87 (patch)
treed99bda8ce61f34a158470ff23e3da7c678f5a705 /styles
parent73d5e907a797e976e59f328d4f2fd0b8bfcebde6 (diff)
downloadneon-ecb8233cd7e9fbacd7614028115161565e841d87.tar
neon-ecb8233cd7e9fbacd7614028115161565e841d87.zip
Die Navigationsleiste ist jetzt eingebaut. Viele Bugs wurden gel?st und einiges ?berarbeitet.
Diffstat (limited to 'styles')
-rw-r--r--styles/GreenGrid/style.css24
1 files changed, 18 insertions, 6 deletions
diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css
index 87aede7..1a702ac 100644
--- a/styles/GreenGrid/style.css
+++ b/styles/GreenGrid/style.css
@@ -32,28 +32,40 @@ input, textarea, select {
div#content {
text-align:justify;
padding:0.8em;
+ margin-left:12em;
background-color:#000000;
border:solid #008000 1px;
}
div#nav {
+ position:absolute;
width:9.40em;
padding:0 0.8em;
border:solid #008000 1px;
background-color:#000000;
}
-.nav_cat {
+div#nav ul {
+ padding-left:0;
+ margin-top:0;
+ margin-bottom:1em;
+}
+
+div#nav ul li {
text-align:center;
font-weight:bold;
+ list-style-type:none;
}
-.error {
- color:#FF0000;
+div#nav ul li ul li {
+ text-align:left;
+ font-weight:normal;
}
+div#nav ul li ul li ul {
+ padding-left:0.8em;
+}
-.neon_head {
- font-weight:bold;
- font-size:1.5em;
+.error {
+ color:#FF0000;
}