summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-07 07:09:32 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-07 07:09:32 +0000
commite7a52030513566238e38af8aa0cc157a72ccc96a (patch)
tree3368ef692a821e9592636a91baf145e2861d2d59 /styles
parentb31e3a9b1282a7f8cc1aab6dcb2c2fdea791b736 (diff)
downloadcalendar-e7a52030513566238e38af8aa0cc157a72ccc96a.tar.gz
calendar-e7a52030513566238e38af8aa0cc157a72ccc96a.tar.bz2
calendar-e7a52030513566238e38af8aa0cc157a72ccc96a.zip
UI improvements
Diffstat (limited to 'styles')
-rw-r--r--styles/plain.css34
1 files changed, 24 insertions, 10 deletions
diff --git a/styles/plain.css b/styles/plain.css
index 2d38239..3302bdf 100644
--- a/styles/plain.css
+++ b/styles/plain.css
@@ -4,19 +4,33 @@
.caltable th,.caltable td {vertical-align:top;}
.body .caltable td {height:6em;}
.caltable .current {border:2px solid red; background:#ffc;}
-.caloptions div {border-width:0 0 2px 0; border-style:solid; padding:3px 0 0 0;}
-.calitems div a {border-width:0 0 2px 0; border-style:solid; display:block; padding:3px 2px;}
+.caloptions div {border-width:0 0 3px 0; border-style:solid; padding:2px 0 0 0;}
+.calitems div a {border-width:0 0 3px 0; border-style:solid; display:block; padding:3px 2px 1px 2px;}
.calitems .calnumber a {border-width:0; padding:0;}
/* now for the individual content type settings */
.caloptions .calbitarticle ,.calitems .calbitarticle a {border-bottom-color:#f80;}
-.caloptions .calbitblog ,.calitems .calbitblog a {border-bottom-color:#fc9;}
-.caloptions .calbitblogpost ,.calitems .calbitblogpost a {border-bottom-color:#fd9;}
-.caloptions .calbitcomment ,.calitems .calbitcomment a {border-bottom-color:#f9f;}
-.caloptions .calbituser ,.calitems .calbituser a {border-bottom-color:#af8;}
-.caloptions .calfisheyegallery ,.calitems .calfisheyegallery a {border-bottom-color:#acf;}
-.caloptions .calfisheyeimage ,.calitems .calfisheyeimage a {border-bottom-color:#7af;}
-.caloptions .calpigeonholes ,.calitems .calpigeonholes a {border-bottom-color:#f99;}
-.caloptions .caltikisticky ,.calitems .caltikisticky a {border-bottom-color:#ff9;}
+.caloptions .calbitblog ,.calitems .calbitblog a {border-bottom-color:#fb6;}
+.caloptions .calbitblogpost ,.calitems .calbitblogpost a {border-bottom-color:#fd6;}
+.caloptions .calbitcomment ,.calitems .calbitcomment a {border-bottom-color:#f6f;}
+.caloptions .calbituser ,.calitems .calbituser a {border-bottom-color:#9f6;}
+.caloptions .calfisheyegallery ,.calitems .calfisheyegallery a {border-bottom-color:#9cf;}
+.caloptions .calfisheyeimage ,.calitems .calfisheyeimage a {border-bottom-color:#39f;}
+.caloptions .calpigeonholes ,.calitems .calpigeonholes a {border-bottom-color:#f66;}
+.caloptions .caltikisticky ,.calitems .caltikisticky a {border-bottom-color:#ff6;}
.caloptions .calbitbook ,.calitems .calbitbook a {border-bottom-color:#777;}
.caloptions .calbitpage ,.calitems .calbitpage a {border-bottom-color:#bbb;}
+
+/*
+.caloptions .calbitarticle ,.calitems .calbitarticle a {background:#fa6;}
+.caloptions .calbitblog ,.calitems .calbitblog a {background:#fa9;}
+.caloptions .calbitblogpost ,.calitems .calbitblogpost a {background:#fc9;}
+.caloptions .calbitcomment ,.calitems .calbitcomment a {background:#f9f;}
+.caloptions .calbituser ,.calitems .calbituser a {background:#af8;}
+.caloptions .calfisheyegallery ,.calitems .calfisheyegallery a {background:#acf;}
+.caloptions .calfisheyeimage ,.calitems .calfisheyeimage a {background:#7af;}
+.caloptions .calpigeonholes ,.calitems .calpigeonholes a {background:#f99;}
+.caloptions .caltikisticky ,.calitems .caltikisticky a {background:#ff9;}
+.caloptions .calbitbook ,.calitems .calbitbook a {background:#777;}
+.caloptions .calbitpage ,.calitems .calbitpage a {background:#bbb;}
+*/