From df263a673e833a47010f6390546981d7211e7e39 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 27 Jan 2016 17:41:30 +0100 Subject: overhauled debugging --- static/debug.css | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/debug.css b/static/debug.css index d5291e8..baa9148 100644 --- a/static/debug.css +++ b/static/debug.css @@ -1,11 +1,33 @@ -body { margin:2em; background:#eee } +body { margin:2em; background:#fff } +a { color:blue; text-decoration:underline } +a:hover { color:#000 } +h2 { padding:.25em; border-bottom:1px solid #000; border-top:1px solid #000 } +.black { color:#000 } .red { color:red } .green { color:green } -th { border:1px solid #000 } -td { border:1px solid #000; text-align:right } +.small { font-size:.8em } +.tiny { font-size:.6em!important } +.big { font-size:1.1em } +.mono { font-family:monospace } +.even { background:#fff } +.odd { background:#eee } +.up { text-align:right;margin-right:1em } +tr:hover { background:#ccc } +td { border-top:1px solid #000 } td.noborder { border:0 } td.left { text-align:left } -a { color:blue } -h1,h2 { background:#fff; padding:.25em } +td.center { text-align:center } +td.right { text-align:right } #svg_b64,#original_svg_b64 { display:none } +#floater { + float:right; + border:1px solid #000; + background:#eee; + padding:1em; + margin-top:5em +} +table { + margin-left:auto; + margin-right:auto; +} -- cgit v1.2.3