syntaxhighlighting im vi erleichtert (ja, auch vi braucht das manchmal)
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 26 Jan 2007 13:37:17 +0000 (13:37 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 26 Jan 2007 13:37:17 +0000 (13:37 +0000)
css/menuv3.css

index 1ad8d06..72d4e12 100644 (file)
@@ -2,7 +2,7 @@ body {
 behavior:url("css/csshover.htc");\r
 }\r
 \r
-#menu{\r
+#menu {\r
 width:100%;\r
 float:left;\r
 background:url(../image/bg_css_menu.png) repeat 100% 100%;\r
@@ -22,33 +22,33 @@ margin:0;
 padding:1px 0 1px 3px;\r
 }\r
 \r
-#menu h2{\r
+#menu h2 {\r
 color:#fff;\r
 background:#000 url(../image/bg_css_menu.png) repeat 100% 100%;\r
 }\r
 \r
-#menu a{\r
+#menu a {\r
 background:#eee;\r
 text-decoration:none;\r
 border-width:1px;\r
 padding-right:10px;\r
 }\r
 \r
-#menu a, #menu a:visited{\r
+#menu a, #menu a:visited {\r
 color:#000;\r
 }\r
 \r
-#menu a:hover{\r
+#menu a:hover {\r
 color:#a00;\r
 background:#ddd;\r
 }\r
 \r
-#menu a:active{\r
+#menu a:active {\r
 color:#060;\r
 background:#ccc;\r
 }\r
 \r
-#menu ul{\r
+#menu ul {\r
 list-style:none;\r
 margin:0;\r
 padding:0;\r
@@ -56,18 +56,18 @@ float:left;
 min-width:7em;\r
 }\r
 \r
-#menu li{\r
+#menu li {\r
 position:relative;\r
 }\r
 \r
-#menu ul ul{\r
+#menu ul ul {\r
 position:absolute;\r
 z-index:500;\r
 top:auto;\r
 display:none;\r
 }\r
 \r
-#menu ul ul ul{\r
+#menu ul ul ul {\r
 top:0;\r
 left:100%;\r
 }\r
@@ -80,12 +80,12 @@ older version of csshover.htc - V1.21.041022. It
 improves IE's performance speed to use the older\r
 file and this method */\r
 \r
-div#menu h2:hover{\r
+div#menu h2:hover {\r
 background:#A3C5FF url(../image/expand3.gif) no-repeat -999px -9999px;\r
 color:#a00;\r
 }\r
 \r
-div#menu li:hover{\r
+div#menu li:hover {\r
 cursor:pointer;\r
 z-index:100;\r
 }\r
@@ -106,24 +106,24 @@ div#menu li li li li:hover ul
 \r
 /* Styling for Expand */\r
 \r
-#menu a.x, #menu a.x:visited{\r
+#menu a.x, #menu a.x:visited {\r
 /*font-weight:bold;*/\r
 color:#000;\r
 background:#eee url(../image/right.gif) no-repeat 100% 50%;\r
 border-width:1px;\r
 }\r
 \r
-#menu a.x:hover{\r
+#menu a.x:hover {\r
 color:#fff;\r
 background-color:#000;\r
 }\r
 \r
-#menu a.x:active{\r
+#menu a.x:active {\r
 color:#060;\r
 background-color:#ccc;\r
 }\r
 \r
-#menu div.x, #menu div.x:visited{\r
+#menu div.x, #menu div.x:visited {\r
 /*font-weight:bold;*/\r
 border-width:1px;\r
 color:#000;\r
@@ -131,12 +131,12 @@ background:#eee url(../image/right.gif) no-repeat 100% 50%;
 padding-right:10px;\r
 }\r
 \r
-#menu div.x:hover{\r
+#menu div.x:hover {\r
 color:#a00;\r
 background-color:#ddd;\r
 }\r
 \r
-#menu div.x:active{\r
+#menu div.x:active {\r
 color:#060;\r
 background-color:#ccc;\r
 }\r