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