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