source: extensions/sobre/theme.css @ 6264

Last change on this file since 6264 was 6252, checked in by Gotcha, 14 years ago

Conversion in UT8 without BOM

File size: 11.9 KB
Line 
1/* $ Id: theme.css 2010-04-03 Par Gotcha pour son thème "Sobre" $ */
2
3/* Valide CSS3 http://jigsaw.w3.org/css-validator/validator */
4/* Compressé avec http://www.cleancss.com/ (musclé !) */
5/* Nom du fichier avant compression : theme.bak.css */
6/* Nom du fichier après compression : theme.css*/
7
8
9
10
11/* MERCI DE NE PAS TOUCHER A CE FICHIER */
12
13
14
15
16
17
18/* Importation de feuilles de styles additionnelles */
19@import "slider.css";
20
21/* Le header */
22/* Fonctionne avec l'administration du thème*/
23/* Désactivé par défaut */
24#theHeader {
25        background: transparent url("../../themes/sobre/images/header_bienvenue.png") no-repeat center bottom;
26    height: 144px;
27        margin: 0 auto;
28}
29#theHeader H1 {
30    margin-top: 0px;
31}
32#theHeader p {
33  margin-top:72px;
34}
35
36/* Centrage en une seule colonne */
37body {
38margin: 0 auto;
39max-width: 1190px;
40min-width: 980px;
41}
42
43/* Couleurs des textes */
44BODY, H1, H3,
45INPUT.rateButtonSelected  { /* <= why IE doesn't inherit this ? */
46        color:#d0d0d0;
47}
48H2, #menubar DT {
49        color: #fff48e;
50}
51A, INPUT.rateButton {
52        color: #fff;
53        border: none;
54}
55A:hover {
56        color: #FFF48E;
57}
58#copyright {
59        color: black;
60}
61#copyright a {
62        color: #FF7700;
63}
64
65/* Arrières plans */
66BODY, H3, #imageBar, #imageToolBar A:hover {
67        background: #393737
68}
69BODY {
70background: #EAEAEA url(images/background-0.png) repeat-x top;
71}
72H2 {
73        background-image: url(images/tableh1_bg.png);
74        color: #fff48e;
75}
76#imageHeaderBar H2 {
77        background-image: none;
78        background-color: transparent;
79        border: none;
80}
81#imageHeaderBar {
82        background-image: url(images/tableh2_bg.png);
83        background-repeat: repeat-x;
84        background-position: center;
85        border-top: 1px solid #000;
86}
87.content, #imageToolBar, .header_notes {
88        background-color: black;
89}
90#imageToolBar {
91        background-color:#505050;
92}
93
94/* Bordures */
95.content{
96        border: 1px solid #252525;
97        margin: 0;
98}
99H2, #imageToolBar {
100        border-bottom: 1px solid #000;
101}
102FIELDSET, INPUT, SELECT, TEXTAREA,
103.content DIV.thumbnailCategory {
104        border: 1px solid gray;
105}
106.content UL.thumbnails SPAN.wrap2 {
107        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
108}
109.content UL.thumbnails SPAN.wrap2:hover,
110.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
111.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
112        background-color: #faebd7;
113        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
114        color: black;
115}
116#thePicturePage {
117        border:1px solid white;
118}
119
120/* Les polices */
121h2 {
122        font-family:Mon-menu;
123        font-size:18px;
124        font-style:italic;
125        font-weight:normal;
126}
127.content ul.thumbnails span.thumbLegend {
128        height: 100%;
129}
130.content div.thumbnailCategory div.description div.text p {
131  font-family:Trebuchet MS;
132}
133.stuffs_block {
134  font-family:Comic Sans MS;
135}
136
137/* Plugin PWG_Stuff, permet d'afficher les derniers commentaires sur 2 colonnes. */
138.content #comments ul.thumbnailCategories li {
139  width:49.9%;
140}
141
142/* Affichage des tags avec le plugin Cumulus cloud tags */
143.tagLetter table.tagLetterContent {
144  font-size:100%;
145}
146
147/* Modifications pour RV Mpas & Earth */
148#theImage #mapPicture {
149  width: 280px;
150}
151#theImage #map {
152height:600px;
153min-height:512px;
154position: relative;
155background-color: rgb(229, 227, 223);
156left: 290px;
157right: -290px;
158margin-right: 290px;
159}
160
161/* Plugin Whois Online */
162.Online {
163        font-size: 11px;
164        color: #444444;
165}
166.Online a {
167        color: black;
168}
169
170/* Centrage modifications de la caractéristique de la catégorie. */
171.content div.thumbnailCategory div.description div.text p.Nb_images {
172  border-top:1px solid #808080;
173  color:#FF9960;
174  font-style:italic;
175  text-align:center;
176}
177
178/* Centrage modifications du nom de la catégorie. */
179.content div.thumbnailCategory div.description h3 {
180  font-weight: bold;
181  text-align:center;
182}
183
184/* Modifications de la description de la catégorie. */
185.content div.thumbnailCategory div.description div.text p {
186  color:#996060;
187}
188
189/* Correction du centrage de la miniature */
190.content div.thumbnailCategory div.illustration {
191  text-align: center;
192  margin: 2px;
193}
194
195/* Plus de place pour le texte des catégories */
196.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
197        height: 190px;
198}
199.content div.thumbnailCategory div.description .text {
200        text-align: justify;
201        padding-right:5px;
202}
203.content div.thumbnailCategory div.description {
204        height:100%;
205}
206
207/* Correction de l'affichage de la liste des tags */
208ul.tagSelection {
209        width:100%;
210}
211ul.tagSelection li{
212        float:left;
213        width:150px!important;
214        overflow:hidden;
215}
216
217/* Tips pour picture.tpl */
218#theImage img {
219        margin-top: 10px;
220}
221#theImage p {
222        color: #000;
223        font-style:italic;
224        margin:10px auto auto;
225        position:relative;
226        width:800px;
227}
228#linkPrev, #linkNext {
229        display: none;
230}
231/* Mise en page du tableau */
232TABLE.infoTable {
233width:920px;
234background: #505050;
235}
236TABLE.infoTable .label {
237  background-color: #2F0000;
238  font-weight: bold;
239  text-align: left;
240  padding-right: 0.5em;
241  padding-left: 3px;
242}
243TABLE.infoTable {
244  border: solid 1px;
245  margin-top: 6px;
246}
247TABLE.infoTable .value p {
248  width: 320px;
249  margin: 0px;
250}
251TABLE.infoTable .value {
252  max-width: 320px;
253}
254TABLE.infoTable .label {
255  width: 100px;
256}
257TABLE.infoTable .value p a, input.rateButton {
258border-width:0;
259color:#FF7700;
260}
261/* Modification de zone de commentaires */
262#comments fieldset {
263        margin: auto;
264        padding: 0;
265        background-color: #F0F0F0;
266        color: black;
267}
268#comments fieldset legend {
269        margin-left: 10px;
270        background: #F0F0F0;
271}
272#thePicturePage form.filter fieldset ul, #thePicturePage form.filter fieldset label {
273        display:block;
274        float:none;
275        margin-right:0;
276        padding:0;
277}
278table.commentr {
279        margin-top: -20px;
280        margin-bottom: -10px;
281}
282table.commentr td.center {
283        height: 138px;
284}
285#outils {
286        padding-top: 17px;
287}
288form.filter input[type="submit"] {
289        margin-top:0;
290}
291form fieldset p {
292        margin-top:0;
293}
294#comments  {
295        border-width:0;
296        padding:5px;
297}
298#theImage table {
299        background-color: #D3D3D3;
300        border:1px solid #000;
301        width: 800px;
302        margin:10px auto 0;
303}
304#comments {
305        width: 910px;
306        margin: 0 auto;
307        background-color: #505050;
308}
309#comments h3 {
310        margin:14px -5px;
311        padding:0 7px;
312}
313#comments table tbody tr td  select {
314        width: 95px;
315}
316#comments SPAN.author {
317        font-weight:bold;
318}
319#comments blockquote {
320        border-color:black;
321        border-style:solid;
322        border-width:0 0 0 2px;
323        padding-left:5px;
324        font-style:italic;
325}
326#comments fieldset legend {
327        margin-left: 10px;
328}
329form.filter fieldset ul, form.filter fieldset label {
330        padding-top: 5px;
331        padding-left: 5px;
332}
333
334/* Tip pour la page d'accueil */
335/* Concerne PWG_Stuffs */
336/* A adapter */
337#stuffs_block_3 #comments {
338        width: 100%;
339}
340
341/* Modification pûrement visuel et esthétique modifiant l'affichage de l'enveloppe sous une miniature nouvelle */
342.content ul.thumbnails span.thumbLegend img {
343  position:relative; top:-3px;
344}
345
346/* Tip personnel pour un bloc */
347/* Utilisez PWG_Stuffs */
348/* Bloc privé */
349#stuffs_block_10 div.personal_block{
350display:none;
351}
352#stuffs_block_10:hover div.personal_block{
353display:block;
354}
355
356/* Pour IE et Chrome surtout */
357.content ul.thumbnailCategories {
358width: 100%;
359padding-left: 4px; /* Correction du centrage du cadre de la catégorie */
360}
361
362
363
364
365
366/* Modifications de la tailles des miniatures. L'expemple ci-dessous suppose une taille de 200px de coté pour les miniatures.*/
367/* A vous d'adapter en fonction de vos propres miniatures et choix esthétique.*/
368
369.content DIV.thumbnailCategory DIV.description {
370        padding-left: 0px                    /* For Sylvia theme only */
371}
372.content div.thumbnailCategory div.illustration {
373        text-align:center;
374}
375.content div.thumbnailCategory div.illustration { 
376        width:170px;                      /* Usable range 162px-360px , optimal : Thumbnail width + 10px */
377        margin-top:19px;
378}
379.content div.thumbnailCategory { 
380        height: 200px;                    /* Usable range 172px-250px , optimal : Thumbnail height + 10px */ /* For Slyvia theme, Thumbnail height + 40px */
381}
382.content div.thumbnailCategory div.description .text { 
383        height: 110px;                   /* Optimal : Thumbnail height - 50px */ 
384}
385#comments div.thumbnailCategory div.illustration { 
386        width: 255px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ 
387}
388.content ul.thumbnails span,
389.content ul.thumbnails span.wrap2 a,
390.content ul.thumbnails label {
391        width: 170px;                        /* Optimal : Thumbnail width + 10px */ 
392}
393.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
394height:198px;
395}
396
397/* Set defaults for thumbnails legend ( modifie le nbre de ligne sous les vignettes)*/
398#content UL.thumbnails SPAN.thumbLegend {
399  display: block;    /* display: none; if you don't want legend */
400  height: 5em;        /* legend height (don't set auto to be Gecko friendly)*/
401}
402
403.content ul.categoryActions img {
404margin:2px 0 0;
405}
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424#menubar {
425height:2.1em;
426margin:-2px auto 3px;
427position:relative;
428width:980px;
429z-index:2;
430padding-bottom:25px;
431display:block;
432float:none;
433}
434
435#menubar #menuTagCloud a {
436display:inline;
437}
438
439#menubar #menuTagCloud span {
440display:block;
441padding:0.5em 0;
442text-align:left;
443}
444
445#menubar .button {
446border:medium none;
447float:right;
448left:95%;
449list-style-image:none;
450list-style-position:outside;
451list-style-type:none;
452margin:-2px 2px 2px;
453padding:0;
454position:absolute;
455text-align:center;
456text-indent:0;
457width:auto;
458}
459
460#menubar a,#menubar dt a,#menubar dd a {
461border:0;
462color:#fff;
463display:block;
464text-decoration:none;
465}
466
467#menubar a,#menubar dt,div#menubar dl:hover dd,div#menubar ul li:hover ul,div#menubar ul ul li:hover ul,div#menubar ul ul ul li:hover ul,div#menubar ul ul ul ul li:hover ul,div#menubar ul ul ul ul ul li:hover ul {
468display:block;
469}
470
471#menubar a:hover,#menubar dt:hover {
472color:#fff;
473}
474
475#menubar dd {
476background:#333;
477border:1px solid #8c8c8c;
478position:absolute;
479text-align:left;
480z-index:500;
481margin-top: -5px;
482width:25%;
483}
484
485#menubar dd a {
486padding:0.5em;
487border:1px solid #3F3F3F;
488}
489
490#menubar dd a:hover {
491background-color:#333;
492border:1px solid #8c8c8c;
493color:#FFF;
494font-style:italic;
495}
496
497#menubar dd ul ul {
498background-color:#fff;
499border:1px solid #8c8c8c;
500left:100%;
501position:absolute;
502top:0;
503z-index:500;
504}
505
506#menubar dl {
507display:inline;
508height:25px;
509text-align:center;
510width:25%;
511}
512
513#menubar dl dd p {
514margin: 0;
515padding:0 0 10px;
516}
517
518#menubar dt {
519background-image:url("images/tableh1_bg.png");
520border:0;
521color:#fff48e;
522}
523
524#menubar li {
525position:relative;
526}
527
528#menubar li a {
529background:#3f3f3f none repeat scroll 0 0;
530}
531
532#menubar li span {
533right:7px;
534}
535
536#menubar li span,#menubar li IMG {
537padding-left:4px;
538position:absolute;
539top:7px;
540}
541
542#menubar img.button {
543margin-right:17px;
544}
545
546#menubar li span.bullet,div#menubar dd,div#menubar ul ul,div#menubar ul li:hover ul ul,div#menubar ul ul li:hover ul ul,div#menubar ul ul ul li:hover ul ul,div#menubar ul ul ul ul li:hover ul ul {
547display:none;
548}
549
550#menubar li:hover {
551background:#3f3f3f;
552}
553
554#menubar p,#menubar p.totalimages,#menubar p,#menubar p.totalimages,form#quickconnect {
555clear:both;
556margin:0;
557padding:0.2em;
558text-align:center;
559}
560
561#menubar ul {
562width:20em;
563}
564
565#menubar ul li a {
566margin-left:25px;
567padding-right:3em;
568}
569
570#menubar ul,#menubar dl,#menubar ul#menuTagCloud {
571float:left;
572list-style:none;
573margin:0;
574padding:0;
575}
576
577#menubar ul,#menubar li {
578background:#333 none repeat scroll 0 0;
579}
580
581#menubar ul.rvTree ul {
582padding-left:0 !important;
583}
584
585body#theadminpage #menubar {
586border:none;
587display:block;
588float:none;
589margin:5px auto;
590width:898px;
591}
592
593form#quickconnect .button {
594left:50px;
595position:relative;
596top:-20px;
597}
598
599form#quickconnect fieldset {
600padding-top:5px;
601text-align:left;
602width:19em;
603}
604
605form#quickconnect label {
606clear:left;
607}
608
609form#quickconnect label input {
610font-size:1em;
611}
612
613form#quickconnect p,form#quickconnect a {
614border:none;
615padding:0;
616}
617
618form#quicksearch {
619border-bottom:1px solid #000;
620padding:0 0 0 15px;
621}
622
623
624
625
626/* Scroll to top */
627#scrolltotop {
628  bottom:14px;
629  position:fixed;
630  right:0;
631  z-index:1000;
632  opacity:0;
633  outline:none;
634}
635#scrolltotop a {
636  background-color:transparent;
637  background-image: url("images/top.gif");
638  background-position:left top; background-repeat:no-repeat; display:block;
639  height:50px; text-indent:-9999px; width:44px;
640}
641#scrolltotop a:hover {
642  border-bottom:none;
643}
Note: See TracBrowser for help on using the repository browser.