Line | |
---|
1 | #navigation { |
---|
2 | background-color:#999; |
---|
3 | padding:8px 20px; |
---|
4 | font-size:12px; |
---|
5 | height:16px; |
---|
6 | } |
---|
7 | |
---|
8 | #navigation a { |
---|
9 | color: #333; |
---|
10 | text-decoration:none; |
---|
11 | } |
---|
12 | |
---|
13 | #navigation a:hover { |
---|
14 | color: #990000; |
---|
15 | } |
---|
16 | |
---|
17 | #navigation .niveau1 { |
---|
18 | float:left; |
---|
19 | border-right: 1px solid #000; |
---|
20 | padding: 2px 10px; |
---|
21 | position:relative; |
---|
22 | } |
---|
23 | |
---|
24 | #navigation .ulniveau2 { |
---|
25 | display:none; |
---|
26 | width:13em; |
---|
27 | background-color:#aaa; |
---|
28 | position:absolute; |
---|
29 | top:18px; |
---|
30 | left:8px; |
---|
31 | font-size:12px; |
---|
32 | z-index:120; |
---|
33 | } |
---|
34 | |
---|
35 | #navigation .ulniveau2 a { |
---|
36 | color:#333; |
---|
37 | } |
---|
38 | |
---|
39 | #navigation .ulniveau2 a:hover { |
---|
40 | color: #990000; |
---|
41 | } |
---|
42 | |
---|
43 | #navigation .niveau2 { |
---|
44 | padding:3px; |
---|
45 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.