X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=9250ee8d399867b3b545c55832050fb613815c69;hb=f82cbd6b16b44d428d7a1a3876db2766d4521747;hp=0608e5495c124ae0bded396e7776c3decf829e96;hpb=69577da33be9ae1baf558413c78037c2ed64189d;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index 0608e54..9250ee8 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -6,10 +6,18 @@ body { } h1 { + margin: 0; font-size: 150%; color: #008; } +h2 { + margin: 0; + font-size: 120%; + color: #008; + padding-top: 1em; +} + #description { font-size: 80%; } @@ -19,6 +27,7 @@ form { } form label, +form select, form input { float: left; } @@ -27,9 +36,15 @@ form input[name=search] { clear: left; } +form #inputs { + clear: left; +} + #results { clear: left; float: left; + margin: 1em; + border: 1px solid #eee; } #results label { @@ -37,6 +52,38 @@ form input[name=search] { float: left; } +#results ol { + float: left; + margin: 1em; +} + +#results ol li { + clear: left; + margin-bottom: 1em; +} + +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; +} + pre { border-top: 1px solid #888; clear: left; @@ -45,5 +92,11 @@ pre { .error { background-color: #fcc; - font-color: 000; + color: 000; +} + +.message { + background-color: #ffc; + color: #000; + padding: 0.5em; }