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