From 39562c2b9b4727e387468976e812013986ebc180 Mon Sep 17 00:00:00 2001 From: Eris Date: Fri, 19 Jan 2018 14:12:13 -0500 Subject: [PATCH] styles for calendar --- _sass/_calendar.scss | 39 +++++++++++++++++++++++++++++++++++++++ css/main.scss | 3 ++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 _sass/_calendar.scss diff --git a/_sass/_calendar.scss b/_sass/_calendar.scss new file mode 100644 index 0000000..df88a7e --- /dev/null +++ b/_sass/_calendar.scss @@ -0,0 +1,39 @@ +.cal_date { + font-weight: bold; +} + +.cal_date, .cal_day, .cal_time { + display: block; +} + +.cal_summary { + font-weight: bold; + display: block; +} + +.cal_description { + font-style: italic; + display: block; + min-height: 1em; +} + +.cal_datetime { + float: left; + width: 8em; + text-align: right; + text-decoration: inherit; +} + +.cal_descriptionbox { + margin-left: 10em; + min-height: 3em; +} + +.cal_entry { + clear: both; + margin-bottom: 2em; +} + +.cal_location .fa { + margin-right: 0.3em; +} diff --git a/css/main.scss b/css/main.scss index b5d6767..cfd1d86 100755 --- a/css/main.scss +++ b/css/main.scss @@ -48,7 +48,8 @@ $nav-link-color: #800032; "base", "layout", "syntax-highlighting", - "chaospott" + "chaospott", + "calendar" ;