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