Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css-minutes-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-minutes-default.css
parente05f5d962ea533e3159167af48a83f98f9cc6178 (diff)
Add default CSS files
darcs-hash:20090911013317-82ea9-6f0e03ae26924eaa19ca41eb4aec241b9b7ee60f.gz
Diffstat (limited to 'css-minutes-default.css')
-rw-r--r--css-minutes-default.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/css-minutes-default.css b/css-minutes-default.css
new file mode 100644
index 0000000..c383b14
--- /dev/null
+++ b/css-minutes-default.css
@@ -0,0 +1,34 @@
+/* This is for the .html in the HTML2 writer */
+body {
+ font-family: Helvetica, sans-serif;
+ font-size:14px;
+}
+h1 {
+ text-align: center;
+}
+a {
+ color:navy;
+ text-decoration: none;
+ border-bottom:1px dotted navy;
+}
+a:hover {
+ text-decoration:none;
+ border-bottom: 0;
+ color:#0000B9;
+}
+hr {
+ border: 1px solid #ccc;
+}
+/* The (nick, time) item pairs, and other body text things. */
+.details {
+ font-size: 12px;
+ font-weight:bold;
+}
+/* The 'AGREED:', 'IDEA', etc, prefix to lines. */
+.itemtype {
+ font-style: normal; /* un-italics it */
+ font-weight: bold;
+}
+/* Example: change single item types. Capitalized command name.
+/* .TOPIC { color:navy; } */
+/* .AGREED { color:lime; } */