Dotclear

source: admin/style/default.css @ 2076:ebd04a11e8ac

Revision 2076:ebd04a11e8ac, 51.2 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Dashboard icons. Voyons ce que ça donne s'ils prennent moins d'espace

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

Sites map