source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/loustic/navigation.css @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

  • Property svn:executable set to *
File size: 292 bytes
Line 
1#navigation a {
2color: #f00;
3font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
4font-size: 11px;
5text-decoration: none;
6}
7
8#navigation a:hover {
9color: #fff;
10}
11
12#navigation li {
13display: inline;
14padding-right: 2em;
15}
16
17#navigation .ulniveau2 {
18display:none;
19}
Note: See TracBrowser for help on using the repository browser.