From af245557da3e609d3540cb4b02218fe0a27f31a9 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sun, 7 Feb 2010 19:25:15 -0600 Subject: Added stylesheet.css --- conf/stylesheet.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/stylesheet.css 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 -- cgit v1.2.3-54-g00ecf