Dotclear

source: admin/style/default.css @ 3101:f4808e0ec70d

Revision 3101:f4808e0ec70d, 56.8 KB checked in by franck <carnet.franck.paul@…>, 10 years ago (diff)

Switch with a button click is easier than select in combo and click on the OK button, isn't it?

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

Sites map