source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/neoclassic/menu.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: 1.1 KB
Line 
1/* feuille de style MENU.CSS - theme : neoclassic */
2/* version 10 octobre 2005 */
3/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
4/* Except where otherwise noted, this theme
5licensed under a Creative Commons Attribution 2.5 License */
6
7
8#navigation .niveau1 {
9background-image: url('fleche-lat-vert.png');
10background-repeat: no-repeat;
11background-position: 0 7px;
12padding: 6px 0 6px 18px;
13font-size: 12px;
14font-weight: bold;
15}
16
17#navigation .ulniveau2 {
18font-size: 11px;
19padding: 4px 0 10px 0px;
20font-weight: normal;
21display: none;
22}
23
24#navigation .niveau2 li {
25padding: 2px 0 4px 0;
26}
27
28#navigation .courante ul {
29display: block;
30}
31
32#navigation li.niveau1:hover, #navigation .niveau1.courante {
33background-image: url('fleche-down-vert.png');
34}
35
36.courante ul .courante {
37background-image: none;
38}
39
40
41/*#menu li>ul {
42 to override top and left in browsers other than IE,
43which will position to the top right of the containing li,
44rather than bottom left
45top: auto;
46left: auto;
47}*/
48
49#navigation li:hover ul, li.over ul { 
50/* lists nested under hovered list items */
51display: block;
52}
Note: See TracBrowser for help on using the repository browser.