summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2010-02-08 20:21:35 -0600
committerChris Oliver <excid3@gmail.com>2010-02-08 20:21:35 -0600
commit05faa26fc6d99ba0eaddde10dd2a8d6eca19b62f (patch)
tree4cd562d23f27d8c3bf9c55fceea31d50f65b3695 /conf
parentaf245557da3e609d3540cb4b02218fe0a27f31a9 (diff)
downloadlogbot-05faa26fc6d99ba0eaddde10dd2a8d6eca19b62f.tar.xz
prettified the theme and output
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf2
-rw-r--r--conf/stylesheet.css18
2 files changed, 10 insertions, 10 deletions
diff --git a/conf/example.conf b/conf/example.conf
index 9f0f625..c5a1cdc 100644
--- a/conf/example.conf
+++ b/conf/example.conf
@@ -7,4 +7,4 @@ owners = excid3
[log]
folder = logs
-stylesheet = conf/stylesheet.css \ No newline at end of file
+stylesheet = file:///C:\Users\Chris Oliver\Desktop\logbot\conf\stylesheet.css \ No newline at end of file
diff --git a/conf/stylesheet.css b/conf/stylesheet.css
index 8b5ace1..6842b73 100644
--- a/conf/stylesheet.css
+++ b/conf/stylesheet.css
@@ -1,18 +1,18 @@
body {
background-color: #F8F8FF;
- font-family: arial, sans-serif;
+ font-family: Fixed, monospace;
font-size: 13px;
}
.time {
- color: #445588;
+ color: #525552;
+ text-decoration: none;
}
-.person {
- color: #DD1144;
- font-weight: bold;
-}
+.time:hover { text-decoration: underline; }
+
+.person { color: #DD1144; }
+
+.join, .part, .quit, .kick, .mode { color: #42558C; }
-.kick {
- color: #FF0000;
-} \ No newline at end of file
+.notice { color: #AE768C; } \ No newline at end of file