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

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1/* navigation */
2
3#navigation {
4font-family: helvetica, arial, verdana, sans-serif;
5font-size: 13px;
6font-weight:bold;
7width:850px;
8position:absolute;
9top:33px;
10}
11
12#navigation a {
13color: #e30071;
14text-decoration: none;
15}
16
17#navigation .niveau1 {
18float: right;
19padding: 19px 5px 2px 5px;
20border-left: 1px solid #e30071;
21margin-left:-1px;
22}
23
24#navigation .niveau1:hover {
25background: url('images/fond-nav-niv1.png') top left repeat-x #e30071;
26padding-bottom:8px;
27}
28
29#navigation .niveau1:hover a {
30color: #fff;
31}
32
33#navigation a:hover {
34color: #fff;
35}
36
37#navigation .niveau1 {
38position:relative;
39}
40
41#navigation .item1 a {
42border-right: 0;
43}
44
45#navigation .ulniveau2 {
46display: none;
47position:absolute;
48left:-1px;
49top:40px;
50width:12em;
51background-color: #C20061;
52padding-top:0;
53border-left:1px solid #e30071;
54}
55
56#navigation .niveau2 {
57padding:6px 2px 4px 4px;
58color: #fff;
59font-weight: normal;
60font-size:11px;
61}
62
63#navigation .niveau2 a {
64color:#fff;
65}
66
67#navigation .niveau2:hover {
68background-color:#e30071;
69}
70
71#navigation .niveau1.courante {
72border-bottom:6px solid #e30071;
73}
Note: See TracBrowser for help on using the repository browser.