Dotclear

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

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

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

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

Sites map