From a84be5d6c9299a56bc79b53c23bedff0125c0566 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Sat, 8 Mar 2014 00:31:12 -0800 Subject: [PATCH] log file style --- resources/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/css/style.css b/resources/css/style.css index 9e8240d..70ba461 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -16,3 +16,23 @@ body > .wrapper { height: auto; min-height: 100%; } font-size: 0.7em; color: #666; } + +#log pre { + background: #f9f9f9; + font-size: 0.65em; +} + +#log pre .time, +#log pre .break { + color: #ccc; +} + +.nick { + color: #CE57A9; + font-weight: bold; +} + +.nick.bot { + color: #6A57CE; + font-weight: normal; +}