diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:26:22 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:26:22 +0100 |
| commit | 9e0b9f7cb73cd0eb73144c9ec969a14335069e18 (patch) | |
| tree | f716bbb471aeca186a4ccb01f671fc3c9924d686 | |
| parent | 4b0fa38fc83677c9f0229458a89d9ac2994fa36f (diff) | |
| download | calendar-9e0b9f7cb73cd0eb73144c9ec969a14335069e18.tar.gz calendar-9e0b9f7cb73cd0eb73144c9ec969a14335069e18.tar.bz2 calendar-9e0b9f7cb73cd0eb73144c9ec969a14335069e18.zip | |
Tidy .css for events popups
| -rw-r--r-- | styles/plain.css | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/styles/plain.css b/styles/plain.css index cc04949..3600f34 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -11,29 +11,31 @@ .calendar {border:2px solid #999; background-color:#eee; padding:5px;} /* now for the individual content type settings */ -.caloptions .calbitarticle ,.calitems .calbitarticle a {border-bottom-color:#f80;} -.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 .calbitarticle ,.calitems .calbitarticle a {border-bottom-color:#f80;} +.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 .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 .calbitevents ,.calitems .calbitevents a {border-bottom-color:#f0f;} -/* -.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 .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;} -*/ +.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;} +.caloptions .calbitevents ,.calitems .calbitevents a {background:#fdf;} + |
