Dotclear

source: admin/style/default.css @ 1576:5638c7934641

Revision 1576:5638c7934641, 35.6 KB checked in by Nicolas <nikrou77@…>, 12 years ago (diff)

Issue #1541: hide or display adapted message when js is enabled or not
Add js class to html, removed by jQuery on pageLoad event.
Add some css classes :

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

Sites map