body { font-family: arial,verdana,helvetica; }
.log-id, .log-pid, .log-created-at { font-size: 60%; color: grey; }
.log-id { text-align: right; }
.log-level, .log-msg { font-size: 80%; }
.log-created-at, .log-pid, .log-msg { white-space: nowrap; }
.log-level { font-weight: bold; }
.log-msg.warn { font-weight: bold; }
/****
* links */
a {
color: black; text-decoration: none; } a:hover { color: black; background-color: aqua; text-decoration: underline; } a:visited { color: black; }
/**********
* version / powered by */
.version {
text-align: center; margin-top: 10px; color: grey; } .version a, .version span { font-size: 12px; color: grey; }