Dotclear

source: admin/style/default.css @ 2218:c5367ffb985f

Revision 2218:c5367ffb985f, 52.0 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Mini-icones raccord avec la charte

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

Sites map