| summaryrefslogtreecommitdiff | 
path: root/calendar.css
diff options
Diffstat (limited to 'calendar.css')
| -rw-r--r-- | calendar.css | 62 | 
1 files changed, 62 insertions, 0 deletions
| diff --git a/calendar.css b/calendar.css new file mode 100644 index 0000000..9d21d49 --- /dev/null +++ b/calendar.css @@ -0,0 +1,62 @@ +#classes td +{ +   padding-right: 1.5em; +/*   text-align:center; */ +} + +#classes .class_id +{ +   font-weight:bold; +} +.message a, +.message a:visited +.message a:hover +{ +   color: #066; +} + +.message table +{ +   margin-bottom: 1em; +} + +.message hr +{ +   margin-top: 1.2em; +   margin-top: 1.2em; +} + +.message h3 +{ +   margin-top: 1em; +} + +.message h2 +{ +   margin-top: 0.5em; +   margin-bottom: 0.5em; +   font-size: 1.3em; +   margin-left: -1.3em; +} + +span.positive +{ +   color: #070; +} + +span.negative +{ +   color: #700; +} + +.message h1.important +{ +   color: #B72929; +   margin-bottom: 1em; +} + +#url_sources +{ +   margin-top: 1em; +   margin-bottom: 1EM; +} | 


