Dotclear

source: admin/style/default.css @ 1698:add60e1e9451

Revision 1698:add60e1e9451, 38.3 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Utilisateurs du blog: distribution horizontale des blocs, ajout d'un lien mailto à la demande générale de Pep (pour super admin seulement), icône spécifique super admin, admin.

Line 
1/*
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3#
4# This file is part of Dotclear 2.
5#
6# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
7# Licensed under the GPL version 2.0 license.
8# See LICENSE file or
9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10#
11# -- END LICENSE BLOCK -----------------------------------------
12*/
13
14/* ------------------------------------------------------------------ html */
15html {
16     font-size: 62.5%;
17}
18body {
19     font-size: 12px; /* ie < 9 sucks */
20     font-size: 1.2rem;
21     line-height: 1.5;
22     font-family: Arial,Helvetica,sans-serif;
23     color: #333;
24     background: #fff;
25     margin: 0;
26     padding: 0;
27}
28
29a, a:link, a:visited {
30     color: #2373A8;
31     text-decoration: none;
32     border-bottom: 1px dotted #f90;
33}
34a:hover, a:active, a:focus {
35     text-decoration: underline;
36}
37a img, a:link img, a:visited img {
38     border:none;
39}
40h1, h2, h3, .as_h3, h4, h5, h6, p {
41     margin-top: 0;
42     margin-bottom: 1em;
43}
44h2 {
45     color: #666;
46     font-size: 18px; /* ie < 9 sucks */
47     font-size: 1.8rem;
48     padding: 0 0 1.5em;
49     font-weight: normal;
50}
51h2 a:link, h2 a:visited {
52     color: #666;
53     border-color: #000;
54}
55.page-title {
56     color: #d30e60;
57}
58.page-title img {
59     padding-left: .5em;
60     vertical-align: middle;
61}
62#content > h2 {
63     padding: 0 18px 6px; /* ie < 9 sucks */
64     padding: 0 1.8rem .6rem;
65     margin: 0 -18px .5em; /* ie < 9 sucks */
66     margin: 0 -1.8rem 1rem;
67     background: #fff url(bg_h2.png) repeat-x center bottom;
68}
69h3, .as_h3 {
70     color: #575859;
71     font-size: 16px; /* ie < 9 sucks */
72     font-size: 1.6rem;
73}
74h4 {
75     font-size: 14px; /* ie < 9 sucks */
76     font-size: 1.4rem;
77     color: #575859;
78}
79h5 {
80     font-size: 12px; /* ie < 9 sucks */
81     font-size: 1.2rem;
82     color: #575859;
83}
84#entry-sidebar h5 {
85     font-weight: normal;
86     color: #333;
87}
88.entry-status img.img_select_option {
89     padding-left: 4px;
90     vertical-align: text-top;
91}
92p, div.p {
93     margin: 0 0 1em 0;
94}
95hr {
96     height: 1px;
97     border-width: 1px 0 0;
98     border-color: #999;
99     border-style: solid;
100}
101pre, code {
102     font: 100% "Andale Mono","Courier New",monospace;
103}
104pre {
105     white-space: pre;
106     white-space: -moz-pre-wrap;
107     white-space: -hp-pre-wrap;
108     white-space: -o-pre-wrap;
109     white-space: -pre-wrap;
110     white-space: pre-wrap;
111     white-space: pre-line;
112     word-wrap: break-word;
113}
114abbr {
115     cursor: help;
116}
117
118/* LAYOUT
119-------------------------------------------------------- */
120/* header */
121#header {
122     background: #575859;
123     position: relative;
124     border-bottom: 4px solid #A2CBE9;
125     width: 100%;
126}
127#prelude {
128     line-height: 1.5;
129     margin: 0;
130     padding: 0;
131     overflow: hidden;
132     position: absolute;
133     top: 3em;
134     left: 0;
135     background: #A2CBE9;
136     width: 100%;
137     }
138#prelude li {
139     list-style-type: none;
140     margin: 0;
141     background:transparent;
142     display: inline;
143}
144#prelude li a {
145     padding: 3px 16px 3px 8px; /* ie < 9 sucks */
146     padding: 3px 1.6rem 3px .8rem;
147     background: #A2CBE9;
148     color: #000;
149     border-bottom-color: #A2CBE9;
150}
151#top {
152     margin: 0;
153     padding: 0;
154     width: 14.5em;
155     float: left;
156}
157#top h1 {
158     padding: 0;
159     margin: 0;
160     height: 36px;
161     text-indent: -1000px;
162}
163#top h1 a {
164     position: absolute;
165     top: 0;
166     left: 0;
167     width: 174px; /* ie < 9 sucks */
168     width: 17.4rem;
169     height: 36px; /* ie < 9 sucks */
170     height: 3.6rem;
171     border: none;
172     color: #fff;
173}
174#top h1 a:link {
175     background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px;
176}
177#top h1 a:hover, #top h1 a:focus {
178     background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 -94px;
179}
180#info-boxes {
181     font-size: 12px; /* ie < 9 sucks */
182     font-size: 1.2rem;
183     line-height: 3em;
184}
185#info-box1 {
186     margin: 0;
187     padding: 0 3px 0 18px;
188     color: #fff;
189     display: inline-block;
190}
191#info-box2 {
192     margin: 0;
193     padding: 0 18px 0 0;
194     color: #fff;
195     float: right;
196     text-align: right;
197}
198#info-box1 p {
199     margin: 0;
200     display: inline;
201}
202#info-box1 select {
203     width: 145px; /* ie < 9 sucks */
204     width: 14.5em;
205}
206#info-box1 a img, #info-box2 a img {
207     vertical-align: middle;
208     padding-left: .3em;
209     }
210#info-boxes a {
211     font-weight: bold;
212     color: #fff;
213     border-bottom-color: #ccc;
214     margin-left: .3em;
215     margin-right: .3em;
216     white-space: nowrap;
217     font-weight: normal;
218}
219#info-boxes .logout {
220     margin-right: 0;
221}
222#info-box1 a {
223     margin-left: 1.33em;
224}
225#info-box2 a.active {
226     border-bottom-color: #fff;
227     margin: 0;
228     padding: 1.2em .5em;
229     background-color: #fff;
230     color: #333;
231     font-weight: bold;
232}
233#info-box2 span {
234     color: #999;
235}
236/* main blocks */
237#wrapper {
238     width: 100%;
239     padding-top: 1em;
240}
241#main {
242     width: 100%;
243     float: right;
244     margin-left: -14.5em;
245     margin-top: 0;
246     background: #fff url(bg_menu.png);
247}
248#content {
249     margin: 0 0 0 14.5em;
250     padding: 9px 18px 18px; /* ie < 9 sucks */
251     padding: .9rem 1.8rem 1.8rem;
252     background: #fff;
253}
254     /* Micro clearfix thx to Nicolas Gallagher */
255     #content:before, #content:after {content:"";display:table;}
256     #content:after {clear:both;}
257/* -------------------------------------------------- layout - multipart */
258.three-cols {
259}
260.three-cols .col {
261     width: 32.3%;
262     float: left;
263     margin-left: 1%;
264}
265.three-cols .col:first-child {
266     width: 33.3%;
267     margin-left: 0;
268}
269.two-cols {
270     position: static;
271}
272.two-cols .col {
273     width: 48%;
274     margin-left: 2%;
275     float: left;
276}
277.two-cols .col70{
278     width: 68%;
279     margin-left: 0;
280     float: left;
281}
282.col30 {
283     width: 28%;
284     margin-left: 2%;
285     float: left;
286}
287.two-cols .col:first-child,
288.two-cols .col30.first-col {
289     margin-left: 0;
290     margin-right: 2%;
291}
292.two-cols .col:last-child,
293.two-cols .col70.last-col {
294     margin-left: 2%;
295     margin-right: 0;
296}
297/* -------------------------------------------------------------- layout - onglets */
298.part-tabs ul {
299     padding: .5em 0 .3em 1em;
300     border-bottom: 1px solid #ddd;
301}
302.part-tabs li {
303     list-style: none;
304     margin: 0;
305     display: inline;
306}
307.part-tabs li a {
308     padding: .5em 2em;
309     margin-right: -1px;
310     border: 1px solid #aaa;
311     border-bottom: none;
312     text-decoration: none;
313     color: #333;
314     background-color:#E4E0EC;
315}
316.part-tabs li a:hover, .part-tabs li a:focus {
317     color: #000;
318     background: #fff;
319     border-bottom-color: #fff;
320}
321.part-tabs li.part-tabs-active a {
322     background: #fff;
323     font-weight: bold;
324     border-bottom-color: #fff;
325     padding-bottom: 7px; /* ie < 9 sucks */
326     padding-bottom: .7rem;
327}
328/* ------------------------------------------------------------------ main-menu */
329#main-menu {
330     width: 14.5em;
331     float: left;
332     margin:0;
333     padding-top: .5em;
334     padding-bottom: 1em;
335     background: #f7f7f7;
336}
337#main-menu h3 {
338     margin: 0;
339     padding: 10px 0 10px 8px;
340     color: #666;
341     font-size: 14px; /* ie < 9 sucks */
342     font-size: 1.4rem;
343}
344#main-menu h3 img[alt="cacher"] {
345     vertical-align: top;
346}
347#main-menu ul {
348     margin: 0 0 1.5em 0;
349     padding: 0;
350     list-style: none;
351}
352#main-menu li {
353     display: block;
354     margin: 0.5em 0 0;
355     padding: 3px 0 0 30px;
356     background-repeat: no-repeat;
357     background-position: 8px .3em;
358}
359#main-menu ul li:first-child {
360     margin-top: 0;
361}
362#main-menu li.active {
363     background-color: #fff;
364}
365#main-menu a {
366     color: #333;
367     border-bottom-color: #ccc;
368}
369#main-menu .active a {
370     border-bottom: none;
371     color: #d30e60;
372}
373#main-menu .active {
374     font-weight: bold;
375}
376#search-menu {
377     padding: 4px 5px 0;
378     font-size: 100%
379}
380#search-menu * {
381     height: 22px; /* ie < 9 sucks */
382     height: 2.2rem;
383     display: inline-block;
384     vertical-align: top;
385     line-height: 22px;
386}
387#search-menu p {
388     border: 1px solid #999;
389     border-radius: .3em;
390     position: relative;
391     overflow: hidden;
392}
393#qx {
394     width: 124px; /* ie < 9 sucks */
395     width: 12.4rem;
396     border-bottom-left-radius: .3em;
397     border-top-left-radius: .3em;
398     background: transparent url(search.png) no-repeat 4px center;
399     text-indent: 18px;
400     padding: 0;
401     border: none;
402     height: 22px;
403     height: 2.2rem;
404}
405#qx:focus {
406     border: 2px solid #bee74b;
407}
408#search-menu input[type="submit"] {
409     padding: 0 3px;
410     padding: 0 .3rem;
411     margin-left: -4px;
412     background: #dfdfdf;
413     border-color: #999;
414     color: #444;
415     border-bottom-right-radius: .3em;
416     border-top-right-radius: .3em;
417     border-top-left-radius: 0;
418     border-bottom-left-radius: 0;
419     text-shadow: none;
420     border: none;
421     border-left: 1px solid #aaa;
422     font-size: 10px; /* ie < 9 sucks */
423     font-size: 1rem;
424}
425#search-menu input[type="submit"]:hover,
426#search-menu input[type="submit"]:focus {
427     background: #575859;
428     color: #fff;
429}
430#favorites-menu, #blog-menu, #system-menu, #plugins-menu {
431     border-bottom: 1px dashed #A2CBE9;
432}
433#favorites-menu h3 {
434     color: #000;
435     font-variant: small-caps;
436     padding-top: .2em;
437}
438/* ------------------------------------------------------------------ footer */
439#footer {
440     clear: both;
441     padding: .5em 1em .5em 0;
442     text-align: right;
443     border-top: 1px solid #ccc;
444}
445#footer p {
446     margin: 0;
447     padding: 0 1em;
448     font-size: 1em;
449}
450#footer p span.credit {
451     font-size: 1em;
452     font-weight: normal;
453}
454/* ---------------------------------------------------------------------------- auth.php */
455#login-screen {
456     display: block;
457     width: 20em;
458     margin: 1.5em auto 0;
459     font-size: 14px; /* ie < 9 sucks */
460     font-size: 1.4rem;
461}
462#login-screen h1 {
463     text-indent: -2000px;
464     background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left;
465     height: 66px;
466     margin-bottom: .5em;
467     margin-left: 0;
468}
469#login-screen .fieldset {
470     border: 1px solid #A8DC26;
471     padding: 1em 1em 0 1em;
472     border-radius: 3px;
473     background: #fff;
474}
475#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] {
476     width: 100%;
477}
478#login-screen input.login {
479     padding-top: 6px;
480     padding-bottom: 6px;
481     font-size: 1em;
482}
483#login-screen #issue {
484     margin-left: 1.33em;
485     font-size: 12px; /* ie < 9 sucks */
486     font-size: 1.2rem;
487}
488#login-screen #issue strong {
489     font-weight: normal;
490}
491/* ------------------------------------------------------------------ dashboard */
492#dashboard-main {
493     padding: 1em 0;
494}
495#icons {
496     overflow: hidden;
497     padding-bottom: 1em;
498     text-align: center;
499}
500#icons p {
501     width: 210px;
502     text-align: center;
503     margin: 1em 0 2em;
504     padding: 1em 0;
505     display:inline-block;
506     vertical-align: top;
507}
508#icons a,
509#icons a:link,
510#icons a:visited,
511#icons a:hover,
512#icons a:focus {
513     border-bottom-width: 0px;
514     text-decoration: none;
515}
516#icons a span {
517     border-bottom: 1px dotted #f90;
518     color: #333;
519}
520#icons a img {
521     padding: 2em;
522     -moz-box-shadow: 0px 1px 0px 0px #ffffff;
523     -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
524     box-shadow: 0px 1px 0px 0px #ffffff;
525     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
526     background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
527     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
528     background-color:#f9f9f9;
529     -moz-border-radius:1em;
530     -webkit-border-radius:1em;
531     border-radius:1em;
532     border:1px solid #dcdcdc;
533     display:inline-block;
534}
535#icons a:focus img, #icons a:hover img {
536     background: #bee74b;
537}
538#icons a:focus span, #icons a:hover span {
539     text-decoration: underline;
540}
541#quick {
542     margin-top: 2em;
543}
544#quick h3 {
545     margin-bottom: 0.2em;
546     font-size: 1.2em;
547}
548#quick p.qinfo {
549     margin: -.7em -1em 1em;
550     background: #f3f3ff url(info.png) no-repeat .2em .2em;
551     border: 1px solid #99f;
552     padding: .2em 1em .1em 24px;
553     color: #666;
554}
555#quick #new_cat, .q-cat, .q-cat label {
556     display: inline-block;
557     vertical-align: top;
558     margin-right: 1em;
559     margin-top: 0;
560}
561.q-cat label {
562     margin-right: .3em;
563}
564#quick #new_cat {
565     margin-bottom: 2em;
566}
567#dashboard-items {
568     margin: 3em auto;
569     display: table;
570     width: 100%;
571     border-collapse: collapse;
572}
573.db-item {
574     display: table-cell;
575     padding: 1em 3em;
576     vertical-align: top;
577     border: 1px solid #ddd;
578     border-collapse: collapse;
579}
580.db-item h3 {
581     font-weight: normal;
582}
583#dashboard-items img {
584     vertical-align: middle;
585}
586#dashboard-items ul {
587     display: block;
588     padding-left: 1.5em;
589     list-style: square;
590}
591#dashboard-items li {
592     margin: 0.25em 0 0 0;
593     color: #666;
594}
595#news dt {
596     font-weight: bold;
597     margin: 0 0 0.4em 0;
598}
599#news dd {
600     margin: 0 0 1em 0;
601}
602#news dd p {
603     margin: 0.2em 0 0 0;
604}
605
606#upg-notify {
607}
608#upg-notify ul {
609     padding-left: 1.5em;
610}
611#upg-notify li {
612     color: #fff;
613}
614/* ------------------------------------------------------------------ post */
615#entry-wrapper {
616     float: left;
617     width: 100%;
618     margin-right: -18em;
619}
620#entry-content {
621     margin-right: 19em;
622     margin-left: 0;
623}
624.multi-part {
625     padding-left: 1em;
626}
627#entry-content label {
628     text-transform: uppercase;
629     font-weight: bold;
630     margin-top: 2em;
631}
632#entry-sidebar {
633     width: 17em;
634     float: right;
635}
636#entry-sidebar select {
637     width: 100%;
638}
639#entry-sidebar input#post_position {
640     width: 4em;
641}
642.box {
643     border-bottom: 1px solid #ddd;
644     margin-bottom: 1em;
645}
646#comments {
647     clear: both;
648}
649#trackback-form textarea {
650     width: 98%;
651}
652/* ------------------------------------------------------------------ categories */
653#categories {
654     margin: 1em 0;
655}
656#categories ul {
657     list-style: none;
658     margin: 0;
659     padding: 0;
660}
661#categories li {
662     margin: .5em 0;
663     padding: .5em 1.2em;
664     border: 1px solid #ccc;
665     border-left: 8px solid #E5E3DA;
666     border-radius: 3px;
667}
668#categories input[type="checkbox"] {
669     margin-right: .8em;
670}
671#categories h4 {
672     margin: 0;
673}
674#categories label a {
675     font-weight: bold;
676}
677#categories h4 span {
678     font-weight: normal;
679}
680#categories li p {
681     margin: 0;
682     display: inline-block;
683}
684.cat-url {
685     padding-left: 1em;
686}
687.cat-actions {
688     line-height: 2;
689}
690select#del_cat {
691     width: 100%;
692}
693#new_cat {
694     font-weight: bold;
695     margin-top: 2em;
696}
697#categories .placeholder {
698        outline: 1px dashed #4183C4;
699        min-height: 2.5em;
700}
701#categories input.cat-rank {
702  float: right;
703  margin-left: 30px;
704}
705#save-set-order.disabled {
706        text-shadow: none;
707        color: #666;
708        background: #F5F5F5;
709        border: 1px solid #CCCCCC;
710}
711#save-set-order.disabled:hover {
712        color: #666;
713        background: #DFDFDF;
714        border: 1px solid #CCCCCC;
715}
716/* ------------------------------------------------------------------ media */
717#media-icon {
718     float: left;
719}
720#media-details {
721}
722.near-icon {
723     margin-left: 70px;
724     margin-bottom: 3em;
725}
726#media-details ul {
727     display: block;
728     margin-left: 0;
729     padding: 0;
730}
731#media-details li {
732     list-style: square inside;
733     margin: 0;
734     padding: 0;
735}
736#media-original-image {
737     overflow: auto;
738}
739#media-original-image.overheight {
740     height: 500px;
741}
742#add-file-f {
743     position: relative;
744}
745#add-file-f .more-file {
746     position:absolute;
747     right: 0.5em;
748     background: #999;
749     color: #fff;
750     border: none;
751}
752.media-list {
753     position: static;
754}
755/*.media-col-0 {
756     clear: left;
757}
758.media-item {
759     position: relative;
760     border-top: 1px solid #ccc;
761     margin-bottom: 1em;
762     padding: 5px 0;
763}
764div.media-list .media-item {
765     width: 49%;
766     float: left;
767     margin-right: 1%;
768}
769a.media-icon {
770     display: block;
771     border-bottom: none;
772     float: left;
773}
774.media-icon img {
775     display: block;
776}
777.media-item ul {
778     display: block;
779     list-style: none;
780     margin: 0 0 0 60px;
781     padding: 0;
782}*/
783li.media-action {
784     display: block;
785     position: absolute;
786     top: 5px;
787     right: 5px;
788     height: 16px;
789}
790li.media-action a {
791     border: none;
792}
793li.media-action form {
794     display: inline;
795}
796li.media-action input {
797     border: none;
798}
799.media-item, .media-action-box {
800     position: relative;
801     border: 1px solid #ccc;
802     margin: 1em;
803     padding: 1em;
804     width: 300px;
805     display: inline-block;
806     vertical-align: top;
807     min-height: 120px
808}
809a.media-icon {
810     display: block;
811     border-bottom: none;
812     margin: 0 auto; 
813}
814.media-icon img {
815     display: block;
816}
817.media-item ul {
818     display: block;
819     list-style: none;
820     margin: 0;
821     padding: 0;
822}
823/* ------------------------------------------------------------------ preferences */
824#my-favs {
825     border: 1px solid #A8DC26;
826     padding: 1em 2em
827}
828#my-favs ul {
829     list-style-type: none;
830     margin-left: 0;
831     padding-left: 0;
832     line-height: 1.2;
833}
834#my-favs li {
835     display: block;
836     float: left;
837     width: 164px;
838     margin-top: 1em;
839     margin-bottom: 1.5em;
840}
841#my-favs label {height: 2.5em;width:140px;margin-top:.3em;}
842#my-favs label input {display:inline;}
843#my-favs img {
844     display: block;
845}
846#my-favs input.position {
847     margin: 0 0 .4em .2em;
848}
849#available-favs input, #available-favs label, #available-favs label span {
850     white-space: normal;
851     display: inline;
852}
853#default-favs h3 {
854     margin-top: 2em;
855     margin-bottom: 1em;
856}
857.fav-list {
858     list-style-type: none;
859     margin-left: 0;
860     padding-left: 0;
861}
862.fav-list li {
863     line-height: 2;
864     margin-left: 0;
865     padding-left: 0;
866     position: relative;
867}
868.fav-list img {
869     vertical-align: middle;
870     margin-right: .2em;
871}
872#available-favs label span.zoom {
873     display: none;
874}
875#available-favs li:hover label span.zoom {
876     display: block;
877     position: absolute;
878     bottom: 0;
879     left: 10em;
880     background-color: #f5f5f5;
881     border: 1px solid #ddd;
882     padding: .2em;
883     border-radius: .5em;
884}
885#user-options label.ib {
886     display: inline-block;
887     width: 14em;
888     padding-right: 1em;
889}
890.blog-perm {
891     margin-top: 2em;
892     font-weight: bold;
893}
894.ul-perm {
895     list-style-type: square;
896     margin-left: 0;
897     padding-left: 3.5em;
898     margin-bottom: 0
899}
900.add-perm {
901     padding-top: .5em;
902     padding-left: 2.5em;
903     margin-left: 0;
904}
905/* in blog_pref */
906.user-perm {
907     margin: 2em 0px;
908     background: transparent url(user.png) no-repeat left top;
909     width: 320px;
910     display: inline-block;
911     vertical-align: top;
912}
913.user-perm h4, .user-perm h5, .user-perm p, .user-perm ul, .user-perm li {
914     margin: .5em 0 .33em;
915     padding: 0;
916}
917.user-perm h4 {
918     padding-left: 28px;
919}
920.user-perm ul {
921     list-style-type: inside;
922}
923.user-perm li {
924     margin-left: 1em;
925     padding-left: 0;
926}
927.user-perm h5 {
928     margin:   1em 0 0 0;
929}
930li.user_super, li.user_admin {
931     margin-left: 0;
932     padding-left: 1em;
933     list-style: none;
934     background: transparent url(../images/superadmin.png) no-repeat -2px 2px;
935}
936li.user_admin {
937     background-image: url(../images/admin.png);
938}
939
940/* -------------------------------------------------------------------- Themes */
941#themes {
942     margin: 0;
943     width: 100%;
944     padding: 0;
945}
946#themes h3 {
947}
948#themes div.theme-details {
949     border-top: 1px solid #ccc;
950     padding: 12px;
951     display: inline-block;
952     vertical-align: top;
953     width: 284px;
954}
955.current-theme {
956     background: #eef;
957}
958#themes div.theme-details:hover {
959     background: #f0f0f0;
960}
961#themes div.theme-details div.theme-shot {
962}
963#themes div.theme-details div.theme-shot img {
964     display: block;
965     border: 1px solid #ccc;
966     margin-bottom: 1.5em;
967}
968#themes div.theme-details div.theme-info {
969}
970#themes div.theme-details div.theme-info span.theme-desc {
971     display: block;
972}
973#themes div.theme-details div.theme-info span.theme-version {
974     color: #666;
975}
976#themes div.theme-details div.theme-actions {
977}
978#themes-actions {
979     border-bottom: 1px solid #999;
980     margin-bottom: 3em;
981}
982.theme-css {
983     display: block;
984}
985/* Themes list, JS version */
986#themes-wrapper {
987     display: table;
988}
989#themes-wrapper #themes {
990     display: table-cell;
991     vertical-align: top;
992     padding-left: 1em;
993}
994#theme-box {
995     display: table-cell;
996     vertical-align: top;
997     padding: 0;
998     width: 312px;
999     border: 1px solid #ccc;
1000     border-radius: 3px;
1001}
1002#theme-box .theme-shot,
1003#theme-box .theme-info,
1004#theme-box .theme-actions {
1005     background: #eef;
1006     padding: 1em 16px;
1007     margin: 0;
1008}
1009#theme-box .theme-shot img {
1010     display: block;
1011     width: 280px;
1012     height: 245px;
1013     border: 1px solid #ccc;
1014}
1015#theme-box h4 {
1016     color: #000;
1017     background: #eef;
1018}
1019#theme-box span.theme-version {
1020     color: #666;
1021}
1022#theme-box span.theme-parent-ok {
1023     color: #666;
1024}
1025#theme-box span.theme-parent-missing {
1026     color: #c00;
1027     font-weight:bold;
1028}
1029#theme-box .theme-actions {
1030     border-bottom: 1px solid #ccc;
1031}
1032#themes .theme-details-js {
1033     float: left;
1034     width: 120px;
1035     height: 150px;
1036     margin: 0 12px 24px;
1037     padding: 12px 12px 0;
1038     text-align: center;
1039     background: #f3f3f3;
1040     border: 1px solid #ddd;
1041     cursor: pointer;
1042     border-radius: 4px;
1043}
1044#themes .theme-details-js label {
1045     cursor: pointer;
1046}
1047#themes .theme-details-js.theme-selected {
1048     background: #ddd;
1049     border: 1px solid #999;
1050}
1051#themes .theme-details-js .theme-shot img {
1052     width: 120px;
1053     height: 105px;
1054     border: 1px solid #fff;
1055}
1056#themes a:focus div, #themes a:hover div,
1057#themes a:focus div.current-theme, #themes a:hover div.current-theme {
1058     background: #bee74b;
1059}
1060/* ----------------------------------------------------------  Plugins list */
1061#plugins td.action {
1062     vertical-align: middle;
1063}
1064select.l10n option {
1065     padding-left: 16px;
1066}
1067option.avail10n {
1068     background: transparent url(../images/check-on.png) no-repeat 0 50%;
1069}
1070/* ------------------------------------------------------------------ contextual help */
1071#help {
1072     margin-top: 4em;
1073     background: #f5f5f5;
1074     z-index: 100;
1075     clear: both;
1076     padding: 0 1em;
1077}
1078#help-button {
1079     background: transparent url(../images/page_help.png) no-repeat 6px center;
1080     position: absolute;
1081     top: 36px; /* ie < 9 sucks */
1082     top: 3.6rem;
1083     right: 0px;
1084     padding: 0 1.5em 0 30px;
1085     cursor: pointer;
1086     color: #2373A8;
1087     line-height: 42px; /* ie < 9 sucks */
1088     line-height: 4.2rem;
1089}
1090#help-button span {
1091     padding: .5em 0 .1em 0;
1092     border-bottom: 1px solid #2373A8;
1093}
1094.help-box {
1095     display: none;
1096}
1097.help-box ul {
1098     padding-left: 20px;
1099     margin-left: 0;
1100}
1101#content.with-help #help-button {
1102     right: 282px; /* ie < 9 sucks */
1103     right: 28.2rem;
1104     background-color: #f5f5f5;
1105     position: fixed;
1106     border-top: 2px solid #FFD478;
1107     border-left: 2px solid #FFD478;
1108     border-bottom: 2px solid #FFD478;
1109     border-bottom-left-radius: 1em;
1110     border-top-left-radius: 1em;
1111}
1112#content.with-help #help {
1113     display: block;
1114     position: absolute;
1115     top: 36px; /* ie < 9 sucks */
1116     top: 3.6rem;
1117     right: 0;
1118     width: 280px; /* ie < 9 sucks */
1119     width: 28rem;
1120     border-left: 2px solid #FFD478;
1121     border-top: 2px solid #FFD478;
1122     margin-top: 0;
1123     padding: .5em 0 0 0;
1124     overflow: auto;
1125}
1126#content.with-help .help-content {
1127     padding: 0 .5em 1em;
1128}
1129.help-content dt {
1130     font-weight: bold;
1131     color: #626262;
1132     margin: 0;
1133}
1134.help-content dd {
1135     margin: 0.3em 0 1.5em 0;
1136}
1137/* ------------------------------------------------------------------ popups */
1138body.popup #wrapper, body.popup #top {
1139     width: 100%;
1140     padding: 0;
1141}
1142body.popup #wrapper {
1143     float: none;
1144     margin:0;
1145     display: block;
1146}
1147body.popup h1, body.popup #top {
1148     margin: 0;
1149     border-bottom: 1px solid;
1150     font-weight: normal;
1151     color: #fff;
1152     background: #575859;
1153     font-size: 1.5em;
1154     text-indent: .5em;
1155     line-height: 1.3em;
1156}
1157body.popup #main {
1158     margin-bottom: 1em 0;
1159}
1160body.popup #content {
1161     margin: 0;
1162     padding: .5em 0;
1163}
1164body.popup #content h2 {
1165     margin: 0 0 1em;
1166}
1167body.popup #footer p {
1168     border: none;
1169}
1170/* ------------------------------------------------------------------ messages */
1171.error, .message, .static-msg, .static-msg, .success {
1172     padding: 1em 0.5em 0.5em 48px;
1173     margin-bottom: 1em;
1174     border-radius: 8px;
1175}
1176p.error, p.message, p.static-msg, p.success {
1177     padding-top: 1em;
1178     padding-bottom: 1em;
1179}
1180.error {
1181     background: #FFBABA url(msg-error.png) no-repeat .7em .7em;
1182     color: #000;
1183}
1184.message, .static-msg {
1185     background: #666 url(msg-std.png) no-repeat .7em .7em;
1186     color: #fff;
1187}
1188.success {
1189     background: #bee74b url(msg-success.png) no-repeat .7em .7em;
1190     color: #000;
1191}
1192.message a, .static-msg a {
1193     color: #fff;
1194}
1195.success a {
1196     color: #666;
1197}
1198.dc-update {
1199     padding: 1em 48px 0.5em 48px;
1200     margin-bottom: 1em;
1201     border-radius: 8px;
1202     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em;
1203}
1204.dc-update a {
1205     color: #000;
1206     border-color: #000;
1207     margin-right: 1em;
1208}
1209a.info {
1210     margin-left: 2em;
1211     font-weight: bold;
1212}
1213/* ------------------------------------------------------------------ navigation */
1214.anchor-nav {
1215     background: #575859;
1216     color: #fff;
1217     padding: 4px 1em;
1218     float: right;
1219}
1220.nav_prevnext {
1221     margin-bottom: 2em;
1222     color: #fff;
1223}
1224.nav_prevnext a, a.back {
1225     border: 1px solid #ddd;
1226     padding: 2px 1.5em;
1227     border-radius: .75em;
1228     background-color: #f0f0f0;
1229}
1230a.back:before {
1231     content: "\ab\a0";
1232}
1233a.onblog_link {
1234     color: #333;
1235     float: right;
1236     border: 1px solid #eee;
1237     padding: 2px 1.5em;
1238     border-radius: .75em;
1239     background-color: #ffe;
1240}
1241/* ------------------------------------------------------------------ debug */
1242#debug {
1243     position: absolute;
1244     top: 0;
1245     width: 100%;
1246     height: 4px;
1247     background: #d99;
1248}
1249#debug div {
1250     display: none;
1251     padding: 3px 0.5em 2px;
1252}
1253#debug p {
1254     margin: 0.5em 0;
1255}
1256#debug:hover {
1257     height: auto;
1258}
1259#debug:hover div {
1260     display: block;
1261}
1262/* -------------------------------------------------------------------- CLASSES COMMUNES */
1263.no-margin, #entry-content label.no-margin {
1264     margin: 0;
1265}
1266.vertical-separator {
1267     margin-top: 2em;
1268}
1269p.clear.vertical-separator {
1270     padding-top: 2em;
1271}
1272.border-top {
1273     border-top: 1px solid #999;
1274     padding-top: 1em;
1275     margin-top:    1em;
1276}
1277.fieldset {
1278     background: #fff;
1279     border: 1px solid #aaa;
1280     border-radius: 6px;
1281     padding: 1em .7em .5em;
1282     margin-bottom: 1em;
1283}
1284.fieldset h3 {
1285     color: #333;
1286}
1287.table {
1288     display: table;
1289}
1290.cell {
1291     display: table-cell;
1292}
1293/* paragraphe pour bouton Nouveau bidule */
1294p.top-add {
1295     text-align: right;
1296     margin: 0;
1297     }
1298p.top-add a {
1299     padding: .3em 1em .3em .5em;
1300     font-weight: bold;
1301}
1302p.top-add a img {
1303     padding-right: .3em;
1304     vertical-align: middle;
1305}
1306
1307.clear {
1308     clear: both;
1309}
1310.lclear {
1311     clear: left;
1312}
1313div.clearer {
1314     height: 1px;
1315     font-size: 1px;
1316}
1317.right {
1318     text-align: right;
1319}
1320.txt-center {
1321     text-align: center;
1322}
1323.frame-shrink {
1324     border: 1px solid #666;
1325     padding: 0.5em;
1326     margin-bottom: 1em;
1327     height: 120px;
1328     overflow: auto;
1329}
1330.grid {
1331     background: transparent repeat url('grid.png') 0 0;
1332}
1333.line p {
1334     margin: 0;
1335}
1336.offline {
1337     color: #666;
1338}
1339ul.nice {
1340     margin: 1em 0;
1341     padding: 0 0 0 2em;
1342     list-style: square;
1343}
1344ul.nice li {
1345     margin:0;
1346     padding: 0;
1347}
1348.zip-dl {
1349     background: transparent url(package.png) no-repeat 0 50%;
1350     padding: 5px 0 5px 20px;
1351}
1352.distrib img {
1353     display: block;
1354     float: right;
1355     margin-top: -1em;
1356}
1357
1358/* TABLES
1359-------------------------------------------------------- */
1360table {
1361     font-size: 12px; /* ie < 9 sucks */
1362     font-size: 1.2rem;
1363     border-collapse: collapse;
1364     margin: 0 0 1em 0;
1365}
1366table.posts-list {
1367     min-width: 50%;
1368}
1369tr.line:hover {
1370     background: #f3f3f3;
1371}
1372caption {
1373     color: #333;
1374     font-weight: bold;
1375     text-align: left;
1376     margin-bottom: .5em;
1377}
1378
1379td {
1380     border-width: 0 0 1px 0;
1381     border-style: solid;
1382     border-color: #e3e3e3;
1383     padding: .3em 1em .3em .5em;
1384     vertical-align: top;
1385}
1386th {
1387     border-width: 1px 0 1px 0;
1388     border-style: solid;
1389     border-color: #ccc;
1390     background: #f3f3ff;
1391     padding: .3em 1em .3em .5em;
1392     vertical-align: top;
1393     text-align: left;
1394}
1395th.first img {
1396     padding-right: 24px;
1397}
1398.noborder td, td.noborder, .noborder th, th.noborder {
1399     border-width: 0 0 1px 0;
1400     border-color: #ddd;
1401     line-height: 2em;
1402     padding-bottom: 0;
1403}
1404.noborder p {
1405     margin-bottom: 0;
1406}
1407table .maximal, table.maximal {
1408     width: 100%;
1409}
1410table .minimal {
1411     width: 1px;
1412}
1413table .nowrap {
1414     white-space: nowrap;
1415     vertical-align: top;
1416}
1417table .count {
1418     text-align: right;
1419     padding-right: 1.5em;
1420}
1421table.settings, table.prefs {
1422     width: 80%;
1423     border: 1px solid #999;
1424     margin-bottom: 3em;
1425}
1426table.settings th, table.prefs th {
1427     background: #f3f3ff;
1428}
1429table.settings th:first-child, table.prefs th:first-child {
1430     width: 20%;
1431}
1432table.settings th + th, table.prefs th + th {
1433     width: 30%;
1434}
1435table.settings th + th + th, table.prefs th + th + th {
1436     width: 10%;
1437}
1438table.settings th:last-child, table.prefs th:last-child {
1439     width: 40%;
1440}
1441td.status {
1442     vertical-align: middle;
1443}
1444td.status img {
1445     margin-bottom: -2px;
1446}
1447td.status a {
1448     border: none;
1449}
1450tr.line img.expand, th img.expand {
1451     margin-right: 6px;
1452     margin-bottom: -2px;
1453}
1454tr.line input {
1455     vertical-align: middle;
1456}
1457tr.expand td {
1458     border-bottom: none;
1459}
1460td.expand {
1461     padding: 1em;
1462}
1463
1464.dragable {
1465     border-collapse: separate;
1466}
1467.dragable tbody td {
1468
1469}
1470.handle {
1471     padding: 0;
1472}
1473.handler {
1474     cursor: move;
1475     background: transparent url(drag.png) no-repeat 0 50%;
1476     padding-left: 15px;
1477}
1478/* ----------------------------------------------------------------- FORMS */
1479form {
1480     display: block;
1481     margin: 0;
1482     padding: 0;
1483}
1484fieldset {
1485     display: block;
1486     margin: 0 0 1em 0;
1487     padding: 1em 0.5em;
1488     border-width: 1px 0;
1489     border-style: solid;
1490     border-color: #ccc;
1491     background: #f5f5f5;
1492}
1493legend {
1494     font-weight: bold;
1495     padding: 0.2em 0.6em;
1496     border-width: 1px;
1497     border-style: solid;
1498     border-color: #333;
1499     background: #fff;
1500     margin-bottom: 0.5em;
1501     border-radius: 3px;
1502}
1503optgroup {
1504     font-weight: bold;
1505     font-style: normal;
1506}
1507option {
1508     font-weight: normal;
1509}
1510input, textarea, select {
1511     background: #f9f9f9;
1512     color: #000;
1513     border-width: 2px;
1514     border-style: solid;
1515     border-color: #ccc #ddd #ddd #ccc; 
1516}
1517select {
1518     border-right: 2px solid #fff;
1519}
1520input.invalid, textarea.invalid, select.invalid {
1521     border: 1px solid red;
1522     background: #fff;
1523     color: red;
1524     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3)
1525}
1526input, textarea, select, option {
1527     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
1528}
1529input[type=text], input[type=password], textarea {
1530     padding: 2px 0;
1531     margin-right: .3em;
1532}
1533textarea {
1534     padding: 2px 0;
1535}
1536input[type=checkbox], input[type=radio], input[type=file] {
1537     border: none;
1538     margin: 0;
1539     padding: 0;
1540     background: transparent;
1541}
1542input[type=file] {
1543     margin-top: .3em;
1544     margin-bottom: .3em;
1545}
1546label {
1547     display: block;
1548}
1549label input, label select, label span {
1550     display: block;
1551}
1552p.form-note {
1553     font-style:italic;
1554     margin-top: -.7em;
1555     color: #666;
1556}
1557span.form-note {
1558     font-style:italic;
1559     font-weight: normal;
1560     text-transform: none;
1561     color: #666;
1562}
1563p.form-note.warn, p.form-note.info, p.warning {
1564     font-style: normal;
1565     padding: .2em .66em .2em;
1566     text-indent: 24px;
1567     color: #333;
1568     display: inline-block;
1569     line-height: 1.5em;
1570}
1571p.form-note.warn, p.warning {
1572     background: #ffd url(msg-warning.png) no-repeat .3em .3em;
1573     border: 1px solid #f0c020;
1574}
1575p.form-note.info {
1576     background: #f5eaff url(msg-info.png) no-repeat .3em .3em;
1577     border: 1px solid #c484ff;
1578}
1579.form-note a {border-bottom: 1px solid #ddbaff;}
1580
1581label.ib {
1582     display: inline-block;
1583}
1584label.classic {
1585     display: inline;
1586}
1587label.classic input, label span input, label.classic select, label span select {
1588     display: inline;
1589}
1590
1591label.area, p.area {
1592     width: inherit !important;
1593}
1594.area textarea {
1595     display: block;
1596     width: 100%;
1597     resize: vertical;
1598}
1599label.required {
1600     font-weight: bold;
1601}
1602label.required abbr {
1603     color: #dd0000;
1604     font-size: 1.3em;
1605}
1606label.inline {
1607     display: inline;
1608}
1609p.field {
1610     position: relative;
1611
1612}
1613p.field label {
1614     display: block;
1615     width: 14em;
1616}
1617p.field input, p.field select {
1618     display: inline;
1619     position: absolute;
1620     left: 14.5em;
1621     top: 0;
1622}
1623label .maximal, textarea.maximal, input.maximal {
1624     width: 100%;
1625}
1626textarea.maximal {
1627     resize: vertical;
1628}
1629
1630a.form-control {
1631     display: none;
1632     background: url(../images/expand.png) no-repeat 4px center;
1633     padding-left: 20px;
1634     color: #000;
1635}
1636.constrained {
1637     margin: 0;
1638     padding: 0;
1639     border: none;
1640     background: transparent;
1641}
1642input:focus, textarea:focus, select:focus {
1643     -webkit-box-sizing: border-box;
1644     -moz-box-sizing: border-box;
1645     box-sizing: border-box;
1646     border: 2px solid #bee74b;
1647}
1648/* --------------------------------------------------------------- buttons */
1649/* commun */
1650input[type=submit],
1651input[type=reset],
1652input[type=button],
1653a.button,
1654a.submit {
1655     display: inline-block;
1656     cursor: pointer;
1657     text-align: center;
1658     text-decoration: none;
1659     padding: .1em .5em;
1660     border-radius: .2em;
1661     margin-bottom: .1em;
1662     font-size: 12px; /* ie < 9 sucks */
1663     font-size: 1.2rem;
1664 }
1665h4 a.button {font-weight: normal;}
1666
1667/* validation */
1668input[type=submit],
1669input[type=button],
1670a.submit {
1671     color: #fff;
1672     text-shadow: 0 -1px 1px #1A87B9;
1673     background:#25A6E1;
1674     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
1675     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
1676     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
1677     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
1678     border:1px solid #2C8FD1;
1679
1680}
1681input[type=submit]:hover,
1682input[type=button]:hover,
1683a.submit:hover,
1684input[type=submit]:focus,
1685input[type=button]:focus,
1686a.submit:focus {
1687     background:#188BC0;
1688     background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
1689     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1));
1690     background:linear-gradient(top,#188BC0 0%,#25A6E1 100%);
1691     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0);
1692}
1693/* suppression et reset */
1694a.button,
1695input[type=submit].reset,
1696input[type=submit].delete {
1697     border: 1px solid #ccc;
1698     background: #f5f5f5;
1699     color: #000;
1700     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));
1701     background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf);
1702     text-shadow:1px 1px 0px #fff;
1703     }
1704a.button:hover,
1705input[type=reset]:hover,
1706input[type=submit].reset:hover,
1707input[type=submit].delete:hover,
1708a.button:focus,
1709input[type=reset]:focus,
1710input[type=submit].reset:focus,
1711input[type=submit].delete:focus {
1712     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
1713     background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
1714     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
1715     background-color:#e9e9e9;
1716     }
1717a.delete,
1718input.delete,
1719input[type=submit].delete {
1720     color: #c00;
1721     padding-bottom: 2px;
1722}
1723#entry-content .delete {
1724     margin-left: 1em;
1725}
1726a.delete:hover,
1727input.delete:hover,
1728input[type=submit].delete:hover,
1729a.delete:focus,
1730input.delete:focus,
1731input[type=submit].delete:focus {
1732     border-color: #c00;
1733}
1734/* finasseries */
1735input[type=button] {
1736     padding: .1em;
1737}
1738#info-box a.button {
1739     padding: 0 .5em;
1740     margin-left: 2em;
1741}
1742.button.add {
1743     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) );
1744     background:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% );
1745     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C');
1746     background-color:#bee74b;
1747     border:1px solid #B2D742;
1748     padding:.5em 1.5em;
1749     color: #000;
1750     text-shadow:1px 1px 0px #98cf40;
1751     font-weight: normal;
1752     font-size: 14px; /* ie < 9 sucks */
1753     font-size: 1.4rem;
1754}
1755.button.add:hover, .button.add:active, .button.add:focus {
1756     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) );
1757     background:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% );
1758     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b');
1759     background-color:#9BCA1C;
1760}
1761.button-add:focus {
1762     outline: dotted 1px;
1763}
1764
1765/* jQuery Autocomplete plugin */
1766.ac_results {
1767     padding: 0px;
1768     border: 1px dotted #f90;
1769     background-color: white;
1770     overflow: hidden;
1771     z-index: 99999;
1772}
1773.ac_results ul {
1774     width: 100%;
1775     list-style-position: outside;
1776     list-style: none;
1777     padding: 0;
1778     margin: 0;
1779}
1780.ac_results li {
1781     margin: 0px;
1782     padding: 2px 5px;
1783     cursor: default;
1784     display: block;
1785     font: menu;
1786     font-size: 1em;
1787     line-height: 16px;
1788     overflow: hidden;
1789}
1790.ac_loading {
1791     background: transparent url('loader.gif') right center no-repeat;
1792}
1793.ac_over {
1794     background-color: #06c;
1795     color: white;
1796}
1797
1798/* ------------------------------------------------------- Filters */
1799#filters-form {
1800     border: 1px dashed #999;
1801     border-radius: .5em;
1802     margin-bottom: 2em;
1803     padding: .5em 1em 0;
1804}
1805#filters-form .table {
1806     display: table;
1807     width: 100%;
1808     padding: 0;
1809     margin-bottom: 1em;
1810     margin-top: .5em;
1811}
1812#filters-form .cell {
1813     padding: 0 2em 0 0;
1814     display: table-cell;
1815     vertical-align: top;
1816}
1817#filters-form .filters-sibling-cell {
1818     padding-top: 3.8em;
1819}
1820#filters-form .filters-options {
1821     padding-left: 2em;
1822     border-left: 1px solid #ccc;
1823}
1824#filters-form label.ib, span.ib {
1825     width:7em;
1826     display: inline-block;
1827}
1828#filters-form label.ibw, span.ibw {
1829     width: 9em;
1830     display: inline-block;
1831}
1832#filters-form select {
1833     width: 14em;
1834}
1835#filters-form h4 {
1836     margin-top: 0;
1837     margin-bottom: 2em;
1838}
1839
1840/* ---------------------------------------------------- Pagination */
1841.pagination {
1842     height: 22px;
1843     margin-top: 1em;
1844     line-height: 22px;
1845     padding: 0 .75em;
1846     border: 1px solid #ddd;
1847     overflow: hidden;
1848     background: #e1e1e1;
1849     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);
1850     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));
1851     -moz-border-radius: 4px;
1852     -webkit-border-radius: 4px;
1853     border-radius: 4px;
1854     clear: left;
1855}
1856.pagination a, .pagination strong {
1857     height: 20px;
1858     border: none;
1859     padding: 2px 6px;
1860     background-color : transparent;
1861     background-position : 50% 50%;
1862     background-repeat: no-repeat;
1863}
1864.pagination a:hover, .pagination strong {
1865     border-color : #ccc;
1866     background-color: #fff;
1867}
1868
1869/* --------------------------------------------------------------- password indcator */
1870.pw-table {
1871     display: table;
1872     margin-bottom: 1em;
1873}
1874.pw-cell {
1875     display: table-cell;
1876     margin-bottom: 1em;
1877}
1878#pwindicator {
1879     display: table-cell;
1880     vertical-align: bottom;
1881     padding-left: 1.5em;
1882     height: 3.8em;
1883}
1884#pwindicator .bar {
1885     height: 6px;
1886     margin-bottom: 4px;
1887}
1888.pw-very-weak .bar {
1889     background: #900;
1890     width: 30px;
1891}
1892.pw-weak .bar {
1893     background: #c00;
1894     width: 60px;
1895}
1896.pw-mediocre .bar {
1897     background: #f60;
1898     width: 90px;
1899}
1900.pw-strong .bar {
1901     background: #060;
1902     width: 120px;
1903}
1904.pw-very-strong .bar {
1905     background: #0c0;
1906     width: 150px;
1907}
1908/* ------------------------------------------------------------- cachotteries */
1909/* caché pour tout le monde */
1910.hide {
1911     display: none;
1912}
1913/* Caché sauf pour les revues d'écran */
1914.hidden {
1915    position: absolute !important;
1916    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
1917    clip: rect(1px, 1px, 1px, 1px);
1918    padding: 0 !important;
1919    border: 0 !important;
1920    height: 1px !important;
1921    width: 1px !important;
1922    overflow: hidden;
1923    }
1924/* caché si js est inactif */
1925.no-js .hidden-if-no-js {
1926        display: none;
1927}
1928/* montré si js est inactif */
1929.no-js .hidden-if-js {
1930     display: block;
1931}
1932/* caché si js est actif */
1933.hidden-if-js {
1934        display: none;
1935}
1936
1937/* ---------------------------------------------------------------------------
1938     Media queries vite fait en attendant la reprise complète du layout
1939---------------------------------------------------------------------------- */
1940@media screen and (max-width: 920px) {
1941     #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;
1942}
1943     #top h1 a:link {
1944          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;
1945          border-right: 1px solid #ccc;
1946     }
1947     #top h1 a:hover, #top h1 a:focus {
1948          background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px;
1949          border-right: 1px solid #A2CBE9;
1950     }
1951}
1952@media screen and (max-width: 800px) {
1953     #top, #info-boxes, #info-box1, #info-box2 {
1954          display:inline-block;
1955          vertical-align:middle;
1956          margin:0;
1957          padding:0;
1958          line-height: 32px; /* ie < 9 sucks */
1959          line-height: 3.2rem;
1960     }
1961     #info-box1 {margin-left: .75em;}
1962     #info-box1 select {width: 140px; width: 14rem;}
1963     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child {
1964     display:block;
1965     width: 98%;
1966     margin:0 auto;
1967     padding:0;
1968     float:none;
1969     text-align: left;
1970     clear: both;
1971     }
1972     #content {
1973          width: 100%;
1974          padding-top: .5em;
1975     }
1976}
1977@media screen and (max-width: 720px) {
1978     .smallscreen {display: none;}
1979     #help-button {width:20px; overflow: hidden;}
1980     #info-box2 {float:none;}
1981     #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;}
1982     #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size:10px; font-size: 1rem;line-height: 68px}
1983}
1984@media screen and (max-width: 492px) {
1985     #header {height: 36px; height: 3.6rem;}
1986     #wrapper {font-size: 16px; font-size: 1.6rem;}
1987     .page-title, #info-boxes, .media-item {display: inline-block;}
1988     div.media-list .media-item {width: 90%; float: none}
1989     #info-box1 select {width: 120px; width: 12rem; margin-right: .6rem;}
1990     #info-box1 p.nomobile, label.nomobile {display: none;}
1991}
Note: See TracBrowser for help on using the repository browser.

Sites map