From ecb8233cd7e9fbacd7614028115161565e841d87 Mon Sep 17 00:00:00 2001 From: neoraider Date: Thu, 12 Jan 2006 22:18:03 +0000 Subject: Die Navigationsleiste ist jetzt eingebaut. Viele Bugs wurden gel?st und einiges ?berarbeitet. --- styles/GreenGrid/style.css | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'styles') 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; } -- cgit v1.2.3