X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=c532843f26d8992978793652cb97797068982b8e;hb=993fbf73916a251ce6007b3a66a2ffb9898e2de2;hp=0608e5495c124ae0bded396e7776c3decf829e96;hpb=69577da33be9ae1baf558413c78037c2ed64189d;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index 0608e54..c532843 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -6,19 +6,33 @@ body { } h1 { + margin: 0; font-size: 150%; color: #008; } +h2 { + margin: 0; + font-size: 120%; + color: #008; + padding-top: 1em; +} + #description { font-size: 80%; } +a.skip { + float: right; + color: #aaa; +} + form { - margin: 2em; + margin-top: 2em; } form label, +form select, form input { float: left; } @@ -27,9 +41,13 @@ form input[name=search] { clear: left; } -#results { +form #inputs { clear: left; - float: left; +} + +#results { + margin-top: 2em; + border: 1px solid #eee; } #results label { @@ -37,13 +55,69 @@ form input[name=search] { float: left; } -pre { - border-top: 1px solid #888; +#results ol { + margin-right: 2em; + margin-bottom: 2em; +} + +#results ol li { + margin-bottom: 1em; +} + +#results li.z { + background: #eee; +} + +li div { + clear: left; + border-top: 2px dotted #eee; +} + +li.z div { clear: left; - background-color: #eee; + border-top: 2px dotted #fff; +} + + +ul.pager { + background: #eee; + padding: 0.5em; + margin: 0; + clear: both; +} + +ul.pager li { + list-style: none; + display: inline; + width: 3em; +} + +ul.pager li.skip { + color: #888; +} + +ul.pager li.current_page { + font-weight: bold; + color: #000; +} + +.dump { + background-color: #efe; + clear: both; +} + +div.dump > pre { + background-color: #eef; + margin: 0; } .error { background-color: #fcc; - font-color: 000; + color: 000; +} + +.message { + background-color: #ffc; + color: #000; + padding: 0.5em; }