Dotclear

source: admin/style/default.css @ 1608:13dcf46970b2

Revision 1608:13dcf46970b2, 36.1 KB checked in by Anne Kozlika <kozlika@…>, 11 years ago (diff)

Realign expand symbol for post-status in entry-sidebar.

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: 2px 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/* -------------------------------------------------------------------- Themes */
850#themes {
851     margin: 0;
852     width: 100%;
853     padding: 0;
854}
855#themes h3 {
856}
857#themes div.theme-details {
858     border-top: 1px solid #ccc;
859     padding: 12px;
860     display: inline-block;
861     vertical-align: top;
862     width: 284px;
863}
864.current-theme {
865     background: #eef;
866}
867#themes div.theme-details:hover {
868     background: #f0f0f0;
869}
870#themes div.theme-details div.theme-shot {
871}
872#themes div.theme-details div.theme-shot img {
873     display: block;
874     border: 1px solid #ccc;
875     margin-bottom: 1.5em;
876}
877#themes div.theme-details div.theme-info {
878}
879#themes div.theme-details div.theme-info span.theme-desc {
880     display: block;
881}
882#themes div.theme-details div.theme-info span.theme-version {
883     color: #666;
884}
885#themes div.theme-details div.theme-actions {
886}
887#themes-actions {
888     border-bottom: 1px solid #999;
889     margin-bottom: 3em;
890}
891.theme-css {
892     display: block;
893}
894/* Themes list, JS version */
895#themes-wrapper {
896     display: table;
897}
898#themes-wrapper #themes {
899     display: table-cell;
900     vertical-align: top;
901     padding-left: 1em;
902}
903#theme-box {
904     display: table-cell;
905     vertical-align: top;
906     padding: 0;
907     width: 312px;
908     border: 1px solid #ccc;
909     border-radius: 3px;
910}
911#theme-box .theme-shot,
912#theme-box .theme-info,
913#theme-box .theme-actions {
914     background: #eef;
915     padding: 1em 16px;
916     margin: 0;
917}
918#theme-box .theme-shot img {
919     display: block;
920     width: 280px;
921     height: 245px;
922     border: 1px solid #ccc;
923}
924#theme-box h4 {
925     color: #000;
926     background: #eef;
927}
928#theme-box span.theme-version {
929     color: #666;
930}
931#theme-box span.theme-parent-ok {
932     color: #666;
933}
934#theme-box span.theme-parent-missing {
935     color: #c00;
936     font-weight:bold;
937}
938#theme-box .theme-actions {
939     border-bottom: 1px solid #ccc;
940}
941#themes .theme-details-js {
942     float: left;
943     width: 120px;
944     height: 150px;
945     margin: 0 12px 24px;
946     padding: 12px 12px 0;
947     text-align: center;
948     background: #f3f3f3;
949     border: 1px solid #ddd;
950     cursor: pointer;
951     border-radius: 4px;
952}
953#themes .theme-details-js label {
954     cursor: pointer;
955}
956#themes .theme-details-js.theme-selected {
957     background: #ddd;
958     border: 1px solid #999;
959}
960#themes .theme-details-js .theme-shot img {
961     width: 120px;
962     height: 105px;
963     border: 1px solid #fff;
964}
965/* ----------------------------------------------------------  Plugins list */
966#plugins td.action {
967     vertical-align: middle;
968}
969select.l10n option {
970     padding-left: 16px;
971}
972option.avail10n {
973     background: transparent url(../images/check-on.png) no-repeat 0 50%;
974}
975/* ------------------------------------------------------------------ contextual help */
976#help {
977     margin-top: 4em;
978     background: #f5f5f5;
979     z-index: 100;
980     clear: both;
981     padding: 0 1em;
982}
983#help-button {
984     background: transparent url(../images/page_help.png) no-repeat 6px center;
985     position: absolute;
986     top: 36px; /* ie < 9 sucks */
987     top: 3.6rem;
988     right: 0px;
989     padding: 0 1.5em 0 30px;
990     cursor: pointer;
991     color: #2373A8;
992     line-height: 42px; /* ie < 9 sucks */
993     line-height: 4.2rem;
994}
995#help-button span {
996     padding: .5em 0 .1em 0;
997     border-bottom: 1px solid #2373A8;
998}
999.help-box {
1000     display: none;
1001}
1002.help-box ul {
1003     padding-left: 20px;
1004     margin-left: 0;
1005}
1006#content.with-help #help-button {
1007     right: 282px; /* ie < 9 sucks */
1008     right: 28.2rem;
1009     background-color: #f5f5f5;
1010     position: fixed;
1011     border-top: 2px solid #FFD478;
1012     border-left: 2px solid #FFD478;
1013     border-bottom: 2px solid #FFD478;
1014     border-bottom-left-radius: 1em;
1015     border-top-left-radius: 1em;
1016}
1017#content.with-help #help {
1018     display: block;
1019     position: absolute;
1020     top: 36px; /* ie < 9 sucks */
1021     top: 3.6rem;
1022     right: 0;
1023     width: 280px; /* ie < 9 sucks */
1024     width: 28rem;
1025     border-left: 2px solid #FFD478;
1026     border-top: 2px solid #FFD478;
1027     margin-top: 0;
1028     padding: .5em 0 0 0;
1029     overflow: auto;
1030}
1031#content.with-help .help-content {
1032     padding: 0 .5em 1em;
1033}
1034.help-content dt {
1035     font-weight: bold;
1036     color: #626262;
1037     margin: 0;
1038}
1039.help-content dd {
1040     margin: 0.3em 0 1.5em 0;
1041}
1042/* ------------------------------------------------------------------ popups */
1043body.popup #wrapper, body.popup #top {
1044     width: 100%;
1045     padding: 0;
1046}
1047body.popup #wrapper {
1048     float: none;
1049     margin:0;
1050     display: block;
1051}
1052body.popup h1, body.popup #top {
1053     margin: 0;
1054     border-bottom: 1px solid;
1055     font-weight: normal;
1056     color: #fff;
1057     background: #575859;
1058     font-size: 1.5em;
1059     text-indent: .5em;
1060     line-height: 1.3em;
1061}
1062body.popup #main {
1063     margin-bottom: 1em 0;
1064}
1065body.popup #content {
1066     margin: 0;
1067     padding: .5em 0;
1068}
1069body.popup #content h2 {
1070     margin: 0 0 1em;
1071}
1072body.popup #footer p {
1073     border: none;
1074}
1075/* ------------------------------------------------------------------ messages */
1076.error, .message, .static-msg, .static-msg, .success {
1077     padding: 1em 0.5em 0.5em 48px;
1078     margin-bottom: 1em;
1079     border-radius: 8px;
1080}
1081p.error, p.message, p.static-msg, p.success {
1082     padding-top: 1em;
1083     padding-bottom: 1em;
1084}
1085.error {
1086     background: #FFBABA url(msg-error.png) no-repeat .7em .7em;
1087     color: #000;
1088}
1089.message, .static-msg {
1090     background: #666 url(msg-std.png) no-repeat .7em .7em;
1091     color: #fff;
1092}
1093.success {
1094     background: #baff8e url(msg-success.png) no-repeat .7em .7em;
1095     color: #000;
1096}
1097.message a, .static-msg a {
1098     color: #fff;
1099}
1100.success a {
1101     color: #666;
1102}
1103/* ------------------------------------------------------------------ navigation */
1104.anchor-nav {
1105     background: #575859;
1106     color: #fff;
1107     padding: 4px 1em;
1108     float: right;
1109}
1110.nav_prevnext {
1111     margin-bottom: 2em;
1112     color: #fff;
1113}
1114.nav_prevnext a, a.back {
1115     border: 1px solid #ddd;
1116     padding: 2px 1.5em;
1117     border-radius: .75em;
1118     background-color: #f0f0f0;
1119}
1120a.back:before {
1121     content: "\ab\a0";
1122}
1123a.onblog_link {
1124     color: #333;
1125     float: right;
1126     border: 1px solid #eee;
1127     padding: 2px 1.5em;
1128     border-radius: .75em;
1129     background-color: #ffe;
1130}
1131/* ------------------------------------------------------------------ debug */
1132#debug {
1133     position: absolute;
1134     top: 0;
1135     width: 100%;
1136     height: 4px;
1137     background: #d99;
1138}
1139#debug div {
1140     display: none;
1141     padding: 3px 0.5em 2px;
1142}
1143#debug p {
1144     margin: 0.5em 0;
1145}
1146#debug:hover {
1147     height: auto;
1148}
1149#debug:hover div {
1150     display: block;
1151}
1152/* -------------------------------------------------------------------- CLASSES COMMUNES */
1153.no-margin, #entry-content label.no-margin {
1154     margin: 0;
1155}
1156.border-top {
1157     border-top: 1px solid #999;
1158     padding-top: 1em;
1159     margin-top:    1em;
1160}
1161.fieldset {
1162     background: #fff;
1163     border: 1px solid #aaa;
1164     border-radius: 6px;
1165     padding: 1em .7em .5em;
1166     margin-bottom: 1em;
1167}
1168.fieldset h3 {
1169     color: #333;
1170}
1171.table {
1172     display: table;
1173}
1174.cell {
1175     display: table-cell;
1176}
1177/* paragraphe pour bouton Nouveau bidule */
1178p.top-add {
1179     text-align: right;
1180     margin: 0;
1181     }
1182p.top-add a {
1183     padding: .3em 1em .3em .5em;
1184     font-weight: bold;
1185}
1186p.top-add a img {
1187     padding-right: .3em;
1188     vertical-align: middle;
1189}
1190
1191.clear {
1192     clear: both;
1193}
1194.lclear {
1195     clear: left;
1196}
1197div.clearer {
1198     height: 1px;
1199     font-size: 1px;
1200}
1201.right {
1202     text-align: right;
1203}
1204.txt-center {
1205     text-align: center;
1206}
1207.frame-shrink {
1208     border: 1px solid #666;
1209     padding: 0.5em;
1210     margin-bottom: 1em;
1211     height: 120px;
1212     overflow: auto;
1213}
1214.grid {
1215     background: transparent repeat url('grid.png') 0 0;
1216}
1217.line p {
1218     margin: 0;
1219}
1220.offline {
1221     color: #666;
1222}
1223ul.nice {
1224     margin: 1em 0;
1225     padding: 0 0 0 2em;
1226     list-style: square;
1227}
1228ul.nice li {
1229     margin:0;
1230     padding: 0;
1231}
1232.zip-dl {
1233     background: transparent url(package.png) no-repeat 0 50%;
1234     padding: 5px 0 5px 20px;
1235}
1236.distrib img {
1237     display: block;
1238     float: right;
1239     margin-top: -1em;
1240}
1241
1242/* TABLES
1243-------------------------------------------------------- */
1244table {
1245     font-size: 12px; /* ie < 9 sucks */
1246     font-size: 1.2rem;
1247     border-collapse: collapse;
1248     margin: 0 0 1em 0;
1249}
1250table.posts-list {
1251     min-width: 50%;
1252}
1253tr.line:hover {
1254     background: #f3f3f3;
1255}
1256caption {
1257     color: #333;
1258     font-weight: bold;
1259     text-align: left;
1260     margin-bottom: .5em;
1261}
1262
1263td {
1264     border-width: 0 0 1px 0;
1265     border-style: solid;
1266     border-color: #e3e3e3;
1267     padding: .3em .5em;
1268     vertical-align: top;
1269}
1270th {
1271     border-width: 1px 0 1px 0;
1272     border-style: solid;
1273     border-color: #ccc;
1274     background: #f3f3ff;
1275     padding: .3em .5em;
1276     vertical-align: top;
1277     text-align: left;
1278}
1279th.first img {
1280     padding-right: 24px;
1281}
1282.noborder td, td.noborder, .noborder th, th.noborder {
1283     border-width: 0 0 1px 0;
1284     border-color: #ddd;
1285     line-height: 2em;
1286     padding-bottom: 0;
1287}
1288.noborder p {
1289     margin-bottom: 0;
1290}
1291table .maximal, table.maximal {
1292     width: 100%;
1293}
1294table .minimal {
1295     width: 1px;
1296}
1297table .nowrap {
1298     white-space: nowrap;
1299     vertical-align: top;
1300}
1301table.settings, table.prefs {
1302     width: 80%;
1303     border: 1px solid #999;
1304     margin-bottom: 3em;
1305}
1306table.settings th, table.prefs th {
1307     background: #f3f3ff;
1308}
1309table.settings th:first-child, table.prefs th:first-child {
1310     width: 20%;
1311}
1312table.settings th + th, table.prefs th + th {
1313     width: 30%;
1314}
1315table.settings th + th + th, table.prefs th + th + th {
1316     width: 10%;
1317}
1318table.settings th:last-child, table.prefs th:last-child {
1319     width: 40%;
1320}
1321td.status {
1322     vertical-align: middle;
1323}
1324td.status img {
1325     margin-bottom: -2px;
1326}
1327td.status a {
1328     border: none;
1329}
1330tr.line img.expand, th img.expand {
1331     margin-right: 6px;
1332     margin-bottom: -2px;
1333}
1334tr.line input {
1335     vertical-align: middle;
1336}
1337tr.expand td {
1338     border-bottom: none;
1339}
1340td.expand {
1341     padding: 1em;
1342}
1343
1344.dragable {
1345     border-collapse: separate;
1346}
1347.dragable tbody td {
1348
1349}
1350.handle {
1351     padding: 0;
1352}
1353.handler {
1354     cursor: move;
1355     background: transparent url(drag.png) no-repeat 0 50%;
1356     padding-left: 15px;
1357}
1358/* ----------------------------------------------------------------- FORMS */
1359form {
1360     display: block;
1361     margin: 0;
1362     padding: 0;
1363}
1364fieldset {
1365     display: block;
1366     margin: 0 0 1em 0;
1367     padding: 1em 0.5em;
1368     border-width: 1px 0;
1369     border-style: solid;
1370     border-color: #ccc;
1371     background: #f5f5f5;
1372}
1373legend {
1374     font-weight: bold;
1375     padding: 0.2em 0.6em;
1376     border-width: 1px;
1377     border-style: solid;
1378     border-color: #333;
1379     background: #fff;
1380     margin-bottom: 0.5em;
1381     border-radius: 3px;
1382}
1383optgroup {
1384     font-weight: bold;
1385     font-style: normal;
1386}
1387option {
1388     font-weight: normal;
1389}
1390input, textarea, select {
1391     background: #f9f9f9;
1392     color: #000;
1393     border-width: 1px;
1394     border-style: solid;
1395     border-color: #666 #ccc #ccc #999;
1396}
1397input.invalid, textarea.invalid, select.invalid {
1398     border: 1px solid red;
1399     background: #fff;
1400     color: red;
1401     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3)
1402}
1403input, textarea, select, option {
1404     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
1405}
1406input[type=text], input[type=password], textarea {
1407     padding: 2px 0;
1408     margin-right: .3em;
1409}
1410textarea {
1411     padding: 2px 0;
1412}
1413input[type=checkbox], input[type=radio], input[type=file] {
1414     border: none;
1415     margin: 0;
1416     padding: 0;
1417     background: transparent;
1418}
1419input[type=file] {
1420     margin-top: .3em;
1421     margin-bottom: .3em;
1422}
1423label {
1424     display: block;
1425}
1426label input, label select, label span {
1427     display: block;
1428}
1429p.form-note {
1430     font-style:italic;
1431     margin-top: -.7em;
1432     color: #666;
1433}
1434span.form-note {
1435     font-style:italic;
1436     font-weight: normal;
1437     text-transform: none;
1438     color: #666;
1439}
1440p.form-note.warn, p.form-note.info, p.warning {
1441     font-style: normal;
1442     padding: .2em 1em .3em 32px;
1443     color: #333;
1444     display: inline-block;
1445}
1446p.form-note.warn, p.warning {
1447     background: #ffd url(msg-warning.png) no-repeat .3em .3em;
1448     border: 1px solid #f0c020;
1449}
1450p.form-note.info {
1451     background: #f5eaff url(msg-info.png) no-repeat .3em .3em;
1452     border: 1px solid #c484ff;
1453}
1454.form-note a {border-bottom: 1px solid #ddbaff;}
1455
1456label.ib {
1457     display: inline-block;
1458}
1459label.classic {
1460     display: inline;
1461}
1462label.classic input, label span input, label.classic select, label span select {
1463     display: inline;
1464}
1465
1466label.area, p.area {
1467     width: inherit !important;
1468}
1469.area textarea {
1470     display: block;
1471     width: 100%;
1472     resize: vertical;
1473}
1474label.required {
1475     font-weight: bold;
1476}
1477label.required abbr {
1478     color: #dd0000;
1479     font-size: 1.3em;
1480}
1481label.inline {
1482     display: inline;
1483}
1484p.field {
1485     position: relative;
1486
1487}
1488p.field label {
1489     display: block;
1490     width: 14em;
1491}
1492p.field input, p.field select {
1493     display: inline;
1494     position: absolute;
1495     left: 14.5em;
1496     top: 0;
1497}
1498label .maximal, textarea.maximal, input.maximal {
1499     width: 100%;
1500}
1501textarea.maximal {
1502     resize: vertical;
1503}
1504
1505a.form-control {
1506     display: none;
1507     background: url(../images/expand.png) no-repeat 4px center;
1508     padding-left: 20px;
1509     color: #000;
1510}
1511.constrained {
1512     margin: 0;
1513     padding: 0;
1514     border: none;
1515     background: transparent;
1516}
1517
1518/* --------------------------------------------------------------- buttons */
1519/* commun */
1520input[type=submit],
1521input[type=reset],
1522input[type=button],
1523a.button,
1524a.submit {
1525     display: inline-block;
1526     cursor: pointer;
1527     text-align: center;
1528     text-decoration: none;
1529     padding: .1em .5em;
1530     border-radius: .2em;
1531     margin-bottom: .1em;
1532     font-size: 12px; /* ie < 9 sucks */
1533     font-size: 1.2rem;
1534 }
1535h4 a.button {font-weight: normal;}
1536
1537/* validation */
1538input[type=submit],
1539input[type=button],
1540a.submit {
1541     color: #fff;
1542     text-shadow: 0 -1px 1px #1A87B9;
1543     background:#25A6E1;
1544     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
1545     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
1546     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
1547     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
1548     border:1px solid #2C8FD1;
1549
1550}
1551input[type=submit]:hover,
1552input[type=button]:hover,
1553a.submit:hover,
1554input[type=submit]:focus,
1555input[type=button]:focus,
1556a.submit:focus {
1557     background:#188BC0;
1558     background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
1559     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1));
1560     background:linear-gradient(top,#188BC0 0%,#25A6E1 100%);
1561     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0);
1562}
1563/* suppression et reset */
1564a.button,
1565input[type=submit].reset,
1566input[type=submit].delete {
1567     border: 1px solid #ccc;
1568     background: #f5f5f5;
1569     color: #000;
1570     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));
1571     background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf);
1572     text-shadow:1px 1px 0px #fff;
1573     }
1574a.button:hover,
1575input[type=reset]:hover,
1576input[type=submit].reset:hover,
1577input[type=submit].delete:hover,
1578a.button:focus,
1579input[type=reset]:focus,
1580input[type=submit].reset:focus,
1581input[type=submit].delete:focus {
1582     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
1583     background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
1584     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
1585     background-color:#e9e9e9;
1586     }
1587a.delete,
1588input.delete,
1589input[type=submit].delete {
1590     color: #c00;
1591     padding-bottom: 2px;
1592}
1593#entry-content .delete {
1594     margin-left: 1em;
1595}
1596a.delete:hover,
1597input.delete:hover,
1598input[type=submit].delete:hover,
1599a.delete:focus,
1600input.delete:focus,
1601input[type=submit].delete:focus {
1602     border-color: #c00;
1603}
1604/* finasseries */
1605input[type=button] {
1606     padding: .1em;
1607}
1608#info-box a.button {
1609     padding: 0 .5em;
1610     margin-left: 2em;
1611}
1612.button.add {
1613     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BBDB58), color-stop(1, #9AC123) );
1614     background:-moz-linear-gradient( center top, #BBDB58 5%, #9AC123 100% );
1615     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBDB58', endColorstr='#9AC123');
1616     background-color:#BBDB58;
1617     border:1px solid #B2D742;
1618     padding:.5em 1.5em;
1619     color: #000;
1620     text-shadow:1px 1px 0px #98cf40;
1621     font-weight: normal;
1622     font-size: 14px; /* ie < 9 sucks */
1623     font-size: 1.4rem;
1624}
1625.button.add:hover, .button.add:active, .button.add:focus {
1626     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9AC123), color-stop(1, #BBDB58) );
1627     background:-moz-linear-gradient( center top, #9AC123 5%, #BBDB58 100% );
1628     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9AC123', endColorstr='#BBDB58');
1629     background-color:#9AC123;
1630}
1631.button-add:focus {
1632     outline: dotted 1px;
1633}
1634
1635/* jQuery Autocomplete plugin */
1636.ac_results {
1637     padding: 0px;
1638     border: 1px dotted #f90;
1639     background-color: white;
1640     overflow: hidden;
1641     z-index: 99999;
1642}
1643.ac_results ul {
1644     width: 100%;
1645     list-style-position: outside;
1646     list-style: none;
1647     padding: 0;
1648     margin: 0;
1649}
1650.ac_results li {
1651     margin: 0px;
1652     padding: 2px 5px;
1653     cursor: default;
1654     display: block;
1655     font: menu;
1656     font-size: 1em;
1657     line-height: 16px;
1658     overflow: hidden;
1659}
1660.ac_loading {
1661     background: transparent url('loader.gif') right center no-repeat;
1662}
1663.ac_over {
1664     background-color: #06c;
1665     color: white;
1666}
1667
1668/* ------------------------------------------------------- Filters */
1669#filters-form {
1670     border: 1px dashed #999;
1671     border-radius: .5em;
1672     margin-bottom: 2em;
1673     padding: .5em 1em 0;
1674}
1675#filters-form .table {
1676     display: table;
1677     width: 100%;
1678     padding: 0;
1679     margin-bottom: 1em;
1680     margin-top: .5em;
1681}
1682#filters-form .cell {
1683     padding: 0 2em 0 0;
1684     display: table-cell;
1685     vertical-align: top;
1686}
1687#filters-form .filters-sibling-cell {
1688     padding-top: 3.8em;
1689}
1690#filters-form .filters-options {
1691     padding-left: 2em;
1692     border-left: 1px solid #ccc;
1693}
1694#filters-form label.ib, span.ib {
1695     width:7em;
1696     display: inline-block;
1697}
1698#filters-form label.ibw, span.ibw {
1699     width: 9em;
1700     display: inline-block;
1701}
1702#filters-form select {
1703     width: 14em;
1704}
1705#filters-form h4 {
1706     margin-top: 0;
1707     margin-bottom: 2em;
1708}
1709
1710/* ---------------------------------------------------- Pagination */
1711.pagination {
1712     height: 22px;
1713     margin-top: 1em;
1714     line-height: 22px;
1715     padding: 0 .75em;
1716     border: 1px solid #ddd;
1717     overflow: hidden;
1718     background: #e1e1e1;
1719     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);
1720     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));
1721     -moz-border-radius: 4px;
1722     -webkit-border-radius: 4px;
1723     border-radius: 4px;
1724     clear: left;
1725}
1726.pagination a, .pagination strong {
1727     height: 20px;
1728     border: none;
1729     padding: 2px 6px;
1730     background-color : transparent;
1731     background-position : 50% 50%;
1732     background-repeat: no-repeat;
1733}
1734.pagination a:hover, .pagination strong {
1735     border-color : #ccc;
1736     background-color: #fff;
1737}
1738
1739/* --------------------------------------------------------------- password indcator */
1740.pw-table {
1741     display: table;
1742     margin-bottom: 1em;
1743}
1744.pw-cell {
1745     display: table-cell;
1746     margin-bottom: 1em;
1747}
1748#pwindicator {
1749     display: table-cell;
1750     vertical-align: bottom;
1751     padding-left: 1.5em;
1752     height: 3.8em;
1753}
1754#pwindicator .bar {
1755     height: 6px;
1756     margin-bottom: 4px;
1757}
1758.pw-very-weak .bar {
1759     background: #900;
1760     width: 30px;
1761}
1762.pw-weak .bar {
1763     background: #c00;
1764     width: 60px;
1765}
1766.pw-mediocre .bar {
1767     background: #f60;
1768     width: 90px;
1769}
1770.pw-strong .bar {
1771     background: #060;
1772     width: 120px;
1773}
1774.pw-very-strong .bar {
1775     background: #0c0;
1776     width: 150px;
1777}
1778/* ------------------------------------------------------------- cachotteries */
1779/* caché pour tout le monde */
1780.hide {
1781     display: none;
1782}
1783/* Caché sauf pour les revues d'écran */
1784.hidden {
1785    position: absolute !important;
1786    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
1787    clip: rect(1px, 1px, 1px, 1px);
1788    padding: 0 !important;
1789    border: 0 !important;
1790    height: 1px !important;
1791    width: 1px !important;
1792    overflow: hidden;
1793    }
1794/* caché si js est inactif */
1795.no-js .hidden-if-no-js {
1796        display: none;
1797}
1798/* montré si js est inactif */
1799.no-js .hidden-if-js {
1800     display: block;
1801}
1802/* caché si js est actif */
1803.hidden-if-js {
1804        display: none;
1805}
1806
1807/* ---------------------------------------------------------------------------
1808     Media queries vite fait en attendant la reprise complète du layout
1809---------------------------------------------------------------------------- */
1810@media screen and (max-width: 920px) {
1811     #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;
1812}
1813     #top h1 a:link {
1814          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;
1815          border-right: 1px solid #ccc;
1816     }
1817     #top h1 a:hover, #top h1 a:focus {
1818          background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px;
1819          border-right: 1px solid #A2CBE9;
1820     }
1821}
1822@media screen and (max-width: 800px) {
1823     #top, #info-boxes, #info-box1, #info-box2 {
1824          display:inline-block;
1825          vertical-align:middle;
1826          margin:0;
1827          padding:0;
1828          line-height: 32px; /* ie < 9 sucks */
1829          line-height: 3.2rem;
1830     }
1831     #info-box1 {margin-left: .75em;}
1832     #info-box1 select {width: 140px; width: 14rem;}
1833     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child {
1834     display:block;
1835     width: 98%;
1836     margin:0 auto;
1837     padding:0;
1838     float:none;
1839     text-align: left;
1840     clear: both;
1841     }
1842     #content {
1843          width: 100%;
1844          padding-top: .5em;
1845     }
1846}
1847@media screen and (max-width: 720px) {
1848     .smallscreen {display: none;}
1849     #help-button {width:20px; overflow: hidden;}
1850     #info-box2 {float:none;}
1851     #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;}
1852     #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size:10px; font-size: 1rem;line-height: 68px}
1853}
1854@media screen and (max-width: 492px) {
1855     #header {height: 36px; height: 3.6rem;}
1856     #wrapper {font-size: 16px; font-size: 1.6rem;}
1857     .page-title, #info-boxes, .media-item {display: inline-block;}
1858     div.media-list .media-item {width: 90%; float: none}
1859     #info-box1 select {width: 120px; width: 12rem; margin-right: .6rem;}
1860     #info-box1 p.nomobile, label.nomobile {display: none;}
1861}
Note: See TracBrowser for help on using the repository browser.

Sites map