CGI::AppでのDebugScreenその3

デザインをCGI::App風にしてみました。
参考:http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?
なんとなく淡いオレンジと濃いオレンジとグレーって感じだったので。。。


<style type="text/css">
body {
font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
Tahoma, Arial, helvetica, sans-serif;
color: #000;
background-color: #E68200;
margin: 0px;
padding: 0px;
}
:link, :link:hover, :visited, :visited:hover {
color: #000;
}
div.box {
position: relative;
background-color: #fff;
border: 1px solid #aaa;
padding: 4px;
margin: 10px;
-moz-border-radius: 10px;
}
div.infos {
background-color: #fff;
border: 3px solid #FFCC99;
padding: 8px;
margin: 4px;
margin-bottom: 10px;
-moz-border-radius: 10px;
}
h1 {
margin: 0;
color: #999999;
}
h2 {
margin-top: 0;
margin-bottom: 10px;
font-size: medium;
font-weight: bold;
text-decoration: underline;
}
div.url {
font-size: x-small;
}
pre {
font-size: .8em;
line-height: 120%;
font-family: 'Courier New', Courier, monospace;
background-color: #FFCC99;
color: #333;
border: 1px dotted #000;
padding: 5px;
margin: 8px;
width: 90%;
}
pre b {
font-weight: bold;
color: #000;
background-color: #E68200;
}
</style>

こんな感じ。
地味〜〜〜。
まあ、Catalystも地味ですよね。

(追記)
サンプル画面1

サンプル画面2

ご意見&デザインまってま〜す。