3 // Calendar colour variables defined.
4 @calendarEventCourseColor: #ffd3bd; // Pale red.
5 @calendarEventGlobalColor: #d6f8cd; // Pale green.
6 @calendarEventGroupColor: #fee7ae; // Pale yellow.
7 @calendarEventUserColor: #dce7ec; // Pale blue.
9 // Calendar event background colours defined.
10 .calendar_event_course {
11 background-color: @calendarEventCourseColor;
13 .calendar_event_site {
14 background-color: @calendarEventGlobalColor;
16 .calendar_event_group {
17 background-color: @calendarEventGroupColor;
19 .calendar_event_user {
20 background-color: @calendarEventUserColor;
23 // Calendar restyling.
25 #dateselector-calendar-panel {
26 z-index: @zindexModalContainer+4;
59 border-collapse: separate;
90 list-style-type: none;
111 .calendar_event_course,
112 .calendar_event_site,
113 .calendar_event_group,
114 .calendar_event_user {
115 border-width: 1px 1px 1px 12px;
118 .calendar_event_course {
119 border-color: @calendarEventCourseColor;
121 .calendar_event_site {
122 border-color: @calendarEventGlobalColor;
124 .calendar_event_group {
125 border-color: @calendarEventGroupColor;
127 .calendar_event_user {
128 border-color: @calendarEventUserColor;
132 font-family: @headingsFontFamily;
133 font-weight: @headingsFontWeight;
134 color: @headingsColor;
160 border-collapse: separate;
163 list-style-type: none;
170 font-size: @fontSizeLarge;
175 margin-right: 0.5rem;
193 background-color: @white;
207 #page-calendar-export {
213 // Block minicalendar.
235 border-top: 1px solid @calendarEventGlobalColor;
236 border-bottom: 1px solid @calendarEventGlobalColor;
238 background-color: @calendarEventGlobalColor;
242 border-top: 1px solid @calendarEventCourseColor;
243 border-bottom: 1px solid @calendarEventCourseColor;
245 background-color: @calendarEventCourseColor;
249 border-top: 1px solid @calendarEventGroupColor;
250 border-bottom: 1px solid @calendarEventGroupColor;
252 background-color: @calendarEventGroupColor;
256 border-top: 1px solid @calendarEventUserColor;
257 border-bottom: 1px solid @calendarEventUserColor;
259 background-color: @calendarEventUserColor;
265 font-weight: inherit;
266 line-height: inherit;
296 margin-bottom: 0.2em;
319 background-color: #f60;
322 border-top: 1px solid #f93;
323 border-left: 1px solid #f93;
324 border-bottom: 1px solid #013;
325 border-right: 1px solid #013;
332 text-decoration: none;
335 @media (min-width: 768px) {
336 #page-calender-view {