[SPIP] ~v3.0.20-->v3.0.25
[lhc/web/clavette_www.git] / www / prive / spip_admin.css
1 /* Les boutons d'admin survolent la page (sauf # FORMULAIRE_ADMIN) */
2 .spip-admin-bloc,
3 .spip-admin-float { z-index: 100; position: fixed; right: 20%; top: 0; white-space: nowrap; }
4
5 /* Couleurs et design des boutons d'admin */
6 .spip-admin-boutons { margin: 0; padding: .4em 1em; background: #666; border: 0; font-weight: bold;
7 -webkit-border-bottom-left-radius: .3em; -webkit-border-bottom-right-radius: .3em;
8 -moz-border-radius-bottomleft: .3em; -moz-border-radius-bottomright: .3em;
9 border-radius: 0 0 .3em .3em;
10 opacity: .7; }
11 .spip-admin-boutons,
12 a.spip-admin-boutons,
13 .spip-admin-boutons a { color: #FFF; text-decoration: none; }
14 a:focus.spip-admin-boutons,
15 .spip-admin-boutons a:focus,
16 a:hover.spip-admin-boutons,
17 .spip-admin-boutons a:hover { opacity: 1; }
18 a:active.spip-admin-boutons,
19 .spip-admin-boutons a:active { background-color: #333; opacity: 1; }
20
21 /* Style pour le mode debug */
22 #spip-debug-toggle {position:absolute; top:4px; right:80px; width:24px;height:20px; cursor:pointer; z-index:1000;}
23 #spip-debug, #spip-debug-header { background-color: #f0f0f0; font-family: Verdana, Geneva, sans-serif; position:absolute;top:30px;left:0;width:100%;height:100%;z-index:10000; font-size:1em; text-align:left; }
24 #spip-debug ul table { font-size: 80%; }
25 #spip-debug fieldset { background-color: #fff; font-family: Courier, "Courier New", monospace; font-size: 12px; margin-bottom: 1em; display: block; padding: .5em; }
26 #spip-debug fieldset fieldset { background-color: #ccf; font-family: Verdana, Geneva, sans-serif; font-size: 80%; width:99%; margin-left: auto; }
27 #spip-debug legend { background-color: #fff; border: solid 1px #f00; padding: 1px 1em; font-family: Verdana, Geneva, sans-serif; font-weight: bold; display: block; text-transform: none; }
28 #spip-debug legend a { font-weight: normal; }
29 #spip-debug fieldset fieldset legend { border: solid 1px #00F; font-weight: normal; }
30 #spip-debug a { text-decoration: none; color: blue; }
31 #spip-debug a:hover { text-decoration: underline; background-color: transparent; color: red; }
32 #spip-debug fieldset table {font-family: Courier,"Courier New",monospace; font-size: 12px; line-height:.7em; margin-bottom: 0; }
33 #spip-debug fieldset table th, #spip-debug fieldset table td, #spip-debug fieldset table caption {padding: 0.5em; }
34
35 #debug_boucle fieldset { background-color: #ccf; padding-bottom: 1em; line-height: 1.5em; }
36 #debug_boucle fieldset div { width: 80%; }
37 #debug_boucle fieldset fieldset { background-color: #fff; font-family: Verdana, Geneva, sans-serif; padding: 0.5em 1.5em; }
38 #spip-debug code { background-color: #ccf; line-height:1.3em;}
39
40 #spip-boucles { min-height: 200px; max-height: 50%; margin: 0 0 1em 0; padding: .5em; overflow: -moz-scrollbars-vertical; overflow-y: auto; border-top: 1px solid #39F; border-bottom: 2px solid #666; }
41
42 .spip-env fieldset { background-color: #fff; border: solid 1px #008; margin: 2px 2em; }
43 .spip-env legend { background-color: #fff; border: solid 1px #f00; padding: 1px 1em; font-weight: bold; }
44 .spip-env fieldset div { overflow: auto; }
45 .spip-env fieldset div table tbody tr:nth-child(2n) th, .spip-env fieldset div table tbody tr:nth-child(2n) td, .spip-env fieldset div table tbody tr.even th, .spip-env fieldset div table tbody tr.even td { background: none repeat scroll 0 0 #ccccff; }
46
47 .inclure_blocs {
48 padding:0 !important;
49 margin:0 !important;
50 border:0 !important;
51 border-bottom:2px solid #FEFF7F !important;
52 background:url(images/fond-inclure.png) repeat top left !important;
53 }
54 .inclure_blocs > h6 {background:#FEFF7F;color:#000000;margin:0;padding:2px;margin-bottom:2px;font-family: Courier, "Courier New", monospace;font-size: 0.8em;}
55 .inclure_blocs > h6:hover,
56 .inclure_blocs.hover {
57 background-color: #FDFF1F !important;
58 }
59
60 #debug-nav {position:absolute;top:90px;right:10px;width:200px;border:0; background:#f0d9d9; padding:20px; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.90; z-index: 1000; text-align: left; font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
61 #debug-nav caption {background:red;color:#fff;font-size:1.3em;font-weight:bold;padding:7px;}
62 #debug-nav td,#debug-nav th {border-collapse: collapse;border:1px solid #999;}
63 #debug-nav th {background:#000;color:#fff;font-weight:bold;border-color:#333;}
64
65 #debug-profile {font-size:0.8em;position:absolute;top:20px;width:100%;border:1px; background:#eee; padding:20px; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.90; z-index: 1000; text-align: left; }
66 #debug-profile > caption {background:#ccc;color:#000;font-size:1.3em;font-weight:bold;padding:7px;}
67 #debug-profile > caption table {font-size:0.7em;background:#fff;color:#333;padding:10px;margin-top:10px;}
68 #debug-profile > caption table td {border-bottom:1px solid #999;}
69 #debug-profile > caption table td.time {padding:0 5px;}
70
71 #debug-profile > tbody > tr > th {border-bottom:1px solid #999;}
72 #debug-profile > tbody > tr > td {vertical-align: top;border-bottom:1px solid #999;border-right:1px solid #999;}
73 #debug-profile > tbody table caption {}
74 #debug-nav td,#debug-nav th {border-collapse: collapse;border:1px solid #999;}
75 #debug-nav th {background:#000;color:#fff;font-weight:bold;border-color:#333;}
76
77 #debug-profile table.explain {font-size:0.8em;width:100%;background:#e0e0e0;}
78 #debug-profile table.explain caption {font-size:1.1em;background:#fff;text-align:left;padding:5px;font-weight:bold;}
79 #debug-profile table.explain caption br {display:none;}
80
81 #debug-profile table.explain td,#debug-profile table.explain th {border-bottom:1px solid #999;padding:0 5px;}
82 #debug-profile table.explain th {padding:0 5px;color:#444;}
83
84 .spip-debug-arg {font-family: Courier, "Courier New", monospace; font-weight: bold;}
85 .liste-reqs .spip-debug-arg {display:block;float:left;width:3em;text-align:right;}
86
87 /* Couleurs et design de la previsu */
88 .spip-previsu { background-color: #333; color: #eeeeee;font-size: 18px; text-transform: uppercase;position: absolute; top: 0px; left: 0px;padding: 10px 50px; background-position: 5px 5px;background-repeat: no-repeat;display:block;opacity: 0.8;-moz-opacity: 0.8;filter: alpha(opacity=80);}
89
90 /* Debug des traductions */
91 .debug-traduction {color: #264409;background-color:#E6EFC2;}
92 .debug-traduction-prive {color: #514721;background-color:#FFF6BF;}
93 .debug-traduction-erreur {background-color: #fbe3e4; color: #8a1f11;}