Dotclear

source: admin/style/default.css @ 1514:fe93bb38a591

Revision 1514:fe93bb38a591, 33.7 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Filters box. Add h4 and replace "Apply filters" by "Apply filters and display options".

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

Sites map