diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-19 19:34:15 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-19 19:34:15 +0000 |
| commit | 764e40424ce37aecbfcbcccf6cb19ae30c0f1c8d (patch) | |
| tree | dc542420f2f7ce8b6aaecdd84606b26075b3ea8c /styles | |
| parent | 0f99c6b4bbdce30092cbdd7188365fb7a7c056bd (diff) | |
| download | calendar-764e40424ce37aecbfcbcccf6cb19ae30c0f1c8d.tar.gz calendar-764e40424ce37aecbfcbcccf6cb19ae30c0f1c8d.tar.bz2 calendar-764e40424ce37aecbfcbcccf6cb19ae30c0f1c8d.zip | |
create some styling for calendar specific stuff
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/plain.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/styles/plain.css b/styles/plain.css new file mode 100644 index 0000000..a0fba8c --- /dev/null +++ b/styles/plain.css @@ -0,0 +1,16 @@ +/* simple file to apply background colours to various content types */ +/* .cal is the class that can be used for all of these collectively */ +.cal {border-bottom:1px solid #aaa;} +.cal a {display:block;} + +/* 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;} |
