source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/underground/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: 7.1 KB
RevLine 
[756]1/*
2                Feuille de style DISPOSITION.CSS - theme : underground-gold
3                Version decembre 2006
4                Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl
5                Blocs de premier niveau
6*/
7#navigation {
8        width:250px;
9        padding: 0;
10        margin: 0 ;
11}
12#corps{
13        margin:0px 20px 20px 430px;
14
15}
16#contextes{
17background-color:white;
18        padding:0px;
19        margin:0px 5px 0px 155px;
20        text-align:center;
21        line-height:1.5em;
22        width:239px;
23        position: absolute;
24}
25
26.niveau2{
27display:none;
28}
29
30.niveau3{
31display:none;
32}
33
34#page-sommaire h1{
35        margin-top:20px;
36        font-size: 21px;
37        margin-left:18px;
38}
39h1,h5{
40        margin-top:0;
41}
42#bandeau {
43        height:220px;
44        padding:0px;
45        margin:0px 0 0 155px;;
46        background-repeat:no-repeat;
47        background-color:black;
48        background-image:url(bandeau.jpg);
49}
50
51#contextes {
52       
53}
54#footer{
55        border-top:1px solid black;
56        padding:15px 0px;
57        margin: 0px 20px 0px 430px;
58        text-align:center;
59        background:url("li_bg.gif"); 
60}
61
62#chemin {
63        background:url("li_bg.gif");
64        font-weight:bold;
65        margin:20px 0px 0px 0px;
66        padding:5px 5px 5px 20px;
67        border-bottom:1px solid black;
68       
69}
70#chemin-nav{
71        display:none;
72}
73/*
74                Feuille de style MENU.CSS - theme : underground-gold
75                Version decembre 2006
76                Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl
77                Blocs de premier niveau
78*/
79#navigation {
80        text-align: center;
81        font-family:Helvetica, Arial, sans-serif;
82        font-size:12px;
83        font-weight:bolder;
84        line-height:20px;
85
86}
87#navigation a {
88        font-weight: bold;
89        font-family:Verdana, Arial, Helvetica, sans-serif;
90        border: none;
91        text-decoration: none;
92        color:#333;
93        display:block;
94        border-bottom:1px solid #d6d6d6;
95        width:239px;
96        padding:8px 0px 8px 0px;
97}
98
99
100#navigation a:hover {
101        color: white;
102        background-color:#e1b226;
103}
104#menu .courante a{
105        color:#72724d;
106        background-color:#ffca2b;
107}
108/*
109                Feuille de style POLICES.CSS - theme : underground-gold
110                Version decembre 2006
111                Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl
112                Blocs de premier niveau
113*/
114/*GENERAL*/
115body{
116        padding:0;
117        margin:0;
118        font-family:Verdana, Arial, Helvetica, sans-serif;
119        font-size:12px;
120        background: url(bg.gif) top left repeat-y #999967;
121        background-attachment: fixed;
122}
123#general {
124        border-right: 1px solid black;
125        margin:0 100px 0 0 ;
126        padding-bottom:20px;
127        }
128
129/* links */
130
131a{
132        color:#e1b226;
133        text-decoration:none;
134}
135a:hover, .listagerepondre a:hover, #forum .listagerepondre a:hover{
136        color:#72724d;
137}
138a img {
139        border:none;
140}
141.listagetitre a {
142        text-decoration:none;
143        text-transform:uppercase;
144        color:#3d300a;
145        margin:0px;
146}
147.listagetitre a:hover {
148        color:#e1b226;
149}
150.listageinfo a{
151         border-bottom:none;
152}
153.listageinfo a:hover{
154        color:black;
155    border-bottom:1px solid black;
156}
157.listagerepondre a:before{
158        content:">> ";
159}
160#forum .listagerepondre a{
161        line-height:50px;
162}
163/*********************/
164.texte{
165        font-family:verdana;
166        font-size:13px;
167        color:#fdfdca;
168        padding:20px;
169        text-align:justify;
170        line-height:1.3em;
171        letter-spacing:0.1em;
172}
173.texte a, .dateauteurs a{
174        color:#5b5b3d;
175}
176.texte a:hover{
177        color:#e1b226;
178}
179.dateauteurs a:hover{
180        color:#373725;
181}
182
183ul, li {
184        list-style-type: none;
185        padding: 0;
186        margin: 0;
187}
188#contextes ul ul li {
189        padding:3px;
190}
191#contextes .forml{
192        margin:10px 0 0 0;
193}
194#contextes h2 {
195        font-size:14px;
196        background-image:url("li_bg.gif");
197        letter-spacing: 0.1em;
198        margin: 0 0 6px 0;
199        padding: 8px 0;
200        border-top:2px solid #222;
201        border-bottom:1px solid #999;
202        color:#4f4f35;
203}
204#pagesommaire h1{
205        letter-spacing:0.3em;
206        text-align:right;
207        padding:15px 10px 15px 0;
208        background:url("h_bg.gif");
209        color:#fdffc2;
210        margin-top:20px;
211}
212#pagesommaire .logo{
213        display:none;
214}
215#contextes #navigation h2{
216        text-align:center;
217        letter-spacing:0.2em;
218        background-image:url("li_bg.gif");
219        color:#4f4f35;
220        padding:8px 0;
221        border-bottom:1px solid #e1b226;
222        border-top:3px solid #e1b226;
223        margin-right:11px;
224        font-size:160%;
225}
226#edito #corps h2{
227        display:none;
228}
229#corps h2{
230        color:#fdffc2;
231        background:url("h_bg.gif");
232        border-bottom:1px solid #333;
233        font-size:13px;
234        letter-spacing:0.4em;
235        padding:7px 10px 7px 0;
236        text-transform:uppercase;
237        clear:left;
238        margin:40px 0 0 0;
239}
240img{
241        border:none;
242        behavior: url("win_png.htc");
243}
244#divers ul{
245        margin:20px;
246}
247.listageconteneur {
248        margin: 0 0 0px 0;
249        background:url("li_bg.gif");
250        overflow:auto;
251        padding:20px 20px 0 20px;
252}
253#artinrub{
254        clear:right;
255}
256#rubinrub li, #artinrub li{
257        margin-bottom:30px;
258}
259.listageconteneur li{
260        clear:left;
261        padding:0 0 10px 0;
262} 
263#corps h4{
264        font-size:18px;
265        margin: 0px 0px 8px 0px;
266}
267.listagetexte {
268        margin: 2px 0px;
269        color:#222;
270        text-align:justify;
271        line-height:1.5em;
272        letter-spacing:0.05em;
273}
274
275.listagelogo {
276        margin-right: 10px;
277        height: 80px;
278        width: 80px;
279        overflow: hidden;
280        float:left;
281        border:none;
282 }
283.listageinfo {
284        font-family:verdana;
285        font-size:11px;
286        margin:0 0 10px 0;
287        color:#444;
288}
289.dernierart{
290        margin:20px 0 0 20px;
291}
292#header{
293        background:url("h_bg.gif");
294        margin:0 0 10px 0;
295        padding:20px;
296        color:white;
297        font-weight:bold;
298        _width: 96%;
299        _padding:2%;
300}
301#header .dateauteurs{
302        margin-top:10px;
303        font-weight:normal;
304}
305.logo {
306        float:right;
307        margin-left:20px;
308        border:3px solid white;
309        overflow:hidden;
310}
311.chapeau{
312        color:#ffffab;
313        font-weight:bold;
314        font-size:120%;
315        text-transform:uppercase;
316        clear:right;
317        margin:20px;
318        line-height:1.4em;
319}
320
321        /* ---------------*/
322        /* pieces jointes */
323        /* ---------------*/
324
325#galerie .listageconteneur li{
326        clear:none;
327        padding:0px;
328        margin:15px;
329}
330#galerie .listageconteneur{
331        margin:0px;
332        padding:0px;
333        _background:none;
334        _width:95%;
335}
336.vignette {
337        float:left;
338        overflow: hidden;
339        margin: 0 10px 10px 0; 
340        height: 90px; 
341        width: 90px;
342        border: 1px solid #222; 
343}
344
345#audio{
346        text-align:center;
347}
348#piecesjointes li {
349        clear: left;
350}
351
352#piecesjointes .listagelogo {
353        overflow: hidden;
354        border: 0px;
355}
356
357#piecesjointes .listagetitre { 
358        height: auto;
359        margin:0px;
360}
361#piecesjointes h5{
362        font-size:100%;
363        text-transform:none;
364        padding:0px;
365        margin:0px;
366}
367div.spip_code {
368        font-family: courier, sans-serif;
369        padding: 10px;
370        margin: 10px 5px;
371        border: 1px solid #ccc;
372        background-color: #efefef;
373}
374span.spip_code {
375        font-family: courier, sans-serif;
376}
377.spip_surligne {
378        background-color: yellow;
379}
380fieldset{       
381        color:black;
382        padding:20px 30px 0 10px;
383        border:none;
384}
385fieldset p{
386        margin:10px 0 0 0;
387}
388legend{
389        display:none;
390}
391#var_login_admin, #recherche .forml, #var_lang_ecrire, #email_auteur, #titre, #url_site, #textarea_1, .forml {
392        color:black;
393        border: 1px solid black;
394        cursor:default;
395}
396#auteur .texte{
397        margin:0;
398        padding:0;
399}
400.barre{
401        color:white;
402        background-color:#777;
403        border: 1px solid black;
404        cursor:default;
405        font-size:12px;
406}
407/* FORUM */
408.formauteur{
409        text-align:right;
410}
411#forum ul ul {
412         margin-left: 10px;
413         padding-left: 6px;
414         border-left: 1px solid black;
415}
416.formulaire_spip form {
417        padding:20px;
418        background:url("li_bg.gif");
419}
420#pageforum .formulaire_spip p {
421        margin:0 0 20px 0;
422}
423#forum .listageconteneur li{
424        margin:20px;
425}
426#forum .listagetexte, fieldset table{
427        margin-bottom:15px;
428}
429blockquote{
430        border:1px solid #999;
431        color:#777;
432        margin:0 0 10px 20px;
433        width:80%;
434        padding:0px 10px 10px 10px;
435}
436/*details*/
437code{
438        color:#555;
439}
440#header,#corps h2 , .ps,.spip_note{
441        text-align:right;
442}
443.clearer_header {
444        clear:right;
445        height:0px;
446        font-size:1px;
447        margin:0;
448        padding:0;
449}
450.spip_logos{
451        margin:0;
452        padding:0;
453}
Note: See TracBrowser for help on using the repository browser.