X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fprive%2Fspip_admin.css;h=1d8e1d21aeeb31694fe01a0219d3dfcb6d7bafcf;hp=1bc42678d17939b98fc5afb3d9c13958ebae3fc7;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=52cf8ed924d5dcd0c28dde4b6c3196be6ec2d4f7 diff --git a/www/prive/spip_admin.css b/www/prive/spip_admin.css index 1bc4267..1d8e1d2 100644 --- a/www/prive/spip_admin.css +++ b/www/prive/spip_admin.css @@ -19,12 +19,11 @@ a:active.spip-admin-boutons, .spip-admin-boutons a:active { background-color: #333; opacity: 1; } /* Style pour le mode debug */ -#spip-debug-hide { background-color: #444; color:white; font-weight:bold;} -#spip-debug-hide a { text-decoration:none; color:white; padding:1px 1em; display:block;} +#spip-debug-toggle {position:absolute; top:4px; right:80px; width:24px;height:20px; cursor:pointer; z-index:1000;} #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; } #spip-debug ul table { font-size: 80%; } #spip-debug fieldset { background-color: #fff; font-family: Courier, "Courier New", monospace; font-size: 12px; margin-bottom: 1em; display: block; padding: .5em; } -#spip-debug fieldset fieldset { background-color: #ccf; font-family: Verdana, Geneva, sans-serif; font-size: 80%; width:100%; margin-left: auto; } +#spip-debug fieldset fieldset { background-color: #ccf; font-family: Verdana, Geneva, sans-serif; font-size: 80%; width:99%; margin-left: auto; } #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; } #spip-debug legend a { font-weight: normal; } #spip-debug fieldset fieldset legend { border: solid 1px #00F; font-weight: normal; } @@ -52,7 +51,7 @@ a:active.spip-admin-boutons, border-bottom:2px solid #FEFF7F !important; background:url(images/fond-inclure.png) repeat top left !important; } -.inclure_blocs > h6 {background:#FEFF7F;margin:0;padding:2px;margin-bottom:2px;font-family: Courier;font-size: 0.8em;} +.inclure_blocs > h6 {background:#FEFF7F;margin:0;padding:2px;margin-bottom:2px;font-family: Courier, "Courier New", monospace;font-size: 0.8em;} .inclure_blocs > h6:hover, .inclure_blocs.hover { background-color: #FDFF1F !important; @@ -88,3 +87,7 @@ a:active.spip-admin-boutons, /* Couleurs et design de la previsu */ .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);} +/* Debug des traductions */ +.debug-traduction {color: #264409;background-color:#E6EFC2;} +.debug-traduction-prive {color: #514721;background-color:#FFF6BF;} +.debug-traduction-erreur {background-color: #fbe3e4; color: #8a1f11;}