source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/atout/navigation.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

File size: 707 bytes
Line 
1/* le menu atout */
2
3#navigation {
4text-align: center;
5}
6
7#navigation a {
8color: #fff;
9text-decoration: none;
10display: block;
11width: 164px;
12height:26px;
13padding-top: 7px;
14background: url("cartouche.jpg") top left no-repeat;
15}
16
17#navigation a:hover {
18color: #f5d803;
19}
20
21#navigation .niveau1 {
22margin-bottom: 4px;
23font-size: 13px;
24}
25
26#navigation .ulniveau2 {
27display: none;
28padding: 8px 0 18px 0;
29background: url("niveau2.jpg") bottom center;
30font-size: 11px;
31}
32
33#navigation .courante .ulniveau2 {
34display: block;
35}
36
37#navigation .courante a {
38}
39
40#navigation .niveau2 a {
41background-image: none;
42display: inline;
43}
44
45#navigation .niveau1 .displaydown {
46background: url("cartouche-down.jpg") top left no-repeat;
47}
Note: See TracBrowser for help on using the repository browser.