Dotclear

source: admin/style/default.css @ 2126:ae28a097d611

Revision 2126:ae28a097d611, 52.5 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Icônes pour les entêtes de colonne "commentaires" ou "trackbacks" des listes de billets et de pages.

Line 
1/*
2# -- BEGIN LICENSE BLOCK --------------------------------------------------
3# This file is part of Dotclear 2.
4# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
5# Licensed under the GPL version 2.0 license.
6# See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7# -- END LICENSE BLOCK ----------------------------------------------------
8               LAYOUTS
9               HTML TAGS
10               FORMULAIRES
11               BOUTONS
12               MESSAGES
13               ELEMENTS PRINCIPAUX
14               REGLES SPECIFIQUES
15               MEDIA QUERIES
16*/
17/* ---------------------------------------------------------------------------
18                                                                                     LAYOUTS
19---------------------------------------------------------------------------- */
20#header {
21     background: #676e78;
22     color: #FFF;
23     border-bottom: 4px solid #A2CBE9;
24     width: 100%;
25     display: table;
26     }
27#wrapper {
28     position: relative;
29     padding-top: 1.5em;
30     float: left;
31     width: 100%;
32     z-index: 10;
33     background: #F7F7F7 url(bg_wrapper.png) repeat-y 15em;
34     }
35.with-js #wrapper {
36     padding-top: 0;
37     }
38#main {
39     width: 100%;
40     float: right;
41     margin-left: -14em;
42     margin-top: 0;
43     }
44#content {
45     margin: 0 0 0 14em;
46     padding: .5em 1.5em .75em 2.5em;
47     background: #fff;
48     }
49#main-menu {
50     width: 14em;
51     float: left;
52     margin:0;
53     padding-top: .5em;
54     padding-bottom: 1em;
55     overflow: hidden;
56     background: #f7f7f7;
57     }
58#footer {
59     clear: both;
60     position: relative;
61     padding: .5em 1em .5em 0;
62     text-align: right;
63     border-top: 1px solid #ccc;
64     background-color: #fff;
65     }
66/* to hide main-menu */
67#collapser {
68     position: absolute;
69     top: 0;
70     left: 14em;
71     width: 1em;
72     height: 100%;
73     overflow: hidden;
74     display: block;
75     background: #f3f3f3 url(../images/collapser-hide.png) no-repeat center bottom;
76     border-right: double #dfdfdf;
77     z-index: 1;
78     }
79.expand-mm {
80     display:none;
81     }
82/* if main-menu is hidden */
83#wrapper.hide-mm {
84     background: #fff;
85     }
86.hide-mm #main {
87     margin-left: 0;
88     }
89.hide-mm #content {
90     margin-left: 1em;
91     }
92.hide-mm #main-menu {
93     display: none;
94     }
95.hide-mm #collapser {
96     left: 0;
97     background: #e3e3e3 url(../images/collapser-show.png) no-repeat center bottom;
98     }
99.hide-mm .collapse-mm {
100     display: none;
101     }
102.hide-mm .expand-mm {
103     display: block;
104     }
105/* -------------------------------------------------------------- layout: two-cols */
106.two-cols {
107     position: static;
108     }
109     .two-cols .col {
110          width: 48%;
111          margin-left: 2%;
112          float: left;
113          }
114     .two-cols .col70 {
115          width: 68%;
116          margin-left: 0;
117          float: left;
118          }
119     .col30 {
120          width: 28%;
121          margin-left: 2%;
122          float: left;
123          }
124     .two-cols .col:first-child,
125     .two-cols .col30.first-col {
126          margin-left: 0;
127          margin-right: 2%;
128          }
129     .two-cols .col:last-child,
130     .two-cols .col70.last-col {
131          margin-left: 2%;
132          margin-right: 0;
133          }
134     .two-cols table {
135          width: 90%;
136          }
137/* -------------------------------------------------------------- layout: three-cols */
138.three-cols {
139     position: static;
140     }
141     .three-cols .col { 
142          width: 32.3%; 
143          float: left; 
144          margin-left: 1%; 
145          } 
146     .three-cols .col:first-child { 
147          width: 33.3%; 
148          margin-left: 0; 
149          }
150/* ------------------------------------------------- layout: optionnal one/two-boxes */
151.one-box, .two-boxes, .three-boxes, .box {
152     margin-bottom: 1em;
153     }
154.one-box {
155     text-align: justify;
156     }
157.two-boxes {
158     width: 47%;
159     display: inline-block;
160     vertical-align: top;
161     margin-right: 2%;
162     -moz-box-sizing: border-box; 
163     -webkit-box-sizing: border-box; 
164     box-sizing: border-box;
165     }
166     .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child {
167          margin-right: 3%;
168          margin-left: 0;
169          }
170     .two-boxes.even:last-child, .two-boxes.even {
171          margin-left: 3%;
172          margin-right: 0;
173          }
174.three-boxes {
175     width: 30%;
176     display: inline-block;
177     vertical-align: top;
178     margin-left: 1.5%;
179     margin-right: 1.5%; 
180     -moz-box-sizing: border-box; 
181     -webkit-box-sizing: border-box; 
182     box-sizing: border-box;
183     }
184     .three-boxes:first-child, .three-boxes.first-child {
185          margin-left: 0;
186          }
187     .three-boxes:last-child, .three-boxes.last-child {
188          margin-right: 0;
189          }
190/* boîtes intérieures distribuées horizontalement */
191.box {
192     display: inline-block;
193     vertical-align: top;
194     margin-right: 3%; 
195     text-align: left;
196     }
197.box:last-child {
198     margin-right: 0;
199     }
200/* ---------------------------------------------------------------- layout: popups */
201.popup h1 {
202     display: block;
203     width: 100%;
204     margin: 0;
205     background: #676e78;
206     font-size: 1.5em;
207     text-indent: 1em;
208     line-height: 1.5em;
209     font-weight: normal;
210     color: #fff;
211     }
212.popup #wrapper {
213     display: block;
214     float: none;
215     width: 100%;
216     margin: 0;
217     padding: 0;
218     background-position: 0 0;
219     }
220.popup #main {
221     margin: 0;
222     padding: 0;
223     }
224.popup #content {
225     margin: 0;
226     padding: 1em;
227     }
228.popup #content h2 {
229     margin: 0 0 1em 0;
230     padding: 0;
231     }
232.popup #footer p {
233     border: none;
234     }
235/* -------------------------------------------------------- layout: classes de complément */
236.constrained {
237     margin: 0;
238     padding: 0;
239     border: none;
240     background: transparent;
241     }
242.table {
243     display: table;
244     }
245.cell {
246     display: table-cell;
247     vertical-align: top;
248     }
249.clear {
250     clear: both;
251     }
252.lclear {
253     clear: left;
254     }
255.clearer {
256     height: 1px;
257     font-size: 1px;
258     }
259/* Micro clearfix thx to Nicolas Gallagher */
260.clearfix:before, .clearfix:after {
261     content: " "; 
262     display: table;
263     }
264.clearfix:after {
265     clear: both;
266     }
267.frame-shrink {
268     border: 1px solid #676e78;
269     padding: 0.5em;
270     margin-bottom: 1em;
271     height: 120px;
272     overflow: auto;
273     }
274/* ---------------------------------------------------------------------------
275                                                                                     HTML TAGS
276---------------------------------------------------------------------------- */
277html {
278     font-size: 62.5%;
279     }
280body {
281     font-size: 12px; /* ie < 9 sucks */
282     font-size: 1.2rem;
283     line-height: 1.5;
284     font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
285     color: #333;
286     background: #fff;
287     margin: 0;
288     padding: 0;
289     }
290/* ------------------------------------------------------------------ titres */
291h1, h2, h3, .as_h3, h4, .as_h4, h5, h6 {
292     margin-top: 0;
293     margin-bottom: 1em;
294     }
295h2 {
296     color: #676e78;
297     font-size: 1.5em;
298     padding: 0 0 1.5em;
299     font-weight: normal;
300     }
301     /* titre de page */
302     #content > h2 {
303          padding: 0 1em .5em 1em;
304          margin: 0 -1em .5em -1em;
305          background: #fff url(bg_h2.png) repeat-x center bottom;
306          }
307     h2 a:link, h2 a:visited {
308          color: #676e78;
309          border-color: #000;
310          }
311     .page-title {
312          color: #d30e60;
313          }
314     .page-title img {
315          padding-left: .5em;
316          vertical-align: middle;
317          }
318h3, .as_h3 {
319     margin-top: 1em;
320     color: #D33800;
321     font-weight: normal;
322     font-size: 1.34em;
323     }
324     #main-menu h3 {
325          font-weight: bold;
326          }
327h4, .as_h4 {
328     font-size: 14px; /* ie < 9 sucks */
329     font-size: 1.4rem;
330     color: #676e78;
331     }
332     .fieldset h3, .fieldset h4, .pretty-title { /* variante */
333          color: #D33800;
334          font-size: 1em;
335          font-weight: bold;
336          }
337          .fieldset h3 {
338               font-size: 1.17em;
339               }
340     .fieldset h3.smart-title, .fieldset h4.smart-title, .smart-title { /* variante */
341          font-size: 1em;
342          text-transform: uppercase;
343          font-weight: bold;
344          color: #333;
345          text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6)
346          }
347h5 {
348     font-size: 12px; /* ie < 9 sucks */
349     font-size: 1.2rem;
350     font-weight: bold;
351     color: #676e78;
352     }
353     #entry-sidebar h5 {
354          font-weight: normal;
355          color: #333;
356          }
357     .entry-status img.img_select_option {
358          padding-left: 4px;
359          vertical-align: text-top;
360          }
361h4 label, h5 label {color: #333;}
362h2:first-child, h3:first-child, h4:first-child, h5:first-child, ul:first-child, p:first-child {
363     margin-top: 0;
364     }
365/* ---------------------------------------------------------------- tableaux */
366.table-outer {
367     width: 100%;
368     overflow: auto;
369     }
370table {
371     font-size: 12px; /* ie < 9 sucks */
372     font-size: 1.2rem;
373     border-collapse: collapse;
374     margin: 0 0 1em 0;
375     width: 100%;
376     }
377caption {
378     color: #333;
379     font-weight: bold;
380     text-align: left;
381     margin-bottom: .5em;
382     }
383th {
384     border-width: 1px 0 1px 0;
385     border-style: solid;
386     border-color: #ddd;
387     background: #eef1ec;
388     padding: .4em 1em .4em .5em;
389     vertical-align: top;
390     text-align: left;
391     }
392td {
393     border-width: 0 0 1px 0;
394     border-style: solid;
395     border-color: #e3e3e3;
396     padding: .4em 1em .4em .5em;
397     vertical-align: top;
398     }
399
400/* ---------------------------------------------------------- autres balises */
401p {
402     margin: 0 0 1em 0;
403     }
404hr {
405     height: 1px;
406     border-width: 1px 0 0;
407     border-color: #ddd;
408     background: #ddd;
409     border-style: solid;
410     }
411hr.clearer {
412     clear: both;
413     }
414pre, code, #debug {
415     font: 100% "Andale Mono","Courier New",monospace;
416     }
417code {
418     background: #FAFAD1;
419     }
420pre {
421     white-space: pre;
422     white-space: -moz-pre-wrap;
423     white-space: -hp-pre-wrap;
424     white-space: -o-pre-wrap;
425     white-space: -pre-wrap;
426     white-space: pre-wrap;
427     white-space: pre-line;
428     word-wrap: break-word;
429     }
430abbr {
431     cursor: help;
432     }
433input, textarea, select, option, optgroup, legend,label {
434     font-size: 1em;
435     }
436/* ------------------------------------------------------------------ liens */
437a, a:link, a:visited {
438     color: #2373A8;
439     text-decoration: none;
440     border-bottom: 1px dotted #999;
441     }
442a:hover, a:active, a:focus {
443     border-bottom-style: solid;
444     }
445a img, a:link img, a:visited img {
446     border:none;
447     }
448h1 a:link, h1 a:visited {
449     border:   none;
450     }
451/* ----------------------------------------------------------------------------
452                                                                                     FORMULAIRES
453---------------------------------------------------------------------------- */
454form {
455     display: block;
456     margin: 0;
457     padding: 0;
458     }
459fieldset {
460     display: block;
461     margin: 1em 0;
462     padding: 1em 0.5em;
463     border-width: 1px 0;
464     border-style: solid;
465     border-color: #ccc;
466     background: #f7f7f7;
467     }
468input[type=text], textarea {
469     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
470     }
471legend {
472     padding: 0.2em 0.6em;
473     border-width: 1px;
474     border-style: solid;
475     border-color: #676e78;
476     background: #fff;
477     margin-bottom: 0.5em;
478     border-radius: 3px;
479     }
480label .maximal, textarea.maximal, input.maximal {
481     width: 99%;
482     }
483input[type=text], input[type=password], textarea, select {
484     background: #fbfbfb;
485     color: #000;
486     border-width: 1px;
487     border-style: solid;
488     border-color: #ddd;
489     border-radius: 3px;
490     box-shadow: 1px 1px 2px #F1F1F1 inset;
491     padding: 3px; 
492     vertical-align: top;
493     }
494     input:focus, textarea:focus, select:focus {
495          -webkit-box-sizing: border-box;
496          -moz-box-sizing: border-box;
497          box-sizing: border-box;
498          border-color: #bee74b;
499          }
500     textarea {
501          padding: 2px 0;
502          }
503          textarea.maximal {
504               resize: vertical;
505               }
506          .area textarea {
507               display: block;
508               width: 100%;
509               resize: vertical;
510               }
511     select {
512          padding: 2px 0;
513          }
514          select.l10n option {
515               padding-left: 16px;
516               }
517          option.avail10n {
518               background: transparent url(../images/check-on.png) no-repeat 0 50%;
519               }
520          option.sub-option1 {
521               margin-left: .5em;
522          }
523          option.sub-option2 {
524               margin-left: 1.5em;
525          }
526          option.sub-option3 {
527               margin-left: 2.5em;
528          }
529          option.sub-option4 {
530               margin-left: 3.5em;
531          }
532          option.sub-option5 {
533               margin-left: 4.5em;
534          }
535          option.sub-option6 {
536               margin-left: 5.5em;
537          }
538          option.sub-option7 {
539               margin-left: 6.5em;
540          }
541          option.sub-option8 {
542               margin-left: 7.5em;
543          }
544          option.sub-option1:before, option.sub-option2:before, option.sub-option3:before, option.sub-option4:before,
545          option.sub-option5:before, option.sub-option6:before, option.sub-option7:before, option.sub-option8:before {
546               content: "\002022\0000a0";
547          }
548     input.invalid, textarea.invalid, select.invalid {
549          border: 1px solid red;
550          background: #FFBABA;
551          color: red;
552          box-shadow: 0 0 0 3px rgba(218, 62, 90, 0.3);
553          }
554     input[type=text], input[type=password], textarea {
555          margin-right: .3em;
556          }
557     input[type=checkbox], input[type=radio], input[type=file] {
558          border: none;
559          margin: 0 .33em 0 0;
560          padding: 0;
561          background: transparent;
562          }
563     input[type=file] {
564          margin-top: .3em;
565          margin-bottom: .3em;
566          }
567optgroup {
568     font-weight: bold;
569     font-style: normal;
570     }
571option {
572     font-weight: normal;
573     }
574label, label span {
575     display: block;
576     }
577     label.ib, input.ib {
578          display: inline-block;
579          }
580     label.classic {
581          display: inline;
582          }
583     label.classic input, label span input, label.classic select, label span select {
584          display: inline;
585          }
586     label.required {
587          font-weight: bold;
588          }
589          label.required abbr {
590               color: #dd0000;
591               font-size: 1.3em;
592               }
593     label.area, p.area {
594          width: inherit !important;
595          }
596p.field {
597     position: relative;
598     }
599     p.field label {
600          display: inline-block;
601          width: 14em;
602          }
603     p.field.wide label {
604          width: 21em;
605          }
606     p.field input, p.field select {
607          display: inline-block;
608          }
609.form-note {
610     font-style: italic;
611     font-weight: normal;
612     color: #676e78;
613     }
614     p.form-note {
615          margin-top: -.7em;
616          }
617     span.form-note {
618          text-transform: none;
619          }
620/* ----------------------------------------------------------------------------
621                                                                                          BOUTONS
622---------------------------------------------------------------------------- */
623/* Removes inner padding and border in FF3+  - Knacss */
624button::-moz-focus-inner,
625input[type=button]::-moz-focus-inner,
626input[type=reset]::-moz-focus-inner,
627input[type=submit]::-moz-focus-inner {
628     border: 0;
629     padding: 0;
630     }
631/* tous les boutons */
632button,
633a.button,
634input[type=button],
635input[type=reset],
636input[type=submit] {
637     border: 1px solid #ccc;
638     font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
639     padding: 3px 10px;
640     line-height: normal !important;
641     display: inline-block;
642     vertical-align: middle;
643     font-size: 100%;
644     text-align: center;
645     text-decoration: none;
646     border-radius: 3px;
647     cursor: pointer;
648     }
649button,
650input[type=button],
651input[type=reset],
652input[type=submit] {
653     -webkit-appearance: button;
654     }
655 /* validation */
656input[type=submit], a.button.submit, input.button.start {
657     color: #fff;
658     border: 1px solid #2C8FD1;
659     background-image:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
660     background-image:-webkit-gradient(linear,left top,left bottom, from(#25A6E1), to(#188BC0));
661     background-image:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
662     background-color:#25A6E1;
663     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
664     }
665     input[type=submit]:hover, input[type=submit]:focus,
666     input.button.start:hover, input.button.start:focus,
667     a.button.submit:hover, a.button.submit:focus {
668          background-image:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
669          background-image:-webkit-gradient(linear,left top,left bottom, from(#188BC0),to(#25A6E1));
670          background-image:linear-gradient(top,#188BC0 0%,#25A6E1 100%);
671          background-color:#188BC0;
672          }
673/* suppression, reset, "neutres" fond gris */
674button, input[type=button], input.button,
675input[type=reset], input[type=submit].reset, input.reset, 
676input[type=submit].delete, input.delete,
677a.button.delete, a.button.reset, a.button {
678     color: #000;
679     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));
680     background-image: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf);
681     background-image:linear-gradient(top,#f5f5f5 0%,#dfdfdf 100%);
682     background-color: #eee;
683     border: 1px solid #ccc;
684     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
685     }
686     button:hover, input[type=button]:hover, input.button:hover,
687     button:focus, input[type=button]:focus, input.button:focus,
688     input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover, 
689     input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus, 
690     input[type=submit].delete:hover, input.delete:hover,
691     input[type=submit].delete:focus, input.delete:focus,
692     a.button.delete:hover, a.button.reset:hover, a.button:hover,
693     a.button.delete:focus, a.button.reset:focus, a.button:focus {
694          background-image:-webkit-gradient( linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9));
695          background-image:-moz-linear-gradient(top, #e9e9e9, #f9f9f9);
696          background-image:linear-gradient(top,#e9e9e9 0%,#f9f9f9 100%);
697          background-color:#f3f3f3;
698          }
699     /* suppression */
700     input[type=submit].delete, input.delete, a.button.delete {
701          border-color: #ccc;
702          color: #c00;
703          margin-left: 1em;
704          }
705     a.delete:first-child, input.delete:first-child {
706          margin-left: 0;
707          }
708     input[type=submit].delete:hover, input.delete:hover, a.button.delete:hover,
709     input[type=submit].delete:focus, input.delete:focus, a.button.delete:focus {
710               border-color: #c00;
711               }
712     #info-box a.button {
713          padding: 0 .5em;
714          margin-left: 2em;
715          }
716.button.add {
717     background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) );
718     background-image:-moz-linear-gradient(center top, #bee74b 5%, #9BCA1C 100%);
719     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C');
720     background-color:#bee74b;
721     border:1px solid #B2D742;
722     padding:.33em 1.33em .5em;
723     color: #000;
724     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
725     font-weight: normal;
726     font-size: 14px; /* ie < 9 sucks */
727     font-size: 1.4rem;
728     }
729     .button.add:hover, .button.add:active, .button.add:focus {
730          background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) );
731          background-image:-moz-linear-gradient(center top, #9BCA1C 5%, #bee74b 100%);
732          background-image:linear-gradient(center top, #9BCA1C 5%, #bee74b 100%);
733          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b');
734          background-color:#9BCA1C;
735          }
736     .button-add:focus {
737          outline: dotted 1px;
738          }
739     /* paragraphe pour bouton Nouveau bidule */
740     p.top-add {
741          text-align: right;
742          margin: 0;
743          }
744
745/* disabled */
746input.disabled, input[type=submit].disabled {
747     text-shadow: none;
748     filter: none;
749     color: #676e78;
750     background: #F5F5F5;
751     border: 1px solid #CCC;
752     }
753     input.disabled:hover, input[type=submit].disabled:hover {
754          color: #676e78;
755          background: #eee;
756          border: 1px solid #CCC;
757          }
758/* ----------------------------------------------------------------------------
759                                                                                     MESSAGES
760---------------------------------------------------------------------------- */
761.warn, .warning, .info {
762     font-style: normal;
763     padding: .2em .66em .2em;
764     text-indent: 24px;
765     color: #333;
766     display: inline-block;
767     line-height: 1.5em;
768     border-radius: 3px;
769     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)
770     }
771div.warn, div.warning, div.info {
772     display: block;
773     padding: 1em 1em .33em 1em;
774     margin-bottom: 1em;
775     }
776     .warn, .warning {
777          background: #FEFACD url(msg-warning.png) no-repeat .3em .3em;
778          border: 1px solid #F7E07E;
779          }
780     .info {
781          background: #D9EDF7 url(msg-info.png) no-repeat .3em .3em;
782          border: 1px solid #BCE8F1;
783          }
784     span.warn, span.warning, span.info {
785          padding-top: 1px;
786          padding-bottom: 1px;
787          background-position: .3em .2em;
788          }
789.error, .message, .static-msg, .success, .warning-msg {
790     padding: 1em 0.5em 0.5em 48px;
791     margin-bottom: 1em;
792     border-radius: 8px;
793     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
794     }
795     p.error, p.message, p.static-msg, p.success, p.warning-msg {
796          padding-top: 1em;
797          padding-bottom: 1em;
798          }
799     .error {
800          background: #FFBABA url(msg-error.png) no-repeat .7em .7em;
801          color: #000;
802          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
803          }
804     .message, .static-msg {
805          background: #676e78 url(msg-std.png) no-repeat .7em .7em;
806          color: #fff;
807          }
808          .message a, .static-msg a, .message h3, .static-msg h3 {
809               color: #fff;
810               }
811     .success, .warning-msg {
812          color: #000;
813          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)
814          }
815          .success {
816               background: #bee74b url(msg-success.png) no-repeat .7em .7em;
817               background-color: #a2f157;
818               }
819          .warning-msg {
820               background: #F7E07E url(msg-warning.png) no-repeat .7em .7em;
821               border: 1px solid #F7E07E;
822               }
823          .success a, .warning-msg a, .info a {
824               color: #333;
825               }
826.dc-update {
827     padding: 1em 48px 0.5em 48px;
828     margin-bottom: 1em;
829     border-radius: 8px;
830     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em;
831     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
832     color: #000;
833     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
834     }
835     .dc-update h3 {
836          margin-top: 0;
837          color: #000;
838          }
839     .dc-update p {
840          display: inline-block;
841          vertical-align: middle;
842          }
843     .dc-update a {
844          color: #000;
845          margin-right: 1em;
846          }
847          .dc-update a.button {
848               padding: .5em 1em; 
849               }
850          .updt-info a {
851               margin-left: 2em;
852               border-color: #000;
853               font-weight: bold;
854               }
855/* ---------------------------------------------------------------------------------
856                                                                                ELEMENTS PRINCIPAUX
857--------------------------------------------------------------------------------- */
858/* -------------------------------------------------------------- HEADER ELEMENTS */
859/* prelude */
860#prelude {
861     line-height: 1.5;
862     margin: 0;
863     padding: 0;
864     overflow: hidden;
865     position: absolute;
866     top: 3em;
867     left: 0;
868     background: #A2CBE9;
869     width: 100%;
870     z-index: 100;
871     }
872     #prelude li {
873          list-style-type: none;
874          margin: 0;
875          background:transparent;
876          display: inline;
877          }
878     #prelude li a {
879          padding: 3px 16px 3px 8px; /* ie < 9 sucks */
880          padding: 3px 1.6rem 3px .8rem;
881          background: #A2CBE9;
882          color: #000;
883          text-decoration: underline;
884          }
885     #prelude li a:hover, #prelude li a:focus {
886          background: #FFF;
887          }
888/* si le prélude est affiché on repousse les trucs dessous */
889#wrapper.with-prelude { 
890     padding-top: 1em;
891     }
892#help-button.with-prelude, #collapser.with-prelude {
893     top: 1em;
894     }
895/* header global h1, form#top-info-blog, ul#top-info-user */
896#header a {
897     color: #FFF;
898     }
899#header img {
900     vertical-align: middle;
901     padding-left: .5em;
902     }
903h1, #top-info-blog, #top-info-user {
904     display: table-cell;
905     padding: 8px 0;
906     margin: 0;
907     font-size: 1em;
908     vertical-align: top;
909     }
910/* h1 */
911h1 {
912     text-indent: -1000px;
913     width: 16.5em;
914     }
915     h1 a {
916          position: absolute;
917          top: 0;
918          left: 0;
919          width: 15em;
920          height: 36px; /* ie < 9 sucks */
921          height: 3.6rem;
922          color: #fff;
923          background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px;
924          }
925     h1 a:hover, h1 a:focus {
926          background-position: 0 -94px;
927          }
928/* top-info-blog */
929#top-info-blog select {
930     max-width: 20em;
931     }
932#top-info-blog a {
933     margin-left: 1.5em;
934     }
935#top-info-blog input[type=submit] {
936     background: #000;
937     border-color: #999;
938     margin-left: .33em; 
939     }
940#top-info-blog input[type=submit]:hover {
941     background: #999;
942     }
943#top-info-blog p {
944     display: inline-block;
945     margin: 0;
946     }
947/* top-info-user */
948#top-info-user {
949     padding-right: 18px;
950     list-style-type: none;
951     text-align: right;
952     }
953#top-info-user li {
954     display: inline-block;
955     margin-left: .5em;
956     padding-left: .5em;
957     border-left: 1px solid #999;
958     }
959#top-info-user li:first-child {
960     border-left: none;
961     }
962#top-info-user a.active {
963     border-bottom-color: #fff;
964     margin: 0;
965     padding: 18px .5em;
966     background-color: #fff;
967     color: #333;
968     font-weight: bold;
969     }
970/* ---------------------------------------------------------- MAIN-MENU ELEMENTS */
971#favorites-menu, #blog-menu, #system-menu, #plugins-menu {
972     border-bottom: 1px dashed #A2CBE9;
973     }
974#main-menu h3 {
975     margin: 0;
976     padding: 10px 0 10px 8px;
977     color: #676e78;
978     font-size: 14px; /* ie < 9 sucks */
979     font-size: 1.4rem;
980     }
981     #favorites-menu h3 {
982          color: #000;
983          font-variant: small-caps;
984          padding-top: .2em;
985          }
986#main-menu a {
987     color: #333;
988     border-bottom-color: #ccc;
989     }
990#main-menu ul {
991     margin: 0 0 1.5em 0;
992     padding: 0;
993     list-style: none;
994     }
995     #main-menu li {
996          display: block;
997          margin: 0.5em 0 0;
998          padding: 4px 0 1px 32px;
999          background-repeat: no-repeat;
1000          background-position: 8px .3em;
1001          }
1002          #main-menu ul li:first-child {
1003               margin-top: 0;
1004               }
1005          #main-menu li.active {
1006               background-color: #fff;
1007               font-weight: bold;
1008               }
1009               #favorites-menu li.active {
1010                    background-color: transparent;
1011                    }
1012          #main-menu .active a {
1013               border-bottom: none;
1014               color: #d30e60;
1015               }
1016               #favorites-menu .active a {
1017                    color: #000;
1018                    }
1019#search-menu {
1020     padding: 4px 5px 0;
1021     font-size: 100%
1022     }
1023     #search-menu * {
1024          height: 22px; /* ie < 9 sucks */
1025          height: 2.2rem;
1026          display: inline-block;
1027          vertical-align: top;
1028          line-height: 22px;
1029          }
1030     #search-menu p {
1031          border: 1px solid #999;
1032          border-radius: .3em;
1033          position: relative;
1034          overflow: hidden;
1035          }
1036     #qx {
1037          width: 124px; /* ie < 9 sucks */
1038          width: 12.4rem;
1039          border-bottom-left-radius: .3em;
1040          border-top-left-radius: .3em;
1041          background: transparent url(search.png) no-repeat 4px center;
1042          text-indent: 18px;
1043          padding: 0;
1044          border: none;
1045          height: 22px;
1046          height: 2.2rem;
1047          }
1048          #qx:focus {
1049               border: 1px solid #bee74b;
1050               }
1051     #search-menu input[type="submit"] {
1052          padding: 0 3px;
1053          padding: 0 .3rem;
1054          margin-left: -4px;
1055          background: #dfdfdf;
1056          border-color: #999;
1057          color: #444;
1058          border-bottom-right-radius: .3em;
1059          border-top-right-radius: .3em;
1060          border-top-left-radius: 0;
1061          border-bottom-left-radius: 0;
1062          text-shadow: none;
1063          border: none;
1064          border-left: 1px solid #aaa;
1065          font-size: 10px; /* ie < 9 sucks */
1066          font-size: 1rem;
1067          }
1068          #search-menu input[type="submit"]:hover,
1069          #search-menu input[type="submit"]:focus {
1070               background: #676e78;
1071               color: #fff;
1072               }
1073/* ----------------------------------------------------------------- CONTENT ELEMENTS */
1074.part-tabs ul {
1075     padding: .5em 0 0 1em;
1076     border-bottom: 1px solid #ddd;
1077     line-height: 2;
1078     }
1079     .part-tabs li {
1080          list-style: none;
1081          margin: 0;
1082          display: inline;
1083          }
1084          .part-tabs li a {
1085               padding: .5em 2em;
1086               margin-right: -1px;
1087               border: 1px solid #ccc;
1088               border-bottom: none;
1089               text-decoration: none;
1090               color: #333;
1091               background-color: #ecf0f1;
1092               display: inline-block;
1093               }
1094          .part-tabs li a:hover, .part-tabs li a:focus {
1095               color: #000;
1096               background: #fff;
1097               border-bottom-color: #fff;
1098               }
1099          .part-tabs li.part-tabs-active a {
1100               background: #fff;
1101               font-weight: bold;
1102               border-bottom-color: #fff;
1103               }
1104     .multi-part {
1105          padding-left: 1em;
1106          }
1107/* contextual help */
1108#help {
1109     margin-top: 4em;
1110     background: #f5f5f5;
1111     z-index: 100;
1112     clear: both;
1113     padding: 0 1em;
1114     }
1115     #content.with-help #help {
1116          display: block;
1117          position: absolute;
1118          top: 0;
1119          right: 0;
1120          width: 280px; /* ie < 9 sucks */
1121          width: 28rem;
1122          border-left: 2px solid #FFD478;
1123          border-top: 2px solid #FFD478;
1124          margin-top: 0;
1125          padding: .5em 0 0 0;
1126          overflow: auto;
1127          }
1128#help-button {
1129     background: transparent url(../images/page_help.png) no-repeat 6px center;
1130     position: absolute;
1131     top: 0;
1132     right: 0;
1133     padding: 0 1.5em 0 30px;
1134     cursor: pointer;
1135     color: #2373A8;
1136     line-height: 36px; /* ie < 9 sucks */
1137     line-height: 3.6rem;
1138     }
1139     #help-button.floatable {
1140          border-top: 2px solid #ccc;
1141          border-left: 2px solid #ccc;
1142          border-bottom: 2px solid #ccc;
1143          border-bottom-left-radius: 1em;
1144          border-top-left-radius: 1em;
1145        background-color: #f5f5f5;
1146        position: fixed;
1147        top: 10px;
1148        }
1149     .no-js #help-button {
1150          top: 1em;
1151          }
1152     #help-button span {
1153          padding: .5em 0 .1em 0;
1154          border-bottom: 1px solid #2373A8;
1155          }
1156     #content.with-help #help-button {
1157          right: 280px; /* ie < 9 sucks */
1158          right: 28rem;
1159          background-color: #f5f5f5;
1160          position: fixed;
1161          top: 50px;
1162          z-index: 100;
1163          border-top: 2px solid #FFD478;
1164          border-left: 2px solid #FFD478;
1165          border-bottom: 2px solid #FFD478;
1166          border-bottom-left-radius: 1em;
1167          border-top-left-radius: 1em;
1168          }
1169.help-box {
1170     display: none;
1171     }
1172     .help-box ul {
1173          padding-left: 20px;
1174          margin-left: 0;
1175          }
1176     #content.with-help .help-content {
1177          padding: 0 1em 1em;
1178          }
1179          .help-content dt {
1180               font-weight: bold;
1181               color: #626262;
1182               margin: 0;
1183               }
1184          .help-content dd {
1185               margin: 0.3em 0 1.5em 0;
1186               }
1187/* 1. inside help block */
1188#helplink p {
1189     padding: 0 0 0 .5em;
1190     }
1191/* ------------------------------------------------------------------ FOOTER ELEMENTS */
1192#footer p {
1193     margin: 0;
1194     padding: 0 1em;
1195     font-size: 1em;
1196     }
1197     span.credit {
1198          font-size: 1em;
1199          font-weight: normal;
1200          }
1201/* ---------------------------------------------------------------------------------------
1202                                                                                     RÈGLES SPÉCIFIQUES
1203---------------------------------------------------------------------------------------- */
1204/* ---------------------------------------------------------------- LISTES TABLEAUX */
1205table .maximal, table.maximal {
1206     width: 100%;
1207     }
1208table .minimal {
1209     width: 1px;
1210     }
1211table .nowrap {
1212     white-space: nowrap;
1213     vertical-align: top;
1214     }
1215table .count {
1216     text-align: right;
1217     padding-right: 1.5em;
1218     }
1219th.first img {
1220     padding-right: 34px;
1221     }
1222tr.line img.expand, th img.expand {
1223     margin-right: 6px;
1224     margin-bottom: -2px;
1225     }
1226tr.line p {
1227     margin: 0;
1228     }
1229tr.line input[type=text] {
1230     background: #FFF;
1231     }
1232tr.line input, tr.line select {
1233     vertical-align: middle;
1234     -webkit-box-shadow: none;
1235             box-shadow: none;
1236     }
1237tr.line select {
1238     width: 6em;
1239     }
1240tr.line:hover {
1241     background: #f3f3f3;
1242     }
1243td.status {
1244     vertical-align: middle;
1245     }
1246td.status img {
1247     margin-bottom: -2px;
1248     }
1249td.status a {
1250     border: none;
1251     }
1252.noborder td, td.noborder, .noborder th, th.noborder {
1253     border-width: 0 0 1px 0;
1254     border-color: #ddd;
1255     line-height: 2em;
1256     padding-bottom: 0;
1257     }
1258.noborder p {
1259     margin-bottom: 0;
1260     }
1261table.posts-list {
1262     min-width: 50%;
1263     }
1264table.settings, table.prefs {
1265     margin-bottom: 3em;
1266     }
1267     table.settings th:first-child, table.prefs th:first-child {
1268          width: 20%;
1269          }
1270     table.settings th + th, table.prefs th + th {
1271          width: 30%;
1272          }
1273     table.settings th + th + th, table.prefs th + th + th {
1274          width: 10%;
1275          }
1276     table.settings th:last-child, table.prefs th:last-child {
1277          width: 40%;
1278          }
1279/* js */
1280td.expand {
1281     padding: 1em;
1282     }
1283tr.expand td {
1284     border-bottom: none;
1285     }
1286.handle {
1287     padding: 0;
1288     }
1289.handler {
1290     cursor: move;
1291     background: transparent url(drag.png) no-repeat 0 50%;
1292     padding-left: 15px;
1293     }
1294/* ----------------------------------------------------------- BOITES À FILTRES */
1295a.form-control {
1296     display: none;
1297     background: url(../images/expand.png) no-repeat 4px center;
1298     padding-left: 20px;
1299     color: #000;
1300     }
1301#filters-form {
1302     border: 1px dashed #999;
1303     border-radius: .5em;
1304     margin-bottom: 2em;
1305     padding: .5em 1em 0;
1306     }
1307#filters-form .table {
1308     width: 100%;
1309     padding: 0;
1310     margin-bottom: 1em;
1311     margin-top: .5em;
1312     }
1313     #filters-form .cell {
1314          padding: 0 2em 0 0;
1315          }
1316     #filters-form .filters-sibling-cell {
1317          padding-top: 3.8em;
1318          }
1319#filters-form .filters-options {
1320     padding-left: 2em;
1321     border-left: 1px solid #ccc;
1322     }
1323#filters-form label.ib, span.ib {
1324     width:7em;
1325     }
1326#filters-form label.ibw, span.ibw {
1327     width: 9em;
1328     display: inline-block;
1329     }
1330#filters-form select {
1331     width: 14em;
1332     }
1333#filters-form h4 {
1334     margin-top: 0;
1335     margin-bottom: 2em;
1336     }
1337/* ---------------------------------------------------------------------------- SPEC PAGES */
1338/* ---------------------------------------------------------------------------- auth.php */
1339#login-screen {
1340     display: block;
1341     width: 20em;
1342     margin: 1.5em auto 0;
1343     font-size: 14px; /* ie < 9 sucks */
1344     font-size: 1.4rem;
1345     }
1346#login-screen h1 {
1347     text-indent: -2000px;
1348     background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left;
1349     height: 66px;
1350     width: 20em;
1351     margin-bottom: .5em;
1352     margin-left: 0;
1353     }
1354#login-screen .fieldset {
1355     border: 1px solid #A8DC26;
1356     padding: 1em 1em 0 1em;
1357     border-radius: 3px;
1358     background: #fff;
1359     }
1360#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit],
1361#login-screen input[type=text]:focus, #login-screen input[type=password]:focus, #login-screen input[type=submit]:focus {
1362     width: 100%;
1363     margin: 0; 
1364     padding: 5px 3px;
1365     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
1366     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
1367     box-sizing: border-box; 
1368     }
1369     #login-screen input.login, #login-screen input.login:focus {
1370          padding-top: 6px;
1371          padding-bottom: 6px;
1372          font-size: 1em;
1373          }
1374#login-screen #issue {
1375     margin-left: 1.33em;
1376     font-size: 12px; /* ie < 9 sucks */
1377     font-size: 1.2rem;
1378     }
1379     #login-screen #issue strong {
1380          font-weight: normal;
1381          }
1382/* ------------------------------------------------------------------------- index.php */
1383#dashboard-main {
1384     padding: 1em 0;
1385     }
1386/* raccourcis */
1387#icons {
1388     overflow: hidden;
1389     padding-bottom: 1em;
1390     text-align: center;
1391     }
1392     #icons p {
1393          width: 170px;
1394          text-align: center;
1395          margin: 1em 0 2em;
1396          padding: 1em 0;
1397          display:inline-block;
1398          vertical-align: top;
1399          }
1400     #icons a,
1401     #icons a:link,
1402     #icons a:visited,
1403     #icons a:hover,
1404     #icons a:focus {
1405          border-bottom-width: 0;
1406          text-decoration: none;
1407          }
1408          #icons a span {
1409               border-bottom: 1px dotted #999;
1410               color: #333;
1411               }
1412          #icons a img {
1413               padding: 1.5em;
1414               background-color:#f9f9f9;
1415               -moz-border-radius:8px;
1416               -webkit-border-radius:8px;
1417               border-radius:8px;
1418               border:1px solid #dcdcdc;
1419               display:inline-block;
1420               }
1421               #icons a:focus img, #icons a:hover img {
1422                    background: #bee74b;
1423                    }
1424               #icons a:focus span, #icons a:hover span {
1425                    border-bottom-style: solid;
1426                    }
1427/* billet rapide */
1428#quick {
1429     margin-top: 1em;
1430     padding-top: 1em;
1431     }
1432     #quick h3 {
1433          margin-bottom: 0.2em;
1434          font-size: 1.2em;
1435          }
1436     #quick p.qinfo {
1437          margin: -.7em -1em 1em;
1438          background: #f3f3ff url(info.png) no-repeat .2em .2em;
1439          border: 1px solid #99f;
1440          padding: .2em 1em .1em 24px;
1441          color: #676e78;
1442          }
1443     #quick #new_cat, .q-cat, .q-cat label {
1444          display: inline-block;
1445          vertical-align: top;
1446          margin-right: 1em;
1447          margin-top: 0;
1448          }
1449     .q-cat label {
1450          margin-right: .3em;
1451          }
1452     #quick #new_cat {
1453          margin-bottom: 2em;
1454     }
1455/* modules additionnels */
1456#dashboard-boxes {
1457     margin: 2em auto 1em;
1458     padding-top: 2em;
1459     }
1460     .db-items, .db-contents {
1461          display: inline-block;
1462          text-align: center;
1463          }
1464     #dashboard-boxes .box {
1465          padding: 10px;
1466          border:   1px solid #ccc;
1467          border-radius: 3px;
1468          min-height: 200px;
1469          margin: 10px;
1470          text-align: left;
1471          }
1472          .box.small {
1473               width: 300px;
1474               }
1475          .box.medium {
1476               width: 640px;
1477               }
1478          .box.large {
1479               width: 100%;
1480               }
1481          .dc-box {
1482               background: transparent url(dc_logos/sq-logo-32.png) no-repeat top right;
1483               }
1484     .db-items img, .db-contents img {
1485          vertical-align: middle;
1486          }
1487     .db-items ul, .db-contents ul {
1488          display: block;
1489          padding-left: 1.5em;
1490          list-style: square;
1491          }
1492          .db-items li, .db-contents li {
1493               margin: 0.25em 0 0 0;
1494               }
1495     #news dt {
1496          font-weight: bold;
1497          margin: 0 0 0.4em 0;
1498          }
1499     #news dd {
1500          margin: 0 0 1em 0;
1501          }
1502          #news dd p {
1503               margin: 0.2em 0 0 0;
1504               }
1505/* message de mise à jour */
1506#upg-notify ul {
1507     padding-left: 1.5em;
1508     }
1509     #upg-notify li {
1510          color: #fff;
1511          }
1512/* ------------------------------------------------------------------- blog_pref.php */
1513#media_img_title_pattern {
1514     margin-right: 1em;
1515     }
1516.user-perm {
1517     margin: 2em 0px;
1518     background: transparent url(user.png) no-repeat left top;
1519     width: 320px;
1520     display: inline-block;
1521     vertical-align: top;
1522     }
1523     .user-perm h4, .user-perm h5, .user-perm p, .user-perm ul, .user-perm li {
1524          margin: .5em 0 .33em;
1525          padding: 0;
1526          }
1527     .user-perm h4 {
1528          padding-left: 28px;
1529          }
1530     .user-perm h5 {
1531          margin:   1em 0 0 0;
1532          }
1533     .user-perm ul {
1534          list-style-type: inside;
1535          }
1536          .user-perm li {
1537               margin-left: 1em;
1538               padding-left: 0;
1539               }
1540               li.user_super, li.user_admin {
1541                    margin-left: 0;
1542                    padding-left: 1em;
1543                    list-style: none;
1544                    background: transparent url(../images/superadmin.png) no-repeat -2px 2px;
1545                    }
1546               li.user_admin {
1547                    background-image: url(../images/admin.png);
1548                    }
1549/* ------------------------------------------------------------------- blog_theme.php */
1550#themes {
1551     margin: 0;
1552     width: 100%;
1553     padding: 0;
1554     }
1555     .theme-details {
1556          border-top: 1px solid #ccc;
1557          padding: 12px;
1558          display: inline-block;
1559          vertical-align: top;
1560          width: 284px;
1561          }
1562          .theme-details.current-theme {
1563               background: #eef;
1564               }
1565          .theme-details:hover {
1566               background: #f3f3f3;
1567               }
1568          .theme-shot img {
1569               display: block;
1570               border: 1px solid #ccc;
1571               margin-bottom: 1.5em;
1572               }
1573          span.theme-desc {
1574               display: block;
1575               }
1576          span.theme-version {
1577               color: #676e78;
1578               }
1579          .theme-css {
1580               display: block;
1581               }
1582     #themes-actions {
1583          border-bottom: 1px solid #999;
1584          margin-bottom: 3em;
1585          }
1586/* Themes list, JS version */
1587#themes-wrapper {
1588     display: table;
1589     }
1590     #themes-wrapper #themes {
1591          display: table-cell;
1592          vertical-align: top;
1593          padding-left: 1em;
1594          }
1595     #theme-box {
1596          display: table-cell;
1597          vertical-align: top;
1598          padding: 0;
1599          width: 312px;
1600          border: 1px solid #ccc;
1601          border-radius: 3px;
1602          }
1603          #theme-box .theme-shot,
1604          #theme-box .theme-info,
1605          #theme-box .theme-actions {
1606               background: #eef;
1607               padding: 1em 16px;
1608               margin: 0;
1609               }
1610          #theme-box .theme-shot img {
1611               display: block;
1612               width: 280px;
1613               height: 245px;
1614               border: 1px solid #ccc;
1615               }
1616          #theme-box h4 {
1617               color: #000;
1618               background: #eef;
1619               }
1620          #theme-box span.theme-version {
1621               color: #676e78;
1622               }
1623          #theme-box span.theme-parent-ok {
1624               color: #676e78;
1625               }
1626          #theme-box span.theme-parent-missing {
1627               color: #c00;
1628               font-weight:bold;
1629               }
1630          #theme-box .theme-actions {
1631               border-bottom: 1px solid #ccc;
1632               }
1633#themes .theme-details-js {
1634     float: left;
1635     width: 120px;
1636     height: 150px;
1637     margin: 0 12px 24px;
1638     padding: 12px 12px 0;
1639     text-align: center;
1640     background: #f3f3f3;
1641     border: 1px solid #ddd;
1642     cursor: pointer;
1643     border-radius: 4px;
1644     }
1645     #themes .theme-details-js label {
1646          cursor: pointer;
1647          }
1648     #themes .theme-details-js.theme-selected {
1649          background: #e7e7e7;
1650          border: 1px solid #999;
1651          }
1652     #themes .theme-details-js .theme-shot img {
1653          width: 120px;
1654          height: 105px;
1655          border: 1px solid #fff;
1656          }
1657     #themes a:focus div, #themes a:hover div,
1658     #themes a:focus div.current-theme, #themes a:hover div.current-theme {
1659          background: #bee74b;
1660          }
1661/* ------------------------------------------------------------------ categories.php */
1662#categories {
1663     margin: 1em 0;
1664     }
1665#categories ul {
1666     list-style: none;
1667     margin-top: 2em;
1668     padding: 0;
1669     }
1670     .cat-line {
1671          position: relative;
1672          margin: .66em 0;
1673          padding: .66em 1em;
1674          border: 1px solid #bbb;
1675          border-radius: 3px;
1676          }
1677          .cat-line label {
1678               margin-right: .25em;
1679               }
1680          .cat-line label a {
1681               font-weight: bold;
1682               }
1683          .cat-line p, .cat-line label {
1684               margin: 0;
1685               display: inline-block;
1686               }
1687          p.cat-title {
1688               margin-right: 1em;
1689               }
1690          .cat-nb-posts a {
1691               color: #333;
1692               }
1693          .cat-url {
1694               padding-left: 1em;
1695               }
1696          #categories .placeholder {
1697               outline: 1px dashed #4183C4;
1698               min-height: 2.5em;
1699               }
1700.cat-buttons { 
1701     float: right; 
1702     margin-top: -.2em;
1703     font-size: 11px;
1704     }
1705.cat-buttons select {
1706     padding: 1px 2px 3px 2px;
1707     margin-right: .25em;
1708     }
1709.cat-buttons .reset {
1710     padding-left: 4px;
1711     padding-right: 4px;
1712     }
1713#categories ul ul {
1714     margin-right: 2em;
1715     margin-left: 2em;
1716     }
1717.cat-line .cat-line {
1718     border: 1px solid #dfdfdf;
1719     }
1720.cat-actions {
1721     line-height: 2;
1722     }
1723     #del_cat {
1724          width: 100%;
1725          }
1726/* ------------------------------------------------------------------ help.php */
1727.legible { /* for pages with a lot of text to read */
1728     font-size: 1.16em;
1729     max-width: 62em;
1730     }
1731
1732/* ------------------------------------------------------------------ media.php */
1733.media-item {
1734     position: relative;
1735     border: 1px solid #ddd;
1736     margin: 9px;
1737     padding: 10px 12px 6px;
1738     width: 300px;
1739     display: inline-block;
1740     vertical-align: top;
1741     min-height: 140px;
1742     word-wrap: break-word;
1743     }
1744     .media-item p {
1745          margin: 0 0 .5em;
1746          }
1747     .media-item object {
1748          margin-top: .5em;
1749          }
1750     .media-item ul {
1751          display: block;
1752          list-style: none;
1753          margin: 0;
1754          padding: 0;
1755          }
1756     a.media-icon {
1757          display: block;
1758          border-bottom: none;
1759          margin: 0 auto; 
1760          }
1761          .media-icon img {
1762               display: block;
1763               }
1764     .media-link {
1765          font-size: 1.1em;
1766          }
1767     .media-action-box {
1768          position: relative;
1769          margin: 3em 3em 1em 1em;
1770          display: inline-block;
1771          vertical-align: top;
1772          }
1773     li.media-action {
1774          display: block;
1775          position: absolute;
1776          bottom: 4px;
1777          right: 8px;
1778          height: 16px;
1779          }
1780     li.media-action a {
1781          border: none;
1782          }
1783     li.media-action form {
1784          display: inline;
1785          }
1786     li.media-action input {
1787          border: none;
1788          }
1789#entry-sidebar .media-item {
1790     width: 100%;
1791     min-height: 0;
1792     padding: 4px;
1793     margin: .33em 0;
1794     }
1795     #entry-sidebar li.media-action {
1796          top: 4px;
1797          }
1798
1799.folders-group .media-item {
1800     min-height: 70px;
1801     }
1802     .folders-group .media-item p {
1803          margin-bottom: 0;
1804          }
1805     .media-folder {
1806          background: transparent url(bg_menu.png) repeat-y;
1807          border-color: #eee;
1808          }
1809     .media-folder-up {
1810          border-color: #fff;
1811          padding-bottom: 6px;
1812          }
1813     .media-folder .media-link {
1814          font-size: 1.25em;
1815          margin-left: 2em;
1816          color: #676e78;
1817          border-bottom: none;
1818          }
1819
1820.zip-dl {
1821     background: transparent url(package.png) no-repeat 0 50%;
1822     padding: 5px 0 5px 20px;
1823     }
1824/* upload multiple */
1825.enhanced_uploader .choose_files, .enhanced_uploader .cancel, 
1826.enhanced_uploader .clean, .enhanced_uploader .start {
1827     margin-right: .4em;
1828     }
1829.enhanced_uploader #upfile {
1830     visibility: hidden;
1831     width: 0;
1832     height: 0;
1833     margin: 0;
1834     opacity: 0;
1835     filter: alpha(opacity=0);
1836     cursor: pointer;
1837     }
1838.button.clean, .button.cancel, .button.choose_files {
1839     display: none;
1840     }
1841.enhanced_uploader .button.choose_files {
1842     display: inline-block;
1843     }
1844.enhanced_uploader .max-size {
1845     display: block;
1846     }
1847.enhanced_uploader .one-file {
1848     display: none;
1849     }
1850label span.one-file {
1851     display: inline;
1852     }
1853.enhanced_uploader p.clear {
1854     padding-top: 1em;
1855     margin-bottom: 1em;
1856     }
1857#add-file-f p.clear {
1858     margin-top: 1em;
1859     margin-bottom: 0;
1860     clear: both;
1861     }
1862.files {
1863     list-style-type: none;
1864     margin-left: 0;
1865     padding-left: 0;
1866     border-bottom: 1px solid #ddd;
1867     }
1868.files li {
1869     margin-left: 0;
1870     padding-left: 0;
1871     }
1872.upload-msg {
1873     font-weight: bold;
1874     }
1875.upload-msg.upload-error {
1876     color: #c00;
1877     }
1878.upload-files {
1879     padding: 0 0.5em;
1880     margin: 1em 0;
1881     }
1882.upload-file {
1883     margin: 0;
1884     padding: .3em 0;
1885     border-top: 1px solid #ddd;
1886     position: relative;
1887     }
1888.upload-fileinfo {
1889     margin-left: 0;
1890/*   margin-bottom: .4em;*/
1891     }
1892.upload-fileinfo input {
1893     position: absolute;
1894     top: .5em;
1895     right: .5em;
1896     }
1897.upload-fileinfo span {
1898     padding-right: 8px;
1899     }
1900.upload-fileinfo .upload-filecancel {
1901     display: block;
1902     padding-right: 0;
1903     margin-top: 3px;
1904     width: 20px;
1905     height: 20px;
1906     background: transparent url("cancel.png") no-repeat left top;
1907     text-indent: -1000px;
1908     cursor: pointer;
1909     float: left;
1910     }
1911.upload-filemsg {
1912     font-weight: bold;
1913     color: green;
1914     }
1915.upload-filemsg.upload-error {
1916     color: #c00;
1917     }
1918.upload-progress {
1919     padding: .3em 0; 
1920     }
1921.upload-progress div {
1922     width: 0;
1923     height: 1em;
1924     padding: .2em 0;
1925     font-size: 0.8em;
1926     font-weight: bold;
1927     line-height: 1em;
1928     text-align: right;
1929     background: green url("loader.png") repeat-x left top;
1930     color: white;
1931     border-radius: 2px;
1932     }
1933div.template-upload {
1934     clear: both;
1935     }
1936.queue-message {
1937     font-weight: bold;
1938     }
1939
1940/* --------------------------------------------------------------- media-item.php */
1941#media-icon {
1942     float: left;
1943     }
1944.near-icon {
1945     margin-left: 70px;
1946     margin-bottom: 3em;
1947     }
1948#media-details ul {
1949     display: block;
1950     margin-left: 0;
1951     padding: 0;
1952     }
1953     #media-details li {
1954          list-style: square inside;
1955          margin: 0;
1956          padding: 0;
1957          }
1958#media-original-image {
1959     overflow: auto;
1960     }
1961     #media-original-image.overheight {
1962          height: 500px;
1963          }
1964/* -------------------------------------------------------------------- plugins.php */
1965#plugins td.action {
1966     vertical-align: middle;
1967     }
1968.distrib img {
1969     display: block;
1970     float: right;
1971     margin-top: -1em;
1972     }
1973/* ---------------------------------------------------------- post.php, page.php */
1974#entry-wrapper {
1975     float: left;
1976     width: 100%;
1977     margin-right: -16em;
1978     }
1979#entry-content {
1980     margin-right: 18em;
1981     margin-left: 0;
1982     }
1983     #entry-content label {
1984          text-transform: uppercase;
1985          font-weight: bold;
1986          margin-top: 2em;
1987          display: inline-block;
1988          }
1989     #entry-content label:first-child {
1990          margin-top: 0;
1991          }
1992#entry-sidebar {
1993     width: 16em;
1994     float: right;
1995     }
1996     #entry-sidebar h4 {
1997          font-size: 13px;
1998          font-size: 1.3rem;
1999          margin-top: .3em;
2000          }
2001     #entry-sidebar select {
2002          width: 100%;
2003          }
2004     #entry-sidebar input#post_position {
2005          width: 4em;
2006          }
2007     .sb-box {
2008          border-bottom: 1px solid #ddd;
2009          margin-bottom: 1em;
2010          }
2011/* ---------------------------------------------------------- preferences.php */
2012.fav-list {
2013     list-style-type: none;
2014     margin-left: 0;
2015     padding-left: 0;
2016     }
2017     #my-favs .fav-list {
2018          border-top: 1px solid #eee;
2019          }
2020.fav-list li {
2021     margin-left: 0;
2022     padding-left: 0;
2023     padding-top: 3px;
2024     padding-bottom: 3px;
2025     position: relative;
2026     }
2027     #my-favs .fav-list li {
2028          line-height: 2;
2029          border-bottom: 1px solid #eee;
2030          padding-top: 3px;
2031          padding-bottom: 3px;
2032          position: relative;
2033          }
2034     .fav-list img {
2035          vertical-align: middle;
2036          margin-right: .2em;
2037          }
2038     .fav-list li span.zoom {
2039          display: none;
2040          }
2041     .fav-list li:hover span.zoom {
2042          display: block;
2043          position: absolute;
2044          bottom: 0;
2045          left: 10em;
2046          background-color: #f7f7f7;
2047          border: 1px solid #ddd;
2048          padding: .2em;
2049          border-radius: .5em;
2050          }
2051#my-favs {
2052     border-color: #A8DC26;
2053     }
2054     #my-favs input.position {
2055          margin: 0 0 .4em .2em;
2056          }
2057#available-favs input, #available-favs label, #available-favs label span {
2058     white-space: normal;
2059     display: inline;
2060     }
2061#available-favs label span.zoom {
2062     display: none;
2063     }
2064#available-favs li:hover label span.zoom {
2065     display: block;
2066     position: absolute;
2067     bottom: 0;
2068     left: 10em;
2069     background-color: #f7f7f7;
2070     border: 1px solid #ddd;
2071     padding: .2em;
2072     border-radius: .5em;
2073     }
2074#user-options label.ib {
2075     display: inline-block;
2076     width: 14em;
2077     padding-right: 1em;
2078     }
2079/* --------------------------------------------------------------------- user.php */
2080.blog-perm {
2081     margin-top: 2em;
2082     font-weight: bold;
2083     }
2084.ul-perm {
2085     list-style-type: square;
2086     margin-left: 0;
2087     padding-left: 3.5em;
2088     margin-bottom: 0
2089     }
2090.add-perm {
2091     padding-top: .5em;
2092     padding-left: 2.5em;
2093     margin-left: 0;
2094     }
2095/* --------------------------------------------------------------------- _charte.php */
2096.guideline #content h2 {
2097     color: #D33800;
2098     padding: 2em 0 0 0;
2099     margin: 1em 0;
2100     font-size: 2em;
2101     }
2102.guideline h3 {
2103     margin-top: 2em;
2104     }
2105.guideline .one-box .box {
2106     border: 1px solid #ddd; 
2107     padding: 2px .5em;
2108     }
2109/* ------------------------------------------------------------------------------------
2110                                                                                                    CLASSES
2111------------------------------------------------------------------------------------ */
2112/* jQuery Autocomplete plugin */
2113.ac_results {
2114     padding: 0px;
2115     border: 1px dotted #f90;
2116     background-color: white;
2117     overflow: hidden;
2118     z-index: 99999;
2119     }
2120.ac_results ul {
2121     width: 100%;
2122     list-style-position: outside;
2123     list-style: none;
2124     padding: 0;
2125     margin: 0;
2126     }
2127     .ac_results li {
2128          margin: 0px;
2129          padding: 2px 5px;
2130          cursor: default;
2131          display: block;
2132          font-size: 1em;
2133          line-height: 16px;
2134          overflow: hidden;
2135          }
2136.ac_loading {
2137     background: transparent url('loader.gif') right center no-repeat;
2138     }
2139.ac_over {
2140     background-color: #06c;
2141     color: white;
2142     }
2143/* password indicator */
2144.pw-table {
2145     display: table;
2146     margin-bottom: 1em;
2147     }
2148.pw-cell {
2149     display: table-cell;
2150     margin-bottom: 1em;
2151     }
2152#pwindicator {
2153     display: table-cell;
2154     vertical-align: bottom;
2155     padding-left: 1.5em;
2156     height: 3.8em;
2157     }
2158     #pwindicator .bar {
2159          height: 6px;
2160          margin-bottom: 4px;
2161          }
2162          .pw-very-weak .bar {
2163               background: #900;
2164               width: 30px;
2165               }
2166          .pw-weak .bar {
2167               background: #c00;
2168               width: 60px;
2169               }
2170          .pw-mediocre .bar {
2171               background: #f60;
2172               width: 90px;
2173               }
2174          .pw-strong .bar {
2175               background: #060;
2176               width: 120px;
2177               }
2178          .pw-very-strong .bar {
2179               background: #0c0;
2180               width: 150px;
2181               }
2182/* ------------------------------------------------------------------ navigation */
2183/* selects accès rapide */
2184.anchor-nav {
2185     background: #ecf0f1;
2186     color: #000;
2187     padding: 4px 1em;
2188     }
2189.anchor-nav label {
2190     vertical-align: bottom;
2191     }
2192/* nav links */
2193.nav_prevnext {
2194     margin-bottom: 2em;
2195     color: #fff;
2196     }
2197     .nav_prevnext a, a.back {
2198          border: 1px solid #ddd;
2199          padding: 2px 1.5em;
2200          border-radius: .75em;
2201          background-color: #f0f0f0;
2202          }
2203          a.back:before {
2204               content: "\ab\a0";
2205               }
2206          a.onblog_link {
2207               color: #333;
2208               float: right;
2209               border: 1px solid #eee;
2210               padding: 2px 1.5em;
2211               border-radius: .75em;
2212               background-color: #ffe;
2213               }
2214/* Pagination */
2215.pager {
2216     margin: 2em 0 1em 0;
2217     clear: left;
2218     }
2219.pager ul {
2220     list-style-type: none;
2221     margin: 0;
2222     padding: 0;
2223     }
2224.pager li, .pager input {
2225     display:inline-block;
2226     vertical-align: middle;
2227     margin: 0 .33em 0 0;
2228     padding: 0;
2229     text-align: center;
2230     }
2231     .pager .btn {
2232          border: 1px solid #ddd;
2233          background-color: #fcfcfc;
2234          color: #738182; 
2235          border-radius: 3px;
2236          overflow: hidden;
2237          }
2238          .btn.no-link {
2239               border-color: #ddd;
2240               background-color: #f9f9f9;
2241               padding: 1px 3px 0;
2242               }
2243     .pager .active {
2244          padding: 4px 12px; 
2245          color: #676e78;
2246          }
2247     .pager .direct-access {
2248          margin-left: 2em;
2249          }
2250     .direct-access input[type=text] {
2251          border: 1px solid #ddd;
2252          padding: 3px 8px;
2253          margin-left: .25em;
2254          background-color: #fff;
2255          }
2256     .direct-access input[type=submit] {
2257          padding: 3px 6px; 
2258          }
2259.pager a {
2260     display: block;
2261     padding: 1px 3px 0;
2262     border:none;
2263     }
2264.pager a:hover, .pager a:focus {
2265     background-color: #ecf0f1;
2266     }
2267/* Etapes */
2268.step {
2269     display: inline-block;
2270     float: left;
2271     margin: 3px 10px 2px 0;
2272     padding: 5px .5em;
2273     background: #ecf0f1;
2274     border-radius: 3px;
2275     font-weight: bold;
2276     border: 1px solid #bdc3c7;
2277     color: #738182;
2278     }
2279/* ---------------------------------------------------------------- utilisables partout  */
2280.fieldset {
2281     background: #fff;
2282     border: 1px solid #bbb;
2283     border-radius: 3px;
2284     padding: 1em .7em .5em;
2285     margin-bottom: 1em;
2286     }
2287     .fieldset h3 {
2288          margin-top: 0;
2289          }
2290.right, .txt-right {
2291     text-align: right;
2292     }
2293.txt-center {
2294     text-align: center;
2295     }
2296.txt-left {
2297     text-align: left;
2298     }
2299.no-margin, label.no-margin {
2300     margin-top: 0;
2301     margin-bottom: 0;
2302     }
2303.vertical-separator {
2304     margin-top: 2em;
2305     }
2306     p.clear.vertical-separator {
2307          padding-top: 2em;
2308          }
2309.border-top {
2310     border-top: 1px solid #999;
2311     padding-top: 1em;
2312     margin-top:    1em;
2313     }
2314.grid {
2315     background: transparent repeat url('grid.png') 0 0;
2316     }
2317ul.nice {
2318     margin: 1em 0;
2319     padding: 0 0 0 2em;
2320     list-style: square;
2321     }
2322     ul.nice li {
2323          margin:0;
2324          padding: 0;
2325          }
2326ul.from-left {
2327     list-style-type: none;
2328     padding-left: 0;
2329     margin: 1 0;
2330     }
2331     ul.from-left > li {
2332          margin-top: 1em;
2333          margin-bottom: 1em;
2334          }
2335     ul.from-left ul {
2336          list-style-type: square;
2337          }
2338.offline {
2339     color: #676e78;
2340     }
2341/* caché pour tout le monde */
2342.hide, .button.hide {
2343     display: none;
2344     }
2345/* Caché sauf pour les revues d'écran */
2346.hidden, .with-js .out-of-screen-if-js {
2347     position: absolute !important;
2348     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
2349     clip: rect(1px, 1px, 1px, 1px);
2350     padding: 0 !important;
2351     border: 0 !important;
2352     height: 1px !important;
2353     width: 1px !important;
2354     overflow: hidden;
2355     }
2356/* caché si js est inactif */
2357.no-js .hidden-if-no-js {
2358     display: none;
2359     }
2360/* caché si js est actif */
2361.with-js .hidden-if-js {
2362     display: none;
2363     }
2364/* ------------------------------------------------------------------------------------
2365                                                                                                    UTILS
2366------------------------------------------------------------------------------------ */
2367/* debug */
2368#debug {
2369     position: absolute;
2370     top: 0;
2371     width: 100%;
2372     height: 4px;
2373     background: #ff6;
2374     }
2375#debug div {
2376     display: none;
2377     padding: 3px 0.5em 2px;
2378     }
2379#debug p {
2380     margin: 0.5em 0;
2381     }
2382#debug:hover {
2383     height: auto;
2384     padding: 2px 1em;
2385     z-index: 100;
2386     }
2387#debug:hover div {
2388     display: block;
2389     }
2390/* ------------------------------------------------------------------------------------
2391                                                                           UN POIL DE MEDIA QUERIES
2392------------------------------------------------------------------------------------ */
2393@media screen and (max-width: 1000px) {
2394     #top-info-blog #switchblog {
2395          max-width: 16em;
2396          }
2397     #top-info-blog a {
2398          margin-left: 2em;
2399          }
2400     }
2401@media screen and (max-width: 960px) {
2402     #header {
2403          display: block;
2404          width: 100%;
2405          text-align: right;
2406          background: #333;
2407          } 
2408     #header h1, #header h1 a {
2409          width: 120px;
2410          padding: 0;
2411          margin: 0;
2412          }
2413     h1, #top-info-blog {
2414          display: inline-block;
2415          vertical-align: top;
2416          margin-right: 1em;
2417          }
2418     #top-info-user {
2419          display: block;
2420          width: 100%;
2421          background: #676e78;
2422          padding-right: 0;
2423          }
2424     #top-info-user li:last-child {
2425          padding-right: 1em;
2426          }
2427     #top-info-user a.active {
2428          padding: 2px 8px;
2429          } 
2430     .three-boxes, .three-boxes .box,
2431     .three-boxes:first-child, .three-boxes.first-child,
2432     .three-boxes:last-child, .three-boxes.last-child,
2433     .two-cols .col70, .two-cols .col30 {
2434          width: 100%;
2435          margin-left: 0;
2436          margin-right: 0; 
2437          }
2438     }
2439@media screen and (max-width: 700px) {
2440      #help-button {
2441          height:26px;
2442          width:26px;
2443          background-color: #A2CBE9;
2444          padding: 0;
2445          margin: 0;
2446          font-size: 10px; font-size: 1rem;
2447          line-height: 68px;
2448          overflow: hidden;
2449          }   
2450     #content.with-help #help-button {
2451          top: 77px;
2452          }
2453     .one-box, .two-boxes,
2454     .one-box .box, .two-boxes .box, .two-boxes.odd, .two-boxes.even,
2455     .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child,
2456     .two-boxes.even:last-child, .two-boxes.even,
2457     .two-cols .col {
2458          width: 100%;
2459          margin-left: 0;
2460          margin-right: 0; 
2461          }
2462     }
2463@media screen and (max-width: 600px) {
2464     #header h1, #header h1 a {
2465          width: 42px !important; 
2466          height: 42px;
2467          }
2468     h1 a:link {
2469          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;
2470          border-right: 1px solid #ccc;
2471          }
2472     h1 a:hover, h1 a:focus {
2473          background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px;
2474          border-right: 1px solid #A2CBE9;
2475          }
2476     #wrapper, #main, #main-menu {
2477          display: block;
2478          float: none;
2479          width: 100%;
2480          margin: 0;
2481          }
2482     #main-menu a {
2483          display: block;
2484          width: 100%;
2485          }
2486     #main-menu h3 a {
2487          display: inline;
2488          }
2489     #content {
2490          margin: 0;
2491          padding: 0 .5em !important;
2492          }
2493     #collapser {
2494          display: none;
2495          }
2496     #main #content > h2 {
2497          margin: 0;
2498          padding: 6px 0;
2499          }
2500     #dashboard-boxes .box.medium,
2501     #dashboard-boxes .box.small,
2502     #dashboard-boxes .box.large {
2503          width: 90%;
2504          margin: 10px auto;
2505          }
2506     }
2507@media screen and (max-width: 500px) {
2508     h1, h1 a {
2509          padding: 0;
2510          border-right: #333 !important;
2511          }
2512     #top-info-blog label, .nomobile {
2513          display: none;
2514          }
2515     #top-info-blog select {
2516          margin-bottom: .5em;
2517          margin-right: 0 !important;
2518          }
2519     #top-info-blog p {
2520          display: block;
2521          }
2522     #icons p {
2523          width: 150px;
2524          }
2525     #content.with-help #help-button {
2526          top: 101px;
2527          }
2528     }
2529/* ---------------------------------------------- Couleurs ajoutées via javascript   
2530/* color-picker.js */
2531.color-color-picker {
2532     border: 1px solid #000;
2533     width: 195px;
2534     background: #fff;
2535     }
2536/* _blog_theme.js */
2537.select-button {
2538     font-weight: bold;
2539     }
2540/* _media_item.js */
2541.color-div {
2542     border: 1px solid #ccc;
2543     }
2544/* fadings ('color' est utilisé comme variable, pas comme text color) */
2545.colorBeginPassword, .colorBeginValidatorErr, .colorBeginUserMail {
2546     color: #fff;
2547     }
2548.colorEndPassword, .colorEndError, .colorEndValidatorErr, .colorEndUserMail {
2549     color: #ffbaba;
2550     }
2551.colorBeginMessage {
2552     color: #ccc;
2553     }
2554.colorEndMessage, .colorBeginValidatorMsg {
2555     color: #676e78;
2556     }
2557.colorBeginError {
2558     color: #ffdec8;
2559     }
2560.colorBeginSuccess {
2561     color: #9BCA1C;
2562     }
2563.colorEndSuccess {
2564     color: #bee74b;
2565     }
2566 .colorEndValidatorMsg {
2567     color: #ffcc00;
2568     }
Note: See TracBrowser for help on using the repository browser.

Sites map