diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-30 21:11:53 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-30 21:11:53 +0000 |
| commit | 446afff5c74f4b0548ec28ba513bbb189781c92e (patch) | |
| tree | f1a97afb86c73a93df911a4daaeeb7eb80f26141 /styles | |
| parent | a60ce2d8d09ea03c9a2138ad5cd5bab3315a566f (diff) | |
| download | calendar-446afff5c74f4b0548ec28ba513bbb189781c92e.tar.gz calendar-446afff5c74f4b0548ec28ba513bbb189781c92e.tar.bz2 calendar-446afff5c74f4b0548ec28ba513bbb189781c92e.zip | |
improve calendar styling somewhat
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/plain.css | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/styles/plain.css b/styles/plain.css index 1cbae51..3ff640f 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -1,16 +1,19 @@ -/* simple file to apply background colours to various content types */ -/* .cal is the class that can be used for all of these collectively */ -.calday div {border-bottom:1px solid #aaa;} -.calday div a {display:block;} +/* simple calendar styling to avaoid cumbersome maintenance of calendar css section */ +/* any of these settings can be overridden in your theme css file */ +/* hopefully we can select calendar styling options for the admin area soon */ +.caloptions div {border-width:0 0 2px 0; border-style:solid; padding:3px 0 0 0;} +.calday div a {border-width:0 0 2px 0; border-style:solid; display:block; padding:3px 2px;} +.calday .calnumber a {border-width:0; padding:0;} /* now for the individual content type settings */ -.calbitblog {background:#feb;} -.calbitblogpost {background:#fd9;} -.calbitcomment {background:#eed;} -.calbituser {background:#cfb;} -.calfisheyegallery {background:#cdf;} -.calfisheyeimage {background:#bcf;} -.calpigeonholes {background:#fcc;} -.caltikisticky {background:#ffc;} -.calbitbook {background:#ccc;} -.calbitpage {background:#ddd;} +.caloptions .calbitarticle ,.calday .calbitarticle a {border-bottom-color:#f80;} +.caloptions .calbitblog ,.calday .calbitblog a {border-bottom-color:#fc9;} +.caloptions .calbitblogpost ,.calday .calbitblogpost a {border-bottom-color:#fd9;} +.caloptions .calbitcomment ,.calday .calbitcomment a {border-bottom-color:#f9f;} +.caloptions .calbituser ,.calday .calbituser a {border-bottom-color:#af8;} +.caloptions .calfisheyegallery ,.calday .calfisheyegallery a {border-bottom-color:#acf;} +.caloptions .calfisheyeimage ,.calday .calfisheyeimage a {border-bottom-color:#7af;} +.caloptions .calpigeonholes ,.calday .calpigeonholes a {border-bottom-color:#f99;} +.caloptions .caltikisticky ,.calday .caltikisticky a {border-bottom-color:#ff9;} +.caloptions .calbitbook ,.calday .calbitbook a {border-bottom-color:#777;} +.caloptions .calbitpage ,.calday .calbitpage a {border-bottom-color:#bbb;} |
