Last change
on this file since 593 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | /* declinaison trendyred */ |
---|
2 | |
---|
3 | body { |
---|
4 | background-image: url('red/fond-body.png'); |
---|
5 | background-color: #566; |
---|
6 | } |
---|
7 | |
---|
8 | #general { |
---|
9 | width: 769px; |
---|
10 | background-color: transparent; |
---|
11 | } |
---|
12 | |
---|
13 | #bandeau { |
---|
14 | width: 761px; |
---|
15 | margin: 0 4px; |
---|
16 | } |
---|
17 | |
---|
18 | #navigation { |
---|
19 | width: 749px; |
---|
20 | } |
---|
21 | |
---|
22 | a:hover { |
---|
23 | color: #f60; |
---|
24 | } |
---|
25 | |
---|
26 | #general { |
---|
27 | background-image: url('red/fond-general.png'); |
---|
28 | } |
---|
29 | |
---|
30 | #chemin, #chemin-vide { |
---|
31 | background-image: url('red/fond-chemin.png'); |
---|
32 | } |
---|
33 | #navigation { |
---|
34 | background-image: url('red/fond-navigation.png'); |
---|
35 | } |
---|
36 | |
---|
37 | #footer { |
---|
38 | background-image: url('red/fond-footer.png'); |
---|
39 | } |
---|
40 | |
---|
41 | #footer a:hover { |
---|
42 | color: #f40; |
---|
43 | border-bottom: 1px dotted #f40; |
---|
44 | } |
---|
45 | |
---|
46 | #chemin, #chemin a { |
---|
47 | color: #666; |
---|
48 | } |
---|
49 | |
---|
50 | #chemin a:hover { |
---|
51 | color:#A71D01; |
---|
52 | } |
---|
53 | |
---|
54 | h1 { |
---|
55 | color: #f40; |
---|
56 | } |
---|
57 | |
---|
58 | #corps h2 { |
---|
59 | background-image: url('red/fond-listage.png'); |
---|
60 | } |
---|
61 | |
---|
62 | #contextes h2 { |
---|
63 | background-image: url('red/fond-h6.png'); |
---|
64 | } |
---|
65 | |
---|
66 | #corps .listageconteneur { |
---|
67 | background-color:#E8F3F6; |
---|
68 | border-left:1px solid #D0E6EC; |
---|
69 | } |
---|
70 | |
---|
71 | #corps .listagetitre a, #corps .listagetitre { |
---|
72 | color:#3176AF; |
---|
73 | } |
---|
74 | |
---|
75 | #corps .listagetitre a:hover { |
---|
76 | color: #f40; |
---|
77 | } |
---|
78 | |
---|
79 | #corps .chapeau, #contextes .chapeau { |
---|
80 | color:#f40; |
---|
81 | } |
---|
82 | |
---|
83 | .listagerepondre a { |
---|
84 | color: #f40; // a la place de f60 |
---|
85 | } |
---|
86 | |
---|
87 | .listagerepondre a:hover { |
---|
88 | color: #f00; |
---|
89 | } |
---|
90 | |
---|
91 | #menuhasard .spip_logos { |
---|
92 | border: 1px solid #3176AF; |
---|
93 | } |
---|
94 | |
---|
95 | /**/ |
---|
96 | |
---|
97 | .spip_documents_center a, .spip_documents_right a, .spip_documents_left a { |
---|
98 | border: 1px solid #3176AF; |
---|
99 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.