source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/crush/declinaisons/soul.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1
2
3
4/* CSS Document */
5
6#general{
7background-image:url(soul/template3_2_02.jpg);
8
9}
10#bandeau{
11background-color:#747aaa;
12
13}
14
15#navigation{
16
17background-image:url(soul/template3_2_05.jpg);
18
19}
20#chemin{
21color:#010643;
22
23
24}
25#chemin a{
26color:#747aaa;
27
28}
29
30
31
32
33
34
35 
36/*  Contexte1  */
37
38#contexte1 h2{
39color:#747aaa;
40
41}
42#contexte1 .listageinfo{
43
44color:#858fe3;
45
46}
47#contexte1 .listageinfo a{
48color:#858fe3;
49border-bottom:dotted 1px #858fe3;
50
51
52}
53
54#contexte1 .listagetitre a{
55color:#3842ac;
56
57}
58
59#contexte1 .listagetitre{
60
61
62}
63#contexte1 .listagetexte{
64color:#9297b8;
65
66}
67#contexte1 a{
68
69border-bottom:dotted 1px #3842ac ; 
70color:#3842ac ;
71}
72
73
74/*  Contexte2  */
75
76
77#contexte2 h2{
78color:#8f8f8f;
79
80}
81
82#contexte2 .listagetitre{
83color:#9d9d9d;
84}
85
86#contexte2 .listagetexte{
87color:#a2a2a2;
88
89}
90
91#contexte2 .listagetexte a{
92color:#b6b6b6;
93border-bottom:dotted 1px a2a2a2;
94
95}
96
97
98#contexte2 h4 a{
99color:#9d9d9d;
100}
101
102#contexte2 .listageinfo{
103color:#a2a2a2;
104}
105
106#contexte2 .listageinfo a{
107
108color:#a2a2a2;
109border-bottom:dotted 1px #a2a2a2;
110
111
112}
113
114#contexte2 .listagesuite a{
115color:#757575 ;
116}
117
118#contexte2 a{
119border-bottom:dotted 1px #757575 ; 
120color:#757575 ;
121}
122
123/*  CORPS  */
124
125#corps{
126color:#010643;
127
128}
129#corps a{
130color:#5b6aff;
131border-bottom:dotted 1px #5b6aff;
132}
133
134#corps .listagetexte{
135color:#010643;
136}
137
138#corps h1{
139color:#3f4690;
140}
141
142#corps h2{
143color:#3f4690;
144}
145
146#corps h4{
147color:#2737dd;
148}
149
150#corps .listageinfo{
151color:#9ca5ff;
152
153}
154
155
156#corps .listageinfo a{
157color:#5b6aff;
158border-bottom:dotted 1px #5b6aff;
159
160}
161
162#corps .dateauteurs{
163color:#5b6aff;
164}
165
166#corps .dateauteurs a{
167
168color:#5b6aff;
169border-bottom:dotted 1px #5b6aff;
170
171}
172
173
174#corps .listagetitre a{
175color:#1f266e;
176}
177
178.listagesuite a{
179color:#ff9b38;
180}
181
182
183.texte {
184color:#010643;
185text-align: justify;
186
187}
188
189
190.chapeau{
191color:#010643;
192
193}
194
195.listagerepondre a{
196color:#747aaa;
197
198}
199/*  FOOTER  */
200
201#footer{
202
203background-image:url(soul/template3_2_14.jpg);
204color:#010643;
205
206}
207#footer a{
208color:#3f4690;
209t
210}
211
212
213/*---------------------*/
214
215.niveau1 a {
216color: #ffffff;
217}
218
219.niveau1 a:hover {
220color: #ffffff;
221background-color: #747aaa;
222
223}
224
225.ulniveau2 {
226background-color:#747aaa
227}
228
229.niveau2 a {
230background-color: #747aaa;
231}
232
233.niveau2 a:hover {
234background-color: #ffffff;
235color:#747aaa;
236}
237
238
239
240#TB_overlay {
241        background-color:#a0a3c3;       
242}
Note: See TracBrowser for help on using the repository browser.