Dotclear

source: admin/style/default.css @ 2046:d0f9179b60d5

Revision 2046:d0f9179b60d5, 50.8 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Modifs mineures sur les popups pour harmoniser la structure avec les pages "normales"

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: #f3f3ff;
388     padding: .4em 1em .4em .5em;
389     vertical-align: top;
390     text-align: left;
391     text-transform: uppercase;
392     font-size: 10px;
393     font-size: 1rem;
394     }
395td {
396     border-width: 0 0 1px 0;
397     border-style: solid;
398     border-color: #e3e3e3;
399     padding: .4em 1em .4em .5em;
400     vertical-align: top;
401     }
402
403/* ---------------------------------------------------------- autres balises */
404p {
405     margin: 0 0 1em 0;
406     }
407hr {
408     height: 1px;
409     border-width: 1px 0 0;
410     border-color: #ddd;
411     background: #ddd;
412     border-style: solid;
413     }
414hr.clearer {
415     clear: both;
416     }
417pre, code {
418     font: 100% "Andale Mono","Courier New",monospace;
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 input, p.field select {
604          display: inline-block;
605          }
606.form-note {
607     font-style: italic;
608     font-weight: normal;
609     color: #676e78;
610     }
611     p.form-note {
612          margin-top: -.7em;
613          }
614     span.form-note {
615          text-transform: none;
616          }
617/* ----------------------------------------------------------------------------
618                                                                                          BOUTONS
619---------------------------------------------------------------------------- */
620/* Removes inner padding and border in FF3+  - Knacss */
621button::-moz-focus-inner,
622input[type=button]::-moz-focus-inner,
623input[type=reset]::-moz-focus-inner,
624input[type=submit]::-moz-focus-inner {
625     border: 0;
626     padding: 0;
627     }
628/* tous les boutons */
629button,
630a.button,
631input[type=button],
632input[type=reset],
633input[type=submit] {
634     border: 1px solid #ccc;
635     font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
636     padding: 3px 10px;
637     line-height: normal !important;
638     display: inline-block;
639     vertical-align: middle;
640     font-size: 100%;
641     text-align: center;
642     text-decoration: none;
643     border-radius: 3px;
644     cursor: pointer;
645     }
646button,
647input[type=button],
648input[type=reset],
649input[type=submit] {
650     -webkit-appearance: button;
651     }
652 /* validation */
653input[type=submit], a.button.submit, input.button.start {
654     color: #fff;
655     border: 1px solid #2C8FD1;
656     background-image:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
657     background-image:-webkit-gradient(linear,left top,left bottom, from(#25A6E1), to(#188BC0));
658     background-image:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
659     background-color:#25A6E1;
660     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
661     }
662     input[type=submit]:hover, input[type=submit]:focus,
663     input.button.start:hover, input.button.start:focus,
664     a.button.submit:hover, a.button.submit:focus {
665          background-image:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
666          background-image:-webkit-gradient(linear,left top,left bottom, from(#188BC0),to(#25A6E1));
667          background-image:linear-gradient(top,#188BC0 0%,#25A6E1 100%);
668          background-color:#188BC0;
669          }
670/* suppression, reset, "neutres" fond gris */
671button, input[type=button], input.button,
672input[type=reset], input[type=submit].reset, input.reset, 
673input[type=submit].delete, input.delete,
674a.button.delete, a.button.reset, a.button {
675     color: #000;
676     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));
677     background-image: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf);
678     background-image:linear-gradient(top,#f5f5f5 0%,#dfdfdf 100%);
679     background-color: #eee;
680     border: 1px solid #ccc;
681     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
682     }
683     button:hover, input[type=button]:hover, input.button:hover,
684     button:focus, input[type=button]:focus, input.button:focus,
685     input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover, 
686     input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus, 
687     input[type=submit].delete:hover, input.delete:hover,
688     input[type=submit].delete:focus, input.delete:focus,
689     a.button.delete:hover, a.button.reset:hover, a.button:hover,
690     a.button.delete:focus, a.button.reset:focus, a.button:focus {
691          background-image:-webkit-gradient( linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9));
692          background-image:-moz-linear-gradient(top, #e9e9e9, #f9f9f9);
693          background-image:linear-gradient(top,#e9e9e9 0%,#f9f9f9 100%);
694          background-color:#f3f3f3;
695          }
696     /* suppression */
697     input[type=submit].delete, input.delete, a.button.delete {
698          border-color: #ccc;
699          color: #c00;
700          margin-left: 1em;
701          }
702     a.delete:first-child, input.delete:first-child {
703          margin-left: 0;
704          }
705     input[type=submit].delete:hover, input.delete:hover, a.button.delete:hover,
706     input[type=submit].delete:focus, input.delete:focus, a.button.delete:focus {
707               border-color: #c00;
708               }
709     #info-box a.button {
710          padding: 0 .5em;
711          margin-left: 2em;
712          }
713.button.add {
714     background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) );
715     background-image:-moz-linear-gradient(center top, #bee74b 5%, #9BCA1C 100%);
716     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C');
717     background-color:#bee74b;
718     border:1px solid #B2D742;
719     padding:.33em 1.33em .5em;
720     color: #000;
721     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
722     font-weight: normal;
723     font-size: 14px; /* ie < 9 sucks */
724     font-size: 1.4rem;
725     }
726     .button.add:hover, .button.add:active, .button.add:focus {
727          background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) );
728          background-image:-moz-linear-gradient(center top, #9BCA1C 5%, #bee74b 100%);
729          background-image:linear-gradient(center top, #9BCA1C 5%, #bee74b 100%);
730          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b');
731          background-color:#9BCA1C;
732          }
733     .button-add:focus {
734          outline: dotted 1px;
735          }
736     /* paragraphe pour bouton Nouveau bidule */
737     p.top-add {
738          text-align: right;
739          margin: 0;
740          }
741
742/* disabled */
743input.disabled, input[type=submit].disabled {
744     text-shadow: none;
745     filter: none;
746     color: #676e78;
747     background: #F5F5F5;
748     border: 1px solid #CCC;
749     }
750     input.disabled:hover, input[type=submit].disabled:hover {
751          color: #676e78;
752          background: #eee;
753          border: 1px solid #CCC;
754          }
755/* ----------------------------------------------------------------------------
756                                                                                     MESSAGES
757---------------------------------------------------------------------------- */
758.warn, .warning, .info {
759     font-style: normal;
760     padding: .2em .66em .2em;
761     text-indent: 24px;
762     color: #333;
763     display: inline-block;
764     line-height: 1.5em;
765     border-radius: 3px;
766     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)
767     }
768div.warn, div.warning, div.info {
769     display: block;
770     padding: 1em 1em .33em 1em;
771     margin-bottom: 1em;
772     }
773     .warn, .warning {
774          background: #FEFACD url(msg-warning.png) no-repeat .3em .3em;
775          border: 1px solid #F7E07E;
776          }
777     .info {
778          background: #D9EDF7 url(msg-info.png) no-repeat .3em .3em;
779          border: 1px solid #BCE8F1;
780          }
781     span.warn, span.warning, span.info {
782          padding-top: 1px;
783          padding-bottom: 1px;
784          background-position: .3em .2em;
785          }
786.error, .message, .static-msg, .success, .warning-msg {
787     padding: 1em 0.5em 0.5em 48px;
788     margin-bottom: 1em;
789     border-radius: 8px;
790     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
791     }
792     p.error, p.message, p.static-msg, p.success, p.warning-msg {
793          padding-top: 1em;
794          padding-bottom: 1em;
795          }
796     .error {
797          background: #FFBABA url(msg-error.png) no-repeat .7em .7em;
798          color: #000;
799          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
800          }
801     .message, .static-msg {
802          background: #676e78 url(msg-std.png) no-repeat .7em .7em;
803          color: #fff;
804          }
805          .message a, .static-msg a, .message h3, .static-msg h3 {
806               color: #fff;
807               }
808     .success, .warning-msg {
809          color: #000;
810          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)
811          }
812          .success {
813               background: #bee74b url(msg-success.png) no-repeat .7em .7em;
814               background-color: #a2f157;
815               }
816          .warning-msg {
817               background: #F7E07E url(msg-warning.png) no-repeat .7em .7em;
818               border: 1px solid #F7E07E;
819               }
820          .success a, .warning-msg a, .info a {
821               color: #333;
822               }
823.dc-update {
824     padding: 1em 48px 0.5em 48px;
825     margin-bottom: 1em;
826     border-radius: 8px;
827     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em;
828     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
829     color: #000;
830     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
831     }
832     .dc-update h3 {
833          margin-top: 0;
834          color: #000;
835          }
836     .dc-update p {
837          display: inline-block;
838          vertical-align: middle;
839          }
840     .dc-update a {
841          color: #000;
842          margin-right: 1em;
843          }
844          .dc-update a.button {
845               padding: .5em 1em; 
846               }
847          .updt-info a {
848               margin-left: 2em;
849               border-color: #000;
850               font-weight: bold;
851               }
852/* ---------------------------------------------------------------------------------
853                                                                                ELEMENTS PRINCIPAUX
854--------------------------------------------------------------------------------- */
855/* -------------------------------------------------------------- HEADER ELEMENTS */
856/* prelude */
857#prelude {
858     line-height: 1.5;
859     margin: 0;
860     padding: 0;
861     overflow: hidden;
862     position: absolute;
863     top: 3em;
864     left: 0;
865     background: #A2CBE9;
866     width: 100%;
867     z-index: 100;
868     }
869     #prelude li {
870          list-style-type: none;
871          margin: 0;
872          background:transparent;
873          display: inline;
874          }
875     #prelude li a {
876          padding: 3px 16px 3px 8px; /* ie < 9 sucks */
877          padding: 3px 1.6rem 3px .8rem;
878          background: #A2CBE9;
879          color: #000;
880          text-decoration: underline;
881          }
882     #prelude li a:hover, #prelude li a:focus {
883          background: #FFF;
884          }
885/* si le prélude est affiché on repousse les trucs dessous */
886#wrapper.with-prelude { 
887     padding-top: 1em;
888     }
889#help-button.with-prelude, #collapser.with-prelude {
890     top: 1em;
891     }
892/* header global h1, form#top-info-blog, ul#top-info-user */
893#header a {
894     color: #FFF;
895     }
896#header img {
897     vertical-align: middle;
898     padding-left: .5em;
899     }
900h1, #top-info-blog, #top-info-user {
901     display: table-cell;
902     padding: 8px 0;
903     margin: 0;
904     font-size: 1em;
905     vertical-align: top;
906     }
907/* h1 */
908h1 {
909     text-indent: -1000px;
910     width: 16.5em;
911     }
912     h1 a {
913          position: absolute;
914          top: 0;
915          left: 0;
916          width: 15em;
917          height: 36px; /* ie < 9 sucks */
918          height: 3.6rem;
919          color: #fff;
920          background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px;
921          }
922     h1 a:hover, h1 a:focus {
923          background-position: 0 -94px;
924          }
925/* top-info-blog */
926#top-info-blog select {
927     max-width: 20em;
928     }
929.with-js #top-info-blog select, .no-js #top-info-blog input[type=submit] {
930     margin-right: 1.33em;
931     }
932#top-info-blog input[type=submit] {
933     background: #000;
934     border-color: #999;
935     margin-left: .33em; 
936     }
937#top-info-blog input[type=submit]:hover {
938     background: #999;
939     }
940#top-info-blog p {
941     display: inline-block;
942     margin: 0;
943     }
944/* top-info-user */
945#top-info-user {
946     padding-right: 18px;
947     list-style-type: none;
948     text-align: right;
949     }
950#top-info-user li {
951     display: inline-block;
952     margin-left: .5em;
953     padding-left: .5em;
954     border-left: 1px solid #999;
955     }
956#top-info-user li:first-child {
957     border-left: none;
958     }
959#top-info-user a.active {
960     border-bottom-color: #fff;
961     margin: 0;
962     padding: 18px .5em;
963     background-color: #fff;
964     color: #333;
965     font-weight: bold;
966     }
967/* ---------------------------------------------------------- MAIN-MENU ELEMENTS */
968#favorites-menu, #blog-menu, #system-menu, #plugins-menu {
969     border-bottom: 1px dashed #A2CBE9;
970     }
971#main-menu h3 {
972     margin: 0;
973     padding: 10px 0 10px 8px;
974     color: #676e78;
975     font-size: 14px; /* ie < 9 sucks */
976     font-size: 1.4rem;
977     }
978     #favorites-menu h3 {
979          color: #000;
980          font-variant: small-caps;
981          padding-top: .2em;
982          }
983#main-menu a {
984     color: #333;
985     border-bottom-color: #ccc;
986     }
987#main-menu ul {
988     margin: 0 0 1.5em 0;
989     padding: 0;
990     list-style: none;
991     }
992     #main-menu li {
993          display: block;
994          margin: 0.5em 0 0;
995          padding: 4px 0 1px 32px;
996          background-repeat: no-repeat;
997          background-position: 8px .3em;
998          }
999          #main-menu ul li:first-child {
1000               margin-top: 0;
1001               }
1002          #main-menu li.active {
1003               background-color: #fff;
1004               font-weight: bold;
1005               }
1006               #favorites-menu li.active {
1007                    background-color: transparent;
1008                    }
1009          #main-menu .active a {
1010               border-bottom: none;
1011               color: #d30e60;
1012               }
1013               #favorites-menu .active a {
1014                    color: #000;
1015                    }
1016#search-menu {
1017     padding: 4px 5px 0;
1018     font-size: 100%
1019     }
1020     #search-menu * {
1021          height: 22px; /* ie < 9 sucks */
1022          height: 2.2rem;
1023          display: inline-block;
1024          vertical-align: top;
1025          line-height: 22px;
1026          }
1027     #search-menu p {
1028          border: 1px solid #999;
1029          border-radius: .3em;
1030          position: relative;
1031          overflow: hidden;
1032          }
1033     #qx {
1034          width: 124px; /* ie < 9 sucks */
1035          width: 12.4rem;
1036          border-bottom-left-radius: .3em;
1037          border-top-left-radius: .3em;
1038          background: transparent url(search.png) no-repeat 4px center;
1039          text-indent: 18px;
1040          padding: 0;
1041          border: none;
1042          height: 22px;
1043          height: 2.2rem;
1044          }
1045          #qx:focus {
1046               border: 1px solid #bee74b;
1047               }
1048     #search-menu input[type="submit"] {
1049          padding: 0 3px;
1050          padding: 0 .3rem;
1051          margin-left: -4px;
1052          background: #dfdfdf;
1053          border-color: #999;
1054          color: #444;
1055          border-bottom-right-radius: .3em;
1056          border-top-right-radius: .3em;
1057          border-top-left-radius: 0;
1058          border-bottom-left-radius: 0;
1059          text-shadow: none;
1060          border: none;
1061          border-left: 1px solid #aaa;
1062          font-size: 10px; /* ie < 9 sucks */
1063          font-size: 1rem;
1064          }
1065          #search-menu input[type="submit"]:hover,
1066          #search-menu input[type="submit"]:focus {
1067               background: #676e78;
1068               color: #fff;
1069               }
1070/* ----------------------------------------------------------------- CONTENT ELEMENTS */
1071.part-tabs ul {
1072     padding: .5em 0 0 1em;
1073     border-bottom: 1px solid #ddd;
1074     line-height: 2;
1075     }
1076     .part-tabs li {
1077          list-style: none;
1078          margin: 0;
1079          display: inline;
1080          }
1081          .part-tabs li a {
1082               padding: .5em 2em;
1083               margin-right: -1px;
1084               border: 1px solid #ccc;
1085               border-bottom: none;
1086               text-decoration: none;
1087               color: #333;
1088               background-color: #ecf0f1;
1089               display: inline-block;
1090               }
1091          .part-tabs li a:hover, .part-tabs li a:focus {
1092               color: #000;
1093               background: #fff;
1094               border-bottom-color: #fff;
1095               }
1096          .part-tabs li.part-tabs-active a {
1097               background: #fff;
1098               font-weight: bold;
1099               border-bottom-color: #fff;
1100               }
1101     .multi-part {
1102          padding-left: 1em;
1103          }
1104/* contextual help */
1105#help {
1106     margin-top: 4em;
1107     background: #f5f5f5;
1108     z-index: 100;
1109     clear: both;
1110     padding: 0 1em;
1111     }
1112     #content.with-help #help {
1113          display: block;
1114          position: absolute;
1115          top: 0;
1116          right: 0;
1117          width: 280px; /* ie < 9 sucks */
1118          width: 28rem;
1119          border-left: 2px solid #FFD478;
1120          border-top: 2px solid #FFD478;
1121          margin-top: 0;
1122          padding: .5em 0 0 0;
1123          overflow: auto;
1124          }
1125#help-button {
1126     background: transparent url(../images/page_help.png) no-repeat 6px center;
1127     position: absolute;
1128     top: 0;
1129     right: 0;
1130     padding: 0 1.5em 0 30px;
1131     cursor: pointer;
1132     color: #2373A8;
1133     line-height: 36px; /* ie < 9 sucks */
1134     line-height: 3.6rem;
1135     }
1136     #help-button.floatable {
1137          border-top: 2px solid #ccc;
1138          border-left: 2px solid #ccc;
1139          border-bottom: 2px solid #ccc;
1140          border-bottom-left-radius: 1em;
1141          border-top-left-radius: 1em;
1142        background-color: #f5f5f5;
1143        position: fixed;
1144        top: 10px;
1145        }
1146     .no-js #help-button {
1147          top: 1em;
1148          }
1149     #help-button span {
1150          padding: .5em 0 .1em 0;
1151          border-bottom: 1px solid #2373A8;
1152          }
1153     #content.with-help #help-button {
1154          right: 280px; /* ie < 9 sucks */
1155          right: 28rem;
1156          background-color: #f5f5f5;
1157          position: fixed;
1158          top: 50px;
1159          z-index: 100;
1160          border-top: 2px solid #FFD478;
1161          border-left: 2px solid #FFD478;
1162          border-bottom: 2px solid #FFD478;
1163          border-bottom-left-radius: 1em;
1164          border-top-left-radius: 1em;
1165          }
1166.help-box {
1167     display: none;
1168     }
1169     .help-box ul {
1170          padding-left: 20px;
1171          margin-left: 0;
1172          }
1173     #content.with-help .help-content {
1174          padding: 0 1em 1em;
1175          }
1176          .help-content dt {
1177               font-weight: bold;
1178               color: #626262;
1179               margin: 0;
1180               }
1181          .help-content dd {
1182               margin: 0.3em 0 1.5em 0;
1183               }
1184/* 1. inside help block */
1185#helplink p {
1186     padding: 0 0 0 .5em;
1187     }
1188/* ------------------------------------------------------------------ FOOTER ELEMENTS */
1189#footer p {
1190     margin: 0;
1191     padding: 0 1em;
1192     font-size: 1em;
1193     }
1194     span.credit {
1195          font-size: 1em;
1196          font-weight: normal;
1197          }
1198/* ---------------------------------------------------------------------------------------
1199                                                                                     RÈGLES SPÉCIFIQUES
1200---------------------------------------------------------------------------------------- */
1201/* ---------------------------------------------------------------- LISTES TABLEAUX */
1202table .maximal, table.maximal {
1203     width: 100%;
1204     }
1205table .minimal {
1206     width: 1px;
1207     }
1208table .nowrap {
1209     white-space: nowrap;
1210     vertical-align: top;
1211     }
1212table .count {
1213     text-align: right;
1214     padding-right: 1.5em;
1215     }
1216th.first img {
1217     padding-right: 24px;
1218     }
1219tr.line img.expand, th img.expand {
1220     margin-right: 6px;
1221     margin-bottom: -2px;
1222     }
1223tr.line p {
1224     margin: 0;
1225     }
1226tr.line input {
1227     vertical-align: middle;
1228     }
1229tr.line:hover {
1230     background: #f3f3f3;
1231     }
1232td.status {
1233     vertical-align: middle;
1234     }
1235td.status img {
1236     margin-bottom: -2px;
1237     }
1238td.status a {
1239     border: none;
1240     }
1241.noborder td, td.noborder, .noborder th, th.noborder {
1242     border-width: 0 0 1px 0;
1243     border-color: #ddd;
1244     line-height: 2em;
1245     padding-bottom: 0;
1246     }
1247.noborder p {
1248     margin-bottom: 0;
1249     }
1250table.posts-list {
1251     min-width: 50%;
1252     }
1253table.settings, table.prefs {
1254     width: 80%;
1255     border: 1px solid #ccc;
1256     margin-bottom: 3em;
1257     }
1258     table.settings th, table.prefs th {
1259          background: #f3f3ff;
1260          }
1261     table.settings th:first-child, table.prefs th:first-child {
1262          width: 20%;
1263          }
1264     table.settings th + th, table.prefs th + th {
1265          width: 30%;
1266          }
1267     table.settings th + th + th, table.prefs th + th + th {
1268          width: 10%;
1269          }
1270     table.settings th:last-child, table.prefs th:last-child {
1271          width: 40%;
1272          }
1273/* js */
1274td.expand {
1275     padding: 1em;
1276     }
1277tr.expand td {
1278     border-bottom: none;
1279     }
1280.dragable {
1281     border-collapse: separate;
1282     }
1283.handle {
1284     padding: 0;
1285     }
1286.handler {
1287     cursor: move;
1288     background: transparent url(drag.png) no-repeat 0 50%;
1289     padding-left: 15px;
1290     }
1291/* ----------------------------------------------------------- BOITES À FILTRES */
1292a.form-control {
1293     display: none;
1294     background: url(../images/expand.png) no-repeat 4px center;
1295     padding-left: 20px;
1296     color: #000;
1297     }
1298#filters-form {
1299     border: 1px dashed #999;
1300     border-radius: .5em;
1301     margin-bottom: 2em;
1302     padding: .5em 1em 0;
1303     }
1304#filters-form .table {
1305     width: 100%;
1306     padding: 0;
1307     margin-bottom: 1em;
1308     margin-top: .5em;
1309     }
1310     #filters-form .cell {
1311          padding: 0 2em 0 0;
1312          }
1313     #filters-form .filters-sibling-cell {
1314          padding-top: 3.8em;
1315          }
1316#filters-form .filters-options {
1317     padding-left: 2em;
1318     border-left: 1px solid #ccc;
1319     }
1320#filters-form label.ib, span.ib {
1321     width:7em;
1322     }
1323#filters-form label.ibw, span.ibw {
1324     width: 9em;
1325     display: inline-block;
1326     }
1327#filters-form select {
1328     width: 14em;
1329     }
1330#filters-form h4 {
1331     margin-top: 0;
1332     margin-bottom: 2em;
1333     }
1334/* ---------------------------------------------------------------------------- SPEC PAGES */
1335/* ---------------------------------------------------------------------------- auth.php */
1336#login-screen {
1337     display: block;
1338     width: 20em;
1339     margin: 1.5em auto 0;
1340     font-size: 14px; /* ie < 9 sucks */
1341     font-size: 1.4rem;
1342     }
1343#login-screen h1 {
1344     text-indent: -2000px;
1345     background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left;
1346     height: 66px;
1347     width: 20em;
1348     margin-bottom: .5em;
1349     margin-left: 0;
1350     }
1351#login-screen .fieldset {
1352     border: 1px solid #A8DC26;
1353     padding: 1em 1em 0 1em;
1354     border-radius: 3px;
1355     background: #fff;
1356     }
1357#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit],
1358#login-screen input[type=text]:focus, #login-screen input[type=password]:focus, #login-screen input[type=submit]:focus {
1359     width: 100%;
1360     margin: 0; 
1361     padding: 5px 3px;
1362     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
1363     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
1364     box-sizing: border-box; 
1365     }
1366     #login-screen input.login {
1367          padding-top: 6px;
1368          padding-bottom: 6px;
1369          font-size: 1em;
1370          }
1371#login-screen #issue {
1372     margin-left: 1.33em;
1373     font-size: 12px; /* ie < 9 sucks */
1374     font-size: 1.2rem;
1375     }
1376     #login-screen #issue strong {
1377          font-weight: normal;
1378          }
1379/* ------------------------------------------------------------------------- index.php */
1380#dashboard-main {
1381     padding: 1em 0;
1382     }
1383/* raccourcis */
1384#icons {
1385     overflow: hidden;
1386     padding-bottom: 1em;
1387     text-align: center;
1388     }
1389     #icons p {
1390          width: 207px;
1391          text-align: center;
1392          margin: 1em 0 2em;
1393          padding: 1em 0;
1394          display:inline-block;
1395          vertical-align: top;
1396          }
1397     #icons a,
1398     #icons a:link,
1399     #icons a:visited,
1400     #icons a:hover,
1401     #icons a:focus {
1402          border-bottom-width: 0;
1403          text-decoration: none;
1404          }
1405          #icons a span {
1406               border-bottom: 1px dotted #999;
1407               color: #333;
1408               }
1409          #icons a img {
1410               padding: 1.5em;
1411               background-color:#f9f9f9;
1412               -moz-border-radius:8px;
1413               -webkit-border-radius:8px;
1414               border-radius:8px;
1415               border:1px solid #dcdcdc;
1416               display:inline-block;
1417               }
1418               #icons a:focus img, #icons a:hover img {
1419                    background: #bee74b;
1420                    }
1421               #icons a:focus span, #icons a:hover span {
1422                    border-bottom-style: solid;
1423                    }
1424/* billet rapide */
1425#quick {
1426     margin-top: 1em;
1427     padding-top: 1em;
1428     }
1429     #quick h3 {
1430          margin-bottom: 0.2em;
1431          font-size: 1.2em;
1432          }
1433     #quick p.qinfo {
1434          margin: -.7em -1em 1em;
1435          background: #f3f3ff url(info.png) no-repeat .2em .2em;
1436          border: 1px solid #99f;
1437          padding: .2em 1em .1em 24px;
1438          color: #676e78;
1439          }
1440     #quick #new_cat, .q-cat, .q-cat label {
1441          display: inline-block;
1442          vertical-align: top;
1443          margin-right: 1em;
1444          margin-top: 0;
1445          }
1446     .q-cat label {
1447          margin-right: .3em;
1448          }
1449     #quick #new_cat {
1450          margin-bottom: 2em;
1451     }
1452/* modules additionnels */
1453#dashboard-boxes {
1454     margin: 2em auto 1em;
1455     padding-top: 2em;
1456     }
1457     .db-items, .db-contents {
1458          display: inline-block;
1459          text-align: center;
1460          }
1461     #dashboard-boxes .box {
1462          min-width: 300px;
1463          max-width: 580px;
1464          padding: 10px;
1465          border:   1px solid #ccc;
1466          border-radius: 3px;
1467          min-height: 200px;
1468          margin: 10px;
1469          text-align: left;
1470          }
1471          .box.small {
1472               width: 280px;
1473               }
1474          .box.large {
1475               width: 580px;
1476               }
1477          .dc-box {
1478               background: transparent url(dc_logos/sq-logo-32.png) no-repeat top right;
1479               }
1480     .db-items img, .db-contents img {
1481          vertical-align: middle;
1482          }
1483     .db-items ul, .db-contents ul {
1484          display: block;
1485          padding-left: 1.5em;
1486          list-style: square;
1487          }
1488          .db-items li, .db-contents li {
1489               margin: 0.25em 0 0 0;
1490               color: #676e78;
1491               }
1492     #news dt {
1493          font-weight: bold;
1494          margin: 0 0 0.4em 0;
1495          }
1496     #news dd {
1497          margin: 0 0 1em 0;
1498          }
1499          #news dd p {
1500               margin: 0.2em 0 0 0;
1501               }
1502/* message de mise à jour */
1503#upg-notify ul {
1504     padding-left: 1.5em;
1505     }
1506     #upg-notify li {
1507          color: #fff;
1508          }
1509/* ------------------------------------------------------------------- blog_pref.php */
1510#media_img_title_pattern {
1511     margin-right: 1em;
1512     }
1513.user-perm {
1514     margin: 2em 0px;
1515     background: transparent url(user.png) no-repeat left top;
1516     width: 320px;
1517     display: inline-block;
1518     vertical-align: top;
1519     }
1520     .user-perm h4, .user-perm h5, .user-perm p, .user-perm ul, .user-perm li {
1521          margin: .5em 0 .33em;
1522          padding: 0;
1523          }
1524     .user-perm h4 {
1525          padding-left: 28px;
1526          }
1527     .user-perm h5 {
1528          margin:   1em 0 0 0;
1529          }
1530     .user-perm ul {
1531          list-style-type: inside;
1532          }
1533          .user-perm li {
1534               margin-left: 1em;
1535               padding-left: 0;
1536               }
1537               li.user_super, li.user_admin {
1538                    margin-left: 0;
1539                    padding-left: 1em;
1540                    list-style: none;
1541                    background: transparent url(../images/superadmin.png) no-repeat -2px 2px;
1542                    }
1543               li.user_admin {
1544                    background-image: url(../images/admin.png);
1545                    }
1546/* ------------------------------------------------------------------- blog_theme.php */
1547#themes {
1548     margin: 0;
1549     width: 100%;
1550     padding: 0;
1551     }
1552     .theme-details {
1553          border-top: 1px solid #ccc;
1554          padding: 12px;
1555          display: inline-block;
1556          vertical-align: top;
1557          width: 284px;
1558          }
1559          .theme-details.current-theme {
1560               background: #eef;
1561               }
1562          .theme-details:hover {
1563               background: #f3f3f3;
1564               }
1565          .theme-shot img {
1566               display: block;
1567               border: 1px solid #ccc;
1568               margin-bottom: 1.5em;
1569               }
1570          span.theme-desc {
1571               display: block;
1572               }
1573          span.theme-version {
1574               color: #676e78;
1575               }
1576          .theme-css {
1577               display: block;
1578               }
1579     #themes-actions {
1580          border-bottom: 1px solid #999;
1581          margin-bottom: 3em;
1582          }
1583/* Themes list, JS version */
1584#themes-wrapper {
1585     display: table;
1586     }
1587     #themes-wrapper #themes {
1588          display: table-cell;
1589          vertical-align: top;
1590          padding-left: 1em;
1591          }
1592     #theme-box {
1593          display: table-cell;
1594          vertical-align: top;
1595          padding: 0;
1596          width: 312px;
1597          border: 1px solid #ccc;
1598          border-radius: 3px;
1599          }
1600          #theme-box .theme-shot,
1601          #theme-box .theme-info,
1602          #theme-box .theme-actions {
1603               background: #eef;
1604               padding: 1em 16px;
1605               margin: 0;
1606               }
1607          #theme-box .theme-shot img {
1608               display: block;
1609               width: 280px;
1610               height: 245px;
1611               border: 1px solid #ccc;
1612               }
1613          #theme-box h4 {
1614               color: #000;
1615               background: #eef;
1616               }
1617          #theme-box span.theme-version {
1618               color: #676e78;
1619               }
1620          #theme-box span.theme-parent-ok {
1621               color: #676e78;
1622               }
1623          #theme-box span.theme-parent-missing {
1624               color: #c00;
1625               font-weight:bold;
1626               }
1627          #theme-box .theme-actions {
1628               border-bottom: 1px solid #ccc;
1629               }
1630#themes .theme-details-js {
1631     float: left;
1632     width: 120px;
1633     height: 150px;
1634     margin: 0 12px 24px;
1635     padding: 12px 12px 0;
1636     text-align: center;
1637     background: #f3f3f3;
1638     border: 1px solid #ddd;
1639     cursor: pointer;
1640     border-radius: 4px;
1641     }
1642     #themes .theme-details-js label {
1643          cursor: pointer;
1644          }
1645     #themes .theme-details-js.theme-selected {
1646          background: #e7e7e7;
1647          border: 1px solid #999;
1648          }
1649     #themes .theme-details-js .theme-shot img {
1650          width: 120px;
1651          height: 105px;
1652          border: 1px solid #fff;
1653          }
1654     #themes a:focus div, #themes a:hover div,
1655     #themes a:focus div.current-theme, #themes a:hover div.current-theme {
1656          background: #bee74b;
1657          }
1658/* ------------------------------------------------------------------ categories.php */
1659#categories {
1660     margin: 1em 0;
1661     }
1662#categories ul {
1663     list-style: none;
1664     margin-top: 2em;
1665     padding: 0;
1666     }
1667     .cat-line {
1668          position: relative;
1669          margin: .66em 0;
1670          padding: .66em 1em;
1671          border: 1px solid #bbb;
1672          border-left: 6px solid #bbb;
1673          border-radius: 3px;
1674          }
1675          .cat-line label a {
1676               font-weight: bold;
1677               }
1678          .cat-line p, .cat-line label {
1679               margin: 0;
1680               display: inline-block;
1681               }
1682          .cat-url {
1683               padding-left: 1em;
1684               }
1685          #categories .placeholder {
1686               outline: 1px dashed #4183C4;
1687               min-height: 2.5em;
1688               }
1689.cat-buttons { 
1690     float: right; 
1691     margin-top: -.2em;
1692     font-size: 11px;
1693     }
1694.cat-buttons select {
1695     padding: 1px 2px 3px 2px;
1696     margin-right: .25em;
1697     }
1698.cat-line label {
1699     margin-right: .25em;
1700     }
1701.cat-buttons .reset {
1702     padding-left: 4px;
1703     padding-right: 4px;
1704     }
1705#categories ul ul {
1706     margin-right: 2em;
1707     margin-left: 2em;
1708     }
1709.cat-line .cat-line {
1710     border: 1px solid #dfdfdf;
1711     border-left-width: 3px;
1712     }
1713#categories h4 {
1714     margin: 0;
1715     }
1716     #categories h4 span {
1717          font-weight: normal;
1718          }
1719.cat-actions {
1720     line-height: 2;
1721     }
1722     #del_cat {
1723          width: 100%;
1724          }
1725/* ------------------------------------------------------------------ help.php */
1726.legible { /* for pages with a lot of text to read */
1727     font-size: 1.16em;
1728     max-width: 62em;
1729     }
1730
1731/* ------------------------------------------------------------------ media.php */
1732.media-item {
1733     position: relative;
1734     border: 1px solid #ddd;
1735     margin: 9px;
1736     padding: 10px 12px 6px;
1737     width: 300px;
1738     display: inline-block;
1739     vertical-align: top;
1740     min-height: 140px;
1741     }
1742     .media-item p {
1743          margin: 0 0 .5em;
1744          }
1745     .media-item object {
1746          margin-top: .5em;
1747          }
1748     .media-item ul {
1749          display: block;
1750          list-style: none;
1751          margin: 0;
1752          padding: 0;
1753          }
1754     a.media-icon {
1755          display: block;
1756          border-bottom: none;
1757          margin: 0 auto; 
1758          }
1759          .media-icon img {
1760               display: block;
1761               }
1762     .media-link {
1763          font-size: 1.1em;
1764          }
1765     .media-action-box {
1766          position: relative;
1767          margin: 3em 3em 1em 1em;
1768          display: inline-block;
1769          vertical-align: top;
1770          }
1771     li.media-action {
1772          display: block;
1773          position: absolute;
1774          bottom: 4px;
1775          right: 8px;
1776          height: 16px;
1777          }
1778     li.media-action a {
1779          border: none;
1780          }
1781     li.media-action form {
1782          display: inline;
1783          }
1784     li.media-action input {
1785          border: none;
1786          }
1787#entry-sidebar .media-item {
1788     width: 100%;
1789     min-height: 0;
1790     padding: 4px;
1791     margin: .33em 0;
1792     }
1793     #entry-sidebar li.media-action {
1794          top: 4px;
1795          }
1796
1797.folders-group .media-item {
1798     min-height: 70px;
1799     }
1800     .folders-group .media-item p {
1801          margin-bottom: 0;
1802          }
1803     .media-folder {
1804          background: transparent url(bg_menu.png) repeat-y;
1805          border-color: #eee;
1806          }
1807     .media-folder-up {
1808          border-color: #fff;
1809          padding-bottom: 6px;
1810          }
1811     .media-folder .media-link {
1812          font-size: 1.25em;
1813          margin-left: 2em;
1814          color: #676e78;
1815          border-bottom: none;
1816          }
1817
1818.zip-dl {
1819     background: transparent url(package.png) no-repeat 0 50%;
1820     padding: 5px 0 5px 20px;
1821     }
1822/* upload multiple */
1823.enhanced_uploader .choose_files, .enhanced_uploader .cancel, 
1824.enhanced_uploader .clean, .enhanced_uploader .start {
1825     margin-right: .4em;
1826     }
1827.enhanced_uploader #upfile {
1828     visibility: hidden;
1829     width: 0;
1830     height: 0;
1831     margin: 0;
1832     opacity: 0;
1833     filter: alpha(opacity=0);
1834     cursor: pointer;
1835     }
1836.button.clean, .button.cancel, .button.choose_files {
1837     display: none;
1838     }
1839.enhanced_uploader .button.choose_files {
1840     display: inline-block;
1841     }
1842.enhanced_uploader .max-size {
1843     display: block;
1844     }
1845.enhanced_uploader .one-file {
1846     display: none;
1847     }
1848label span.one-file {
1849     display: inline;
1850     }
1851.enhanced_uploader p.clear {
1852     padding-top: 1em;
1853     margin-bottom: 1em;
1854     }
1855#add-file-f p.clear {
1856     margin-top: 1em;
1857     margin-bottom: 0;
1858     clear: both;
1859     }
1860.files {
1861     list-style-type: none;
1862     margin-left: 0;
1863     padding-left: 0;
1864     border-bottom: 1px solid #ddd;
1865     }
1866.files li {
1867     margin-left: 0;
1868     padding-left: 0;
1869     }
1870.upload-msg {
1871     font-weight: bold;
1872     }
1873.upload-msg.upload-error {
1874     color: #c00;
1875     }
1876.upload-files {
1877     padding: 0 0.5em;
1878     margin: 1em 0;
1879     }
1880.upload-file {
1881     margin: 0;
1882     padding: .3em 0;
1883     border-top: 1px solid #ddd;
1884     position: relative;
1885     }
1886.upload-fileinfo {
1887     margin-left: 0;
1888/*   margin-bottom: .4em;*/
1889     }
1890.upload-fileinfo input {
1891     position: absolute;
1892     top: .5em;
1893     right: .5em;
1894     }
1895.upload-fileinfo span {
1896     padding-right: 8px;
1897     }
1898.upload-fileinfo .upload-filecancel {
1899     display: block;
1900     padding-right: 0;
1901     margin-top: 3px;
1902     width: 20px;
1903     height: 20px;
1904     background: transparent url("cancel.png") no-repeat left top;
1905     text-indent: -1000px;
1906     cursor: pointer;
1907     float: left;
1908     }
1909.upload-filemsg {
1910     font-weight: bold;
1911     color: green;
1912     }
1913.upload-filemsg.upload-error {
1914     color: #c00;
1915     }
1916.upload-progress {
1917     padding: .3em 0; 
1918     }
1919.upload-progress div {
1920     width: 0;
1921     height: 1em;
1922     padding: .2em 0;
1923     font-size: 0.8em;
1924     font-weight: bold;
1925     line-height: 1em;
1926     text-align: right;
1927     background: green url("loader.png") repeat-x left top;
1928     color: white;
1929     border-radius: 2px;
1930     }
1931div.template-upload {
1932     clear: both;
1933     }
1934.queue-message {
1935     font-weight: bold;
1936     }
1937
1938/* --------------------------------------------------------------- media-item.php */
1939#media-icon {
1940     float: left;
1941     }
1942.near-icon {
1943     margin-left: 70px;
1944     margin-bottom: 3em;
1945     }
1946#media-details ul {
1947     display: block;
1948     margin-left: 0;
1949     padding: 0;
1950     }
1951     #media-details li {
1952          list-style: square inside;
1953          margin: 0;
1954          padding: 0;
1955          }
1956#media-original-image {
1957     overflow: auto;
1958     }
1959     #media-original-image.overheight {
1960          height: 500px;
1961          }
1962/* -------------------------------------------------------------------- plugins.php */
1963#plugins td.action {
1964     vertical-align: middle;
1965     }
1966.distrib img {
1967     display: block;
1968     float: right;
1969     margin-top: -1em;
1970     }
1971/* ---------------------------------------------------------- post.php, page.php */
1972#entry-wrapper {
1973     float: left;
1974     width: 100%;
1975     margin-right: -18em;
1976     }
1977#entry-content {
1978     margin-right: 20em;
1979     margin-left: 0;
1980     }
1981     #entry-content label {
1982          text-transform: uppercase;
1983          font-weight: bold;
1984          margin-top: 2em;
1985          display: inline-block;
1986          }
1987     #entry-content label:first-child {
1988          margin-top: 0;
1989          }
1990#entry-sidebar {
1991     width: 18em;
1992     float: right;
1993     }
1994     #entry-sidebar select {
1995          width: 100%;
1996          }
1997     #entry-sidebar input#post_position {
1998          width: 4em;
1999          }
2000     .sb-box {
2001          border-bottom: 1px solid #ddd;
2002          margin-bottom: 1em;
2003          }
2004/* ---------------------------------------------------------- preferences.php */
2005.fav-list {
2006     list-style-type: none;
2007     margin-left: 0;
2008     padding-left: 0;
2009     }
2010     #my-favs .fav-list {
2011          border-top: 1px solid #eee;
2012          }
2013.fav-list li {
2014     margin-left: 0;
2015     padding-left: 0;
2016     padding-top: 3px;
2017     padding-bottom: 3px;
2018     position: relative;
2019     }
2020     #my-favs .fav-list li {
2021          line-height: 2;
2022          border-bottom: 1px solid #eee;
2023          padding-top: 3px;
2024          padding-bottom: 3px;
2025          position: relative;
2026          }
2027     .fav-list img {
2028          vertical-align: middle;
2029          margin-right: .2em;
2030          }
2031     .fav-list li span.zoom {
2032          display: none;
2033          }
2034     .fav-list li:hover span.zoom {
2035          display: block;
2036          position: absolute;
2037          bottom: 0;
2038          left: 10em;
2039          background-color: #f7f7f7;
2040          border: 1px solid #ddd;
2041          padding: .2em;
2042          border-radius: .5em;
2043          }
2044#my-favs {
2045     border-color: #A8DC26;
2046     }
2047     #my-favs input.position {
2048          margin: 0 0 .4em .2em;
2049          }
2050#available-favs input, #available-favs label, #available-favs label span {
2051     white-space: normal;
2052     display: inline;
2053     }
2054#available-favs label span.zoom {
2055     display: none;
2056     }
2057#available-favs li:hover label span.zoom {
2058     display: block;
2059     position: absolute;
2060     bottom: 0;
2061     left: 10em;
2062     background-color: #f7f7f7;
2063     border: 1px solid #ddd;
2064     padding: .2em;
2065     border-radius: .5em;
2066     }
2067#user-options label.ib {
2068     display: inline-block;
2069     width: 14em;
2070     padding-right: 1em;
2071     }
2072/* --------------------------------------------------------------------- user.php */
2073.blog-perm {
2074     margin-top: 2em;
2075     font-weight: bold;
2076     }
2077.ul-perm {
2078     list-style-type: square;
2079     margin-left: 0;
2080     padding-left: 3.5em;
2081     margin-bottom: 0
2082     }
2083.add-perm {
2084     padding-top: .5em;
2085     padding-left: 2.5em;
2086     margin-left: 0;
2087     }
2088
2089/* ------------------------------------------------------------------------------------
2090                                                                                                    CLASSES
2091------------------------------------------------------------------------------------ */
2092/* jQuery Autocomplete plugin */
2093.ac_results {
2094     padding: 0px;
2095     border: 1px dotted #f90;
2096     background-color: white;
2097     overflow: hidden;
2098     z-index: 99999;
2099     }
2100.ac_results ul {
2101     width: 100%;
2102     list-style-position: outside;
2103     list-style: none;
2104     padding: 0;
2105     margin: 0;
2106     }
2107     .ac_results li {
2108          margin: 0px;
2109          padding: 2px 5px;
2110          cursor: default;
2111          display: block;
2112          font-size: 1em;
2113          line-height: 16px;
2114          overflow: hidden;
2115          }
2116.ac_loading {
2117     background: transparent url('loader.gif') right center no-repeat;
2118     }
2119.ac_over {
2120     background-color: #06c;
2121     color: white;
2122     }
2123/* password indicator */
2124.pw-table {
2125     display: table;
2126     margin-bottom: 1em;
2127     }
2128.pw-cell {
2129     display: table-cell;
2130     margin-bottom: 1em;
2131     }
2132#pwindicator {
2133     display: table-cell;
2134     vertical-align: bottom;
2135     padding-left: 1.5em;
2136     height: 3.8em;
2137     }
2138     #pwindicator .bar {
2139          height: 6px;
2140          margin-bottom: 4px;
2141          }
2142          .pw-very-weak .bar {
2143               background: #900;
2144               width: 30px;
2145               }
2146          .pw-weak .bar {
2147               background: #c00;
2148               width: 60px;
2149               }
2150          .pw-mediocre .bar {
2151               background: #f60;
2152               width: 90px;
2153               }
2154          .pw-strong .bar {
2155               background: #060;
2156               width: 120px;
2157               }
2158          .pw-very-strong .bar {
2159               background: #0c0;
2160               width: 150px;
2161               }
2162/* ------------------------------------------------------------------ navigation */
2163/* selects accès rapide */
2164.anchor-nav {
2165     background: #ecf0f1;
2166     color: #000;
2167     padding: 4px 1em;
2168     }
2169/* nav links */
2170.nav_prevnext {
2171     margin-bottom: 2em;
2172     color: #fff;
2173     }
2174     .nav_prevnext a, a.back {
2175          border: 1px solid #ddd;
2176          padding: 2px 1.5em;
2177          border-radius: .75em;
2178          background-color: #f0f0f0;
2179          }
2180          a.back:before {
2181               content: "\ab\a0";
2182               }
2183          a.onblog_link {
2184               color: #333;
2185               float: right;
2186               border: 1px solid #eee;
2187               padding: 2px 1.5em;
2188               border-radius: .75em;
2189               background-color: #ffe;
2190               }
2191/* Pagination */
2192.pager {
2193     margin: 2em 0 1em 0;
2194     clear: left;
2195     }
2196.pager ul {
2197     list-style-type: none;
2198     margin: 0;
2199     padding: 0;
2200     }
2201.pager li, .pager input {
2202     display:inline-block;
2203     vertical-align: middle;
2204     margin: 0 .33em 0 0;
2205     padding: 0;
2206     text-align: center;
2207     }
2208     .pager .btn {
2209          border: 1px solid #ddd;
2210          background-color: #fcfcfc;
2211          color: #738182; 
2212          border-radius: 3px;
2213          overflow: hidden;
2214          }
2215          .btn.no-link {
2216               border-color: #ddd;
2217               background-color: #f9f9f9;
2218               padding: 1px 3px 0;
2219               }
2220     .pager .active {
2221          padding: 4px 12px; 
2222          color: #676e78;
2223          }
2224     .pager .direct-access {
2225          margin-left: 2em;
2226          }
2227     .direct-access input[type=text] {
2228          border: 1px solid #ddd;
2229          padding: 3px 8px;
2230          margin-left: .25em;
2231          background-color: #fff;
2232          }
2233     .direct-access input[type=submit] {
2234          padding: 3px 6px; 
2235          }
2236.pager a {
2237     display: block;
2238     padding: 1px 3px 0;
2239     border:none;
2240     }
2241.pager a:hover, .pager a:focus {
2242     background-color: #ecf0f1;
2243     }
2244/* Etapes */
2245.step {
2246     display: inline-block;
2247     float: left;
2248     margin: 3px 10px 2px 0;
2249     padding: 5px .5em;
2250     background: #ecf0f1;
2251     border-radius: 3px;
2252     font-weight: bold;
2253     border: 1px solid #bdc3c7;
2254     color: #738182;
2255     }
2256/* ---------------------------------------------------------------- utilisables partout  */
2257.fieldset {
2258     background: #fff;
2259     border: 1px solid #bbb;
2260     border-radius: 3px;
2261     padding: 1em .7em .5em;
2262     margin-bottom: 1em;
2263     }
2264     .fieldset h3 {
2265          margin-top: 0;
2266          }
2267.right, .txt-right {
2268     text-align: right;
2269     }
2270.txt-center {
2271     text-align: center;
2272     }
2273.txt-left {
2274     text-align: left;
2275     }
2276.no-margin, label.no-margin {
2277     margin-top: 0;
2278     margin-bottom: 0;
2279     }
2280.vertical-separator {
2281     margin-top: 2em;
2282     }
2283     p.clear.vertical-separator {
2284          padding-top: 2em;
2285          }
2286.border-top {
2287     border-top: 1px solid #999;
2288     padding-top: 1em;
2289     margin-top:    1em;
2290     }
2291.grid {
2292     background: transparent repeat url('grid.png') 0 0;
2293     }
2294ul.nice {
2295     margin: 1em 0;
2296     padding: 0 0 0 2em;
2297     list-style: square;
2298     }
2299     ul.nice li {
2300          margin:0;
2301          padding: 0;
2302          }
2303ul.from-left {
2304     list-style-type: none;
2305     padding-left: 0;
2306     margin: 1 0;
2307     }
2308     ul.from-left > li {
2309          margin-top: 1em;
2310          margin-bottom: 1em;
2311          }
2312     ul.from-left ul {
2313          list-style-type: square;
2314          }
2315.offline {
2316     color: #676e78;
2317     }
2318/* caché pour tout le monde */
2319.hide, .button.hide {
2320     display: none;
2321     }
2322/* Caché sauf pour les revues d'écran */
2323.hidden, .with-js .out-of-screen-if-js {
2324     position: absolute !important;
2325     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
2326     clip: rect(1px, 1px, 1px, 1px);
2327     padding: 0 !important;
2328     border: 0 !important;
2329     height: 1px !important;
2330     width: 1px !important;
2331     overflow: hidden;
2332     }
2333/* caché si js est inactif */
2334.no-js .hidden-if-no-js {
2335     display: none;
2336     }
2337/* caché si js est actif */
2338.with-js .hidden-if-js {
2339     display: none;
2340     }
2341/* ------------------------------------------------------------------------------------
2342                                                                                                    UTILS
2343------------------------------------------------------------------------------------ */
2344/* debug */
2345#debug {
2346     position: absolute;
2347     top: 0;
2348     width: 100%;
2349     height: 4px;
2350     background: #d99;
2351     }
2352#debug div {
2353     display: none;
2354     padding: 3px 0.5em 2px;
2355     }
2356#debug p {
2357     margin: 0.5em 0;
2358     }
2359#debug:hover {
2360     height: auto;
2361     }
2362#debug:hover div {
2363     display: block;
2364     }
2365/* ------------------------------------------------------------------------------------
2366                                                                           UN POIL DE MEDIA QUERIES
2367------------------------------------------------------------------------------------ */
2368@media screen and (max-width: 1000px) {
2369     #header {
2370          display: block;
2371          width: 100%;
2372          text-align: right;
2373          background: #333;
2374          } 
2375     #header h1, #header h1 a {
2376          width: 120px;
2377          padding: 0;
2378          margin: 0;
2379          }
2380     h1, #top-info-blog {
2381          display: inline-block;
2382          vertical-align: top;
2383          margin-right: 1em;
2384          }
2385     #top-info-user {
2386          display: block;
2387          width: 100%;
2388          background: #676e78;
2389          padding-right: 0;
2390          }
2391     #top-info-user li:last-child {
2392          padding-right: 1em;
2393          }
2394     #top-info-user a.active {
2395          padding: 2px 8px;
2396          } 
2397     .three-boxes, .three-boxes .box,
2398     .three-boxes:first-child, .three-boxes.first-child,
2399     .three-boxes:last-child, .three-boxes.last-child,
2400     .two-cols .col70, .two-cols .col30 {
2401          width: 100%;
2402          margin-left: 0;
2403          margin-right: 0; 
2404          }
2405     }
2406@media screen and (max-width: 600px) {
2407     #header h1, #header h1 a {
2408          width: 42px !important; 
2409          height: 42px;
2410          }
2411     h1 a:link {
2412          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;
2413          border-right: 1px solid #ccc;
2414          }
2415     h1 a:hover, h1 a:focus {
2416          background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px;
2417          border-right: 1px solid #A2CBE9;
2418          }
2419     #wrapper, #main, #main-menu {
2420          display: block;
2421          float: none;
2422          width: 100%;
2423          margin: 0;
2424          }
2425     #content {
2426          margin: 0;
2427          padding: 0 1em;
2428          }
2429     #collapser {
2430          display: none;
2431          }
2432      #help-button {
2433          height:26px;
2434          width:26px;
2435          background-color: #A2CBE9;
2436          padding: 0;
2437          margin: 0;
2438          font-size: 10px; font-size: 1rem;
2439          line-height: 68px;
2440          overflow: hidden;
2441          }
2442     #main #content > h2 {
2443          margin: 0;
2444          padding: 6px 0;
2445          }
2446     .one-box, .two-boxes,
2447     .one-box .box, .two-boxes .box,
2448     .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child,
2449     .two-boxes.even:last-child, .two-boxes.even,
2450     .two-cols .col {
2451          width: 100%;
2452          margin-left: 0;
2453          margin-right: 0; 
2454          }
2455     }
2456@media screen and (max-width: 500px) {
2457     h1, h1 a {
2458          padding: 0;
2459          border-right: #333 !important;
2460          }
2461     #top-info-blog label, .nomobile {
2462          display: none;
2463          }
2464     #top-info-blog select {
2465          margin-bottom: .5em;
2466          margin-right: 0 !important;
2467          }
2468     #top-info-blog p {
2469          display: block;
2470          }
2471     #dashboard-boxes .box {
2472          margin: 10px 0;
2473          min-width: 280px;
2474          width: 280px;
2475          }
2476     }
Note: See TracBrowser for help on using the repository browser.

Sites map