Dotclear

source: admin/style/default.css @ 2514:13a468a0e9b5

Revision 2514:13a468a0e9b5, 56.0 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Add strong focus effect on links.

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

Sites map