source: extensions/sobre/theme.css @ 5628

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

Daily MAJ
Lots of changes

File size: 8.8 KB
Line 
1/* $ Id: theme.css 2010-04-03 Par Gotcha pour son thème "Sobre" $ */
2
3/* Importation de feuilles de styles additionnelles */
4@import "menu.css";
5@import "slider.css";
6
7/* Le header */
8/* Fonctionne avec l'administration */
9#theHeader p {
10        display:none;
11} /* Désactivé par défaut */
12
13/* text color */
14BODY, H1, H3,
15INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
16        color:#d0d0d0;
17}
18H2, #menubar DT {
19        color: #fff48e;
20}
21
22/* backgrounds */
23
24BODY, H3, #imageBar, #imageToolBar A:hover {
25        background: #393737
26}
27BODY {
28background: #EAEAEA url(images/background-0.png) repeat-x top;
29}
30
31#menubar DL, .content, #imageToolBar, .header_notes {
32        background-color: #505050;
33}
34H2 {
35        background-image: url(images/tableh1_bg.png);
36        color: #fff48e;
37}
38#imageHeaderBar H2 {
39        background-image: none;
40        background-color: transparent;
41        border: none;
42}
43#imageHeaderBar {
44        background-image: url(images/tableh2_bg.png);
45        background-repeat: repeat-x;
46        background-position: center;
47        border-top: 1px solid #000;
48}
49
50/* borders */
51.content{
52        border: 1px solid #252525;
53        margin: 0;
54}
55H2, #imageToolBar {
56        border-bottom: 1px solid #000;
57}
58FIELDSET, INPUT, SELECT, TEXTAREA,
59.content DIV.thumbnailCategory {
60        border: 1px solid gray;
61}
62.content UL.thumbnails SPAN.wrap2 {
63        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
64        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
65}
66.content UL.thumbnails SPAN.wrap2:hover,
67.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
68.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
69        background-color: #faebd7;
70        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
71        color: black;
72}
73
74
75/* links */
76A, INPUT.rateButton {
77        color: #fff;
78        border: none;
79}
80A:hover {
81        color: #FFF48E;
82}
83
84/* Pied de page */
85#copyright {
86        color: black;
87}
88#copyright a {
89        color: #FF7700;
90}
91
92/* Whois Online */
93.Online {
94        color: #444444;
95}
96.Online a {
97        color: black;
98}
99 
100/* Couleur de fond */
101.content, #imageToolBar, .header_notes {
102        background-color: black;
103}
104#imageToolBar {
105        background-color:#505050;
106}
107
108/* Cadre autour de la page */
109#thePicturePage {
110        border:1px solid white;
111}
112
113/* Les polices */
114h2 {
115        font-family:Mon-menu;
116        font-size:18px;
117        font-style:italic;
118        font-weight:normal;
119}
120.content ul.thumbnails span.thumbLegend {
121        height: 100%;
122}
123
124/* Plus de place pour le texte des catégories */
125.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
126        height: 190px;
127}
128.content div.thumbnailCategory div.description .text {
129        text-align: justify;
130        padding-right:5px;
131}
132.content div.thumbnailCategory div.description {
133        overflow: none;
134}
135
136/* Correction de l'affichage de la liste des tags */
137ul.tagSelection {
138        width:100%;
139}
140ul.tagSelection li{
141        float:left;
142        width:150px!important;
143        overflow:hidden;
144}
145
146/* Tips pour picture.tpl */
147#theImage img {
148        margin-top: 10px;
149}
150#theImage p {
151        color: #000;
152        font-style:italic;
153        margin:10px auto auto;
154        position:relative;
155        width:800px;
156}
157
158/* Modification de zone de commentaires */
159#comments fieldset {
160        margin: auto;
161        padding: 0;
162        background-color: #F0F0F0;
163        color: black;
164}
165#comments fieldset legend {
166        margin-left: 10px;
167        background: #F0F0F0;
168}
169#thePicturePage form.filter fieldset ul, #thePicturePage form.filter fieldset label {
170        display:block;
171        float:none;
172        margin-right:0;
173        padding:0;
174}
175table.commentr {
176        margin-top: -20px;
177        margin-bottom: -10px;
178}
179#outils {
180        padding-top: 17px;
181}
182form.filter input[type="submit"] {
183        margin-top:0;
184}
185form fieldset p {
186        margin-top:0;
187}
188#comments  {
189        border-width:0;
190        padding:5px;
191}
192#theImage table {
193        background-color: #D3D3D3;
194        border:1px solid #000;
195        width: 800px;
196        margin:10px auto 0;
197}
198#comments {
199        width: 910px;
200        margin: 0 auto;
201        background-color: #505050;
202}
203#comments h3 {
204        margin:14px -5px;
205        padding:0 7px;
206}
207#comments table tbody tr td  select {
208        width: 95px;
209}
210#comments SPAN.author {
211        font-weight:bold;
212}
213#comments blockquote {
214        border-color:black;
215        border-style:solid;
216        border-width:0 0 0 2px;
217        padding-left:5px;
218        font-style:italic;
219}
220div#comments fieldset legend {
221        margin-left: 10px;
222}
223form.filter fieldset ul, form.filter fieldset label {
224        padding-top: 5px;
225        padding-left: 5px;
226}
227table.commentr {
228        margin-top: -20px;
229        margin-bottom: -10px;
230}
231#outils {
232        padding-top: 17px;
233}
234#stuffs_block_3 #comments { /* Tip pour la page d'accueil */
235        width: 100%;
236}
237
238
239
240
241
242
243
244/* Le fichier n'existe pas et sera créé lors de l'enregistrement par LocalFiles Editor */
245
246/* Correction du centrage du cadre de la catégorie */
247.content ul.thumbnailCategories {
248  padding-left: 4px;
249}
250
251/* Centrage modifications de la caractéristique de la catégorie. */
252.content div.thumbnailCategory div.description div.text p.Nb_images {
253  border-top:1px solid #808080;
254  color:#FF9960;
255  font-style:italic;
256  text-align:center;
257}
258
259/* Centrage modifications du nom de la catégorie. */
260.content div.thumbnailCategory div.description h3 {
261  font-weight: bold;
262  text-align:center;
263}
264
265/* Modifications de la description de la catégorie. */
266.content div.thumbnailCategory div.description div.text p {
267  color:#996060;
268}
269
270/* Correction du centrage de la miniature */
271.content div.thumbnailCategory div.illustration {
272  text-align: center;
273  margin: 2px;
274}
275
276/* Modifications complémentaires pour my-picture.tpl */
277/* MOD Permametadata */
278.pictureTable .exifbi {
279  text-align: right;
280}
281/* Mise en page du tableau */
282TABLE.infoTable {
283width:920px;
284background: #505050;
285}
286TABLE.infoTable .label {
287  background-color: #2F0000;
288  font-weight: bold;
289  text-align: left;
290  padding-right: 0.5em;
291  padding-left: 3px;
292}
293TABLE.infoTable {
294  border: solid 1px;
295  margin-top: 6px;
296}
297TABLE.infoTable .value p {
298  width: 320px;
299  margin: 0px;
300}
301TABLE.infoTable .value {
302  max-width: 320px;
303}
304TABLE.infoTable .label {
305  width: 100px;
306}
307TABLE.infoTable .value p a, input.rateButton {
308border-width:0;
309color:#FF7700;
310}
311/* ================= */
312
313/* Modification pûrement visuel et esthétique modifiant l'affichage de l'enveloppe sous une miniature nouvelle */
314.content ul.thumbnails span.thumbLegend img {
315  position:relative; top:-3px;
316}
317
318/* Affichage des tags avec le plugin Cumulus cloud tags */
319.tagLetter table.tagLetterContent {
320  font-size:100%;
321}
322
323/* Plugin PWG_Stuff, permet d'afficher les derniers commentaires sur 2 colonnes. */
324.content #comments ul.thumbnailCategories li {
325  width:49.9%;
326}
327
328/* Modifications pour RV Mpas & Earth */
329#theImage #mapPicture {
330  width: 280px;
331}
332#theImage #map {
333height:600px;
334min-height:512px;
335position: relative;
336background-color: rgb(229, 227, 223);
337left: 290px;
338right: -290px;
339margin-right: 290px;
340}
341
342/*
343Petite bidouille pour le panneau de connection en haut du site avec PWG_Stuffs
344#stuffs_block_2 form.properties span.property {
345  width: 150px;
346  text-align: left;
347}
348*/
349
350/* Centrage en une seule colonne */
351body {
352margin: 0 auto;
353max-width: 1190px;
354min-width: 980px;
355}
356
357/* Les polices */
358.content div.thumbnailCategory div.description div.text p {
359  font-family:Trebuchet MS;
360}
361.stuffs_block {
362  font-family:Comic Sans MS;
363}
364
365/* Bloc privé */
366#stuffs_block_10 div.personal_block{
367display:none;
368}
369#stuffs_block_10:hover div.personal_block{
370display:block;
371}
372
373/* Pour IE et Chrome surtout */
374.content ul.thumbnailCategories {
375width: 99%;
376}
377
378
379
380
381
382/* Modifications de la tailles des miniatures. L'expemple ci-dessous suppose une taille de 200px de coté pour les miniatures.*/
383/* A vous d'adapter en fonction de vos propres miniatures et choix esthétique.*/
384
385.content DIV.thumbnailCategory DIV.description {
386        padding-left: 0px                    /* For Sylvia theme only */
387}
388.content div.thumbnailCategory div.illustration {
389        text-align:center;
390}
391.content div.thumbnailCategory div.illustration { 
392        width:170px;                      /* Usable range 162px-360px , optimal : Thumbnail width + 10px */
393        margin-top:19px;
394}
395.content div.thumbnailCategory { 
396        height: 200px;                    /* Usable range 172px-250px , optimal : Thumbnail height + 10px */ /* For Slyvia theme, Thumbnail height + 40px */
397}
398.content div.thumbnailCategory div.description .text { 
399        height: 110px;                   /* Optimal : Thumbnail height - 50px */ 
400}
401#comments div.thumbnailCategory div.illustration { 
402        width: 255px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ 
403}
404.content ul.thumbnails span.wrap2,
405.content div.thumbnailCategory div.description {
406        height: 150px;                        /* Optimal : Thumbnail height - 10px */ 
407}
408.content ul.thumbnails span,
409.content ul.thumbnails span.wrap2 a,
410.content ul.thumbnails label {
411        width: 170px;                        /* Optimal : Thumbnail width + 10px */ 
412}
413
414/* Set defaults for thumbnails legend ( modifie le nbre de ligne sous les vignettes)*/
415#content UL.thumbnails SPAN.thumbLegend {
416  display: block;    /* display: none; if you don't want legend */
417  height: 5em;        /* legend height (don't set auto to be Gecko friendly)*/
418}
419
420/* Plugin Whois Onligne, change affichage sizing*/
421.Online {
422 font-size: 11px;
423}
424
425/* Pour IE et Chrome surtout */
426.content ul.thumbnailCategories {
427width: 99%;
428}
Note: See TracBrowser for help on using the repository browser.