57 lines
2.6 KiB
CSS
Raw Normal View History

2011-09-12 09:42:18 +02:00
/*************************************************************
* This file contains style information for calendar module *
*************************************************************/
/* i nomi dei mesi */
.path-calendar .minicalendarblock h3 {font-size:1.0em;margin:0;text-align:center;}
/* spaziatura fra nome del mese e minicalendar corrispondente */
.path-calendar .block .minicalendar {margin:5px 0 10px 0;}
/* la quadrettatura del calendario */
.path-calendar .calendartable th,
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
.path-calendar .calendartable td {border:1px [[setting:lblockcolumnbgc]] solid;}
/* il rilievo del giorno corrente nel minicalendar */
/*.path-calendar .calendartable td.today {border:2px #444444 solid;}*/
.path-calendar .minicalendar td.today {border:2px #444444 solid;}
/* il bordo del generico evento nella lista a centro pagina */
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
.path-calendar .maincalendar .eventlist .event {border: 1px [[setting:lblockcolumnbgc]] solid;}
/* se c'è una duration... nel 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;}
/* se c'è una duration... nel calendartable */
/* attento: non servono perché potrei avere più di una duration */
/* per questo la casella non va segnata con un border-bottom */
/* ma vanno riporati gli eventi al suo interno */
.path-calendar .maincalendar .calendarmonth th,
.path-calendar .minicalendar th {background:url([[pix:theme|gradient-sb]]) repeat-x 0 0;}
/* i settaggi del calendario del blocco */
/* la quadrettatura del calendario */
.calendartable th,
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
.calendartable td {border:1px [[setting:lblockcolumnbgc]] solid;}
/* il rilievo del giorno corrente nel calendario del blocco */
.calendartable .today {border:2px #444444 solid;}
/* se c'è una duration... nel minicalendar */
.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;}