[SPIP] ~2.1.12 -->2.1.25
[velocampus/web/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 { background-color: #f0f0f0; font-family: Verdana, Geneva, Helvetica, sans-serif; position:absolute;top:20px;left:0;width:100%;height:100%;z-index:10000; font-size:1em; text-align:left; }
23 #spip-debug ul table { font-size: 80%; }
24 #spip-debug fieldset { background-color: #fff; font-family: Courier, "Courier New", monospace; font-size: 12px; margin-bottom: 1em; display: block; }
25 #spip-debug fieldset fieldset { background-color: #ccf; font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 80%; }
26 #spip-debug legend { background-color: #fff; border: solid 1px #f00; padding: 1px 1em; font-family: Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; display: block; text-transform: none; }
27 #spip-debug fieldset fieldset legend { border: solid 1px #00F; font-weight: normal; }
28 #spip-debug a { text-decoration: none; color: blue; }
29 #spip-debug a:hover { text-decoration: underline; color: red; }
30 #spip-debug fieldset table {font-size: inherit;}
31
32 #debug_boucle fieldset { background-color: #ccf; }
33 #debug_boucle fieldset fieldset { background-color: #fff; font-family: Verdana, Geneva, Helvetica, sans-serif; padding: 0.5em 1.5em; }
34
35 #spip-boucles { min-height: 200px; max-height: 50%; margin: 0 0 1em 0; padding: .5em 0; overflow: -moz-scrollbars-vertical; overflow-y: auto; border-top: 1px solid #39F; border-bottom: 2px solid #666; }
36
37 .spip-env fieldset { background-color: #fff; border: solid 1px #008; margin: 2px 2em; }
38 .spip-env legend { background-color: #fff; border: solid 1px #f00; padding: 1px 1em; font-weight: bold; }
39 .spip-env fieldset div { max-height: 10em; overflow: auto; }
40 .inclure_blocs {
41 padding:0 !important;
42 margin:0 !important;
43 border:0 !important;
44 border-bottom:2px solid #FEFF7F !important;
45 background:url(images/fond-inclure.png) repeat top left !important;
46 }
47 .inclure_blocs > h6 {background:#FEFF7F;margin:0;padding:2px;margin-bottom:2px;font-family: Courier;font-size: 0.8em;}
48 .inclure_blocs > h6:hover,
49 .inclure_blocs.hover {
50 background-color: #FDFF1F !important;
51 }
52
53 #debug-nav {position:absolute;top:90px;left: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; }
54 #debug-nav caption {background:red;color:#fff;font-size:1.3em;font-weight:bold;padding:7px;}
55 #debug-nav td,#debug-nav th {border-collapse: collapse;border:1px solid #999;}
56 #debug-nav th {background:#000;color:#fff;font-weight:bold;border-color:#333;}
57
58
59 #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; }
60 #debug-profile > caption {background:#ccf;color:#000;font-size:1.3em;font-weight:bold;padding:7px;}
61 #debug-profile > caption table {font-size:0.7em;background:#fff;color:#333;padding:10px;margin-top:10px;}
62 #debug-profile > caption table td {border-bottom:1px solid #999;}
63 #debug-profile > caption table td.time {padding:0 5px;}
64
65 #debug-profile > tbody > tr > th {border-bottom:1px solid #999;}
66 #debug-profile > tbody > tr > td {vertical-align: top;border-bottom:1px solid #999;border-right:1px solid #999;}
67 #debug-profile > tbody table caption {}
68 #debug-nav td,#debug-nav th {border-collapse: collapse;border:1px solid #999;}
69 #debug-nav th {background:#000;color:#fff;font-weight:bold;border-color:#333;}
70
71 #debug-profile table.explain {font-size:0.8em;width:100%;background:#e0e0e0;}
72 #debug-profile table.explain caption {font-size:1.1em;background:#fff;text-align:left;padding:5px;font-weight:bold;}
73 #debug-profile table.explain caption br {display:none;}
74
75 #debug-profile table.explain td,#debug-profile table.explain th {border-bottom:1px solid #999;padding:0 5px;}
76 #debug-profile table.explain th {padding:0 5px;color:#444;}
77
78 .spip-debug-arg {font-family: Courier, "Courier New", monospace; font-weight: bold;}
79 .liste-reqs .spip-debug-arg {display:block;float:left;width:3em;text-align:right;}
80
81 /* Couleurs et design de la previsu */
82 .spip-previsu { background-color: #111111; color: #eeeeee; font-size: 18px; position: absolute; padding-right: 5px; padding-top: 2px; padding-bottom: 5px;top: 0px; left: 0px;}
83 .spip-previsu img {display:inline;}
84