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