Last change
on this file since 89 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | /* feuille de style MENU.CSS - theme : neoclassic */ |
---|
2 | /* version 10 octobre 2005 */ |
---|
3 | /* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */ |
---|
4 | /* Except where otherwise noted, this theme |
---|
5 | licensed under a Creative Commons Attribution 2.5 License */ |
---|
6 | |
---|
7 | |
---|
8 | #navigation .niveau1 { |
---|
9 | background-image: url('fleche-lat-vert.png'); |
---|
10 | background-repeat: no-repeat; |
---|
11 | background-position: 0 7px; |
---|
12 | padding: 6px 0 6px 18px; |
---|
13 | font-size: 12px; |
---|
14 | font-weight: bold; |
---|
15 | } |
---|
16 | |
---|
17 | #navigation .ulniveau2 { |
---|
18 | font-size: 11px; |
---|
19 | padding: 4px 0 10px 0px; |
---|
20 | font-weight: normal; |
---|
21 | display: none; |
---|
22 | } |
---|
23 | |
---|
24 | #navigation .niveau2 li { |
---|
25 | padding: 2px 0 4px 0; |
---|
26 | } |
---|
27 | |
---|
28 | #navigation .courante ul { |
---|
29 | display: block; |
---|
30 | } |
---|
31 | |
---|
32 | #navigation li.niveau1:hover, #navigation .niveau1.courante { |
---|
33 | background-image: url('fleche-down-vert.png'); |
---|
34 | } |
---|
35 | |
---|
36 | .courante ul .courante { |
---|
37 | background-image: none; |
---|
38 | } |
---|
39 | |
---|
40 | |
---|
41 | /*#menu li>ul { |
---|
42 | to override top and left in browsers other than IE, |
---|
43 | which will position to the top right of the containing li, |
---|
44 | rather than bottom left |
---|
45 | top: auto; |
---|
46 | left: auto; |
---|
47 | }*/ |
---|
48 | |
---|
49 | #navigation li:hover ul, li.over ul { |
---|
50 | /* lists nested under hovered list items */ |
---|
51 | display: block; |
---|
52 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.