Dotclear

source: admin/style/default.css @ 1558:4bed0fdef93a

Revision 1558:4bed0fdef93a, 34.4 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Too much green -> blue login button.
Some typos.

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

Sites map