Last change
on this file since 84 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
610 bytes
|
Rev | Line | |
---|
[80] | 1 | /* theme : Tob */ |
---|
| 2 | |
---|
| 3 | #navigation { |
---|
| 4 | font-size: 11px; |
---|
| 5 | margin-bottom:10px; |
---|
| 6 | text-transform:uppercase; |
---|
| 7 | padding:10px; |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | .niveau1 { |
---|
| 11 | position:relative; |
---|
| 12 | float:right; |
---|
| 13 | padding-left:16px; |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | .ulniveau2 { |
---|
| 17 | display:none; |
---|
| 18 | position:absolute; |
---|
| 19 | background-color: #212121; |
---|
| 20 | font-size: 9px; |
---|
| 21 | width: 15em; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | .ulniveau2 li { |
---|
| 25 | padding:3px; |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | .ulniveau3, .ulniveau4 { |
---|
| 29 | display:none; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | #navigation a { |
---|
| 33 | color: #ccc; |
---|
| 34 | text-decoration: none; |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | #navigation a:hover { |
---|
| 38 | color: #FFF201; |
---|
| 39 | } |
---|
| 40 | |
---|
| 41 | #navigation .courante a { |
---|
| 42 | color: #fff201; |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | #navigation .ulniveau2 a { |
---|
| 46 | color:#ccc; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | #navigation .ulniveau2 a:hover { |
---|
| 50 | color: #FFF201; |
---|
| 51 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.