index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
author | Chris Oliver <excid3@gmail.com> | 2010-02-07 19:25:15 -0600 |
---|---|---|
committer | Chris Oliver <excid3@gmail.com> | 2010-02-07 19:25:15 -0600 |
commit | af245557da3e609d3540cb4b02218fe0a27f31a9 (patch) | |
tree | fed0aab3e624df8fbfca6d0c509f68e752da9022 /conf | |
parent | abcbff0d8793b2ef2698f88973306032efa57dc1 (diff) |
-rw-r--r-- | conf/stylesheet.css | 18 |
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 |