source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/crush/declinaisons/roc.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(roc/template3_2_02.jpg);
8
9}
10#bandeau{
11background-color:#5b5b5b;
12
13}
14
15#navigation{
16
17background-image:url(roc/template3_2_05.jpg);
18
19}
20#chemin{
21color:#000000;
22
23
24}
25#chemin a{
26color:#5b5b5b;
27
28}
29
30
31
32
33
34
35 
36/*  Contexte1  */
37
38#contexte1 h2{
39color:#5b5b5b;
40
41}
42#contexte1 .listageinfo{
43
44color:#909090;
45
46}
47#contexte1 .listageinfo a{
48color:#909090;
49border-bottom:dotted 1px #6f6f6f;
50
51
52}
53
54#contexte1 .listagetitre a{
55color:#7c7c7c;
56
57}
58
59#contexte1 .listagetitre{
60
61
62}
63#contexte1 .listagetexte{
64color:#b2b2b2;
65
66}
67#contexte1 a{
68
69border-bottom:dotted 1px #7c7c7c ; 
70color:#7c7c7c ;
71}
72
73
74/*  Contexte2  */
75
76
77#contexte2 h2{
78color:#79552e;
79
80}
81
82#contexte2 .listagetitre{
83color:#9d9d9d;
84}
85
86#contexte2 .listagetexte{
87color:#a2a2a2;
88
89}
90
91#contexte2 .listagetexte a{
92color:#c5a98c;
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:#9e7c57 ;
116}
117
118#contexte2 a{
119border-bottom:dotted 1px #9e7c57 ; 
120color:#9e7c57 ;
121}
122
123/*  CORPS  */
124
125#corps{
126color:#000000;
127
128}
129#corps a{
130color:#6f6f6f;
131border-bottom:dotted 1px #6f6f6f;
132}
133
134#corps .listagetexte{
135color:#000000;
136}
137
138#corps h1{
139color:#717171;
140}
141
142#corps h2{
143color:#717171;
144}
145
146#corps h4{
147color:#737373;
148}
149
150#corps .listageinfo{
151color:#a2a2a2;
152
153}
154
155
156#corps .listageinfo a{
157color:#6f6f6f;
158border-bottom:dotted 1px #6f6f6f;
159
160}
161
162#corps .dateauteurs{
163color:#6f6f6f;
164}
165
166#corps .dateauteurs a{
167
168color:#6f6f6f;
169border-bottom:dotted 1px #6f6f6f;
170
171}
172
173
174#corps .listagetitre a{
175color:#2e2e2e;
176border-bottom-color:#2e2e2e;
177}
178
179.listagesuite a{
180color:#ff9b38;
181}
182
183
184.texte {
185color:#000000;
186text-align: justify;
187
188}
189
190
191.chapeau{
192color:#000000;
193
194}
195
196.listagerepondre a{
197color:#5b5b5b;
198
199}
200/*  FOOTER  */
201
202#footer{
203
204background-image:url(roc/template3_2_14.jpg);
205color:#000000;
206
207}
208#footer a{
209color:#717171;
210
211}
212
213
214/*---------------------*/
215
216.niveau1 a {
217color: #ffffff;
218}
219
220.niveau1 a:hover {
221color: #ffffff;
222background-color: #5b5b5b;
223
224}
225
226.ulniveau2 {
227background-color:#5b5b5b
228}
229
230.niveau2 a {
231background-color: #5b5b5b;
232}
233
234.niveau2 a:hover {
235background-color: #ffffff;
236color:#5b5b5b;
237}
238
239
240
241#TB_overlay {
242        background-color:#a0a0a0;       
243}
244 
Note: See TracBrowser for help on using the repository browser.