Dotclear

source: admin/style/default.css @ 1574:6bbf5140c89a

Revision 1574:6bbf5140c89a, 35.5 KB checked in by Anne Kozlika <kozlika@…>, 11 years ago (diff)

CSS: add px to the rem values. Fixes #1563.

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

Sites map