source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/pommier/menuhorizon.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: 884 bytes
Line 
1/* CSS menu horizontal*/
2#navigation {
3        margin: 0 ;
4        padding:5px;   
5        text-align: center;
6        font-size: 15px;
7        text-decoration: none;
8
9  }
10#navigation li {
11        display: inline;
12        margin-right: 1px;
13        color: #ff9933;
14        background: ;
15                text-decoration: none;
16        }
17#navigation li a {
18        height:50px;
19  width: 100%;
20  padding: 4px 4px;
21        background-color: #fad36a;
22        color: #883d06;
23        border: 1px solid #b14b06;
24        font: "Trebuchet MS",Arial,sans-serif;
25font-weight:bold;
26font-size:15px;
27padding-right:13px;
28        text-align: center;
29        text-decoration: none;
30        }       
31       
32  #navigation li a:hover, #navigation li a:focus, #navigation li a:active {
33        background: #934f2c;
34        text-decoration: none;
35        }
36
37 
38
39#navigation  a:hover{
40font-weight:bold;
41font-size:15px;
42padding-right:13px;
43color: #ffffa5;
44border:1px dotted #b14b06;
45
46
47}
48
49#navigation{
50color:#b14b06;
51font-size:15px;
52padding:13px 13px 13px 13px;
53font-weight:bold;
54
55}
56
Note: See TracBrowser for help on using the repository browser.