diff options
author | Patrick Simianer <p@simianer.de> | 2016-01-27 17:41:30 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-01-27 17:41:30 +0100 |
commit | df263a673e833a47010f6390546981d7211e7e39 (patch) | |
tree | 40ee58453d3b14ad35d8671daf6077599358ee5b /static | |
parent | 72d31f649a36a46e0715ec77be54fbffc3fac292 (diff) |
overhauled debugging
Diffstat (limited to 'static')
-rw-r--r-- | static/debug.css | 32 |
1 files changed, 27 insertions, 5 deletions
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; +} |