summaryrefslogtreecommitdiffstats
path: root/templates/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.css')
-rw-r--r--templates/base.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/templates/base.css b/templates/base.css
index 17a43d97..db4d7408 100644
--- a/templates/base.css
+++ b/templates/base.css
@@ -24,6 +24,7 @@
/*****************
* Tag Definitions
*****************/
+
.tag_size1 {
font-size:.6em;
}
@@ -42,5 +43,12 @@ a.tag_size1, a.tag_size2, a.tag_size3, a.tag_size4 { text-decoration: none; }
.hover-add:hover { font-weight:900; }
.hover-remove:hover { text-decoration:line-through;}
-
-
+/*****************
+ * Generic / Misc
+ *****************/
+.item_on {
+ color: #347C17;
+}
+.item_off {
+ color: #FF0000;
+}