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