Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css-log-default.css
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-09-11 01:33:17 (GMT)
committer Richard Darst <rkd@zgib.net>2009-09-11 01:33:17 (GMT)
commitf2211b2f5aa044d77c3ed63fe64c37231431a78a (patch)
tree8a723f4b6ac9e9682f92eac3060cb07c1b123875 /css-log-default.css
parente05f5d962ea533e3159167af48a83f98f9cc6178 (diff)
Add default CSS files
darcs-hash:20090911013317-82ea9-6f0e03ae26924eaa19ca41eb4aec241b9b7ee60f.gz
Diffstat (limited to 'css-log-default.css')
-rw-r--r--css-log-default.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css-log-default.css b/css-log-default.css
new file mode 100644
index 0000000..ee7c6a3
--- /dev/null
+++ b/css-log-default.css
@@ -0,0 +1,15 @@
+/* For the .log.html */
+pre { /*line-height: 125%;*/
+ white-space: pre-wrap; }
+body { background: #f0f0f0; }
+
+body .tm { color: #007020 } /* time */
+body .nk { color: #062873; font-weight: bold } /* nick, regular */
+body .nka { color: #007020; font-weight: bold } /* action nick */
+body .ac { color: #00A000 } /* action line */
+body .hi { color: #4070a0 } /* hilights */
+/* Things to make particular MeetBot commands stick out */
+body .topic { color: #007020; font-weight: bold }
+body .topicline { color: #000080; font-weight: bold }
+body .cmd { color: #007020; font-weight: bold }
+body .cmdline { font-weight: bold }