Dotclear

source: admin/style/default.css @ 1601:d1997c04c30b

Revision 1601:d1997c04c30b, 35.9 KB checked in by Anne Kozlika <kozlika@…>, 11 years ago (diff)

Cassededi to NIkrou : oops message.

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

Sites map