Dotclear

source: admin/style/default.css @ 1492:a7112dcc916c

Revision 1492:a7112dcc916c, 33.2 KB checked in by Dsls, 11 years ago (diff)

Fusion avec default

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: 1rem 0; 
817     width: 312px;
818     background: #eef;
819     border: 1px solid #ccc;
820     border-radius: 3px;
821}
822#theme-box div.theme-shot img {
823     display: block;
824     margin: 0 16px;
825     width: 280px;
826     height: 245px;
827     border: 1px solid #ccc;
828}
829#theme-box div.theme-info {
830     margin: 1em 16px;
831}
832#theme-box h4 {
833     color: #000;
834}
835#theme-box span.theme-version {
836     color: #666;
837}
838#theme-box span.theme-parent-ok {
839     color: #666;
840}
841#theme-box span.theme-parent-missing {
842     color: #c00;
843     font-weight:bold;
844}
845#theme-box div.theme-actions {
846     padding: 0 16px;
847}
848#themes div.theme-details-js {
849     float: left;
850     width: 120px;
851     height: 150px;
852     margin: 0 12px 24px;
853     padding: 12px 12px 0;
854     text-align: center;
855     background: #f3f3f3;
856     border: 1px solid #ddd;
857     cursor: pointer;
858     border-radius: 4px;
859}
860#themes div.theme-details-js label {
861     cursor: pointer;
862}
863#themes div.theme-details-js.theme-selected {
864     background: #ddd;
865     border: 1px solid #999;
866}
867#themes div.theme-details-js div.theme-shot img {
868     width: 120px;
869     height: 105px;
870     border: 1px solid #fff;
871}
872/* ----------------------------------------------------------  Plugins list */
873#plugins td.action {
874     vertical-align: middle;
875}
876
877select.l10n option {
878     padding-left: 16px;
879}
880option.avail10n {
881     background: transparent url(../images/check-on.png) no-repeat 0 50%;
882}
883/* ------------------------------------------------------------------ contextual help */
884#help {
885     margin-top: 4em;
886     background: #f5f5f5;
887     z-index: 100;
888}
889#help-button {
890     background: transparent url(../images/page_help.png) no-repeat 6px center;
891     position: absolute;
892     top: 3.6rem;
893     right: 0px;
894     padding: 0 2rem 0 3rem;
895     cursor: pointer;
896     color: #2373A8;
897     line-height: 4.2rem;
898}
899#help-button span {
900     padding: .6rem 0 .1rem 0;
901     border-bottom: 1px solid #2373A8;
902}
903.help-box {
904     display: none;
905}
906.help-box ul {
907     padding-left: 20px;
908     margin-left: 0;
909}
910#content.with-help #help-button {
911     right: 28.2rem;
912     background-color: #f5f5f5;
913     position: fixed;
914     border-top: 2px solid #FFD478;
915     border-left: 2px solid #FFD478;
916     border-bottom: 2px solid #FFD478;
917     border-bottom-left-radius: 1rem;
918     border-top-left-radius: 1rem;
919}
920#content.with-help #help {
921     display: block;
922     position: absolute;
923     top: 3.6rem;
924     right: 0;
925     width: 28rem;
926     border-left: 2px solid #FFD478;
927     border-top: 2px solid #FFD478;
928     margin-top: 0;
929     padding: 10px 0 0 0;
930     overflow: auto;
931}
932#content.with-help .help-content {
933     padding: 0 5px 1em 5px;
934}
935.help-content dt {
936     font-weight: bold;
937     color: #626262;
938     margin: 0;
939}
940.help-content dd {
941     margin: 0.3em 0 1.5em 0;
942}
943/* ------------------------------------------------------------------ popups */
944body.popup #wrapper, body.popup #top {
945     width: 100%;
946     padding: 0;
947}
948body.popup #wrapper {
949     float: none;
950     margin:0;
951     display: block;
952}
953body.popup h1, body.popup #top {
954     margin: 0;
955     border-bottom: 1px solid;
956     font-weight: normal;
957     color: #fff;
958     background: #575859;
959     font-size: 1.5em;
960     text-indent: .6rem;
961     line-height: 1.3em;
962}
963body.popup #main {
964     margin-bottom: 1em 0;
965}
966body.popup #content {
967     margin: 0;
968     padding: .6rem 0 !important;
969}
970body.popup #content h2 {
971     margin: 0 0 1em;
972}
973body.popup #footer p {
974     border: none;
975}
976/* ------------------------------------------------------------------ messages */
977div.error, p.error, 
978div.message, p.message, 
979div.static-msg, p.static-msg {
980     padding: 0.5em 0.5em 0.5em 48px;
981     margin-bottom: 1em;
982     border-radius: 8px;
983}
984p.error, p.message, p.static-msg {
985     padding-top: 1rem;
986     padding-bottom: 1rem;
987}
988div.error, p.error {
989     background: #ffdec8 url(msg-error.png) no-repeat .7em .7em;
990     color: #000;
991}
992div.message, p.message, 
993div.static-msg, p.static-msg {
994     background: #666 url(msg-std.png) no-repeat .7em .7em;
995     color: #fff;
996}
997div.message a, p.message a, 
998div.static-msg a, p.static-msg a {
999     color: #fff;
1000}
1001/* ------------------------------------------------------------------ navigation */
1002.anchor-nav {
1003     background: #575859;
1004     color: #fff;
1005     padding: .4rem 1.2rem;
1006     float: right;
1007}
1008.nav_prevnext {
1009     margin-bottom: 2em;
1010     color: #fff;
1011}
1012.nav_prevnext a, a.back {
1013     border: 1px solid #ddd;
1014     padding: .2rem 2rem;
1015     border-radius: 1rem;
1016     background-color: #f0f0f0;
1017}
1018a.back:before {
1019     content: "\ab\a0";
1020}
1021a.onblog_link {
1022     color: #333;
1023     float: right;
1024     border: 1px solid #eee;
1025     padding: .2rem 2rem;
1026     border-radius: 1rem;
1027     background-color: #ffe;
1028}
1029/* ------------------------------------------------------------------ debug */
1030#debug {
1031     position: absolute;
1032     top: 0;
1033     width: 100%;
1034     height: 4px;
1035     background: #d99;
1036}
1037#debug div {
1038     display: none;
1039     padding: 3px 0.5em 2px;
1040}
1041#debug p {
1042     margin: 0.5em 0;
1043}
1044#debug:hover {
1045     height: auto;
1046}
1047#debug:hover div {
1048     display: block;
1049}
1050/* -------------------------------------------------------------------- CLASSES COMMUNES */
1051
1052.no-margin, #entry-content label.no-margin {
1053     margin: 0;
1054}
1055.border-top {
1056     border-top: 1px solid #999;
1057     padding-top: 1em;
1058     margin-top:    1em;
1059}
1060.fieldset {
1061     background: #fff;
1062     border: 1px solid #aaa;
1063     border-radius: 6px; 
1064     padding: 1em .7em .5em;
1065     margin-bottom: 1em;
1066}
1067.fieldset h3 {
1068     color: #333;
1069}
1070
1071/* paragraphe pour bouton Nouveau bidule */
1072p.top-add {
1073     text-align: right;
1074     margin: 0;
1075     }
1076p.top-add a {
1077     padding: .3em 1em .3em .5em;
1078     font-weight: bold;
1079}
1080p.top-add a img {
1081     padding-right: .3em;
1082     vertical-align: middle;
1083}
1084/* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */
1085.hidden {
1086    position: absolute !important;
1087    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
1088    clip: rect(1px, 1px, 1px, 1px);
1089    padding: 0 !important;
1090    border: 0 !important;
1091    height: 1px !important;
1092    width: 1px !important;
1093    overflow: hidden;
1094    }
1095.clear {
1096     clear: both;
1097}
1098.lclear {
1099     clear: left;
1100}
1101div.clearer {
1102     height: 1px;
1103     font-size: 1px;
1104}
1105.hide {
1106     display: none;
1107}
1108.right {
1109     text-align: right;
1110}
1111.frame-shrink {
1112     border: 1px solid #666;
1113     padding: 0.5em;
1114     margin-bottom: 1em;
1115     height: 120px;
1116     overflow: auto;
1117}
1118.grid {
1119     background: transparent repeat url('grid.png') 0 0;
1120}
1121.line p {
1122     margin: 0;
1123}
1124.offline {
1125     color: #666;
1126}
1127ul.nice {
1128     margin: 1em 0;
1129     padding: 0 0 0 2em;
1130     list-style: square;
1131}
1132ul.nice li {
1133     margin:0;
1134     padding: 0;
1135}
1136.zip-dl {
1137     background: transparent url(package.png) no-repeat 0 50%;
1138     padding: 5px 0 5px 20px;
1139}
1140/* pas trouvé dans le code */
1141.comment {
1142     border-top: 2px solid #ccc;
1143     margin-bottom: 1em;
1144     padding: 2em 0 1em 0;
1145     position: relative;
1146}
1147.comment form p {
1148     margin: 0;
1149     position: absolute;
1150     top: 2px;
1151     right: 0;
1152}
1153.distrib img {
1154     display: block;
1155     float: right;
1156     margin-top: -1em;
1157}
1158/* TABLES
1159-------------------------------------------------------- */
1160table {
1161     font-size: 1.2rem;
1162     border-collapse: collapse;
1163     margin: 0 0 1em 0;
1164}
1165tr.line:hover {
1166     background: #f3f3f3;
1167}
1168caption {
1169     color: #333;
1170     font-weight: bold;
1171     text-align: left;
1172     margin-bottom: .5em;
1173}
1174
1175td {
1176     border-width: 0 0 1px 0;
1177     border-style: solid;
1178     border-color: #e3e3e3;
1179     padding: .4rem .5rem;
1180     vertical-align: top;
1181}
1182th {
1183     border-width: 1px 0 1px 0;
1184     border-style: solid;
1185     border-color: #ccc;
1186     background: #f3f3ff;
1187     padding: .4rem .5rem;
1188     vertical-align: top;
1189     text-align: left;
1190}
1191.noborder td, td.noborder, .noborder th, th.noborder {
1192     border-width: 0 0 1px 0;
1193     border-color: #ddd;
1194     line-height: 2.4rem;
1195     padding-bottom: 0;
1196}
1197.noborder p {
1198     margin-bottom: 0;
1199}
1200table .maximal, table.maximal {
1201     width: 100%;
1202}
1203table .minimal {
1204     width: 1px;
1205}
1206table .nowrap {
1207     white-space: nowrap;
1208     vertical-align: top;
1209}
1210table.settings, table.prefs {
1211     width: 80%;
1212     border: 1px solid #999;
1213     margin-bottom: 3em; 
1214}
1215table.settings th, table.prefs th {
1216     background: #f3f3ff;
1217}
1218table.settings th:first-child, table.prefs th:first-child {
1219     width: 20%;
1220}
1221table.settings th + th, table.prefs th + th {
1222     width: 30%;
1223}
1224table.settings th + th + th, table.prefs th + th + th {
1225     width: 10%;
1226}
1227table.settings th:last-child, table.prefs th:last-child {
1228     width: 40%;
1229}
1230td.status {
1231     vertical-align: middle;
1232}
1233td.status img {
1234     margin-bottom: -2px;
1235}
1236td.status a {
1237     border: none;
1238}
1239
1240tr.line img.expand {
1241     margin-right: 10px;
1242     margin-bottom: -2px;
1243}
1244tr.line input {
1245     vertical-align: middle;
1246}
1247tr.expand td {
1248     border-bottom: none;
1249}
1250td.expand {
1251     padding: 1em;
1252}
1253
1254.dragable {
1255     border-collapse: separate;
1256}
1257.dragable tbody td {
1258
1259}
1260.handle {
1261     padding: 0;
1262}
1263.handler {
1264     cursor: move;
1265     background: transparent url(drag.png) no-repeat 0 50%;
1266     padding-left: 15px;
1267}
1268/* ----------------------------------------------------------------- FORMS */
1269form {
1270     display: block;
1271     margin: 0;
1272     padding: 0;
1273}
1274fieldset {
1275     display: block;
1276     margin: 0 0 1em 0;
1277     padding: 1em 0.5em;
1278     border-width: 1px 0;
1279     border-style: solid;
1280     border-color: #ccc;
1281     background: #f5f5f5;
1282}
1283legend {
1284     font-weight: bold;
1285     padding: 0.2em 0.6em;
1286     border-width: 1px;
1287     border-style: solid;
1288     border-color: #333;
1289     background: #fff;
1290     margin-bottom: 0.5em;
1291     border-radius: 3px;
1292}
1293optgroup {
1294     font-weight: bold;
1295     font-style: normal;
1296}
1297option {
1298     font-weight: normal;
1299}
1300input, textarea, select {
1301     background: #f9f9f9;
1302     color: #000;
1303     border-width: 1px;
1304     border-style: solid;
1305     border-color: #666 #ccc #ccc #999;
1306}
1307input.invalid, textarea.invalid, select.invalid {
1308     border: 1px solid red;
1309     background: #fff; 
1310     color: red;
1311     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3)
1312}
1313input, textarea, select, option {
1314     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
1315}
1316input[type=text], input[type=password], textarea {
1317     padding: 2px 0;
1318     margin-right: .3em;
1319}
1320textarea {
1321     padding: 2px 0;
1322}
1323input[type=checkbox], input[type=radio], input[type=file] {
1324     border: none;
1325     margin: 0;
1326     padding: 0;
1327     background: transparent;
1328}
1329label {
1330     display: block;
1331}
1332label input, label select, label span {
1333     display: block;
1334}
1335p.form-note {
1336     font-style:italic;
1337     margin-top: -.7em;
1338     color: #666;
1339}
1340span.form-note {
1341     font-style:italic;
1342     font-weight: normal;
1343     text-transform: none;
1344     color: #666;
1345}
1346p.form-note.warn, p.form-note.info, p.warning {
1347     font-style: normal;
1348     padding: .2em 1em .1em 24px;
1349}
1350p.form-note.warn, p.warning {
1351     background: #ffd url(warning.png) no-repeat .3em .3em;
1352     border: 1px solid #f0c020;
1353}
1354p.form-note.info {
1355     background: #f5eaff url(info.png) no-repeat .3em .3em;
1356     border: 1px solid #ddbaff;
1357}
1358.form-note a {border-bottom: 1px solid #ddbaff;}
1359
1360label.ib {
1361     display: inline-block;
1362}
1363label.classic {
1364     display: inline;
1365}
1366label.classic input, label span input, label.classic select, label span select {
1367     display: inline;
1368}
1369
1370label.area, p.area {
1371     width: inherit !important;
1372}
1373.area textarea {
1374     display: block;
1375     width: 100%;
1376     resize: vertical;
1377}
1378label.required {
1379     font-weight: bold;
1380}
1381label.required abbr {
1382     color: #dd0000;
1383     font-size: 1.3em;
1384}
1385label.inline {
1386     display: inline;
1387}
1388p.field {
1389     position: relative;
1390     
1391}
1392p.field label {
1393     display: block;
1394     width: 14em;
1395}
1396p.field input, p.field select {
1397     display: inline;
1398     position: absolute;
1399     left: 14.5em;
1400     top: 0;
1401}
1402label .maximal, textarea.maximal, input.maximal {
1403     width: 100%;
1404}
1405textarea.maximal {
1406     resize: vertical;
1407}
1408
1409a.form-control {
1410     display: none;
1411     background: url(../images/expand.png) no-repeat .4rem center;
1412     padding-left: 20px;
1413     color: #000;
1414}
1415.constrained {
1416     margin: 0;
1417     padding: 0;
1418     border: none;
1419     background: transparent;
1420}
1421
1422/* --------------------------------------------------------------- buttons */
1423/* commun */
1424input[type=submit],
1425input[type=reset],
1426input[type=button],
1427a.button,
1428a.submit {
1429     display: inline-block;
1430     cursor: pointer;
1431     text-align: center;
1432     text-decoration: none;
1433     padding: .1em .5em;
1434     border-radius: .2em;
1435     margin-bottom: .1em;
1436     font-size: 1.2rem;
1437 }
1438h4 a.button {font-weight: normal;}
1439
1440/* validation */
1441input[type=submit],
1442input[type=button],
1443a.submit {
1444     color: #fff;
1445     text-shadow: 0 -1px 1px #1A87B9;
1446     background:#25A6E1;
1447     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
1448     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
1449     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
1450     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
1451     border:1px solid #2C8FD1;
1452
1453}
1454input[type=submit]:hover,
1455input[type=button]:hover,
1456a.submit:hover,
1457input[type=submit]:focus,
1458input[type=button]:focus,
1459a.submit:focus {
1460     background:#188BC0;
1461     background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
1462     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1));
1463     background:linear-gradient(top,#188BC0 0%,#25A6E1 100%);
1464     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0);
1465}
1466/* suppression et reset */
1467a.button,
1468input[type=submit].reset,
1469input[type=submit].delete {
1470     border: 1px solid #ccc;
1471     background: #f5f5f5;
1472     color: #000;
1473     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));
1474     background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf);
1475     text-shadow:1px 1px 0px #fff;
1476     }
1477a.button:hover,
1478input[type=reset]:hover,
1479input[type=submit].reset:hover,
1480input[type=submit].delete:hover,
1481a.button:focus,
1482input[type=reset]:focus,
1483input[type=submit].reset:focus,
1484input[type=submit].delete:focus {
1485     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
1486     background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
1487     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
1488     background-color:#e9e9e9;
1489     }
1490a.delete,
1491input.delete,
1492input[type=submit].delete {
1493     color: #c00;
1494     padding-bottom: .2rem;
1495}
1496#entry-content .delete {
1497     margin-left: 1em;
1498}
1499a.delete:hover,
1500input.delete:hover,
1501input[type=submit].delete:hover,
1502a.delete:focus,
1503input.delete:focus,
1504input[type=submit].delete:focus {
1505     border-color: #c00;
1506}
1507/* finasseries */
1508input[type=button] {
1509     padding: .1em;
1510}
1511#info-box a.button {
1512     padding: 0 .5em;
1513     margin-left: 2em;
1514}
1515.button.add {
1516     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
1517     background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
1518     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
1519     background-color:#9dce2c;
1520     border:1px solid #83c41a;
1521     padding:.6rem 1.8rem;
1522     color: #000;
1523     text-shadow: 1px 1px 0 #BBDB58;
1524     font-weight: normal;
1525     font-size: 1.4rem;
1526}
1527.button.add:hover, .button.add:active, .button.add:focus {
1528     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
1529     background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
1530     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
1531     background-color:#8cb82b;
1532     border:1px solid #83c41a;
1533}
1534.button-add:focus {
1535     outline: dotted 1px;
1536}
1537
1538/* jQuery Autocomplete plugin */
1539.ac_results {
1540     padding: 0px;
1541     border: 1px dotted #f90;
1542     background-color: white;
1543     overflow: hidden;
1544     z-index: 99999;
1545}
1546.ac_results ul {
1547     width: 100%;
1548     list-style-position: outside;
1549     list-style: none;
1550     padding: 0;
1551     margin: 0;
1552}
1553.ac_results li {
1554     margin: 0px;
1555     padding: 2px 5px;
1556     cursor: default;
1557     display: block;
1558     font: menu;
1559     font-size: 1em;
1560     line-height: 16px;
1561     overflow: hidden;
1562}
1563.ac_loading {
1564     background: transparent url('loader.gif') right center no-repeat;
1565}
1566.ac_over {
1567     background-color: #06c;
1568     color: white;
1569}
1570
1571/* ------------------------------------------------------- Filters */
1572#filters-form {
1573     border: 1px dashed #999;
1574     border-radius: .6rem;
1575     margin-bottom: 2em;
1576     padding: .5em 1em 0;
1577}
1578#filters-form .table {
1579     display: table;
1580     width: 100%;
1581     padding: 0;
1582     margin-bottom: 1em;
1583     margin-top: 1.5em;
1584}
1585#filters-form .cell {
1586     padding: 0 2em 0 0;
1587     display: table-cell;
1588     vertical-align: top;
1589}
1590#filters-form .filters-options {
1591     padding-left: 2em;
1592     border-left: 1px solid #ccc;
1593}
1594#filters-form label.ib, span.ib {
1595     width:7em;
1596     display: inline-block;
1597}
1598#filters-form label.ibw, span.ibw {
1599     width: 9em;
1600     display: inline-block;
1601}
1602#filters-form select {
1603     width: 14em;
1604}
1605
1606/* ---------------------------------------------------- Pagination */
1607.pagination {
1608     height: 22px;
1609     margin-top: 1em;
1610     line-height: 22px;
1611     padding: 0 1rem; 
1612     border: 1px solid #ddd;
1613     overflow: hidden; 
1614     background: #e1e1e1; 
1615     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1); 
1616     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1)); 
1617     -moz-border-radius: 4px; 
1618     -webkit-border-radius: 4px; 
1619     border-radius: 4px; 
1620     clear: left;
1621}
1622.pagination a, .pagination strong {
1623     height: 20px;
1624     border: none;
1625     padding: 2px 6px; 
1626     background-color : transparent;
1627     background-position : 50% 50%;
1628     background-repeat: no-repeat;
1629}
1630.pagination a:hover, .pagination strong {
1631     border-color : #ccc;
1632     background-color: #fff;
1633}
1634
1635/* --------------------------------------------------------------- password indcator */
1636.pw-table {
1637     display: table;
1638     margin-bottom: 1em;
1639}
1640.pw-cell {
1641     display: table-cell;
1642     margin-bottom: 1em;
1643}
1644#pwindicator {
1645     display: table-cell;
1646     vertical-align: bottom;
1647     padding-left: 1.5em;
1648     height: 3.8em;
1649}
1650#pwindicator .bar {
1651     height: 6px;
1652     margin-bottom: 4px;
1653}
1654.pw-very-weak .bar {
1655     background: #900;
1656     width: 30px;
1657}
1658.pw-weak .bar {
1659     background: #c00;
1660     width: 60px;
1661}
1662.pw-mediocre .bar {
1663     background: #f60;
1664     width: 90px;
1665}
1666.pw-strong .bar {
1667     background: #060;
1668     width: 120px;
1669}
1670.pw-very-strong .bar {
1671     background: #0c0;
1672     width: 150px;
1673}
1674
1675/* ---------------------------------------------------------------------------
1676     Media queries vite fait en attendant la reprise complète du layout
1677---------------------------------------------------------------------------- */
1678@media screen and (max-width: 920px) {
1679     #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;
1680}
1681     #top h1 a:link {
1682          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 
1683          border-right: 1px solid #ccc;
1684     }
1685     #top h1 a:hover, #top h1 a:focus {
1686          background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px;
1687          border-right: 1px solid #A2CBE9;
1688     }
1689}
1690@media screen and (max-width: 800px) {
1691     #top, #info-boxes, #info-box1, #info-box2 {
1692          display:inline-block;
1693          vertical-align:middle;
1694          margin:0;
1695          padding:0;
1696          line-height: 3.2rem;
1697     }
1698     #info-box1 {margin-left: 1rem;}
1699     #info-box1 select {width: 14rem;}
1700     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child {
1701     display:block;
1702     width: 98%;
1703     margin:0 auto;
1704     padding:0;
1705     float:none;
1706     text-align: left;
1707     clear: both;
1708     }
1709     #content {
1710          width: 100%;
1711          padding-top: .5em;
1712     }
1713}
1714@media screen and (max-width: 720px) {
1715     .smallscreen {display: none;}
1716     #help-button {width:20px; overflow: hidden;}
1717     #info-box2 {float:none;}
1718     #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;}
1719}
1720@media screen and (max-width: 492px) {
1721     #header {height:3.6rem;}
1722     #wrapper {font-size: 1.6rem;}
1723     .page-title, #info-boxes, .media-item {display: inline-block;}
1724     div.media-list .media-item {width: 90%; float: none}
1725     #info-box1 select {width: 12rem; margin-right: .6rem;}
1726     #info-box1 p.nomobile, label.nomobile {display: none;}
1727     #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size: 1rem;line-height: 68px}
1728}
Note: See TracBrowser for help on using the repository browser.

Sites map