Dotclear

source: admin/style/default.css @ 1609:51d77265fb5a

Revision 1609:51d77265fb5a, 36.3 KB checked in by Anne Kozlika <kozlika@…>, 11 years ago (diff)

User page, My preferences page : reorder elements, change wording, delete fieldsets, add some styles. (My preference needs to be enhanced, work in progress.)

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

Sites map