diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-31 10:33:31 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-31 10:33:31 +0000 |
| commit | d168a1703b856e34fe8b1372395cb5882c87f70a (patch) | |
| tree | 7f82323659eec9161d4c363c7c0785ba8eb49b17 /styles | |
| parent | 3438928bf7e2f7e48d90741a7a9d8cbc12098e02 (diff) | |
| download | calendar-d168a1703b856e34fe8b1372395cb5882c87f70a.tar.gz calendar-d168a1703b856e34fe8b1372395cb5882c87f70a.tar.bz2 calendar-d168a1703b856e34fe8b1372395cb5882c87f70a.zip | |
various calendar UI changes - basically making page look cleaner and reducing amount of information on page
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/plain.css | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/styles/plain.css b/styles/plain.css index 3ff640f..1ff38c4 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -1,19 +1,21 @@ /* 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;} +.caltable th,.caltable td {vertical-align:top;} +.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;} +.calitems .calnumber a {border-width:0; padding:0;} /* now for the individual content type settings */ -.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;} +.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 .calbitbook ,.calitems .calbitbook a {border-bottom-color:#777;} +.caloptions .calbitpage ,.calitems .calbitpage a {border-bottom-color:#bbb;} |
