summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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