Last change
on this file since 89 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | /* Declinaison css pour neoclassic : at */ |
---|
2 | |
---|
3 | body { |
---|
4 | background-color: #8b0000; |
---|
5 | font-family: Georgia, times, serif; |
---|
6 | color: #000000; |
---|
7 | background: #8b0000 url("lignesatacceuil.gif") no-repeat top left; |
---|
8 | background-attachment:fixed; |
---|
9 | |
---|
10 | } |
---|
11 | |
---|
12 | a { |
---|
13 | color: #8b0000; |
---|
14 | } |
---|
15 | |
---|
16 | a:hover { |
---|
17 | color: #FF4500; |
---|
18 | } |
---|
19 | |
---|
20 | #general { |
---|
21 | background-color: #f7f7de; |
---|
22 | border-right: 4px solid #ff4500; |
---|
23 | border-left: 4px solid #ff4500; |
---|
24 | background-image: url('pixel-rouge.png'); |
---|
25 | } |
---|
26 | |
---|
27 | #bandeau { |
---|
28 | height: 180px; |
---|
29 | background-color: #ff4500; |
---|
30 | border-bottom: 4px solid #ff4500; |
---|
31 | } |
---|
32 | |
---|
33 | /* menu */ |
---|
34 | |
---|
35 | #navigation { |
---|
36 | padding:10px 0pt 20px 0px; |
---|
37 | } |
---|
38 | |
---|
39 | #navigation .niveau1 { |
---|
40 | background-image: url(fleche-lat-rouge.png); |
---|
41 | font-size: 13px; |
---|
42 | } |
---|
43 | |
---|
44 | .ulniveau2 { |
---|
45 | font-size: 12px; |
---|
46 | padding: 4px 0 14px 10px; |
---|
47 | font-weight: normal; |
---|
48 | display: none; |
---|
49 | } |
---|
50 | |
---|
51 | #navigation li.niveau1:hover, #navigation .niveau1.courante { |
---|
52 | background-image: url(fleche-down-rouge.png); |
---|
53 | } |
---|
54 | |
---|
55 | h1 { |
---|
56 | color: #8b0000; |
---|
57 | } |
---|
58 | |
---|
59 | #corps h2 { |
---|
60 | color: #000000; |
---|
61 | border-top: 5px solid #ff4500; |
---|
62 | border-bottom: 5px solid #ff4500; |
---|
63 | font-size: 16px; |
---|
64 | } |
---|
65 | |
---|
66 | #contextes h2 { |
---|
67 | color:#8B0000; |
---|
68 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.