source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/crush/style.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: 4.8 KB
Line 
1
2
3
4/* CSS Document */
5*{
6font-family:Verdana, Arial, Helvetica, sans-serif
7}
8
9#general{
10width:1005px;
11margin:auto auto;
12background-image:url(images/template3_2_02.jpg);
13background-position:650px 0px;
14background-repeat:no-repeat; 
15
16}
17#bandeau{
18background-color:#ff9933;
19height:100px;
20width: 500px;
21margin-left:150px;}
22
23#navigation{
24width:758px;
25height:25px;
26background-image:url(images/template3_2_05.jpg);
27background-repeat:repeat-y;
28padding-top:3px;
29padding-left:120px;
30margin-bottom:20px;
31}
32#chemin{
33font-size:9px;
34color:#452a10;
35margin-bottom:20px;
36
37}
38#chemin a{
39font-size:9px;
40color:#ff9933;
41
42}
43
44
45#edito h2{
46display:none;
47}
48#contextes{
49width:440px;
50float:right;
51margin-bottom:15px;
52} 
53
54#contextes .listagebloc{
55margin-bottom:1.2em;}
56
57#contextes .listageconteneur li {
58margin-bottom: 0.2em;
59}
60 
61/*  Contexte1  */
62#contexte1{
63float:left;
64width:220px;
65margin-right:15px;
66
67}
68#contexte1 h2{
69color:#ff9933;
70font-size:14px;
71margin-bottom:10px;
72}
73#contexte1 .listageinfo{
74font-size:9px;
75font-weight:lighter;
76color:#f68514;
77
78}
79#contexte1 .listageinfo a{
80font-size:9px;
81font-weight: bold;
82color:#f68514;
83text-decoration:none;
84border-bottom:dotted 1px #ffb872;
85font-style:oblique;
86
87}
88
89#contexte1 .listagetitre a{
90color:#ffab57;
91font-size:14px;
92font-weight:bold;
93}
94
95#contexte1 .listagetitre{
96marginbottom:5px;
97
98}
99#contexte1 .listagetexte{
100text-align: left;
101color:#a88765;
102font-size:11px;
103line-height:120%;
104font-weight:400;
105margin:10px 0;
106clear:left;
107}
108#contexte1 a{
109text-decoration:none;
110font-style:italic;
111border-bottom:dotted 1px #ffab57 ; 
112font-size:12px;
113color:#ffab57 ;
114}
115
116#contextes .listagelogo{
117float:left;
118margin:0 10px 0 0}
119
120/*  Contexte2  */
121#contexte2{
122float:right;
123width:195px;
124}
125
126#contexte2 h2{
127color:#8f8f8f;
128font-size:14px;
129margin-bottom:10px;
130}
131
132#contexte2 .listagetitre{
133color:#9d9d9d;
134font-size:14px;
135}
136
137#contexte2 .listagetexte{
138color:#a2a2a2;
139font-size:11px;
140margin-bottom:10px;
141}
142
143#contexte2 .listagetexte a{
144color:#b6b6b6;
145font-style:italic;
146font-weight:bold;
147text-decoration:none;
148border-bottom:dotted 1px a2a2a2;
149font-size:11px;
150}
151#contexte2 h4{
152margin-bottom:5px;
153}
154
155#contexte2 h4 a{
156color:#9d9d9d;
157font-size:12px;
158}
159
160#contexte2 .listageinfo{
161font-size:9px;
162color:#a2a2a2;
163font-weight:lighter;
164margin-bottom:10px;
165}
166
167#contexte2 .listageinfo a{
168font-size:9px;
169color:#a2a2a2;
170font-weight: bold;
171text-decoration:none;
172border-bottom:dotted 1px #a2a2a2;
173font-style:oblique;
174
175}
176#contexte2 a{
177font-size:9px;
178color:#a2a2a2;
179font-weight: bold;
180text-decoration:none;
181border-bottom:dotted 1px #a2a2a2;
182font-style:oblique;
183
184}
185
186
187#contexte2 .listagelogo{
188margin:0 5px 5px 0;}
189
190
191#contexte2 .listagesuite a{
192color:#757575 ;
193}
194
195#contexte2 a{
196text-decoration:none;
197font-style:italic;
198border-bottom:dotted 1px #757575 ; 
199font-size:12px;
200color:#757575 ;
201}
202
203/*  CORPS  */
204
205#corps{
206text-align:left;
207width:520px;
208padding-left:20px;
209position:relative;
210color:#452a10;
211font-size:12px;
212
213}
214#corps a{
215color:#ffb872;
216text-decoration:none;
217border-bottom:dotted 1px #ffb872;
218font-style:oblique;
219
220}
221#corps .listagetexte{
222font-size:12px;
223line-height:130%;
224color:#452a10;
225text-align: justify;
226margin:20px 0 10px 0;
227}
228
229#corps h1{
230color:#ff7f00;
231font-size:22px;
232font-weight:bold;
233}
234
235#corps h2{
236color:#ff7f00;
237font-size:12px;
238clear:left;
239}
240
241#corps h4{
242color:#fda349;
243font-size:15px;
244}
245#corps .listagesite{
246margin-bottom:10px;}
247
248#corps .listageinfo{
249font-size:10px;
250font-weight: bold;
251color:#ff952c;
252
253}
254
255
256#corps .listageinfo a{
257color:#ffb872;
258text-decoration:none;
259border-bottom:dotted 1px #ffb872;
260font-style:oblique;
261margin-top:5px;
262margin-bottom:15px;
263
264}
265
266#corps .dateauteurs{
267font-size:10px;
268font-weight: bold;
269color:#ffb872;
270margin-top:5px;
271margin-bottom:15px;
272
273}
274
275#corps .dateauteurs a{
276
277color:#ffb872;
278text-decoration:none;
279border-bottom:dotted 1px #ffb872;
280font-style:oblique;
281
282}
283
284#corps .listagelogo{
285float:left;
286margin:0 10px 0 0 ;
287}
288
289#corps .listagetitre{
290margin:15px 0 5px 0;
291
292}
293
294#corps .listagetitre a{
295
296text-transform:uppercase;
297font-size:14px;
298font-weight:bold;
299color:#fe7f00;
300text-decoration:none;
301}
302
303#corps .listagetitre a:hover{
304text-decoration:underline;
305}
306.listagesuite{
307text-align:right;
308margin-bottom:5px; 
309}
310
311.listagesuite a{
312font-size:10px;
313color:#ff9b38;
314font-style:italic;
315text-decoration: none;
316}
317
318#texteconteneur {
319margin-bottom:2em;
320}
321
322.texte {
323font-size:12px;
324line-height:130%;
325color:#452a10;
326text-align: justify;
327margin:10px 0 15px 0;
328
329}
330
331
332.chapeau{
333font-size:14px;
334line-height:130%;
335color:#452a10;
336text-align: justify;
337margin:10px 0 15px 0;
338
339}
340
341.listagerepondre {
342margin-bottom:10px;
343clear:left;
344
345}
346
347.listagerepondre a{
348font-size:12px;
349color:#ff9933;
350text-decoration:none; 
351}
352
353
354/*  FOOTER  */
355#footer{
356
357background-image:url(images/template3_2_14.jpg);
358background-position:top;
359background-repeat:no-repeat;
360padding-top:5px;
361margin-top:25px;
362margin-bottom:20px;
363text-align:center;
364clear:both;
365color:#452a10;
366font-size:10px;
367font-weight:bold;
368
369}
370#footer a{
371color:#ff7f00;
372text-decoration:none;
373
374}
375
376#footer a:hover{
377text-decoration:underline;
378}
379
380
Note: See TracBrowser for help on using the repository browser.