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:
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; |
---|
25 | font-weight:bold; |
---|
26 | font-size:15px; |
---|
27 | padding-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{ |
---|
40 | font-weight:bold; |
---|
41 | font-size:15px; |
---|
42 | padding-right:13px; |
---|
43 | color: #ffffa5; |
---|
44 | border:1px dotted #b14b06; |
---|
45 | |
---|
46 | |
---|
47 | } |
---|
48 | |
---|
49 | #navigation{ |
---|
50 | color:#b14b06; |
---|
51 | font-size:15px; |
---|
52 | padding:13px 13px 13px 13px; |
---|
53 | font-weight:bold; |
---|
54 | |
---|
55 | } |
---|
56 | |
---|
Note: See
TracBrowser
for help on using the repository browser.