Dotclear

source: admin/style/default.css @ 65:cbfbb3362a60

Revision 65:cbfbb3362a60, 21.0 KB checked in by kozlika, 14 years ago (diff)

Poil de cul

Line 
1/*
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3#
4# This file is part of Dotclear 2.
5#
6# Copyright (c) 2003-2011 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*/
13body {
14     font: 76%/1.5em Helvetica,Arial,sans-serif;
15     color: #333;
16     background: #f5f5f5;
17     margin: 0;
18     padding: 0;
19}
20body.auth {
21     background: #fff;
22}
23
24a img,:link img,:visited img { border:none }
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}
34
35h1, h2, h3, h4, h5, h6, p {
36     margin-top: 0;
37     margin-bottom: 0.6em;
38}
39
40h2 {
41     color: #666;
42     font-size: 1.4em;
43     padding: 4px 0;
44}
45
46h3 {
47     color: #333;
48     font-size: 1.2em;
49}
50
51p, div.p {
52     margin: 0 0 1em 0;
53}
54
55hr {
56     height: 1px;
57     border-width: 1px 0 0 0;
58     border-color: #999;
59     border-style: solid;
60}
61
62pre, code {
63     font: 100% "Andale Mono","Courier New",monospace;
64}
65pre {
66     white-space: pre;
67     white-space: -moz-pre-wrap;
68     white-space: -hp-pre-wrap;
69     white-space: -o-pre-wrap;
70     white-space: -pre-wrap;
71     white-space: pre-wrap;
72     white-space: pre-line;
73     word-wrap: break-word;
74}
75abbr {
76     cursor: help;
77}
78
79
80/* LAYOUT
81-------------------------------------------------------- */
82
83#top {
84     margin: 0;
85     padding: 0;
86     background: #575859 url(dc_bg.png) repeat-x 0 3em;
87}
88#top h1 {
89     padding: 0;
90     margin: 0;
91     height: 3em;
92     text-indent: -1000px;
93     background: transparent url(dc_logo.png) no-repeat 0 50%;
94}
95#top h1 a {
96     position: absolute;
97     top: 3px;
98     left: 0;
99     width: 130px;
100     height: 60px;
101     border: none;
102     outline: none;
103     color: #fff;
104}
105
106#info-box {
107     background: #575859;
108     position: absolute;
109     left: 13em;
110     top: 3px;
111     margin: 0;
112     padding: 3px 3px 4px 0;
113     color: #fff;
114}
115#info-box2 {
116     background: #575859;
117     position: absolute;
118     right: 1em;
119     top: 3px;
120     margin: 0;
121     padding: 3px 3px 4px 0;
122     color: #fff;
123}
124#info-box div, #info-box2 div {
125     margin: 0; padding: 0;
126}
127#info-box div div, #info-box2 div div {
128     display: inline;
129}
130#info-box>form>div, #info-box2>form>div {
131     line-height: 1.5;
132}
133#info-box select {
134     width: 20em;
135}
136#info-box a img, #info-box2 a img {
137     vertical-align: middle; 
138     padding-left: .3em;
139     }
140#info-box a, #info-box2 a {
141     background: #575859;
142     font-weight: bold;
143     color: #fff;
144     border-bottom-color: #ccc;
145}
146#info-box a {margin-left: 2em;}
147
148#wrapper {
149     width: 100%;
150}
151#main {
152     width: 100%;
153     float: right;
154     margin-left: -13em;
155     margin-top: 0;
156}
157#content {
158     margin-left: 13em;
159     margin-bottom: 4em;
160     margin-top: .5em;
161     margin-right: 1.5em;
162     padding-top: 10px;
163     padding-left: 1em;
164     padding-right: 1em;
165     background: #fff;
166     -webkit-border-radius: .5em;
167     -moz-border-radius: .5em;
168     border-radius: .5em;
169     border: 1px solid #ddd;
170}
171     #content:after {clear:both; content:""; display:block; height:0; font-size:0;}
172#main-menu {
173     font-size: .95em;
174     width: 13em;
175     float: left;
176     margin-top: .8em;
177     margin-bottom: 10px;
178}
179
180#main-menu h3 {
181     margin: 0 0 0.5em 0;
182     padding: .5em 0 0 .5em;
183     text-transform: uppercase;
184     color: #666;
185}
186#main-menu ul {
187     margin: 0 0 1em 0;
188     padding: 0;
189     list-style: none;
190}
191#main-menu li {
192     display: block;
193     margin: 0.5em 0 0 0;
194     padding: .2em 0 0 32px;
195     background-repeat: no-repeat;
196     background-position: 12px .2em;
197}
198#main-menu a {
199     font-weight: bold;
200}
201#main-menu .active a {
202     border-bottom-style: solid;
203     border-bottom: none;
204}
205#main-menu li.active {
206     background-color: #fff;
207     border: 1px solid #ccc;
208     border-right: none;
209     border-left: none;
210     margin-right: -.76em;
211     padding: .4em 0 .1em 32px;
212     background-position: 12px .4em;
213}
214#main-menu #dashboard-menu li {
215     margin-left: 0;
216}
217
218/* favoris en haut */
219#fav-add { 
220     position: absolute;
221     top: 3.5em;
222     right: 2em;
223}
224
225#footer {
226     clear: both;
227     padding: .75em 2em;
228     margin: 6em 1em .5em 1em;
229     -webkit-border-radius: .3em;
230     -moz-border-radius: .3em;
231     border-radius: .3em;
232     background: #575859 url(dc_logo_small.png) no-repeat right bottom;
233     color: #fff;
234}
235#footer p {
236     margin: 0;
237     padding: 0 1em;
238     text-align: center;
239     font-size: 1.1em;
240}
241#footer a {
242     color: #f5f5f5;
243}
244#footer p span.credit {
245     font-size: .85em; 
246     font-weight: normal;
247}
248
249#debug {
250     position: absolute;
251     top: 0;
252     width: 100%;
253     height: 4px;
254     background: #d99;
255}
256#debug div {
257     display: none;
258     padding: 3px 0.5em 2px;
259}
260#debug p {
261     margin: 0.5em 0;
262}
263#debug:hover {
264     height: auto;
265}
266#debug:hover div {
267     display: block;
268}
269
270/* DASHBOARD */
271#dashboard-main {
272     float: left;
273     overflow: hidden;
274     padding: 1em 1%;
275     width: 66%;
276}
277#dashboard-main #icons {
278     overflow: hidden;
279     padding-bottom: 1em;
280     text-align: center;
281}
282#dashboard-main #icons p {
283     width: 240px;
284     text-align: center;
285     margin: 2em 0 0 0;
286     display:inline-block;
287}
288#dashboard-main #icons span {
289     display: block;
290}
291#dashboard-main #icons a {
292     border-bottom-width: 0;
293}
294#dashboard-main #icons span a {
295     border-bottom-width: 1px;
296}
297
298#dashboard-main #quick {
299     clear: left;
300     margin-top: 2em;
301}
302#dashboard-main #quick h3 {
303     margin-bottom: 0.2em;
304     font-size: 1.2em;
305}
306#dashboard-main #quick p.qinfo {
307     margin: -1em -1em 1em;
308     padding: 1em;
309     background: #ebeadd;
310}
311
312#dashboard-items {
313     float: left;
314     width: 29%;
315     overflow: hidden;
316     margin-left: 2%;
317     padding-bottom: 1em;
318     padding-top: 3em;
319}
320#dashboard-items p img {
321     vertical-align: middle;
322}
323#dashboard-items ul {
324     display: block;
325     padding-left: 1.5em;
326     list-style: square;
327}
328#dashboard-items li {
329     margin: 0.25em 0 0 0;
330     color: #666;
331}
332#dashboard-items #news dt {
333     font-weight: bold;
334     margin: 0 0 0.4em 0;
335}
336#dashboard-items #news dd {
337     margin: 0 0 1em 0;
338}
339#dashboard-items #news dd p {
340     margin: 0.2em 0 0 0;
341}
342#upg-notify {
343}
344#upg-notify ul {
345     padding-left: 15px;
346}
347#upg-notify li {
348     color: #fff;
349}
350
351/* POST */
352#entry-sidebar {
353     width: 200px;
354     float: right;
355}
356#entry-content {
357     margin-right: 220px;
358}
359#comments {
360     clear: both;
361}
362
363/* CATEGORIES */
364#categories {
365     margin: 1em 0 2em;
366}
367#categories ul {
368     list-style: none;
369     margin: 0 0 0 0;
370     padding: 0 0 0 0;
371}
372#categories ul li {
373     margin: .5em 0;
374     padding: .3em 1.5em;
375     border: 1px solid #ccc;
376     border-left: 1em solid #E5E3DA;
377     -moz-border-radius: .3em;
378     -webkit-border-radius: .3em;
379     border-radius: .3em;
380}
381#categories ul li h4 {
382     margin: 0;
383}
384#categories ul li h4 span {
385     font-weight: normal;
386}
387#categories ul li p {
388     margin: 0;
389}
390select#del_cat {
391     width: 100%;
392}
393
394/* MEDIA */
395#media-icon {
396     float: left;
397}
398#media-details {
399     margin-left: 70px;
400}
401#media-details ul {
402     display: block;
403     margin-left: 0;
404     padding: 0;
405}
406#media-details li {
407     list-style: square inside;
408     margin: 0;
409     padding: 0;
410}
411#media-original-image {
412     overflow: auto;
413}
414#media-original-image.overheight {
415     height: 500px;
416}
417
418#add-file-f {
419     position: relative;
420}
421#add-file-f .more-file {
422     position:absolute;
423     right: 0.5em;
424     background: #999;
425     color: #fff;
426     border: none;
427}
428
429/* favorites */
430#my-favs ul {
431     list-style-type: none;
432     margin-left: 0;
433     padding-left: 0;
434     line-height: 1.2;
435}
436#my-favs ul li {
437     display: block;
438     float: left;
439     width: 170px;
440     margin-bottom: 2.5em;
441}
442#my-favs label {height: 2.5em;width:140px;margin-top:.3em;}
443#my-favs label input {display:inline;}
444#my-favs img {
445     display: block;
446}
447#my-favs input.position {
448     margin: 0 0 .4em .2em;
449}
450#available-favs input, #available-favs label, #available-favs label span {
451     white-space: normal;
452     display: inline;
453}
454
455#default-favs h3 {
456     margin-top: 2em;
457     margin-bottom: 1em;
458}
459
460.fav-list {
461     list-style-type: none;
462     margin-left: 0;
463     padding-left: 0;
464}
465.fav-list li {
466     line-height: 2;
467     margin-left: 0;
468     padding-left: 0;
469     position: relative;
470}
471.fav-list li img {
472     vertical-align: middle;
473     margin-right: .2em;
474}
475#available-favs label span.zoom {
476     display: none;
477}
478#available-favs li:hover label span.zoom {
479     display: block;
480     position: absolute;
481     bottom: 0;
482     left: 10em;
483     background-color: #f5f5f5;
484     border: 1px solid #ddd;
485     padding: .2em;
486     -moz-border-radius: .5em;
487     -webkit-border-radius: .5em;
488     border-radius: .5em;
489}
490
491/* Help */
492#help {
493     margin-top: 2em;
494     background: #f5f5f5;
495     z-index: 100;
496}
497#help-button {
498     position: absolute;
499     top: 6.2em;
500     right: 0px;
501     cursor: pointer;
502     background: #fc3;
503     border: 1px solid #dde;
504     border-right: none;
505     font-size: 1.1em;
506     font-weight: bold;
507     text-transform: capitalize;
508     padding: .33em .75em .33em 1em;
509     -moz-border-radius: 1em 0 0 1em;
510     -webkit-border-top-left-radius: 1em;
511     -webkit-border-bottom-left-radius: 1em;
512     color: #444;
513}
514.help-box {
515     display: none;
516}
517.help-box ul {
518     padding-left: 20px;
519     margin-left: 0;
520}
521#content.with-help #help-button {
522     right: 282px;
523}
524#content.with-help #help {
525     display: block;
526     position: absolute;
527     top: 40px;
528     right: 0;
529     width: 280px;
530     border-left: 2px solid #fc3;
531     margin-top: 0;
532     padding: 10px 0 0 0;
533     overflow: auto;
534}
535#content.with-help .help-content {
536     padding: 0 5px 1em 5px;
537}
538
539/* POPUP */
540body.popup #wrapper {
541     background-position: -130px 0;
542}
543body.popup #top h1 {
544     background-position: -130px 0;
545}
546body.popup #main {
547     margin-left: -35px;
548}
549body.popup #content {
550     margin-left: 35px;
551}
552body.popup #footer {
553     background-position: -130px 0;
554}
555body.popup #footer p {
556     margin-left: 35px;
557     border: none;
558}
559
560/* CLASSES
561-------------------------------------------------------- */
562p.top-add {
563     text-align: right;
564     margin: 0;
565     }
566p.top-add a {
567     padding: .3em 1em .3em .5em;
568     font-weight: bold;
569}
570p.top-add a img {
571     padding-right: .3em;
572     vertical-align: middle;
573}
574
575/* -------------- aide ----------- */
576.help-content dt {
577     font-weight: bold;
578     color: #626262;
579     margin: 0;
580}
581.help-content dd {
582     margin: 0.3em 0 1.5em 0;
583}
584
585.clear {
586     clear: both;
587}
588.lclear {
589     clear: left;
590}
591div.clearer {
592     height: 1px;
593     font-size: 1px;
594}
595
596.hide {
597     display: none;
598}
599
600.right {
601     text-align: right;
602}
603
604.frame-shrink {
605     border: 1px solid #666;
606     padding: 0.5em;
607     margin-bottom: 1em;
608     height: 120px;
609     overflow: auto;
610}
611
612.grid {
613     background: transparent repeat url('grid.png') 0 0;
614}
615
616.line p {
617     margin: 0;
618}
619
620div.error, p.error, div.message, p.message, div.static-msg, p.static-msg {
621     padding: 0.5em 0.5em 0.5em 40px;
622     margin-bottom: 1em;
623     -moz-border-radius: 8px;
624     -webkit-border-radius: 8px;
625     border-radius: 8px;
626}
627p.error, p.message, p.static-msg {
628     padding-top: 1em;
629     padding-bottom: 1em;
630}
631div.error, p.error {
632     background: #e5bfbf url(msg-error.png) no-repeat 5px 5px;
633     color: #600;
634}
635div.message, p.message, div.static-msg, p.static-msg {
636     background: #666 url(msg-std.png) no-repeat 5px 5px;
637     color: #fff;
638}
639div.message a, p.message a, div.static-msg a, p.static-msg a {
640     color: #fff;
641}
642
643.offline {
644     color: #666;
645}
646
647ul.nice {
648     margin: 1em 0;
649     padding: 0 0 0 2em;
650     list-style: square;
651}
652ul.nice li {
653     margin:0;
654     padding: 0;
655}
656
657.three-cols {
658}
659.three-cols .col {
660     width: 32.3%;
661     float: left;
662     margin-left: 1%;
663}
664.three-cols .col:first-child {
665     width: 33.3%;
666     margin-left: 0;
667}
668
669.two-cols {
670     position: static;
671}
672.two-cols .col {
673     width: 49%;
674     margin-left: 2%;
675     float: left;
676}
677.two-cols .col:first-child {
678     width: 49%;
679     margin-left: 0;
680}
681.two-cols .col70{
682     width: 69%;
683     margin-left: 0;
684     float: left;
685}
686.two-cols .col30 {
687     width: 28%;
688     margin-left: 2%;
689     float: left;
690}
691
692.comment {
693     border-top: 2px solid #ccc;
694     margin-bottom: 1em;
695     padding: 2em 0 1em 0;
696     position: relative;
697}
698.comment form p {
699     margin: 0;
700     position: absolute;
701     top: 2px;
702     right: 0;
703}
704
705/* -------- onglets ------ */
706.part-tabs ul {
707     padding: .3em 0 1px 1em;
708     border-bottom: 1px solid #999;
709}
710.part-tabs li {
711     list-style: none;
712     margin: 0;
713     display: inline;
714}
715.part-tabs li a {
716     padding: .3em 0.5em;
717     margin-right: .5em;
718     border: 1px solid #999;
719     border-bottom: none;
720     background: #dfdfdf;
721     text-decoration: none;
722     -webkit-border-top-left-radius: .3em;
723     -webkit-border-top-right-radius: .3em;
724     -moz-border-radius-topleft: .3em;
725     -moz-border-radius-topright: .3em;
726     border-top-left-radius: .3em;
727     border-top-right-radius: .3em;
728     color: #000;
729}
730.part-tabs li.part-tabs-link a {
731     background: #ffe;
732}
733.part-tabs li a:hover, .part-tabs li a:focus {
734     color: #000;
735     background: #fff;
736     border-bottom-color: #fff;
737}
738.part-tabs li.part-tabs-active a {
739     background: #fff;
740     border-bottom: 1px solid #fff;
741     color: #000;
742     font-weight: bold;
743}
744
745/* Themes list */
746#themes {
747     border-bottom: 1px solid #ccc;
748     margin: 1em 0;
749}
750#themes div.theme-details {
751     clear: left;
752     border-top: 1px solid #ccc;
753     padding: 1em 0;
754}
755#themes div.theme-details:hover {
756     background: #eee;
757}
758#themes div.theme-details div.theme-shot {
759     float: left;
760}
761#themes div.theme-details div.theme-shot img {
762     display: block;
763     width: 57px;
764     height: 50px;
765     border: 1px solid #ccc;
766}
767#themes div.theme-details div.theme-info {
768     margin-left: 67px;
769}
770#themes div.theme-details div.theme-info span.theme-desc {
771     display: block;
772}
773#themes div.theme-details div.theme-info span.theme-version {
774     color: #666;
775}
776#themes div.theme-details div.theme-actions {
777     margin-left: 67px;
778}
779/* Themes list, JS version */
780#themes-wrapper {
781}
782#theme-box {
783     border: 1px solid #999;
784     border-left: none;
785     padding: 5px;
786     float: right;
787     height: 400px;
788     width: 300px;
789     overflow: auto;
790}
791#theme-box div.theme-shot img {
792     display: block;
793     margin: 0 0 0 10px;
794     width: 280px;
795     height: 245px;
796     border: 1px solid #ccc;
797}
798#theme-box div.theme-info {
799     margin: 1em 0 0 10px;
800}
801#theme-box h3 {
802     margin: 0;
803}
804#theme-box div.theme-info span {
805     display: block;
806}
807#theme-box span.theme-version {
808     color: #666;
809}
810#theme-box span.theme-parent-ok {
811     color: #666;
812}
813#theme-box span.theme-parent-missing {
814     color: #c00;
815     font-weight:bold;
816}
817#theme-box div.theme-actions {
818     margin-left: 10px;
819}
820#themes-wrapper #themes {
821     border: 1px solid #999;
822     overflow: auto;
823     height: 400px;
824     padding: 5px;
825     margin: 0;
826}
827#themes div.theme-details-js {
828     float: left;
829     width: 120px;
830     height: 150px;
831     margin: 0 10px 20px;
832     padding: 10px 10px 0;
833     text-align: center;
834     background: #f3f3f3;
835     border: 1px solid #f3f3f3;
836     cursor: pointer;
837     -moz-border-radius: 4px;
838     -webkit-border-radius: 4px;
839     border-radius: 4px;
840}
841#themes div.theme-details-js label {
842     cursor: pointer;
843}
844#themes div.theme-details-js.theme-selected {
845     background: #E5E3DA;
846     border: 1px solid #999;
847}
848#themes div.theme-details-js div.theme-shot img {
849     width: 120px;
850     height: 105px;
851     border: 1px solid #fff;
852}
853#themes div.theme-details-js h3 {
854     font-family: inherit;
855     font-weight: normal;
856     margin: 0;
857     padding: 0;
858}
859
860/* Plugins list */
861#plugins td.action {
862     vertical-align: middle;
863}
864.media-list {
865     position: static;
866}
867.media-col-0 {
868     clear: left;
869}
870.media-item {
871     position: relative;
872     border-top: 1px solid #ccc;
873     margin-bottom: 1em;
874     padding: 5px 0;
875}
876div.media-list .media-item {
877     width: 49%;
878     float: left;
879     margin-right: 1%;
880}
881a.media-icon {
882     display: block;
883     border-bottom: none;
884     float: left;
885}
886.media-icon img {
887     display: block;
888}
889.media-item ul {
890     display: block;
891     list-style: none;
892     margin: 0 0 0 60px;
893     padding: 0;
894}
895li.media-action {
896     display: block;
897     position: absolute;
898     top: 5px;
899     right: 5px;
900     height: 16px;
901}
902li.media-action a {
903     border: none;
904}
905li.media-action form {
906     display: inline;
907}
908li.media-action input {
909     border: none;
910}
911
912.zip-dl {
913     background: transparent url(package.png) no-repeat 0 50%;
914     padding: 5px 0 5px 20px;
915}
916
917select.l10n option {
918     padding-left: 16px;
919}
920option.avail10n {
921     background: transparent url(../images/check-on.png) no-repeat 0 50%;
922}
923
924/* TABLES
925-------------------------------------------------------- */
926table {
927     font-size: 1em;
928     border-collapse: collapse;
929     margin: 0 0 1em 0;
930}
931tr.line:hover {
932     background: #ddd;
933}
934th, td {
935     border-width: 0 0 1px 0;
936     border-style: solid;
937     border-color: #ccc;
938     padding: 3px 5px;
939     vertical-align: top;
940}
941th {
942     text-align: left;
943     border-bottom-color: #666;
944}
945
946.noborder td, td.noborder, .noborder th, th.noborder {
947     border-width: 0;
948}
949
950table .maximal, table.maximal {
951     width: 100%;
952}
953table .minimal {
954     width: 1px;
955}
956
957table .nowrap {
958     white-space: nowrap;
959     vertical-align: top;
960}
961
962td.status {
963     vertical-align: middle;
964}
965td.status img {
966     margin-bottom: -2px;
967}
968td.status a {
969     border: none;
970}
971
972tr.line img.expand {
973     margin-right: 10px;
974     margin-bottom: -2px;
975}
976tr.line input {
977     vertical-align: middle;
978}
979tr.expand td {
980     border-bottom: none;
981}
982td.expand {
983     padding: 1em;
984}
985
986.dragable {
987     border-collapse: separate;
988}
989.dragable tbody td {
990     
991}
992.handle {
993     padding: 0;
994}
995.handler {
996     cursor: move;
997     background: transparent url(drag.png) no-repeat 0 50%;
998     padding-left: 15px;
999}
1000
1001/* FORMS
1002-------------------------------------------------------- */
1003form {
1004     display: block;
1005     margin: 0;
1006     padding: 0;
1007}
1008
1009fieldset {
1010     display: block;
1011     margin: 0 0 1em 0;
1012     padding: 1em 0.5em;
1013     border-width: 1px 0;
1014     border-style: solid;
1015     border-color: #ccc;
1016     background: #f5f5f5;
1017}
1018legend {
1019     font-weight: bold;
1020     padding: 0.2em 0.6em;
1021     border-width: 1px;
1022     border-style: solid;
1023     border-color: #ccc;
1024     background: #f5f5f5;
1025     margin-bottom: 0.5em;
1026}
1027optgroup {
1028     font-weight: bold;
1029     font-style: normal;
1030}
1031option {
1032     font-weight: normal;
1033}
1034
1035input, textarea, select {
1036     background: #f9f9f9;
1037     color: #000;
1038     border-width: 1px;
1039     border-style: solid;
1040     border-color: #000 #ccc #ccc #000;
1041}
1042input, textarea, select, option {
1043     font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
1044}
1045input[type=text], input[type=password], textarea {
1046     padding: 2px 0;
1047     margin-right: .3em;
1048}
1049input[type=checkbox], input[type=radio] {
1050     border: none;
1051}
1052textarea {
1053     padding: 2px 0;
1054}
1055
1056input[type=checkbox], input[type=radio] {
1057     margin: 0;
1058     padding: 0;
1059     background: transparent;
1060}
1061
1062label {
1063     display: block;
1064}
1065label input, label select, label span {
1066     display: block;
1067}
1068p.form-note {
1069     margin-top: -1em;
1070     color: #08847d;
1071     font-style: italic;
1072}
1073
1074label.classic {
1075     display: inline;
1076}
1077label.classic input, label span input, label.classic select, label span select {
1078     display: inline;
1079}
1080
1081label.area, p.area {
1082     width: inherit !important;
1083}
1084.area textarea {
1085     display: block;
1086     width: 100%;
1087}
1088
1089label.required {
1090     font-weight: bold;
1091}
1092label.required abbr {
1093     color: red;
1094     font-size: 1.3em;
1095}
1096label.inline {
1097     display: inline;
1098}
1099p.field {
1100     position: relative;
1101     
1102}
1103p.field label {
1104     display: block;
1105     width: 14em;
1106}
1107p.field input, p.field select {
1108     display: inline;
1109     position: absolute;
1110     left: 15em;
1111     top: 0;
1112}
1113
1114label .maximal, textarea.maximal, input.maximal {
1115     width: 100%;
1116}
1117
1118a.form-control {
1119     display: none;
1120     font-weight: bold;
1121     background: url(magnifier.png) no-repeat 0 0;
1122     color: green;
1123     padding-left: 20px;
1124}
1125
1126fieldset.constrained {
1127     margin: 0;
1128     padding: 0;
1129     border: none;
1130     background: transparent;
1131}
1132
1133#login-screen {
1134     display: block;
1135     width: 18em;
1136     margin: 30px auto 0;
1137     font-size: 1.1em;
1138}
1139#login-screen h1 {
1140     text-indent: -2000px;
1141     background: transparent url(dotclear-logo.png) no-repeat top left;
1142     height: 46px;
1143}
1144#login-screen fieldset {
1145     border: 1px solid #999;
1146     padding: 1em 10px;
1147     -moz-border-radius: 4px;
1148     -webkit-border-radius: 4px;
1149     border-radius: 4px;
1150}
1151#login-screen input[type=text], #login-screen input[type=password] {
1152     width: 100%;
1153}
1154
1155#login-screen #safe_mode_help {
1156     display : none;
1157     margin : 0 0 1em 0;
1158     padding: 5px 10px 5px 30px;
1159     background: #fbfbfb url(msg-std.png) no-repeat 5px 5px;
1160     border: 1px solid #999;
1161     -moz-border-radius: 4px;
1162     -webkit-border-radius: 4px;
1163}
1164
1165
1166/* ------------------  Tous les boutons -------------------- */
1167h2 a.button {
1168     color: #333;
1169     font-weight: normal;
1170     font-size: .75em;
1171     vertical-align: middle;
1172}
1173/* commun */
1174input[type=submit], 
1175input[type=reset], 
1176input[type=button], 
1177a.button,
1178a.button.add, 
1179a.back {
1180     display: inline-block;
1181     outline: none;
1182     cursor: pointer;
1183     text-align: center;
1184     text-decoration: none;
1185     padding: .1em .75em .1em;
1186     text-shadow: 0 1px 1px rgba(0,0,0,.3);
1187     -webkit-border-radius: .2em; 
1188     -moz-border-radius: .2em;
1189     border-radius: .2em;
1190}
1191/* validation */
1192input[type=submit], 
1193input[type=button],
1194a.button.add {
1195     color: #fff;
1196     border: 1px solid #2373A8;
1197     background: #2373A8;
1198     background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8));
1199     background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8);
1200}
1201input[type=submit]:hover, 
1202input[type=reset]:hover, 
1203input[type=button]:hover,
1204input[type=submit]:focus, 
1205input[type=reset]:focus, 
1206input[type=button]:focus,
1207a.button.add:hover,
1208a.button.add:focus {
1209     background: #2373A8;
1210     background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1));
1211     background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1);
1212     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1');
1213     border: 1px solid #2C8FD1;
1214}
1215/* suppression et reset */
1216a.button, 
1217a.back, 
1218input[type=submit].reset, 
1219input[type=submit].delete {
1220     border: 1px solid #999;
1221     background: #f5f5f5;
1222     color: #000;
1223     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
1224     background: -moz-linear-gradient(top,  #f5f5f5,  #e5e5e5);
1225     text-shadow: none;
1226     }
1227a.button:hover, 
1228a.back:hover, 
1229input[type=submit].reset:hover, 
1230input[type=submit].delete:hover,
1231a.button:focus, 
1232a.back:focus, 
1233input[type=submit].reset:focus, 
1234input[type=submit].delete:focus {
1235     background: #e5e5e5;
1236     background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f5f5f5));
1237     background: -moz-linear-gradient(top,  #e5e5e5,  #f5f5f5);
1238     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5');
1239     }
1240a.delete,
1241input.delete,
1242input[type=submit].delete {
1243     color: #c00;
1244     font-weight: bold;
1245}
1246a.delete:hover,
1247input.delete:hover,
1248input[type=submit].delete:hover,
1249a.delete:focus,
1250input.delete:focus,
1251input[type=submit].delete:focus {
1252     border-color: #c00;
1253}
1254/* finasseries */
1255input[type=button] {
1256     padding: .1em .1em;
1257}
1258#info-box a.button {
1259     padding: 0 .5em;
1260     margin-left: 2em;
1261}
1262a.back:before {
1263     content: "\ab\a0";
1264}
Note: See TracBrowser for help on using the repository browser.

Sites map