X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=dd432081ef6ae16ecb8f4d82bdfe781884059c19;hb=f4e625e88bbe9d8177db3f87ea86ee577033ed2d;hp=ab5e87452669c4c10dc3be40d0d4a30b70dd74a1;hpb=9dbb36a204e7ad8eb1a5d65967506ca4e416e924;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index ab5e874..dd43208 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,6 +36,10 @@ form input[name=search] { clear: left; } +form #inputs { + clear: left; +} + #results { clear: left; float: left; @@ -39,44 +52,50 @@ form input[name=search] { float: left; } +#results ol { + float: left; + margin: 1em; +} + #results ol li { clear: left; margin-bottom: 1em; } -#results .pager { - clear: left; - float: left; - width: 100%; - text-align: center; +#results li.z { background: #eee; } -#results .pager a, -#results .pager span { - width: 3em; - float: left; +ul.pager { + background: #eee; + padding: 0.5em; + margin: 0; + clear: both; } -.pager .current_page { - font-weight: bold; +ul.pager li { + list-style: none; + display: inline; + width: 3em; } -.pager .skip { +ul.pager li.skip { color: #888; } -#results ol { - float: left; - margin-top: 1em; - margin-bottom: 1em; +ul.pager li.current_page { + font-weight: bold; + color: #000; } -pre { - border-top: 1px solid #888; - clear: left; - background-color: #eee; - display: none; +.dump { + background-color: #efe; + clear: both; +} + +div.dump > pre { + background-color: #eef; + margin: 0; } .error {