From 6b673bcb11c01dec2406080d8fe2cba2f3a4ff5f Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 27 May 2016 07:01:48 -0700 Subject: Adds website side stuff. --- calendar.css | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 calendar.css (limited to 'calendar.css') 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; +} -- cgit v1.2.3-70-g09d2