summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2010-02-07 19:25:15 -0600
committerChris Oliver <excid3@gmail.com>2010-02-07 19:25:15 -0600
commitaf245557da3e609d3540cb4b02218fe0a27f31a9 (patch)
treefed0aab3e624df8fbfca6d0c509f68e752da9022
parentabcbff0d8793b2ef2698f88973306032efa57dc1 (diff)
downloadlogbot-af245557da3e609d3540cb4b02218fe0a27f31a9.tar.xz
Added stylesheet.css
-rw-r--r--conf/stylesheet.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/stylesheet.css b/conf/stylesheet.css
new file mode 100644
index 0000000..8b5ace1
--- /dev/null
+++ b/conf/stylesheet.css
@@ -0,0 +1,18 @@
+body {
+ background-color: #F8F8FF;
+ font-family: arial, sans-serif;
+ font-size: 13px;
+}
+
+.time {
+ color: #445588;
+}
+
+.person {
+ color: #DD1144;
+ font-weight: bold;
+}
+
+.kick {
+ color: #FF0000;
+} \ No newline at end of file