Dotclear

source: admin/style/default.css @ 2038:c3ea444c5697

Revision 2038:c3ea444c5697, 50.0 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Responsive, suite. Ça devrait déjà couvrir l'essentiel des cas. On arrête là pour le moment, on complétera en fin de parcours.

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

Sites map