HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodleAW/moodle03/theme/formal_white/style/calendar.css
/*************************************************************
 * This file contains style information for calendar module  *
 *************************************************************/

/* the names of the months */
.path-calendar .minicalendarblock h3 {font-size:1.0em;margin:0;text-align:center;}

/* spacing between the month name and the corresponding minicalendar */
.path-calendar .block .minicalendar {margin:5px 0 10px 0;}

/* the grid of the calendar */
.path-calendar .calendartable th,
.path-calendar .calendartable td {border:1px [[setting:lblockcolumnbgc]] solid;}

/* the different current day in minicalendar */
/*.path-calendar .calendartable td.today {border:2px #444444 solid;}*/
.path-calendar .minicalendar td.today {border:2px #444444 solid;}

/* the edge of the generic event in the list in the center of the page */
.path-calendar .maincalendar .eventlist .event {border: 1px [[setting:lblockcolumnbgc]] solid;}

/* if a duration exists... in the minicalendar */
.path-calendar .minicalendar .calendar_event_user,
.path-calendar .minicalendar .duration_user {border-bottom:2px #A1BECB dotted;}
.path-calendar .minicalendar .calendar_event_course,
.path-calendar .minicalendar .duration_course {border-bottom:2px #FF9966 dotted;}
.path-calendar .minicalendar .calendar_event_global,
.path-calendar .minicalendar .duration_global {border-bottom:2px #66D14D dotted;}
.path-calendar .minicalendar .calendar_event_group,
.path-calendar .minicalendar .duration_group {border-bottom:2px #FBBB23 dotted;}

/* if a duration exists... in the calendartable */
/* take care: it is not needed because I might have more than one duration
 * this is why the cell must not be displayed with a border-bottom
 * but events need to to drawn inside
 */

.path-calendar .maincalendar .calendarmonth th,
.path-calendar .minicalendar th {background:url([[pix:theme|trend/__setting_trendcolor__/gradient-sb]]) repeat-x 0 0;}

/* settings for the block calendar */
/* the grid of the calendar */
.calendartable th,
.calendartable td {border:1px [[setting:lblockcolumnbgc]] solid;}

/* the different current day in the block calendar */
.calendartable .today {border:2px #444444 solid;}

/* if a duration exists... in the block calendar */
.calendartable .calendar_event_user,
.calendartable .duration_user {border-bottom:2px #A1BECB dotted;}
.calendartable .calendar_event_course,
.calendartable .duration_course {border-bottom:2px #FF9966 dotted;}
.calendartable .calendar_event_global,
.calendartable .duration_global {border-bottom:2px #66D14D dotted;}
.calendartable .calendar_event_group,
.calendartable .duration_group {border-bottom:2px #FBBB23 dotted;}