Revision d04a3724
Von Sven Schöling vor fast 18 Jahren hinzugefügt
css/menuv3.css | ||
---|---|---|
6 | 6 |
width:100%; |
7 | 7 |
float:left; |
8 | 8 |
background:url(../image/bg_css_menu.png) repeat 100% 100%; |
9 |
border-right-width:1px; |
|
10 |
border-top-width:1px; |
|
11 |
border-bottom-width:1px; |
|
12 |
border-left-width:0px; |
|
9 |
border-width:1px 0 1px 1px; |
|
13 | 10 |
border-style:solid; |
14 | 11 |
border-color:#ccc #888 #555 #bbb; |
15 | 12 |
} |
... | ... | |
17 | 14 |
#menu a, #menu h2, #menu div.x { |
18 | 15 |
font:11px/16px arial,helvetica,sans-serif; |
19 | 16 |
display:block; |
20 |
border-right-width:1px; |
|
21 |
border-left-width:0px; |
|
22 |
border-top-width:0px; |
|
23 |
border-bottom-width:0px; |
|
17 |
border-width:0 1px 0 0; |
|
24 | 18 |
border-style:solid; |
25 | 19 |
border-color:#ccc #888 #555 #bbb; |
26 | 20 |
white-space:nowrap; |
... | ... | |
37 | 31 |
background:#eee; |
38 | 32 |
text-decoration:none; |
39 | 33 |
border-width:1px; |
40 |
padding:2px;
|
|
34 |
padding-right:10px;
|
|
41 | 35 |
} |
42 | 36 |
|
43 | 37 |
#menu a, #menu a:visited{ |
... | ... | |
115 | 109 |
#menu a.x, #menu a.x:visited{ |
116 | 110 |
/*font-weight:bold;*/ |
117 | 111 |
color:#000; |
118 |
background:#eee url(../image/right.png) no-repeat 100% 50%; |
|
112 |
background:#eee url(../image/right.gif) no-repeat 100% 50%; |
|
113 |
border-width:1px; |
|
119 | 114 |
} |
120 | 115 |
|
121 | 116 |
#menu a.x:hover{ |
122 | 117 |
color:#fff; |
123 |
background:#000; |
|
118 |
background-color:#000;
|
|
124 | 119 |
} |
125 | 120 |
|
126 | 121 |
#menu a.x:active{ |
127 | 122 |
color:#060; |
128 |
background:#ccc; |
|
123 |
background-color:#ccc;
|
|
129 | 124 |
} |
130 | 125 |
|
131 | 126 |
#menu div.x, #menu div.x:visited{ |
132 | 127 |
/*font-weight:bold;*/ |
128 |
border-width:1px; |
|
133 | 129 |
color:#000; |
134 |
background:#eee url(../image/right.png) no-repeat 100% 50%; |
|
130 |
background:#eee url(../image/right.gif) no-repeat 100% 50%; |
|
131 |
padding-right:10px; |
|
135 | 132 |
} |
136 | 133 |
|
137 | 134 |
#menu div.x:hover{ |
138 | 135 |
color:#a00; |
139 |
background:#ddd; |
|
136 |
background-color:#ddd;
|
|
140 | 137 |
} |
141 | 138 |
|
142 | 139 |
#menu div.x:active{ |
143 | 140 |
color:#060; |
144 |
background:#ccc; |
|
141 |
background-color:#ccc;
|
|
145 | 142 |
} |
Auch abrufbar als: Unified diff
anderes symbol (gif), padding gefixt