Dotclear

source: admin/style/default.css @ 1571:b0ddb761f440

Revision 1571:b0ddb761f440, 35.1 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Categories: Add spader before URL in categories list. html/css for single category edit.

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

Sites map