source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/tob/menu.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

  • Property svn:executable set to *
File size: 610 bytes
Line 
1/* theme : Tob */
2
3#navigation {
4        font-size: 11px;
5        margin-bottom:10px;
6        text-transform:uppercase;
7        padding:10px;
8}
9
10.niveau1 {
11        position:relative;
12        float:right;
13        padding-left:16px;
14}
15
16.ulniveau2 {
17        display:none;
18        position:absolute;
19        background-color: #212121;
20        font-size: 9px;
21        width: 15em;
22}
23
24.ulniveau2 li {
25        padding:3px;
26}
27
28.ulniveau3, .ulniveau4 {
29display:none;
30}
31
32#navigation a {
33        color: #ccc;
34        text-decoration: none;
35}
36
37#navigation a:hover {
38        color: #FFF201;
39}
40
41#navigation .courante a {
42        color: #fff201;
43}
44
45#navigation .ulniveau2 a {
46        color:#ccc;
47}
48
49#navigation .ulniveau2 a:hover {
50        color: #FFF201;
51}
Note: See TracBrowser for help on using the repository browser.