source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/magusine/navigation.css @ 533

Last change on this file since 533 was 533, checked in by guille, 14 years ago

se agregaron temas

File size: 403 bytes
Line 
1body{
2background: url('onglets/head_fond-magunews.png') repeat-x top left;
3}
4#navigation {
5
6
7font-family: "helvetica neue", helvetica, sans-serif;
8font-size: 13px;
9width: 914px;
10margin: 0 auto; 
11}
12
13#navigation li {
14float: left;
15margin-right: 6px;
16padding-right: 6px;
17}
18
19#navigation li ul {
20display: none; 
21}
22
23#navigation a {
24color: #fff;   
25}
26
27#navigation a:hover {
28color: yellow;
29text-decoration: none;
30}
Note: See TracBrowser for help on using the repository browser.