Last change
on this file since 162 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | .ulniveau3, .ulniveau4, .ulniveau5, .ulniveau6 { |
---|
2 | display: none; |
---|
3 | } |
---|
4 | |
---|
5 | #navigation { |
---|
6 | z-index: 100; |
---|
7 | } |
---|
8 | |
---|
9 | .item0 { |
---|
10 | display:none; |
---|
11 | } |
---|
12 | |
---|
13 | #navigation li { |
---|
14 | float: left; |
---|
15 | position: relative; |
---|
16 | |
---|
17 | } |
---|
18 | |
---|
19 | .niveau1 { |
---|
20 | font-size: 13px; |
---|
21 | } |
---|
22 | |
---|
23 | .niveau1 a { |
---|
24 | margin-left: 6px; |
---|
25 | margin-right: 8px; |
---|
26 | text-decoration: none; |
---|
27 | color: #fff; |
---|
28 | padding-bottom: 6px; |
---|
29 | display: block; |
---|
30 | } |
---|
31 | |
---|
32 | .niveau1 a:hover { |
---|
33 | color: #ff0000; |
---|
34 | } |
---|
35 | |
---|
36 | .ulniveau2 { |
---|
37 | display: none; |
---|
38 | width: 12em; |
---|
39 | position: absolute; |
---|
40 | top: 1.6em; |
---|
41 | left: 0; |
---|
42 | background-color: #2f608e; |
---|
43 | z-index: 10000; |
---|
44 | font-size: 12px; |
---|
45 | } |
---|
46 | |
---|
47 | .niveau2 { |
---|
48 | |
---|
49 | } |
---|
50 | |
---|
51 | .niveau2 { |
---|
52 | width: 100%; |
---|
53 | } |
---|
54 | |
---|
55 | .niveau2 a{ |
---|
56 | text-decoration: none; |
---|
57 | padding: 6px 6px; |
---|
58 | margin: 0; |
---|
59 | display: block; |
---|
60 | border-top: 1px solid #fff; |
---|
61 | } |
---|
62 | |
---|
63 | .niveau2 a:hover { |
---|
64 | background-color: #1C3955; |
---|
65 | color: #fff; |
---|
66 | } |
---|
67 | |
---|
68 | /*#navigation li>ul { |
---|
69 | to override top and left in browsers other than IE, |
---|
70 | which will position to the top right of the containing li, |
---|
71 | rather than bottom left |
---|
72 | top: auto; |
---|
73 | left: auto; |
---|
74 | }*/ |
---|
75 | |
---|
76 | #navigation li:hover ul, li.over ul { |
---|
77 | /* lists nested under hovered list items */ |
---|
78 | display: block; |
---|
79 | } |
---|
80 | |
---|
Note: See
TracBrowser
for help on using the repository browser.