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