Dotclear

source: admin/style/default.css @ 3454:7e4a964280fb

Revision 3454:7e4a964280fb, 71.2 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Tiny tooltip refinement, just for fun

Line 
1@charset "UTF-8";
2/*
3# -- BEGIN LICENSE BLOCK --------------------------------------------------
4# This file is part of Dotclear 2.
5# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
6# Licensed under the GPL version 2.0 license.
7# See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
8# -- END LICENSE BLOCK ----------------------------------------------------
9*/
10/** --------------------------------------------------
11    Start
12--------------------------------------------------- */
13/* largeur des paddings et border compris dans "width" */
14*,
15*:before,
16*:after {
17  box-sizing: border-box; }
18
19html {
20  font-size: 100%;
21  -ms-text-size-adjust: 100%;
22  -webkit-text-size-adjust: 100%;
23  margin: 0;
24  padding: 0; }
25
26body {
27  margin: 0;
28  padding: 0; }
29
30a {
31  background: transparent; }
32  a:focus {
33    outline: thin dotted; }
34  a:active, a:hover {
35    outline: none; }
36  a img {
37    border: none; }
38
39q,
40cite {
41  font-style: italic; }
42
43q:before,
44q:after {
45  content: ""; }
46
47sup,
48sub {
49  font-size: .75em;
50  line-height: 0;
51  position: relative;
52  vertical-align: baseline; }
53
54sup {
55  top: -0.5em; }
56
57sub {
58  bottom: -0.25em; }
59
60abbr[title] {
61  border-bottom: 1px dotted;
62  cursor: help; }
63
64b,
65strong {
66  font-weight: bold;
67  font-size: 0.9375em; }
68
69small {
70  font-size: 80%; }
71
72dfn {
73  font-style: italic; }
74
75hr {
76  box-sizing: content-box;
77  height: 0; }
78
79mark {
80  background: #ff0;
81  color: #000; }
82
83code,
84kbd,
85pre,
86samp {
87  font-family: monospace, serif;
88  font-size: 1em; }
89
90pre {
91  white-space: pre-wrap; }
92
93fieldset {
94  margin: 0;
95  padding: 0;
96  border: none; }
97
98input,
99button,
100select {
101  vertical-align: middle; }
102
103button,
104input,
105select,
106textarea {
107  font-family: inherit;
108  font-size: 100%;
109  margin: 0; }
110
111button,
112input {
113  line-height: normal; }
114
115button,
116html input[type="button"],
117input[type="reset"],
118input[type="submit"] {
119  -webkit-appearance: button;
120  cursor: pointer; }
121
122button[disabled],
123html input[disabled] {
124  cursor: default; }
125
126input[type="checkbox"],
127input[type="radio"] {
128  padding: 0;
129  border: none; }
130
131input[type="search"] {
132  -webkit-appearance: textfield; }
133
134input[type="search"]::-webkit-search-cancel-button,
135input[type="search"]::-webkit-search-decoration {
136  -webkit-appearance: none; }
137
138button::-moz-focus-inner,
139input::-moz-focus-inner {
140  border: 0;
141  padding: 0; }
142
143textarea {
144  overflow: auto;
145  vertical-align: top; }
146
147table {
148  border-collapse: collapse;
149  margin-bottom: 1.5em; }
150
151td,
152th {
153  padding: 1px;
154  vertical-align: top;
155  text-align: left; }
156
157td:first-child,
158th:first-child {
159  empty-cells: hide; }
160
161/* scripts */
162body > script {
163  display: none !important; }
164
165/* HTML5 for old browsers */
166article,
167aside,
168details,
169figcaption,
170figure,
171footer,
172header,
173hgroup,
174main,
175nav,
176section,
177summary {
178  display: block; }
179
180audio,
181canvas,
182video {
183  display: inline-block; }
184
185audio:not([controls]) {
186  display: none;
187  height: 0; }
188
189figure {
190  margin: 0; }
191
192[hidden],
193template {
194  display: none; }
195
196svg:not(:root) {
197  overflow: hidden; }
198
199/* Headings reset */
200h1,
201h2,
202h3,
203h4,
204h5,
205h6 {
206  font-size: 1em;
207  font-weight: normal;
208  margin: 0; }
209
210/* Screen-reader only */
211.visually-hidden {
212  border: 0;
213  clip: rect(0 0 0 0);
214  clip-path: inset(50%);
215  height: 1px;
216  margin: -1px;
217  overflow: hidden;
218  padding: 0;
219  position: absolute;
220  width: 1px;
221  white-space: nowrap; }
222  .visually-hidden:focus, .visually-hidden:active {
223    clip: auto;
224    clip-path: none;
225    height: auto;
226    overflow: visible;
227    position: static;
228    width: auto;
229    white-space: normal; }
230
231/** --------------------------------------------------
232    Common rules
233--------------------------------------------------- */
234/* Typographie */
235:root {
236  --html-font-size: 62.5%; }
237
238html {
239  font-size: 62.5%;
240  font-size: var(--html-font-size); }
241
242body {
243  font-size: 1.4rem;
244  line-height: 1.5;
245  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
246  @media screen and (max-width: 26.5em) {
247    body {
248      font-size: 1.2rem;
249      line-height: 1.3; } }
250  @media screen and (min-width: 120em) {
251    body {
252      font-size: 1.6rem;
253      line-height: 1.5; } }
254  @media screen and (min-width: 26.5em) and (max-width: 120em) {
255    body {
256      font-size: calc( 1.2rem + 0.4 * (100vw - 42.4rem) / (192 - 42.4));
257      line-height: calc( 1.3em + (1.5 - 1.3) * (100vw - 42.4rem) / (192 - 42.4)); } }
258
259@media screen and (max-width: 26.5em) {
260  #wrapper {
261    font-size: 1.4em; } }
262
263h2,
264h3,
265.as_h3,
266h4,
267.as_h4,
268h5,
269h6 {
270  margin-top: 0;
271  margin-bottom: 1em; }
272
273h2 {
274  font-size: 1.5em;
275  font-weight: normal;
276  line-height: 1.25;
277  padding: 0 0 1.5em; }
278
279h3,
280.as_h3 {
281  font-size: 1.34em;
282  font-weight: normal;
283  line-height: 1.5;
284  margin-top: 1em; }
285
286h4,
287.as_h4 {
288  font-size: 1.16em;
289  line-height: 1.5; }
290
291h5 {
292  font-size: 1em;
293  line-height: 1.5;
294  font-weight: bold; }
295
296h6 {
297  font-size: 1em;
298  line-height: 1.5; }
299
300/** --------------------------------------------------
301    Layout
302--------------------------------------------------- */
303#dotclear-admin {
304  display: flex;
305  min-height: 100vh;
306  flex-direction: column; }
307
308#header {
309  width: 99.99%;
310  /* Bugfix Chrome >= 49.0.2623.108 */
311  display: table;
312  position: relative; }
313
314h1,
315#top-info-blog,
316#top-info-user {
317  display: table-cell;
318  padding: 8px 0;
319  margin: 0;
320  font-size: 1em;
321  vertical-align: top; }
322
323#wrapper {
324  position: relative;
325  padding-top: 1.5em;
326  float: left;
327  width: 100%;
328  z-index: 10;
329  flex: 1; }
330
331.with-js #wrapper {
332  padding-top: 0; }
333
334#main {
335  width: 100%;
336  float: right;
337  margin-left: -14em;
338  margin-top: 0; }
339
340#content {
341  margin: 0 0 0 14em;
342  padding: .5em 1.5em .75em 2.5em; }
343
344#main-menu {
345  width: 14em;
346  float: left;
347  margin: 0;
348  padding-top: .5em;
349  padding-bottom: 1em;
350  overflow: hidden; }
351
352#footer {
353  clear: both;
354  position: relative;
355  padding: .5em 0 .5em 1em;
356  text-align: left; }
357
358/* to hide main-menu */
359#collapser {
360  position: absolute;
361  top: 0;
362  left: 14em;
363  width: 10px;
364  height: 100%;
365  overflow: hidden;
366  display: block;
367  border-right: 0;
368  border-bottom: 0;
369  z-index: 1;
370  transition: none; }
371
372.expand-mm {
373  display: none; }
374
375/* if main-menu is hidden */
376.hide-mm #main {
377  margin-left: 0; }
378.hide-mm #content {
379  margin-left: 10px; }
380  .hide-mm #content > h2 {
381    margin-left: calc(-1em - 10px); }
382.hide-mm #main-menu {
383  display: none; }
384.hide-mm #collapser {
385  left: 0; }
386.hide-mm .collapse-mm {
387  display: none; }
388.hide-mm .expand-mm {
389  display: block; }
390
391/* -------------------------------------------------------------- layout: two-cols */
392.two-cols {
393  position: static; }
394  .two-cols .col {
395    width: 48%;
396    margin-left: 2%;
397    float: left; }
398    .two-cols .col:first-child {
399      margin-left: 0;
400      margin-right: 2%; }
401    .two-cols .col:last-child {
402      margin-left: 2%;
403      margin-right: 0; }
404  .two-cols .col70 {
405    width: 68%;
406    margin-left: 0;
407    float: left; }
408    .two-cols .col70.last-col {
409      margin-left: 2%;
410      margin-right: 0; }
411  .two-cols .col30 {
412    width: 28%;
413    margin-left: 2%;
414    float: left; }
415    .two-cols .col30.first-col {
416      margin-left: 0;
417      margin-right: 2%; }
418  .two-cols table {
419    width: 90%; }
420
421/* -------------------------------------------------------------- layout: three-cols */
422.three-cols {
423  position: static; }
424  .three-cols .col {
425    width: 32.3%;
426    float: left;
427    margin-left: 1%; }
428    .three-cols .col:first-child {
429      margin-left: 0; }
430
431/* ------------------------------------------------- layout: optionnal one/two/three-boxes */
432.one-box {
433  text-align: justify; }
434
435.two-boxes {
436  width: 48.5%; }
437
438.three-boxes {
439  width: 30%; }
440
441.two-boxes,
442.three-boxes {
443  display: inline-block;
444  vertical-align: top;
445  margin: 0 1.5% 1em;
446  text-align: left; }
447
448.two-boxes:nth-of-type(odd),
449.three-boxes:nth-of-type(3n+1) {
450  margin-left: 0; }
451
452.two-boxes:nth-of-type(even),
453.three-boxes:nth-of-type(3n) {
454  margin-right: 0; }
455
456/* ---------------------------------------------------------------- layout: popups */
457.popup h1 {
458  display: block;
459  width: 100%;
460  margin: 0;
461  font-size: 1.5em;
462  text-indent: 1em;
463  line-height: 1.5em;
464  font-weight: normal; }
465.popup #wrapper {
466  display: block;
467  float: none;
468  width: 100%;
469  margin: 0;
470  padding: 0;
471  background-position: 0 0; }
472.popup #main {
473  margin: 0;
474  padding: 0; }
475.popup #content {
476  margin: 0;
477  padding: 1em; }
478  .popup #content h2 {
479    margin: 0 0 1em 0;
480    padding: 0; }
481.popup #footer p {
482  border: none; }
483
484/* -------------------------------------------------------- layout: classes de complément */
485.constrained {
486  margin: 0;
487  padding: 0;
488  border: none;
489  background: transparent; }
490
491.table {
492  display: table; }
493
494.cell {
495  display: table-cell;
496  vertical-align: top; }
497
498.clear {
499  clear: both; }
500
501.lclear {
502  clear: left; }
503
504.clearer {
505  height: 1px;
506  font-size: 1px; }
507
508/* Micro clearfix thx to Nicolas Gallagher */
509.clearfix:before,
510.clearfix:after {
511  content: " ";
512  display: table; }
513
514.clearfix:after {
515  clear: both; }
516
517.box {
518  display: inline-block;
519  vertical-align: top;
520  margin: 0 10px 10px;
521  text-align: left;
522  flex: 1 1 auto; }
523  .box.small {
524    flex-basis: 312px; }
525  .box.medium {
526    flex-basis: 644px; }
527  .box.large {
528    width: 100%; }
529
530.odd {
531  margin-left: 0; }
532
533.even {
534  margin-right: 0; }
535
536/* ------------------------------------------------------------------------------------
537                                                                           UN POIL DE MEDIA QUERIES
538------------------------------------------------------------------------------------ */
539@media screen and (max-width: 80em) {
540  #header {
541    display: block;
542    width: 100%;
543    text-align: right; }
544    #header h1,
545    #header h1 a {
546      width: 120px;
547      margin: 0; }
548
549  h1 {
550    width: 19.5em;
551    display: inline-block;
552    vertical-align: top;
553    margin-right: 1em; }
554
555  #top-info-blog {
556    display: inline-block;
557    vertical-align: top;
558    margin-right: 1em; }
559    #top-info-blog #switchblog {
560      max-width: 16em; }
561    #top-info-blog a {
562      margin-left: 2em; }
563
564  #top-info-user {
565    display: block;
566    width: 100%; }
567
568  #collapser {
569    left: 17em; }
570
571  #main {
572    margin-left: -17em; }
573
574  #content {
575    margin: 0 0 0 17em; }
576
577  #main-menu {
578    width: 17em; }
579
580  .three-boxes,
581  .three-boxes .box,
582  .two-cols .col70,
583  .two-cols .col30 {
584    width: 100%;
585    margin-left: 0;
586    margin-right: 0; } }
587@media screen and (max-width: 48em) {
588  #dashboard-boxes .box.medium,
589  .box.medium,
590  #dashboard-boxes .box.small,
591  .box.small,
592  #dashboard-boxes .box.large,
593  .box.large {
594    width: 95%;
595    margin: 10px auto; } }
596@media screen and (max-width: 44em) {
597  #help-button {
598    height: 26px;
599    width: 26px;
600    margin: 0;
601    overflow: hidden; }
602
603  #content.with-help #help-button {
604    top: 10em; }
605
606  .one-box,
607  .two-boxes,
608  .box,
609  .two-cols .col {
610    width: 96%;
611    margin-left: 0;
612    margin-right: 0; }
613
614  #entry-wrapper {
615    float: none;
616    width: 100%;
617    margin-right: 0; }
618
619  #entry-content {
620    margin-right: 0;
621    margin-left: 0; }
622
623  #entry-sidebar {
624    width: 100%;
625    float: none; } }
626@media screen and (max-width: 38em) {
627  #header h1,
628  #header h1 a {
629    width: 42px !important;
630    height: 42px; }
631
632  #wrapper,
633  #main,
634  #main-menu {
635    display: block;
636    float: none;
637    width: 100%;
638    margin: 0; }
639
640  #main-menu a {
641    display: block;
642    width: 100%; }
643  #main-menu h3 a {
644    display: inline; }
645
646  #content,
647  .hide-mm #content {
648    margin: 0; }
649
650  #collapser {
651    display: none; }
652
653  #main #content > h2 {
654    margin: 0 -.25em 1em; }
655
656  #dashboard-boxes .box.medium,
657  .box.medium,
658  #dashboard-boxes .box.small,
659  .box.small,
660  #dashboard-boxes .box.large,
661  .box.large {
662    width: 95%;
663    margin: 10px auto; }
664
665  .cell,
666  #filters-form .cell {
667    display: inline-block;
668    vertical-align: bottom; }
669
670  .pseudo-tabs li {
671    display: block;
672    float: left;
673    width: 50%; } }
674@media screen and (max-width: 26.5em) {
675  #top-info-blog label,
676  .nomobile {
677    display: none; }
678
679  #top-info-blog {
680    margin-bottom: .5em;
681    max-width: 75%; }
682    #top-info-blog select {
683      margin-bottom: .5em; }
684
685  #content.with-help #help-button {
686    top: 10em;
687    right: 28rem; }
688  #content.with-help #help {
689    width: 28rem; }
690
691  p.top-add {
692    margin-bottom: .5em; }
693
694  .part-tabs ul {
695    margin: 1em 0; }
696
697  .part-tabs li a {
698    display: block;
699    width: 100%; }
700
701  #icons p {
702    width: 9em; }
703
704  .media-item {
705    width: 90%; }
706
707  #theme-new,
708  #theme-activate,
709  #theme-deactivate {
710    margin-left: 0;
711    margin-right: 0; }
712
713  .box.current-theme {
714    margin: 5px;
715    width: 100%; }
716
717  .current-theme .module-sshot img {
718    margin: 0;
719    float: none;
720    max-width: 100%; }
721
722  table .maximal {
723    min-width: 14em; }
724
725  .pseudo-tabs li {
726    display: block;
727    width: 100%;
728    float: none; } }
729/** --------------------------------------------------
730     Colors
731--------------------------------------------------- */
732body {
733  color: #323232;
734  background: #fff; }
735
736h2 {
737  color: #676e78; }
738
739h3,
740.as_h3 {
741  color: #d33800; }
742
743h4,
744.as_h4 {
745  color: #676e78; }
746
747h5 {
748  color: #676e78; }
749
750h6 {
751  color: #676e78; }
752
753/* ---------------------------------------------------------------- layout: main */
754#header {
755  color: #fff;
756  background: #676e78;
757  border-bottom: 4px solid #a2cbe9; }
758
759#wrapper {
760  background: #f3f3f3 url(bg_wrapper.png) repeat-y 14em; }
761
762#content {
763  background: #fff; }
764
765#main-menu {
766  background: #f3f3f3; }
767
768#footer {
769  background-color: #fff;
770  border-top: 1px solid #c9c9c9; }
771
772/* to hide main-menu */
773#collapser {
774  background: #c9c9c9; }
775  #collapser:hover, #collapser:focus {
776    background: #a2cbe9; }
777  .hide-mm #collapser {
778    background: #a2cbe9; }
779    .hide-mm #collapser:hover, .hide-mm #collapser:focus {
780      background: #c9c9c9; }
781
782/* if main-menu is hidden */
783#wrapper.hide-mm {
784  background: #fff; }
785
786/* ---------------------------------------------------------------- layout: popups */
787.popup h1 {
788  color: #fff;
789  background: #676e78; }
790
791/* ------------------------------------------------------------------------------------
792                                                                           UN POIL DE MEDIA QUERIES
793------------------------------------------------------------------------------------ */
794@media screen and (max-width: 80em) {
795  #header,
796  h1 {
797    background: #323232; }
798
799  #top-info-user {
800    background: #676e78; }
801    #top-info-user a.active {
802      color: #fff;
803      background: #868686; }
804
805  #wrapper {
806    background: #f3f3f3 url(bg_wrapper.png) repeat-y 17em; } }
807@media screen and (max-width: 44em) {
808  #help-button {
809    background-color: #a2cbe9; } }
810@media screen and (max-width: 38em) {
811  h1 a:link {
812    border-right: 1px solid #c9c9c9; }
813  h1 a:hover, h1 a:focus {
814    border-right: 1px solid #a2cbe9; }
815
816  .pseudo-tabs li {
817    border-top: 1px solid #c9c9c9; } }
818@media screen and (max-width: 26.5em) {
819  h1,
820  h1 a {
821    border-right: #323232 !important; }
822
823  .pseudo-tabs li {
824    border-top: 1px solid #c9c9c9 !important; } }
825/** --------------------------------------------------
826    Elements
827--------------------------------------------------- */
828/* ------------------------------------------------------------------ titres */
829/* fil d'ariane */
830#content > h2 {
831  padding: 0 1em .5em 1em;
832  margin: 0 -1em 1em -1em;
833  background: #fff url(bg_h2.png) repeat-x center bottom; }
834
835h2 a:link,
836h2 a:visited {
837  color: #676e78;
838  border-color: #000; }
839
840/* page courante dans le fil d'ariane */
841.page-title {
842  color: #d30e60; }
843  .page-title img {
844    padding-left: .5em;
845    vertical-align: middle; }
846
847/* autres titres */
848#main-menu h3 {
849  font-weight: bold; }
850
851.fieldset h3,
852.fieldset h4,
853.pretty-title {
854  color: #D33800;
855  font-size: 1em;
856  font-weight: bold; }
857
858.fieldset h3 {
859  font-size: 1.17em; }
860
861.fieldset h3.smart-title,
862.fieldset h4.smart-title,
863.smart-title {
864  font-size: 1em;
865  text-transform: uppercase;
866  font-weight: bold;
867  color: #333;
868  text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6); }
869
870#entry-sidebar h5 {
871  font-weight: normal;
872  color: #333; }
873
874.entry-status img.img_select_option {
875  padding-left: 4px;
876  vertical-align: text-top; }
877
878h4 label,
879h5 label {
880  color: #333; }
881
882h2:first-child,
883h3:first-child,
884h4:first-child,
885h5:first-child,
886ul:first-child,
887p:first-child {
888  margin-top: 0; }
889
890/* ---------------------------------------------------------------- tableaux */
891/*  Pour autoriser le scroll sur les petites largeurs
892     envelopper les tableaux dans une div.table-outer */
893.table-outer {
894  width: 100%;
895  overflow: auto; }
896
897table {
898  font-size: 1em;
899  border-collapse: collapse;
900  margin: 0 0 1em 0;
901  width: 100%; }
902
903caption {
904  color: #333;
905  font-weight: bold;
906  text-align: left;
907  margin-bottom: .5em; }
908
909th {
910  border-width: 1px 0 1px 0;
911  border-style: solid;
912  border-color: #dfdfdf;
913  background: #eef1ec;
914  padding: .4em 1em .4em .5em;
915  vertical-align: top;
916  text-align: left; }
917
918td {
919  border-width: 0 0 1px 0;
920  border-style: solid;
921  border-color: #e3e3e3;
922  padding: .4em 1em .4em .5em;
923  vertical-align: top; }
924
925/* ---------------------------------------------------------- autres balises */
926p {
927  margin: 0 0 1em 0; }
928
929hr {
930  height: 1px;
931  border-width: 1px 0 0;
932  border-color: #dfdfdf;
933  background: #dfdfdf;
934  border-style: solid; }
935  hr.clearer {
936    clear: both; }
937
938pre,
939code,
940#debug {
941  font: 100% "Andale Mono", AndaleMono, Consolas, Monaco, "Courier New", monospace; }
942
943code {
944  background: #fefacd; }
945
946pre {
947  white-space: pre;
948  white-space: -moz-pre-wrap;
949  white-space: pre-wrap;
950  white-space: pre-line;
951  word-wrap: break-word; }
952
953abbr {
954  cursor: help; }
955
956input,
957textarea,
958select,
959option,
960optgroup,
961legend,
962label {
963  font-size: 1em; }
964
965/* ------------------------------------------------------------------ liens */
966a,
967a:link,
968a:visited {
969  color: #2373A8;
970  text-decoration: none;
971  border-bottom: 1px dotted #999;
972  background-color: inherit;
973  outline: 0; }
974  a img,
975  a:link img,
976  a:visited img {
977    border: none;
978    background: inherit; }
979
980a:hover,
981a:active {
982  border-bottom-style: solid; }
983
984h1 a:link,
985h1 a:visited {
986  border: none; }
987
988.discrete a {
989  color: #333; }
990
991a:link {
992  transition: .5s; }
993
994a:focus,
995a:focus img {
996  outline: 2px solid #bee74b;
997  border-bottom: none;
998  text-decoration: none; }
999
1000input[type=text],
1001input[type=password],
1002input[type=submit],
1003input[type=button],
1004input[type=reset],
1005a.button,
1006button,
1007textarea,
1008select,
1009legend {
1010  border-radius: 3px;
1011  max-width: 100%; }
1012
1013form {
1014  display: block;
1015  margin: 0;
1016  padding: 0; }
1017
1018fieldset {
1019  display: block;
1020  margin: 1em 0;
1021  padding: 1em 0.5em;
1022  border-width: 1px 0;
1023  border-style: solid;
1024  border-color: #ccc;
1025  background: #f7f7f7; }
1026
1027input[type=text],
1028textarea {
1029  font-family: inherit;
1030  font-size: 100%; }
1031
1032legend {
1033  padding: 0.2em 0.6em;
1034  border-width: 1px;
1035  border-style: solid;
1036  border-color: #676e78;
1037  background: #fff;
1038  margin-bottom: 0.5em; }
1039
1040label .maximal,
1041textarea.maximal,
1042input.maximal,
1043select.maximal {
1044  width: 99%; }
1045
1046input[type=text],
1047input[type=password],
1048textarea,
1049select {
1050  background: #fcfcfc;
1051  color: #000;
1052  border-width: 1px;
1053  border-style: solid;
1054  border-color: #dfdfdf;
1055  box-shadow: 1px 1px 2px #f3f3f3 inset;
1056  padding: 3px;
1057  vertical-align: top; }
1058
1059input:focus,
1060textarea:focus,
1061select:focus {
1062  border-color: #9bca1c; }
1063
1064textarea {
1065  padding: 2px 0; }
1066  textarea.maximal {
1067    resize: vertical; }
1068  .area textarea {
1069    display: block;
1070    width: 100%;
1071    resize: vertical; }
1072
1073select {
1074  padding: 2px 0;
1075  vertical-align: middle; }
1076
1077select.l10n option {
1078  padding-left: 16px; }
1079
1080option.avail10n {
1081  background: transparent url(../images/check-on.png) no-repeat 0 50%; }
1082
1083input.invalid,
1084textarea.invalid,
1085select.invalid {
1086  border: 1px solid red;
1087  background: #FFBABA;
1088  color: #900;
1089  box-shadow: 0 0 0 3px rgba(218, 62, 90, 0.3); }
1090
1091input[type=text],
1092input[type=password],
1093textarea {
1094  margin-right: .3em; }
1095
1096input[type=checkbox],
1097input[type=radio],
1098input[type=file] {
1099  border: none;
1100  margin: 0 .33em 0 0;
1101  padding: 0;
1102  background: transparent; }
1103
1104input[type=file] {
1105  margin-top: .3em;
1106  margin-bottom: .3em; }
1107
1108optgroup {
1109  font-weight: bold;
1110  font-style: normal; }
1111
1112option {
1113  font-weight: normal; }
1114
1115label,
1116label span {
1117  display: block; }
1118
1119label.ib,
1120input.ib {
1121  display: inline-block; }
1122
1123label.classic {
1124  display: inline; }
1125
1126label.classic input,
1127label span input,
1128label.classic select,
1129label span select {
1130  display: inline; }
1131
1132label.required {
1133  font-weight: bold; }
1134
1135label.required abbr {
1136  color: #900;
1137  font-size: 1.3em; }
1138
1139label.bold {
1140  text-transform: uppercase;
1141  font-weight: bold;
1142  margin-top: 2em; }
1143
1144label.area,
1145p.area {
1146  width: inherit !important; }
1147
1148p.field {
1149  position: relative; }
1150  p.field label {
1151    display: inline-block;
1152    width: 14em; }
1153  p.field.wide label {
1154    width: 21em; }
1155  p.field input,
1156  p.field select {
1157    display: inline-block; }
1158
1159.form-note {
1160  font-style: italic;
1161  font-weight: normal;
1162  color: #676e78; }
1163
1164p.form-note {
1165  margin-top: -.7em; }
1166
1167span.form-note {
1168  text-transform: none; }
1169
1170.no-more-info {
1171  display: none; }
1172
1173/* Removes inner padding and border in FF3+  - Knacss */
1174button::-moz-focus-inner,
1175input[type=button]::-moz-focus-inner,
1176input[type=reset]::-moz-focus-inner,
1177input[type=submit]::-moz-focus-inner {
1178  border: 0;
1179  padding: 0; }
1180
1181/* tous les boutons */
1182button,
1183a.button,
1184input[type=button],
1185input[type=reset],
1186input[type=submit] {
1187  border: 1px solid #ccc;
1188  font-family: inherit;
1189  padding: 3px 10px;
1190  line-height: normal !important;
1191  display: inline-block;
1192  font-size: 100%;
1193  text-align: center;
1194  text-decoration: none;
1195  cursor: pointer;
1196  position: relative;
1197  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
1198  border-style: solid;
1199  border-width: 1px; }
1200
1201button,
1202input[type=button],
1203input[type=reset],
1204input[type=submit] {
1205  -webkit-appearance: button; }
1206
1207/* Boutons javascript (dépliage/repliage, …) */
1208.void-btn {
1209  border: none;
1210  border-radius: 0;
1211  padding: 0; }
1212
1213/* validation */
1214input[type=submit],
1215button[type=submit],
1216a.button.submit,
1217button.submit,
1218input.button.start {
1219  color: #fff;
1220  background-color: #25a6e1;
1221  background-image: linear-gradient(to bottom, #25a6e1, #188bc0);
1222  border-color: #25a6e1;
1223  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
1224
1225input[type=submit]:hover,
1226input[type=submit]:focus,
1227button[type=submit]:hover,
1228button[type=submit]:focus,
1229input.button.start:hover,
1230input.button.start:focus,
1231button.submit:hover,
1232button.submit:focus,
1233a.button.submit:hover,
1234a.button.submit:focus {
1235  background-color: #188bc0;
1236  background-image: linear-gradient(to bottom, #188bc0, #25a6e1);
1237  border-color: #188bc0; }
1238
1239/* suppression, reset, "neutres" fond gris */
1240button,
1241input[type=button],
1242input.button,
1243input[type=reset],
1244input[type=submit].reset,
1245input.reset,
1246input[type=submit].delete,
1247input.delete,
1248a.button,
1249a.button.delete,
1250a.button.reset {
1251  color: #000;
1252  background-color: #eaeaea;
1253  background-image: linear-gradient(to bottom, #f9f9f9, #eaeaea);
1254  background-repeat: repeat-x;
1255  border-color: #dfdfdf #dfdfdf #c5c5c5;
1256  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); }
1257
1258button:hover,
1259input[type=button]:hover,
1260input.button:hover,
1261button:focus,
1262input[type=button]:focus,
1263input.button:focus,
1264input[type=reset]:hover,
1265input[type=submit].reset:hover,
1266input.reset:hover,
1267input[type=reset]:focus,
1268input[type=submit].reset:focus,
1269input.reset:focus,
1270input[type=submit].delete:hover,
1271input.delete:hover,
1272input[type=submit].delete:focus,
1273input.delete:focus,
1274a.button.delete:hover,
1275a.button.reset:hover,
1276a.button:hover,
1277a.button.delete:focus,
1278a.button.reset:focus,
1279a.button:focus {
1280  background-color: #dadada;
1281  background-image: linear-gradient(to bottom, #eaeaea, #dadada);
1282  background-repeat: repeat-x;
1283  border-color: #cccccc #cccccc #b5b5b5; }
1284
1285/* suppression */
1286input[type=submit].delete,
1287input.delete,
1288button[type=submit].delete,
1289button.delete,
1290a.button.delete {
1291  color: #900; }
1292
1293input[type=submit].delete:hover,
1294input.delete:hover,
1295button[type=submit].delete:hover,
1296button.delete:hover,
1297a.button.delete:hover,
1298input[type=submit].delete:focus,
1299input.delete:focus,
1300button[type=submit].delete:focus,
1301button.delete:focus,
1302a.button.delete:focus {
1303  color: #ffffff;
1304  background-color: #b33630;
1305  background-image: linear-gradient(to bottom, #dc5f59, #b33630);
1306  background-repeat: repeat-x;
1307  border-color: #cd504a;
1308  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
1309
1310#info-box a.button,
1311#info-box button {
1312  padding: 0 .5em;
1313  margin-left: 2em; }
1314
1315.button.add,
1316button.add {
1317  color: #000;
1318  background-color: #bee74b;
1319  background-image: linear-gradient(to bottom, #bee74b, #9bca1c);
1320  border-color: #bee74b;
1321  padding: .33em 1.33em .5em;
1322  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
1323
1324.button.add:hover,
1325.button.add:active,
1326.button.add:focus,
1327button.add:hover,
1328button.add:active,
1329button.add:focus {
1330  background-color: #9bca1c;
1331  background-image: linear-gradient(to bottom, #9bca1c, #bee74b);
1332  border-color: #9bca1c; }
1333
1334.button-add:focus {
1335  outline: dotted 1px; }
1336
1337/* paragraphe pour bouton Nouveau bidule */
1338p.top-add {
1339  text-align: right;
1340  margin: 0; }
1341
1342/* disabled */
1343input.disabled,
1344input[type=submit].disabled,
1345button.disabled,
1346button[type=submit].disabled {
1347  text-shadow: none;
1348  color: #676e78;
1349  background: #F5F5F5;
1350  border: 1px solid #CCC; }
1351
1352input.disabled:hover,
1353input[type=submit].disabled:hover,
1354button.disabled:hover,
1355button[type=submit].disabled:hover {
1356  color: #676e78;
1357  background: #eee;
1358  border: 1px solid #CCC; }
1359
1360/* specific buttons */
1361.checkbox-helper,
1362#gototop,
1363.metaGetList,
1364.metaGetMore,
1365a.checkbox-helper,
1366a#gototop,
1367a.metaGetList,
1368a.metaGetMore {
1369  font-size: 0.825em;
1370  color: #333;
1371  text-shadow: none;
1372  background: #fff;
1373  box-shadow: none;
1374  border: 1px solid #676e78;
1375  margin-bottom: .25em;
1376  text-align: center; }
1377  .checkbox-helper:hover,
1378  #gototop:hover,
1379  .metaGetList:hover,
1380  .metaGetMore:hover,
1381  a.checkbox-helper:hover,
1382  a#gototop:hover,
1383  a.metaGetList:hover,
1384  a.metaGetMore:hover {
1385    background: #a2cbe9;
1386    box-shadow: none;
1387    border: 1px solid #676e78; }
1388
1389#gototop {
1390  display: none;
1391  z-index: 1000;
1392  position: fixed;
1393  bottom: 0;
1394  right: .5em;
1395  width: 10em;
1396  padding: .25em;
1397  border-radius: .25em; }
1398  #gototop a,
1399  #gototop a:link,
1400  #gototop a:hover,
1401  #gototop a:active {
1402    color: #333;
1403    background: transparent;
1404    border: none; }
1405
1406.metaRemove,
1407.addMeta button:not(.metaGetMore),
1408.addMeta a:not(.metaGetMore) {
1409  border: none;
1410  border-radius: 0;
1411  padding: 0;
1412  background: none; }
1413
1414.addMeta button:not(.metaGetMore),
1415.addMeta a:not(.metaGetMore) {
1416  text-shadow: initial;
1417  box-shadow: initial;
1418  margin-bottom: 2px; }
1419  .addMeta button:not(.metaGetMore):hover, .addMeta button:not(.metaGetMore):focus,
1420  .addMeta a:not(.metaGetMore):hover,
1421  .addMeta a:not(.metaGetMore):focus {
1422    background: #fc0; }
1423
1424.warn,
1425.warning,
1426.info {
1427  font-style: normal;
1428  padding: .2em .66em .2em;
1429  text-indent: 24px;
1430  color: #333;
1431  display: inline-block;
1432  line-height: 1.5em;
1433  border-radius: 3px;
1434  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
1435
1436.warn,
1437.warning {
1438  background: #FEFACD url(msg-warning.png) no-repeat 0.3em 0.3em;
1439  border: 1px solid #ffd478; }
1440
1441.info {
1442  background: #D9EDF7 url(msg-info.png) no-repeat 0.3em 0.3em;
1443  border: 1px solid #BCE8F1; }
1444
1445div.warn,
1446div.warning,
1447div.info {
1448  display: block;
1449  padding: 1em 1em .33em 1em;
1450  margin-bottom: 1em; }
1451
1452span.warn,
1453span.warning,
1454span.info {
1455  padding-top: 1px;
1456  padding-bottom: 1px;
1457  background-position: .3em .2em; }
1458
1459.error,
1460.message,
1461.static-msg,
1462.success,
1463.warning-msg {
1464  padding: 1em 0.5em 0.5em 48px;
1465  margin-bottom: 1em;
1466  border-radius: 8px;
1467  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
1468
1469p.error,
1470p.message,
1471p.static-msg,
1472p.success,
1473p.warning-msg {
1474  padding-top: 1em;
1475  padding-bottom: 1em;
1476  margin-top: .5em; }
1477
1478.error {
1479  background: #FFBABA url(msg-error.png) no-repeat 0.7em 0.7em;
1480  color: #000;
1481  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
1482
1483.message,
1484.static-msg {
1485  background: #676e78 url(msg-std.png) no-repeat 0.7em 0.7em;
1486  color: #fff; }
1487
1488.message a,
1489.static-msg a,
1490.message h3,
1491.static-msg h3 {
1492  color: #fff; }
1493
1494.success,
1495.warning-msg {
1496  color: #000;
1497  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
1498
1499.success {
1500  background: #9bca1c url(msg-success.png) no-repeat 0.7em 0.7em; }
1501
1502.warning-msg {
1503  background: #ffd478 url(msg-warning.png) no-repeat 0.7em 0.7em;
1504  border: 1px solid #ffd478; }
1505
1506.success a,
1507.warning-msg a,
1508.info a {
1509  color: #333; }
1510
1511.dc-update {
1512  padding: 1em 48px 0.5em 48px;
1513  margin-bottom: 1em;
1514  border-radius: 8px;
1515  background: #A2CBE9 url(msg-success.png) no-repeat 0.7em 0.7em;
1516  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
1517  color: #000;
1518  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
1519  .dc-update h3 {
1520    margin-top: 0;
1521    color: #000; }
1522  .dc-update p {
1523    display: inline-block;
1524    vertical-align: middle; }
1525  .dc-update a {
1526    color: #000;
1527    margin-right: 1em; }
1528    .dc-update a.button {
1529      padding: .5em 1em; }
1530
1531.updt-info a {
1532  margin-left: 2em;
1533  border-color: #000;
1534  font-weight: bold; }
1535
1536/** --------------------------------------------------
1537    Components
1538--------------------------------------------------- */
1539/* prelude */
1540#prelude {
1541  line-height: 1.5;
1542  margin: 0;
1543  padding: 0;
1544  overflow: hidden;
1545  position: absolute;
1546  top: 3em;
1547  left: 0;
1548  background: #a2cbe9;
1549  width: 100%;
1550  z-index: 100; }
1551  #prelude li {
1552    list-style-type: none;
1553    margin: 0;
1554    background: transparent;
1555    display: inline; }
1556    #prelude li a {
1557      padding: 3px 16px 3px 8px;
1558      background: #a2cbe9;
1559      color: #000;
1560      text-decoration: underline; }
1561      #prelude li a:hover, #prelude li a:focus {
1562        background: #fff; }
1563
1564/* si le prélude est affiché on repousse les trucs dessous */
1565#wrapper.with-prelude {
1566  padding-top: 1em; }
1567
1568#help-button.with-prelude,
1569#collapser.with-prelude {
1570  top: 1em; }
1571
1572/* header global h1, form#top-info-blog, ul#top-info-user */
1573#header a {
1574  color: #fff; }
1575#header img {
1576  vertical-align: middle;
1577  padding-left: .5em; }
1578
1579/* h1 */
1580h1 {
1581  text-indent: 100%;
1582  width: 16.5em; }
1583  h1 a {
1584    position: absolute;
1585    top: 0;
1586    left: 0;
1587    width: 150px;
1588    height: 36px;
1589    color: #fff;
1590    background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px;
1591    transition: none; }
1592    h1 a:hover, h1 a:focus {
1593      background-position: 0 -94px;
1594      background-color: transparent;
1595      transition: none; }
1596    h1 a:link {
1597      transition-timing-function: ease-in-out; }
1598
1599/* top-info-blog */
1600#top-info-blog select {
1601  max-width: 20em; }
1602#top-info-blog a {
1603  margin-left: 1.5em; }
1604#top-info-blog input[type=submit] {
1605  background: #000;
1606  border-color: #868686;
1607  margin-left: .33em; }
1608#top-info-blog input[type=submit]:hover {
1609  background: #868686; }
1610#top-info-blog p {
1611  display: inline-block;
1612  margin: 0; }
1613
1614/* top-info-user */
1615#top-info-user {
1616  padding-right: .5em;
1617  list-style-type: none;
1618  text-align: right; }
1619  #top-info-user li {
1620    display: inline-block;
1621    margin-left: .5em;
1622    padding-left: .5em;
1623    border-left: 1px solid #868686; }
1624    #top-info-user li:first-child {
1625      border-left: none; }
1626  #top-info-user a.active {
1627    border-width: 0;
1628    border-radius: 4px;
1629    margin: 0;
1630    padding: 2px 8px 3px;
1631    background-color: #f3f3f3;
1632    color: #d33800;
1633    font-weight: bold; }
1634
1635/* ------------------------------------------------------------------------------------
1636                                                                           UN POIL DE MEDIA QUERIES
1637------------------------------------------------------------------------------------ */
1638@media screen and (max-width: 26.5em) {
1639  h1,
1640  h1 a {
1641    padding: 0; } }
1642@media screen and (max-width: 38em) {
1643  h1 a:link {
1644    background: transparent url(dc_logos/b-dotclear120.png) no-repeat -270px 6px; }
1645
1646  h1 a:hover,
1647  h1 a:focus {
1648    background: url(dc_logos/b-dotclear120.png) no-repeat -270px -94px; } }
1649#main-menu div:last-child {
1650  border-bottom: none; }
1651#main-menu h3 {
1652  margin: 0;
1653  padding: 10px 0 10px 8px;
1654  color: #676e78;
1655  font-size: 1.15em; }
1656#main-menu a {
1657  color: #333;
1658  border-bottom-color: #ccc; }
1659#main-menu ul {
1660  margin: 0 0 1.5em 0;
1661  padding: 0;
1662  list-style: none; }
1663  #main-menu ul li {
1664    display: block;
1665    margin: 0.5em 0 0;
1666    padding: 4px 0 1px 32px;
1667    background-repeat: no-repeat;
1668    background-position: 8px .3em; }
1669    #main-menu ul li:first-child {
1670      margin-top: 0; }
1671#main-menu .active {
1672  background-color: #fff;
1673  font-weight: bold; }
1674  #main-menu .active a {
1675    border-bottom: none;
1676    color: #d30e60; }
1677
1678#favorites-menu,
1679#blog-menu,
1680#system-menu,
1681#plugins-menu {
1682  border-bottom: 1px dashed #A2CBE9; }
1683
1684#favorites-menu h3 {
1685  color: #000;
1686  font-variant: small-caps;
1687  padding-top: .2em; }
1688#favorites-menu .active {
1689  background-color: transparent; }
1690  #favorites-menu .active a {
1691    color: #000; }
1692
1693#search-menu {
1694  padding: 4px 5px 0;
1695  font-size: 100%; }
1696  #search-menu * {
1697    height: 2em;
1698    display: inline-block;
1699    vertical-align: top;
1700    line-height: 24px; }
1701  #search-menu p {
1702    border: 1px solid #999;
1703    border-radius: .3em;
1704    position: relative;
1705    width: 95%;
1706    overflow: hidden; }
1707  #search-menu input[type="submit"] {
1708    padding: 0 .25em;
1709    margin-left: .33em;
1710    background: #dfdfdf;
1711    border-color: #999;
1712    color: #333;
1713    border-bottom-right-radius: .3em;
1714    border-top-right-radius: .3em;
1715    border-top-left-radius: 0;
1716    border-bottom-left-radius: 0;
1717    text-shadow: none;
1718    border: none;
1719    border-left: 1px solid #999;
1720    font-size: .91em;
1721    float: right; }
1722    #search-menu input[type="submit"]:hover, #search-menu input[type="submit"]:focus {
1723      background: #676e78;
1724      color: #fff; }
1725
1726#qx {
1727  width: 80%;
1728  border-bottom-left-radius: .3em;
1729  border-top-left-radius: .3em;
1730  background: transparent url(search.png) no-repeat 4px center;
1731  text-indent: 18px;
1732  padding: 0;
1733  border: none;
1734  height: 2em; }
1735  #qx:focus {
1736    border: 1px solid #bee74b; }
1737
1738.part-tabs ul {
1739  padding: .5em 0 0 1em;
1740  border-bottom: 1px solid #ccc;
1741  line-height: 1.8; }
1742.part-tabs li {
1743  list-style: none;
1744  margin: 0;
1745  display: inline; }
1746  .part-tabs li:first-child a {
1747    border-top-left-radius: 3px; }
1748  .part-tabs li:last-child a {
1749    border-top-right-radius: 3px; }
1750  .part-tabs li a {
1751    padding: .33em 1.5em;
1752    margin-right: -1px;
1753    border: 1px solid #ccc;
1754    border-bottom: none;
1755    text-decoration: none;
1756    color: #333;
1757    background-color: #ecf0f1;
1758    display: inline-block; }
1759    .part-tabs li a:hover, .part-tabs li a:focus {
1760      color: #000;
1761      background: #fff;
1762      border-bottom-color: #fff; }
1763  .part-tabs li.part-tabs-active a {
1764    background: #fff;
1765    font-weight: bold;
1766    border-bottom-color: #fff; }
1767
1768.multi-part {
1769  padding-left: 1em; }
1770
1771.pseudo-tabs {
1772  margin: -.75em 0 2em 0;
1773  border-bottom: 1px solid #bbb;
1774  display: table;
1775  width: 100%;
1776  padding: 0;
1777  line-height: 24px;
1778  border-collapse: collapse; }
1779  .pseudo-tabs li {
1780    display: table-cell;
1781    border-width: 0 1px;
1782    border-style: solid;
1783    border-color: #ccc;
1784    padding: 0;
1785    margin: 0;
1786    text-align: center; }
1787  .pseudo-tabs a {
1788    display: block;
1789    font-weight: bold;
1790    padding: 0 24px;
1791    border-bottom: none; }
1792    .pseudo-tabs a:hover, .pseudo-tabs a:focus {
1793      background-color: #ecf0f1;
1794      color: #333; }
1795    .pseudo-tabs a.active {
1796      background-color: #ecf0f1;
1797      color: #d30e60; }
1798
1799/* contextual help */
1800#help {
1801  margin-top: 4em;
1802  background: #f5f5f5;
1803  z-index: 100;
1804  clear: both;
1805  padding: 0 1em; }
1806  #content.with-help #help {
1807    display: block;
1808    position: absolute;
1809    top: 0;
1810    right: 0;
1811    width: 32rem;
1812    border-left: 2px solid #FFD478;
1813    border-top: 2px solid #FFD478;
1814    margin-top: 0;
1815    padding: .5em 0 0 0;
1816    overflow: auto; }
1817
1818#help-button {
1819  background: transparent url(help-mini.png) no-repeat 6px center;
1820  position: absolute;
1821  top: 0;
1822  right: 0;
1823  padding: 0 1.5em 0 30px;
1824  cursor: pointer;
1825  color: #2373A8;
1826  line-height: 3; }
1827  #help-button.floatable {
1828    border-top: 2px solid #ccc;
1829    border-left: 2px solid #ccc;
1830    border-bottom: 2px solid #ccc;
1831    border-bottom-left-radius: 1em;
1832    border-top-left-radius: 1em;
1833    background-color: #f5f5f5;
1834    position: fixed;
1835    top: 10px;
1836    -webkit-transform: translateZ(0); }
1837  .no-js #help-button {
1838    top: 1em; }
1839  #help-button span {
1840    padding: .5em 0 .1em 0; }
1841  #content.with-help #help-button {
1842    right: 32rem;
1843    background-color: #f5f5f5;
1844    position: fixed;
1845    top: 6em;
1846    z-index: 100;
1847    border-top: 2px solid #FFD478;
1848    border-left: 2px solid #FFD478;
1849    border-bottom: 2px solid #FFD478;
1850    border-bottom-left-radius: 1em;
1851    border-top-left-radius: 1em; }
1852
1853.help-box {
1854  display: none; }
1855  .help-box ul {
1856    padding-left: 20px;
1857    margin-left: 0; }
1858
1859#content.with-help .help-content {
1860  padding: 0 1em 1em; }
1861.help-content dt {
1862  font-weight: bold;
1863  color: #676e78;
1864  margin: 0; }
1865.help-content dd {
1866  margin: 0.3em 0 1.5em 0; }
1867
1868/* lien d'aide générale dans le help content */
1869#helplink p {
1870  padding: 0 0 0 .5em; }
1871
1872#footer p {
1873  margin: 0;
1874  padding: 0 1em;
1875  font-size: 1em; }
1876#footer a:hover span.tooltip {
1877  padding: 10px;
1878  color: #910ed3;
1879  height: auto;
1880  width: auto;
1881  left: 0;
1882  bottom: 0;
1883  background: rgba(255, 255, 255, 0.9);
1884  z-index: 99;
1885  font-family: monospace;
1886  text-align: left;
1887  border-top: 1px solid #910ed3;
1888  border-right: 1px solid #910ed3;
1889  border-radius: 0 2em 0 0; }
1890
1891span.credit {
1892  font-size: 1em;
1893  font-weight: normal; }
1894
1895span.tooltip {
1896  position: absolute;
1897  padding: 0;
1898  border: 0;
1899  height: 1px;
1900  width: 1px;
1901  overflow: hidden; }
1902
1903/** --------------------------------------------------
1904    Tables and Filters
1905--------------------------------------------------- */
1906table .maximal, table.maximal {
1907  width: 100%; }
1908table .minimal {
1909  width: 1px; }
1910table .nowrap {
1911  white-space: nowrap;
1912  vertical-align: top; }
1913table .count {
1914  text-align: right;
1915  padding-right: 1.5em; }
1916
1917th.first input {
1918  padding-right: 34px; }
1919
1920th img,
1921tr.line img {
1922  vertical-align: middle; }
1923  th img.expand,
1924  tr.line img.expand {
1925    margin-right: 6px;
1926    margin-bottom: -2px; }
1927
1928tr.line p {
1929  margin: 0; }
1930tr.line input,
1931tr.line select {
1932  vertical-align: middle;
1933  box-shadow: none; }
1934tr.line select {
1935  width: 6em; }
1936tr.line input[type=text] {
1937  background: #fff; }
1938tr.line:hover {
1939  background: #f3f3f3; }
1940
1941td.status {
1942  vertical-align: middle; }
1943  td.status img {
1944    margin-bottom: -2px; }
1945  td.status a {
1946    border: none; }
1947
1948.noborder td,
1949td.noborder,
1950.noborder th,
1951th.noborder {
1952  border-width: 0 0 1px 0;
1953  border-color: #dfdfdf;
1954  line-height: 2em;
1955  padding-bottom: 0; }
1956
1957.noborder p {
1958  margin-bottom: 0; }
1959
1960table.posts-list {
1961  min-width: 50%; }
1962
1963table.settings,
1964table.prefs {
1965  margin-bottom: 3em; }
1966  table.settings th:first-child,
1967  table.prefs th:first-child {
1968    width: 20%; }
1969  table.settings th + th,
1970  table.prefs th + th {
1971    width: 30%; }
1972    table.settings th + th + th,
1973    table.prefs th + th + th {
1974      width: 10%; }
1975  table.settings th:last-child,
1976  table.prefs th:last-child {
1977    width: 40%; }
1978
1979/* js */
1980td.expand {
1981  padding: 1em; }
1982  td.expand td {
1983    border-bottom: none; }
1984
1985.handle {
1986  padding: 0; }
1987
1988.handler {
1989  cursor: move;
1990  background: transparent url(drag.png) no-repeat 0 50%;
1991  padding-left: 15px; }
1992
1993a.form-control {
1994  display: none;
1995  background: url(../images/expand.png) no-repeat 4px center;
1996  padding-left: 20px;
1997  color: #000; }
1998  a.form-control.open {
1999    background: url(../images/hide.png) no-repeat 4px center; }
2000
2001#filters-form {
2002  border: 1px solid #a2cbe9;
2003  border-radius: .3em;
2004  margin-bottom: 2em;
2005  padding: .5em 1em 0; }
2006  #filters-form .table {
2007    width: 100%;
2008    padding: 0;
2009    margin-bottom: 1em;
2010    margin-top: .5em; }
2011  #filters-form .cell {
2012    padding: 0 2em 0 0; }
2013  #filters-form .filters-sibling-cell {
2014    padding-top: 3.8em; }
2015  #filters-form .filters-options {
2016    padding-left: 2em;
2017    border-left: 1px solid #ccc; }
2018  #filters-form select {
2019    width: 14em;
2020    vertical-align: middle; }
2021  #filters-form h4 {
2022    margin-top: 0;
2023    margin-bottom: 2em; }
2024  #filters-form label.ib,
2025  #filters-form span.ib {
2026    width: 7em; }
2027  #filters-form label.ibw,
2028  #filters-form span.ibw {
2029    width: 9em;
2030    display: inline-block; }
2031
2032span.ib {
2033  width: 7em; }
2034
2035span.ibw {
2036  width: 9em;
2037  display: inline-block; }
2038
2039/** --------------------------------------------------
2040    Pages
2041--------------------------------------------------- */
2042#login-screen {
2043  display: block;
2044  width: 20em;
2045  margin: 1.5em auto 0;
2046  font-size: 1.16em; }
2047  #login-screen h1 {
2048    text-indent: -2000px;
2049    background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left;
2050    height: 66px;
2051    width: 20em;
2052    margin-bottom: .5em;
2053    margin-left: 0; }
2054  #login-screen .fieldset {
2055    border: 1px solid #9bca1c;
2056    padding: 1em 1em 0 1em;
2057    background: #fff;
2058    margin-bottom: 0;
2059    margin-top: 1em; }
2060  #login-screen input[type=text],
2061  #login-screen input[type=password],
2062  #login-screen input[type=submit],
2063  #login-screen input[type=text]:focus,
2064  #login-screen input[type=password]:focus,
2065  #login-screen input[type=submit]:focus {
2066    width: 100%;
2067    margin: 0;
2068    padding: 5px 3px; }
2069  #login-screen input.login,
2070  #login-screen input.login:focus {
2071    padding-top: 6px;
2072    padding-bottom: 6px;
2073    font-size: 1em; }
2074  #login-screen #issue {
2075    margin-left: 1.33em;
2076    font-size: .91em; }
2077    #login-screen #issue p:first-child {
2078      text-align: right; }
2079    #login-screen #issue strong {
2080      font-weight: normal; }
2081
2082#dashboard-main {
2083  text-align: center; }
2084
2085/* raccourcis */
2086#icons {
2087  display: flex;
2088  flex-wrap: wrap;
2089  justify-content: center; }
2090  #icons p {
2091    width: 13em;
2092    text-align: center;
2093    margin: 1em 0 2em; }
2094  #icons a, #icons a:link, #icons a:visited, #icons a:hover, #icons a:focus {
2095    border-bottom-width: 0;
2096    text-decoration: none; }
2097  #icons a span {
2098    border-bottom: 1px dotted #999;
2099    color: #333; }
2100  #icons a img {
2101    padding: 1.5em;
2102    background-color: #f9f9f9;
2103    border-radius: 8px;
2104    border: 1px solid #dadada;
2105    display: inline-block; }
2106  #icons a:focus {
2107    outline: 0;
2108    border-color: #fff; }
2109    #icons a:focus span {
2110      border: 2px solid #bee74b; }
2111  #icons a:focus img, #icons a:hover img {
2112    background: #bee74b;
2113    outline: 0;
2114    border-color: #dadada; }
2115  #icons a:focus span, #icons a:hover span {
2116    border-bottom-style: solid; }
2117
2118/* billet rapide */
2119#quick {
2120  padding: 1em;
2121  max-width: 976px;
2122  margin: 0 auto;
2123  background: #f5f5f5;
2124  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
2125  text-align: left; }
2126  #quick h3 {
2127    margin-bottom: 0.2em;
2128    font-size: 1.2em; }
2129  #quick p.qinfo {
2130    margin: -.7em -1em 1em;
2131    background: #D9EDF7 url(info.png) no-repeat 0.2em 0.2em;
2132    border: 1px solid #BCE8F1;
2133    padding: .2em 1em .1em 24px;
2134    color: #000; }
2135  #quick #new_cat,
2136  #quick .q-cat,
2137  #quick .q-cat label {
2138    display: inline-block;
2139    vertical-align: top;
2140    margin-right: 1em;
2141    margin-top: 0; }
2142  #quick .q-cat label {
2143    margin-right: .3em; }
2144  #quick #new_cat {
2145    margin-bottom: 2em; }
2146
2147/* modules additionnels */
2148#dashboard-boxes {
2149  margin: 1em auto 1em;
2150  padding-top: 2em;
2151  display: flex;
2152  flex-wrap: wrap;
2153  justify-content: center; }
2154  #dashboard-boxes .box {
2155    padding: 10px;
2156    border: 1px solid #ccc;
2157    border-radius: 3px;
2158    min-height: 200px;
2159    margin: 10px;
2160    text-align: left; }
2161
2162.db-items,
2163.db-contents {
2164  display: flex;
2165  flex-wrap: wrap;
2166  justify-content: center;
2167  flex: 1 1 auto; }
2168  .db-items img,
2169  .db-contents img {
2170    vertical-align: middle; }
2171  .db-items ul,
2172  .db-contents ul {
2173    display: block;
2174    padding-left: 1.5em;
2175    list-style: square; }
2176  .db-items li,
2177  .db-contents li {
2178    margin: 0.25em 0 0 0; }
2179
2180.no-js .outgoing img {
2181  display: none; }
2182
2183.dc-box {
2184  background: transparent url(dc_logos/sq-logo-32.png) no-repeat top right; }
2185
2186#news dt {
2187  font-weight: bold;
2188  margin: 0 0 0.4em 0; }
2189#news dd {
2190  margin: 0 0 1em 0; }
2191  #news dd p {
2192    margin: 0.2em 0 0 0; }
2193
2194/* message de mise à jour */
2195#upg-notify ul {
2196  padding-left: 1.5em; }
2197#upg-notify li {
2198  color: #fff; }
2199
2200#media_img_title_pattern {
2201  margin-right: 1em; }
2202
2203#part-users > div {
2204  display: flex;
2205  flex-wrap: wrap;
2206  justify-content: left; }
2207
2208.user-perm {
2209  margin: 0 1em 1em 0;
2210  background: transparent url(user.png) no-repeat 0.5em 0.5em;
2211  width: 20em;
2212  border: 1px solid #ccc;
2213  border-radius: .5em;
2214  padding: 0 1em .5em; }
2215  .user-perm h4,
2216  .user-perm h5,
2217  .user-perm p,
2218  .user-perm ul,
2219  .user-perm li {
2220    margin: .5em 0 .33em;
2221    padding: 0; }
2222  .user-perm h4 {
2223    padding-left: 28px; }
2224  .user-perm h5 {
2225    margin: 1em 0 0 0; }
2226  .user-perm li {
2227    margin-left: 1em;
2228    padding-left: 0; }
2229  .user-perm.user_super {
2230    background-color: rgba(153, 197, 255, 0.25); }
2231
2232li.user_super,
2233li.user_admin {
2234  margin-left: 0;
2235  padding-left: 20px;
2236  list-style: none;
2237  background: transparent url(../images/superadmin.png) no-repeat 0 0.3em; }
2238
2239li.user_admin {
2240  background-image: url(../images/admin.png); }
2241
2242/* pour les alignements verticaux */
2243#theme-new,
2244#theme-activate,
2245#theme-deactivate,
2246#theme-update {
2247  margin-left: -10px;
2248  margin-right: -10px; }
2249
2250.box.theme {
2251  margin: 5px;
2252  padding: 10px 10px 5px 10px;
2253  border: 1px solid #dfdfdf;
2254  position: relative; }
2255  .box.theme:hover {
2256    background: #ecf0f1 url(texture.png); }
2257  .box.theme input {
2258    margin-bottom: 1em; }
2259
2260.module-name,
2261.module-name label {
2262  margin-bottom: .5em;
2263  color: #676e78; }
2264
2265.module-sshot {
2266  text-align: center; }
2267  .module-sshot img {
2268    padding: 5px;
2269    background: #f7f7f7;
2270    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
2271    border: 3px solid #fff;
2272    max-width: 100%; }
2273
2274.module-actions {
2275  margin-top: 1em; }
2276
2277.bloc-toggler {
2278  text-align: right; }
2279  .bloc-toggler img {
2280    opacity: .4; }
2281    .bloc-toggler img:hover {
2282      opacity: 1; }
2283  .bloc-toggler a:focus img {
2284    opacity: 1; }
2285
2286span.module-version:before {
2287  content: "- "; }
2288
2289.toggle-bloc .mod-more {
2290  display: block;
2291  margin-left: 0; }
2292
2293.module-name input[type="checkbox"] {
2294  margin-bottom: 0; }
2295
2296/**
2297Les screenshots des thèmes ont deux tailles possibles :
2298- dans Ajouter des thèmes : 240px (+ 10 padding image + 20 padding boîte + 6 bordure + 2 ombrage = 278)
2299- dans Thèmes installés : 280px (+ 10 padding-image + 20 padding-boîte + 2 ombrage = 318)
2300On adapte largeur et hauteur en fonction
2301*/
2302#theme-new .box.theme,
2303#theme-update .box.theme {
2304  /* Ajouter un thème */
2305  width: 278px;
2306  min-height: 275px; }
2307
2308#theme-new .module-sshot img {
2309  /* Pour ceux qui n'ont pas de miniature on contraint l'image */
2310  max-width: 240px;
2311  max-height: 210px;
2312  overflow: hidden; }
2313
2314#theme-deactivate .box.theme {
2315  /* Thèmes désactivés */
2316  width: 278px; }
2317  #theme-deactivate .box.theme:hover {
2318    background: transparent url(dc_logos/sq-logo-32.png) no-repeat top right; }
2319
2320#theme-activate .box.theme {
2321  /* Thèmes installés */
2322  width: 318px;
2323  min-height: 304px;
2324  max-width: 100%; }
2325
2326/* si js est là, les infos viennent par dessus le screenshot */
2327.with-js #theme-new .module-infos.toggle-bloc,
2328.with-js #theme-new .module-actions.toggle-bloc {
2329  position: absolute;
2330  left: 10px;
2331  width: 239px;
2332  margin: 0;
2333  padding: 10px;
2334  background: rgba(250, 250, 250, 0.95); }
2335.with-js #theme-new .module-infos.toggle-bloc {
2336  top: 128px;
2337  height: 80px;
2338  border-top: 1px solid #e3e3e3; }
2339.with-js #theme-new .module-actions.toggle-bloc {
2340  top: 208px;
2341  height: 40px;
2342  border-bottom: 1px solid #e3e3e3; }
2343
2344.with-js .module-sshot:hover {
2345  cursor: pointer; }
2346
2347/* mise en forme pour la boîte du thème courant */
2348.box.current-theme {
2349  /* Thème courant */
2350  width: 646px;
2351  margin: 5px;
2352  padding: 20px 18px 6px;
2353  background: #fff url(texture.png);
2354  border: 1px solid #eee;
2355  border-radius: .5em;
2356  min-height: 326px;
2357  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
2358  position: relative; }
2359  .box.current-theme .module-sshot:hover {
2360    cursor: auto; }
2361  .box.current-theme .module-sshot img {
2362    float: left;
2363    margin-right: 2em;
2364    border: 9px solid #fff;
2365    padding: 5px;
2366    max-width: 308px;
2367    max-height: 273px; }
2368  .box.current-theme .module-name {
2369    color: #D33800;
2370    font-size: 1.5em;
2371    margin-bottom: 1em; }
2372
2373.current-actions {
2374  width: auto;
2375  overflow: hidden;
2376  padding-top: 2em;
2377  margin: 1.5em 0 2em;
2378  background: transparent url(../images/minus-theme.png) no-repeat left top; }
2379  .current-theme .current-actions {
2380    position: absolute;
2381    bottom: 0;
2382    right: 18px; }
2383
2384#categories {
2385  margin: 1em 0; }
2386  #categories ul {
2387    list-style: none;
2388    margin-top: 2em;
2389    padding: 0; }
2390    #categories ul ul {
2391      margin-right: 2em;
2392      margin-left: 2em; }
2393  #categories .placeholder {
2394    outline: 1px dashed #4183C4;
2395    min-height: 2.5em; }
2396
2397.cat-line {
2398  position: relative;
2399  margin: .66em 0;
2400  padding: .66em 1em;
2401  border: 1px solid #ccc;
2402  border-radius: 3px; }
2403  .cat-line label {
2404    margin-right: .25em; }
2405    .cat-line label a {
2406      font-weight: bold; }
2407  .cat-line p,
2408  .cat-line label {
2409    margin: 0;
2410    display: inline-block; }
2411  .cat-line .cat-line {
2412    border: 1px solid #dfdfdf; }
2413
2414p.cat-title {
2415  margin-right: 1em; }
2416
2417.cat-nb-posts a {
2418  color: #333; }
2419
2420.cat-url {
2421  padding-left: 1em; }
2422
2423.cat-buttons {
2424  float: right;
2425  margin-top: -.2em;
2426  font-size: .91em; }
2427  .cat-buttons select {
2428    padding: 1px 2px 3px 2px;
2429    margin-right: .25em; }
2430  .cat-buttons .reset {
2431    padding-left: 4px;
2432    padding-right: 4px; }
2433
2434.cat-actions {
2435  line-height: 2; }
2436
2437#del_cat {
2438  width: 100%; }
2439
2440.media-file-mode a {
2441  border-bottom: none; }
2442.media-file-mode img {
2443  margin-right: 1em; }
2444
2445span.media-file-mode {
2446  margin-right: 1em; }
2447
2448.media-item {
2449  position: relative;
2450  border: 1px solid #dfdfdf;
2451  margin: 9px;
2452  padding: 10px 12px 6px;
2453  width: 320px;
2454  display: inline-block;
2455  vertical-align: top;
2456  min-height: 140px;
2457  word-wrap: break-word; }
2458  .media-item p {
2459    margin: 0 0 .5em; }
2460  .media-item object {
2461    margin-top: .5em; }
2462  .media-item ul {
2463    display: block;
2464    list-style: none;
2465    margin: 0;
2466    padding: 0; }
2467  .media-item audio {
2468    width: 90%;
2469    margin-top: .5em; }
2470
2471a.media-icon {
2472  display: block;
2473  border-bottom: none;
2474  margin: 0 auto; }
2475
2476.media-icon img {
2477  display: block; }
2478
2479a.media-flag {
2480  border-bottom: none; }
2481
2482.media-flag img {
2483  float: left;
2484  margin-right: .5em; }
2485
2486.media-link {
2487  font-size: 1.1em; }
2488
2489.media-action-box {
2490  position: relative;
2491  margin: 3em 3em 1em 1em;
2492  display: inline-block;
2493  vertical-align: top; }
2494
2495li.media-action {
2496  display: block;
2497  position: absolute;
2498  bottom: 4px;
2499  right: 8px;
2500  height: 16px; }
2501  li.media-action a {
2502    border: none; }
2503    li.media-action a.attach-media {
2504      margin-right: 5px; }
2505  li.media-action form {
2506    display: inline; }
2507  li.media-action input {
2508    border: none; }
2509
2510#entry-sidebar .media-item {
2511  width: 100%;
2512  min-height: 0;
2513  padding: 4px;
2514  margin: .33em 0; }
2515
2516#entry-sidebar li.media-action {
2517  top: 4px; }
2518
2519.folders-group .media-item {
2520  min-height: 70px; }
2521  .folders-group .media-item p {
2522    margin-bottom: 0; }
2523
2524.media-folder {
2525  background: transparent url(bg_menu.png) repeat-y;
2526  border-color: #eee; }
2527  .media-folder .media-link {
2528    font-size: 1.25em;
2529    margin-left: 2em;
2530    color: #676e78;
2531    border-bottom: none; }
2532
2533tr.media-folder {
2534  background: transparent; }
2535
2536.media-folder-up {
2537  border-color: #fff;
2538  padding-bottom: 6px; }
2539
2540.medias-delete,
2541.medias-select {
2542  text-align: right; }
2543
2544.media-recent {
2545  float: left;
2546  margin-right: 2em; }
2547
2548#media-fav-dir {
2549  border-bottom: none; }
2550  #media-fav-dir img {
2551    vertical-align: middle; }
2552
2553/* upload multiple */
2554.enhanced_uploader .choose_files,
2555.enhanced_uploader .cancel,
2556.enhanced_uploader .clean,
2557.enhanced_uploader .start {
2558  margin-right: .4em; }
2559.enhanced_uploader #upfile {
2560  visibility: hidden;
2561  width: 0;
2562  height: 0;
2563  margin: 0;
2564  opacity: 0;
2565  filter: alpha(opacity=0);
2566  cursor: pointer; }
2567.enhanced_uploader .button.choose_files {
2568  display: inline-block; }
2569.enhanced_uploader .max-size {
2570  display: block; }
2571.enhanced_uploader .one-file {
2572  display: none; }
2573.enhanced_uploader p.clear {
2574  padding-top: 1em;
2575  margin-bottom: 1em; }
2576
2577.button.clean,
2578.button.cancel,
2579.button.choose_files {
2580  display: none; }
2581
2582label span.one-file {
2583  display: inline; }
2584
2585#add-file-f p.clear {
2586  margin-top: 1em;
2587  margin-bottom: 0;
2588  clear: both; }
2589
2590.files {
2591  list-style-type: none;
2592  margin-left: 0;
2593  padding-left: 0;
2594  border-bottom: 1px solid #dfdfdf; }
2595  .files li {
2596    margin-left: 0;
2597    padding-left: 0; }
2598
2599.upload-msg {
2600  font-weight: bold; }
2601  .upload-msg.upload-error {
2602    color: #900; }
2603
2604.upload-files {
2605  padding: 0 0.5em;
2606  margin: 1em 0; }
2607
2608.upload-file {
2609  margin: 0;
2610  padding: .3em 0;
2611  border-top: 1px solid #dfdfdf;
2612  position: relative; }
2613
2614.upload-fileinfo {
2615  margin-left: 0; }
2616  .upload-fileinfo input {
2617    position: absolute;
2618    top: .5em;
2619    right: .5em; }
2620  .upload-fileinfo span {
2621    padding-right: 8px; }
2622  .upload-fileinfo .upload-filecancel {
2623    display: block;
2624    padding-right: 0;
2625    margin-top: 3px;
2626    width: 20px;
2627    height: 20px;
2628    background: transparent url("cancel.png") no-repeat left top;
2629    text-indent: -1000px;
2630    cursor: pointer;
2631    float: left; }
2632
2633.upload-filemsg {
2634  font-weight: bold;
2635  color: green; }
2636  .upload-filemsg .upload-error {
2637    color: #900; }
2638
2639.upload-progress {
2640  padding: .3em 0; }
2641  .upload-progress div {
2642    width: 0;
2643    height: 1.2em;
2644    font-weight: bold;
2645    line-height: 1.2em;
2646    text-align: right;
2647    background: green url(loader.png) repeat-x left top;
2648    color: white;
2649    border-radius: 3px; }
2650
2651div.template-upload {
2652  clear: both; }
2653
2654.queue-message {
2655  font-weight: bold; }
2656
2657#media-icon {
2658  float: left; }
2659
2660.near-icon {
2661  margin-left: 70px;
2662  margin-bottom: 3em; }
2663
2664#media-details ul {
2665  display: block;
2666  margin-left: 0;
2667  padding: 0; }
2668#media-details li {
2669  list-style: square inside;
2670  margin: 0;
2671  padding: 0; }
2672
2673#media-original-image {
2674  overflow: auto; }
2675  #media-original-image.overheight {
2676    height: 500px; }
2677
2678.modules td.module-actions, .modules td.module-icon {
2679  vertical-align: middle; }
2680.modules td.module-icon img:last-child {
2681  width: 16px;
2682  height: 16px; }
2683.modules td.module-icon img.expand {
2684  margin-bottom: 3px; }
2685.modules td.module-distrib img {
2686  display: block;
2687  float: right; }
2688
2689.modules tr.expand,
2690.modules td.expand {
2691  background: #f7f7f7;
2692  border-color: #bee74b; }
2693
2694.modules tr.expand td:first-child {
2695  font-weight: bold;
2696  background: #dfe5e7; }
2697
2698.modules td.expand {
2699  padding: 0 0 1em;
2700  border-top: 1px solid #eaeaea; }
2701  .modules td.expand div {
2702    display: inline-block;
2703    vertical-align: top;
2704    margin-right: 3em; }
2705
2706.modules dt {
2707  font-weight: bold; }
2708
2709.modules a.module-details {
2710  background: transparent url(search.png) no-repeat 2px center;
2711  padding: 4px 4px 0 20px; }
2712.modules a.module-support {
2713  background: transparent url(help12.png) no-repeat 2px center;
2714  padding: 4px 4px 0 20px; }
2715.modules a.module-config {
2716  background: transparent url(settings.png) no-repeat 2px 6px;
2717  padding: 4px 4px 0 18px; }
2718
2719#m_search {
2720  background: transparent url(search.png) no-repeat 4px center;
2721  padding-left: 20px; }
2722
2723.mod-more {
2724  padding-top: .5em; }
2725  .mod-more,
2726  .mod-more li {
2727    margin: .25em 0 0 1em;
2728    padding: 0;
2729    list-style-type: none; }
2730
2731#plugin-update td {
2732  vertical-align: baseline; }
2733
2734#entry-wrapper {
2735  float: left;
2736  width: 100%;
2737  margin-right: -16em; }
2738
2739#entry-content {
2740  margin-right: 18em;
2741  margin-left: 0; }
2742
2743#entry-sidebar {
2744  width: 16em;
2745  float: right; }
2746  #entry-sidebar h4 {
2747    font-size: 1.08em;
2748    margin-top: .3em; }
2749  #entry-sidebar select {
2750    width: 100%; }
2751  #entry-sidebar input#post_position {
2752    width: 4em; }
2753
2754.sb-box {
2755  border-bottom: 1px solid #dfdfdf;
2756  margin-bottom: 1em; }
2757
2758#tb_excerpt {
2759  width: 100%; }
2760
2761.fav-list {
2762  list-style-type: none;
2763  margin-left: 0;
2764  padding-left: 0; }
2765  #my-favs .fav-list {
2766    border-top: 1px solid #eee; }
2767  .fav-list li {
2768    margin-left: 0;
2769    padding-left: 0;
2770    padding-top: 3px;
2771    padding-bottom: 3px;
2772    position: relative; }
2773    #my-favs .fav-list li {
2774      line-height: 2;
2775      border-bottom: 1px solid #eee;
2776      padding-top: 3px;
2777      padding-bottom: 3px;
2778      position: relative; }
2779    .fav-list li span.zoom {
2780      display: none; }
2781    .fav-list li:hover span.zoom {
2782      display: block;
2783      position: absolute;
2784      bottom: 0;
2785      left: 10em;
2786      background-color: #f7f7f7;
2787      border: 1px solid #dfdfdf;
2788      padding: .2em;
2789      border-radius: .5em; }
2790  .fav-list img {
2791    vertical-align: middle;
2792    margin-right: .2em; }
2793
2794#my-favs {
2795  border-color: #9bca1c; }
2796  #my-favs input.position {
2797    margin: 0 0 .4em .2em; }
2798
2799#available-favs input,
2800#available-favs label,
2801#available-favs label span {
2802  white-space: normal;
2803  display: inline; }
2804#available-favs label span.zoom {
2805  display: none; }
2806#available-favs li:hover label span.zoom {
2807  display: block;
2808  position: absolute;
2809  bottom: 0;
2810  left: 10em;
2811  background-color: #f7f7f7;
2812  border: 1px solid #dfdfdf;
2813  padding: .2em;
2814  border-radius: .5em; }
2815
2816#user-options label.ib {
2817  display: inline-block;
2818  width: 14em;
2819  padding-right: 1em; }
2820
2821.blog-perm {
2822  margin-top: 2em;
2823  padding-top: 2em;
2824  font-weight: bold; }
2825
2826.ul-perm {
2827  list-style-type: square;
2828  margin-left: 0;
2829  padding-left: 3.5em;
2830  margin-bottom: 0; }
2831
2832.add-perm {
2833  padding-top: .5em;
2834  padding-left: 2.5em;
2835  margin-left: 0; }
2836
2837.guideline #content h2 {
2838  color: #d33800;
2839  padding: 2em 0 0 0;
2840  margin: 1em 0;
2841  font-size: 2em; }
2842  .guideline #content h2:first-child {
2843    margin-top: 0;
2844    padding-top: .5em; }
2845.guideline h3 {
2846  margin-top: 2em; }
2847.guideline .dc-update h3 {
2848  margin-top: 0; }
2849.guideline .one-box .box {
2850  border: 1px solid #dfdfdf;
2851  padding: 2px .5em; }
2852.guideline #main-menu ul {
2853  margin: 0;
2854  padding: 0;
2855  font-weight: normal; }
2856.guideline #main-menu li {
2857  padding-left: 1em; }
2858
2859/** --------------------------------------------------
2860    Misc
2861--------------------------------------------------- */
2862/* jQuery Autocomplete plugin */
2863.ac_results {
2864  padding: 0px;
2865  border: 1px dotted #f90;
2866  background-color: white;
2867  overflow: hidden;
2868  z-index: 99999; }
2869  .ac_results ul {
2870    width: 100%;
2871    list-style-position: outside;
2872    list-style: none;
2873    padding: 0;
2874    margin: 0; }
2875  .ac_results li {
2876    margin: 0px;
2877    padding: 2px 5px;
2878    cursor: default;
2879    display: block;
2880    font-size: 1em;
2881    line-height: 16px;
2882    overflow: hidden; }
2883
2884.ac_loading {
2885  background: transparent url("loader.gif") right center no-repeat; }
2886
2887.ac_over {
2888  background-color: #2373a8;
2889  color: white; }
2890
2891/* password indicator */
2892.pw-table {
2893  display: table;
2894  margin-bottom: 1em; }
2895
2896.pw-cell {
2897  display: table-cell;
2898  margin-bottom: 1em; }
2899
2900#pwindicator {
2901  display: table-cell;
2902  vertical-align: bottom;
2903  padding-left: 1.5em;
2904  height: 3.8em; }
2905  #pwindicator .bar {
2906    height: 6px;
2907    margin-bottom: 4px; }
2908
2909.pw-very-weak .bar {
2910  background: #b33630;
2911  width: 30px; }
2912
2913.pw-weak .bar {
2914  background: #b33630;
2915  width: 60px; }
2916
2917.pw-mediocre .bar {
2918  background: #f90;
2919  width: 90px; }
2920
2921.pw-strong .bar {
2922  background: #9bca1c;
2923  width: 120px; }
2924
2925.pw-very-strong .bar {
2926  background: #9bca1c;
2927  width: 150px; }
2928
2929/* ------------------------------------------------------------------ navigation */
2930/* selects accès rapide */
2931.anchor-nav {
2932  background: #ecf0f1;
2933  color: #000;
2934  padding: 4px 1em; }
2935  .anchor-nav label {
2936    vertical-align: bottom; }
2937
2938/* nav links */
2939.nav_prevnext {
2940  margin-bottom: 2em;
2941  color: #fff; }
2942
2943.nav_prevnext a,
2944a.back {
2945  color: #2373A8;
2946  border: 1px solid #dfdfdf;
2947  padding: 2px 1.5em;
2948  border-radius: .75em;
2949  background-color: #f3f3f3; }
2950
2951a.back:before {
2952  content: "\ab\a0"; }
2953
2954a.onblog_link {
2955  color: #333;
2956  float: right;
2957  border: 1px solid #eee;
2958  padding: 2px 1.5em;
2959  border-radius: .75em;
2960  background-color: #ECF0F1;
2961  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
2962
2963/* Pagination */
2964.pager {
2965  margin: 2em 0 1em 0;
2966  clear: left; }
2967  .pager ul {
2968    list-style-type: none;
2969    margin: 0;
2970    padding: 0; }
2971  .pager li,
2972  .pager input {
2973    display: inline-block;
2974    vertical-align: middle;
2975    margin: 0 .33em 0 0;
2976    padding: 0;
2977    text-align: center; }
2978  .pager .btn {
2979    border: 1px solid #dfdfdf;
2980    background-color: #fcfcfc;
2981    color: #676e78;
2982    border-radius: 3px;
2983    overflow: hidden; }
2984    .pager .btn.no-link {
2985      border-color: #dfdfdf;
2986      background-color: #f9f9f9;
2987      padding: 1px 3px 0; }
2988  .pager .active {
2989    padding: 4px 12px;
2990    color: #676e78; }
2991  .pager .direct-access {
2992    margin-left: 2em; }
2993    .pager .direct-access input[type=text] {
2994      border: 1px solid #dfdfdf;
2995      padding: 3px 8px;
2996      margin-left: .25em;
2997      background-color: #fff; }
2998    .pager .direct-access input[type=submit] {
2999      padding: 3px 6px; }
3000  .pager a {
3001    display: block;
3002    padding: 1px 3px 0;
3003    border: none; }
3004    .pager a:hover, .pager a:focus {
3005      background-color: #ecf0f1; }
3006
3007.index .btn.no-link,
3008.index a {
3009  padding: 2px 8px 3px;
3010  font-variant: small-caps; }
3011.index li {
3012  margin-bottom: 3px; }
3013.index a {
3014  font-weight: bold; }
3015.index .btn.no-link {
3016  color: #ccc; }
3017.index .active {
3018  padding: 4px 8px;
3019  color: #fff;
3020  background: #676e78;
3021  border-radius: 3px;
3022  font-variant: small-caps; }
3023
3024/* Etapes */
3025.step {
3026  display: inline-block;
3027  float: left;
3028  margin: 3px 10px 2px 0;
3029  padding: 5px .5em;
3030  background: #ecf0f1;
3031  border-radius: 3px;
3032  font-weight: bold;
3033  border: 1px solid #c5c5c5;
3034  color: #676e78; }
3035
3036/* ---------------------------------------------------------------- utilisables partout  */
3037.legible {
3038  font-size: 1.16em;
3039  max-width: 62em; }
3040
3041.fieldset {
3042  background: #fff;
3043  border: 1px solid #c5c5c5;
3044  border-radius: 3px;
3045  padding: 1em .7em .5em;
3046  margin-bottom: 1em; }
3047  .fieldset h3 {
3048    margin-top: 0; }
3049
3050.right,
3051.txt-right {
3052  text-align: right; }
3053
3054.txt-center {
3055  text-align: center; }
3056
3057.txt-left {
3058  text-align: left; }
3059
3060.no-margin,
3061label.no-margin {
3062  margin-top: 0;
3063  margin-bottom: 0; }
3064
3065.vertical-separator {
3066  margin-top: 2em; }
3067
3068p.clear.vertical-separator {
3069  padding-top: 2em; }
3070
3071.border-top {
3072  border-top: 1px solid #999;
3073  padding-top: 1em;
3074  margin-top: 1em; }
3075
3076.grid {
3077  background: transparent repeat url("grid.png") 0 0; }
3078
3079ul.nice {
3080  margin: 1em 0;
3081  padding: 0 0 0 2em;
3082  list-style: square; }
3083  ul.nice li {
3084    margin: 0;
3085    padding: 0; }
3086
3087ul.from-left {
3088  list-style-type: none;
3089  padding-left: 0;
3090  margin: 1em 0; }
3091  ul.from-left > li {
3092    margin-top: 1em;
3093    margin-bottom: 1em; }
3094  ul.from-left ul {
3095    list-style-type: square; }
3096
3097.offline {
3098  color: #676e78; }
3099
3100/* caché pour tout le monde */
3101.hide,
3102.button.hide {
3103  display: none !important; }
3104
3105/* Caché sauf pour les revues d'écran */
3106.hidden,
3107.with-js .out-of-screen-if-js {
3108  position: absolute !important;
3109  clip: rect(1px 1px 1px 1px);
3110  /* IE6, IE7 */
3111  clip: rect(1px, 1px, 1px, 1px);
3112  padding: 0 !important;
3113  border: 0 !important;
3114  height: 1px !important;
3115  width: 1px !important;
3116  overflow: hidden; }
3117
3118/* caché si js est inactif */
3119.no-js .hidden-if-no-js {
3120  display: none; }
3121
3122/* caché si js est actif */
3123.with-js .hidden-if-js {
3124  display: none; }
3125
3126/* ---------------------------------------------- Couleurs ajoutées via javascript
3127/* color-picker.js */
3128.color-color-picker {
3129  border: 1px solid #000;
3130  width: 195px;
3131  background: #fff; }
3132
3133/* _media_item.js */
3134.color-div {
3135  border: 1px solid #ccc; }
3136
3137/* fadings ('color' est utilisé comme variable, pas comme text color) */
3138.colorBeginPassword,
3139.colorBeginValidatorErr,
3140.colorBeginUserMail {
3141  color: #fff; }
3142
3143.colorEndPassword,
3144.colorEndError,
3145.colorEndValidatorErr,
3146.colorEndUserMail {
3147  color: #ffbaba; }
3148
3149.colorBeginMessage {
3150  color: #ccc; }
3151
3152.colorEndMessage,
3153.colorBeginValidatorMsg {
3154  color: #676e78; }
3155
3156.colorBeginError {
3157  color: #fefacd; }
3158
3159.colorBeginSuccess {
3160  color: #9BCA1C; }
3161
3162.colorEndSuccess {
3163  color: #bee74b; }
3164
3165.colorEndValidatorMsg {
3166  color: #ffcc00; }
3167
3168/* ------------------------------------------------------------------------------------
3169                                                                           UN POIL DE MEDIA QUERIES
3170------------------------------------------------------------------------------------ */
3171@media screen and (max-width: 44em) {
3172  #help-button {
3173    padding: 0;
3174    font-size: .83em;
3175    line-height: 68px; } }
3176@media screen and (max-width: 38em) {
3177  #dashboard-main {
3178    padding: 0; }
3179
3180  #content,
3181  .hide-mm #content {
3182    padding: 0 .5em !important; }
3183
3184  #main #content > h2 {
3185    padding: 6px 30px 4px .5em; }
3186
3187  .cell,
3188  #filters-form .cell {
3189    border: none;
3190    padding: 1em; }
3191
3192  .pseudo-tabs li {
3193    padding: .25em; }
3194    .pseudo-tabs li:first-child, .pseudo-tabs li:nth-of-type(2) {
3195      border-top: none; } }
3196@media screen and (max-width: 26.5em) {
3197  #content.with-help #help {
3198    font-size: 1.2rem; }
3199
3200  p.top-add {
3201    text-align: center; }
3202
3203  .multi-part {
3204    padding-left: 0; }
3205
3206  .part-tabs ul {
3207    padding: 0 .5em; }
3208
3209  #icons p {
3210    padding: 1em .25em; }
3211
3212  .box.current-theme {
3213    padding: 10px; }
3214
3215  th,
3216  td {
3217    padding: 0.3em 1em 0.3em 0; }
3218
3219  .pseudo-tabs li:first-child {
3220    border-top: none; } }
3221/** --------------------------------------------------
3222     3rd parties
3223--------------------------------------------------- */
3224/* Magnific Popup CSS */
3225.mfp-bg {
3226  top: 0;
3227  left: 0;
3228  width: 100%;
3229  height: 100%;
3230  z-index: 1042;
3231  overflow: hidden;
3232  position: fixed;
3233  background: #0b0b0b;
3234  opacity: 0.8; }
3235
3236.mfp-wrap {
3237  top: 0;
3238  left: 0;
3239  width: 100%;
3240  height: 100%;
3241  z-index: 1043;
3242  position: fixed;
3243  outline: none !important;
3244  -webkit-backface-visibility: hidden; }
3245
3246.mfp-container {
3247  text-align: center;
3248  position: absolute;
3249  width: 100%;
3250  height: 100%;
3251  left: 0;
3252  top: 0;
3253  padding: 0 8px;
3254  box-sizing: border-box; }
3255
3256.mfp-container:before {
3257  content: '';
3258  display: inline-block;
3259  height: 100%;
3260  vertical-align: middle; }
3261
3262.mfp-align-top .mfp-container:before {
3263  display: none; }
3264
3265.mfp-content {
3266  position: relative;
3267  display: inline-block;
3268  vertical-align: middle;
3269  margin: 0 auto;
3270  text-align: left;
3271  z-index: 1045; }
3272
3273.mfp-inline-holder .mfp-content,
3274.mfp-ajax-holder .mfp-content {
3275  width: 100%;
3276  cursor: auto; }
3277
3278.mfp-ajax-cur {
3279  cursor: progress; }
3280
3281.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
3282  cursor: -moz-zoom-out;
3283  cursor: -webkit-zoom-out;
3284  cursor: zoom-out; }
3285
3286.mfp-zoom {
3287  cursor: pointer;
3288  cursor: -webkit-zoom-in;
3289  cursor: -moz-zoom-in;
3290  cursor: zoom-in; }
3291
3292.mfp-auto-cursor .mfp-content {
3293  cursor: auto; }
3294
3295.mfp-close,
3296.mfp-arrow,
3297.mfp-preloader,
3298.mfp-counter {
3299  -webkit-user-select: none;
3300  -moz-user-select: none;
3301  user-select: none; }
3302
3303.mfp-loading.mfp-figure {
3304  display: none; }
3305
3306.mfp-hide {
3307  display: none !important; }
3308
3309.mfp-preloader {
3310  color: #CCC;
3311  position: absolute;
3312  top: 50%;
3313  width: auto;
3314  text-align: center;
3315  margin-top: -0.8em;
3316  left: 8px;
3317  right: 8px;
3318  z-index: 1044; }
3319  .mfp-preloader a {
3320    color: #CCC; }
3321    .mfp-preloader a:hover {
3322      color: #FFF; }
3323
3324.mfp-s-ready .mfp-preloader {
3325  display: none; }
3326
3327.mfp-s-error .mfp-content {
3328  display: none; }
3329
3330button.mfp-close, button.mfp-arrow {
3331  overflow: visible;
3332  cursor: pointer;
3333  background: transparent;
3334  border: 0;
3335  -webkit-appearance: none;
3336  display: block;
3337  outline: none;
3338  padding: 0;
3339  z-index: 1046;
3340  box-shadow: none;
3341  touch-action: manipulation; }
3342button::-moz-focus-inner {
3343  padding: 0;
3344  border: 0; }
3345
3346.mfp-close {
3347  width: 44px;
3348  height: 44px;
3349  line-height: 44px;
3350  position: absolute;
3351  right: 0;
3352  top: 0;
3353  text-decoration: none;
3354  text-align: center;
3355  opacity: 0.65;
3356  padding: 0 0 18px 10px;
3357  color: #FFF;
3358  font-style: normal;
3359  font-size: 28px;
3360  font-family: Arial, Baskerville, monospace; }
3361  .mfp-close:hover, .mfp-close:focus {
3362    opacity: 1; }
3363  .mfp-close:active {
3364    top: 1px; }
3365
3366.mfp-close-btn-in .mfp-close {
3367  color: #333; }
3368
3369.mfp-image-holder .mfp-close,
3370.mfp-iframe-holder .mfp-close {
3371  color: #FFF;
3372  right: -6px;
3373  text-align: right;
3374  padding-right: 6px;
3375  width: 100%; }
3376
3377.mfp-counter {
3378  position: absolute;
3379  top: 0;
3380  right: 0;
3381  color: #CCC;
3382  font-size: 12px;
3383  line-height: 18px;
3384  white-space: nowrap; }
3385
3386.mfp-arrow {
3387  position: absolute;
3388  opacity: 0.65;
3389  margin: 0;
3390  top: 50%;
3391  margin-top: -55px;
3392  padding: 0;
3393  width: 90px;
3394  height: 110px;
3395  -webkit-tap-highlight-color: transparent; }
3396  .mfp-arrow:active {
3397    margin-top: -54px; }
3398  .mfp-arrow:hover, .mfp-arrow:focus {
3399    opacity: 1; }
3400  .mfp-arrow:before, .mfp-arrow:after {
3401    content: '';
3402    display: block;
3403    width: 0;
3404    height: 0;
3405    position: absolute;
3406    left: 0;
3407    top: 0;
3408    margin-top: 35px;
3409    margin-left: 35px;
3410    border: medium inset transparent; }
3411  .mfp-arrow:after {
3412    border-top-width: 13px;
3413    border-bottom-width: 13px;
3414    top: 8px; }
3415  .mfp-arrow:before {
3416    border-top-width: 21px;
3417    border-bottom-width: 21px;
3418    opacity: 0.7; }
3419
3420.mfp-arrow-left {
3421  left: 0; }
3422  .mfp-arrow-left:after {
3423    border-right: 17px solid #FFF;
3424    margin-left: 31px; }
3425  .mfp-arrow-left:before {
3426    margin-left: 25px;
3427    border-right: 27px solid #3F3F3F; }
3428
3429.mfp-arrow-right {
3430  right: 0; }
3431  .mfp-arrow-right:after {
3432    border-left: 17px solid #FFF;
3433    margin-left: 39px; }
3434  .mfp-arrow-right:before {
3435    border-left: 27px solid #3F3F3F; }
3436
3437.mfp-iframe-holder {
3438  padding-top: 40px;
3439  padding-bottom: 40px; }
3440  .mfp-iframe-holder .mfp-content {
3441    line-height: 0;
3442    width: 100%;
3443    max-width: 98%; }
3444  .mfp-iframe-holder .mfp-close {
3445    top: -40px; }
3446
3447.mfp-iframe-scaler {
3448  width: 100%;
3449  height: 0;
3450  overflow: hidden;
3451  padding-top: 56.25%; }
3452  .mfp-iframe-scaler iframe {
3453    position: absolute;
3454    display: block;
3455    top: 0;
3456    left: 0;
3457    width: 100%;
3458    height: 100%;
3459    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
3460    background: #000; }
3461
3462/* Main image in popup */
3463img.mfp-img {
3464  width: auto;
3465  max-width: 100%;
3466  height: auto;
3467  display: block;
3468  line-height: 0;
3469  box-sizing: border-box;
3470  padding: 40px 0 40px;
3471  margin: 0 auto; }
3472
3473/* The shadow behind the image */
3474.mfp-figure {
3475  line-height: 0; }
3476  .mfp-figure:after {
3477    content: '';
3478    position: absolute;
3479    left: 0;
3480    top: 40px;
3481    bottom: 40px;
3482    display: block;
3483    right: 0;
3484    width: auto;
3485    height: auto;
3486    z-index: -1;
3487    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
3488    background: #444; }
3489  .mfp-figure small {
3490    color: #BDBDBD;
3491    display: block;
3492    font-size: 12px;
3493    line-height: 14px; }
3494  .mfp-figure figure {
3495    margin: 0; }
3496
3497.mfp-bottom-bar {
3498  margin-top: -36px;
3499  position: absolute;
3500  top: 100%;
3501  left: 0;
3502  width: 100%;
3503  cursor: auto; }
3504
3505.mfp-title {
3506  text-align: left;
3507  line-height: 18px;
3508  color: #F3F3F3;
3509  word-wrap: break-word;
3510  padding-right: 36px; }
3511
3512.mfp-image-holder .mfp-content {
3513  max-width: 100%; }
3514
3515.mfp-gallery .mfp-image-holder .mfp-figure {
3516  cursor: pointer; }
3517
3518@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
3519  /**
3520   * Remove all paddings around the image on small screen
3521   */
3522  .mfp-img-mobile .mfp-image-holder {
3523    padding-left: 0;
3524    padding-right: 0; }
3525  .mfp-img-mobile img.mfp-img {
3526    padding: 0; }
3527  .mfp-img-mobile .mfp-figure:after {
3528    top: 0;
3529    bottom: 0; }
3530  .mfp-img-mobile .mfp-figure small {
3531    display: inline;
3532    margin-left: 5px; }
3533  .mfp-img-mobile .mfp-bottom-bar {
3534    background: rgba(0, 0, 0, 0.6);
3535    bottom: 0;
3536    margin: 0;
3537    top: auto;
3538    padding: 3px 5px;
3539    position: fixed;
3540    box-sizing: border-box; }
3541    .mfp-img-mobile .mfp-bottom-bar:empty {
3542      padding: 0; }
3543  .mfp-img-mobile .mfp-counter {
3544    right: 5px;
3545    top: 3px; }
3546  .mfp-img-mobile .mfp-close {
3547    top: 0;
3548    right: 0;
3549    width: 35px;
3550    height: 35px;
3551    line-height: 35px;
3552    background: rgba(0, 0, 0, 0.6);
3553    position: fixed;
3554    text-align: center;
3555    padding: 0; } }
3556@media all and (max-width: 900px) {
3557  .mfp-arrow {
3558    -webkit-transform: scale(0.75);
3559    transform: scale(0.75); }
3560
3561  .mfp-arrow-left {
3562    -webkit-transform-origin: 0;
3563    transform-origin: 0; }
3564
3565  .mfp-arrow-right {
3566    -webkit-transform-origin: 100%;
3567    transform-origin: 100%; }
3568
3569  .mfp-container {
3570    padding-left: 6px;
3571    padding-right: 6px; } }
3572/** --------------------------------------------------
3573    Debug
3574--------------------------------------------------- */
3575/* debug */
3576#debug {
3577  position: absolute;
3578  top: 0;
3579  width: 100%;
3580  height: 4px;
3581  background: #ffd478; }
3582  #debug div {
3583    display: none;
3584    padding: 3px 0.5em 2px; }
3585  #debug p {
3586    margin: 0.5em 0; }
3587  #debug:hover {
3588    height: auto;
3589    padding: 2px 1em;
3590    z-index: 100; }
3591    #debug:hover div {
3592      display: block; }
3593
3594.debug {
3595  background: #ffd478;
3596  padding: 3px 0.5em 2px; }
3597
3598input[type=submit].delete.debug,
3599a.delete.debug {
3600  border-color: #ffd478; }
3601  input[type=submit].delete.debug:hover,
3602  a.delete.debug:hover {
3603    background: #ffd478;
3604    color: #900;
3605    border-color: #ffd478; }
Note: See TracBrowser for help on using the repository browser.

Sites map