Dotclear

source: admin/style/default.css @ 2291:a3e033a82cbf

Revision 2291:a3e033a82cbf, 53.2 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Présentation plus mieux bien des index (plugins et thèmes)
CSS. Fonte de base Helvetica à tester sur les différentes plates-formes
Traductions : ajout de "Volet" devant les items du sélecteur d'ajout.

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

Sites map