Last change
on this file since 96 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | /* feuille de style POLICES.CSS - theme : nlike */ |
---|
2 | /* version 10 octobre 2005 */ |
---|
3 | /* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */ |
---|
4 | /* Except where otherwise noted, this theme |
---|
5 | licensed under a Creative Commons Attribution 2.5 License */ |
---|
6 | |
---|
7 | #navigation { |
---|
8 | text-align: center; |
---|
9 | |
---|
10 | background-color: #eee; |
---|
11 | font-family: helvetica, sans-serif; |
---|
12 | margin: 0; |
---|
13 | padding: 0; |
---|
14 | font-size: 12px; |
---|
15 | } |
---|
16 | |
---|
17 | #navigation a { |
---|
18 | color: #999999; |
---|
19 | text-decoration: none; |
---|
20 | font-weight: normal; |
---|
21 | border: none; |
---|
22 | border-bottom: 0; |
---|
23 | } |
---|
24 | |
---|
25 | #navigation a:hover { |
---|
26 | color: #333333; |
---|
27 | background-color: inherit; |
---|
28 | text-decoration: none; |
---|
29 | font-weight: normal; |
---|
30 | border: none; |
---|
31 | } |
---|
32 | |
---|
33 | #navigation h2 { |
---|
34 | font-size: 14px; |
---|
35 | font-variant: small-caps; |
---|
36 | color: #999999; |
---|
37 | font-weight: bold; |
---|
38 | padding: 8px 0px 10px 0px; |
---|
39 | margin: 0; |
---|
40 | border-top: 0; |
---|
41 | border-bottom: 1px solid #ddd; |
---|
42 | } |
---|
43 | |
---|
44 | #navigation .courante { |
---|
45 | background-color: #efefef; |
---|
46 | } |
---|
47 | |
---|
48 | #navigation li { |
---|
49 | padding: 2px; |
---|
50 | |
---|
51 | } |
---|
52 | |
---|
53 | #navigation li:hover { |
---|
54 | background-color: #eee; |
---|
55 | } |
---|
56 | |
---|
57 | #contextes #navigation ul { |
---|
58 | margin: 0 0 0 0; |
---|
59 | padding: 10px 0 10px 0; |
---|
60 | /* border-top: 1px solid #ddd; */ |
---|
61 | |
---|
62 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.