mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills. The following noteable changes have also been made: * Plugin CSS has been pushed back into the plugin directories as styles.css files. * Install_print_header has been corrected. * Redundant or deprecated rules have been removed. * Several minor class changes throughout Moodle. * CSS is now single line rules not multiline indented. * Installs with theme=standardold automatically switch to standard. * body classes / id now have prefixes to make it clearer what they are and avoid conflicts. Also worth noting: * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out. * I am currently working on the documentation for the themes system... it will be here soon.
60 lines
3.5 KiB
CSS
60 lines
3.5 KiB
CSS
/** Calendar **/
|
|
.path-calendar h1 {font-size:1.0em;margin:0;}
|
|
.path-calendar h2,
|
|
.path-calendar h3 {text-align: center;}
|
|
.path-calendar .maincalendar div.header {font-weight:bold;padding:2px 4px 6px;}
|
|
|
|
.path-calendar .sidecalendar {border-color: #DDDDDD;}
|
|
.path-calendar .sidecalendar .filters {font-size:0.8em;}
|
|
.path-calendar .sidecalendar abbr {border-width:0;}
|
|
.path-calendar .sidecalendar .filters {padding: 5px;}
|
|
.path-calendar .sidecalendar .filters table {background-color: #EEEEEE;}
|
|
.path-calendar .sidecalendar .minicalendartop {padding-top:10px;}
|
|
.path-calendar .sidecalendar .minicalendarblock {padding: 0px 4px;}
|
|
.path-calendar .sidecalendar .calendartable td {border-width:0;}
|
|
|
|
.path-calendar .maincalendar {border:1px solid #DDDDDD;}
|
|
.path-calendar .maincalendar .filters {width:98%;margin:10px auto;}
|
|
.path-calendar .maincalendar .filters table {background-color: #EEEEEE;}
|
|
.path-calendar .maincalendar .eventlist {padding: 10px;}
|
|
.path-calendar .maincalendar .eventlist .event {border-color:#DDDDDD;}
|
|
.path-calendar .maincalendar .eventlist .event .referer {font-weight:bold;}
|
|
.path-calendar .maincalendar .eventlist .event .course {font-size:0.8em;}
|
|
.path-calendar .maincalendar .eventlist .event .description {padding:5px;}
|
|
.path-calendar .maincalendar .eventlist .event .description .commands {text-align: right;}
|
|
.path-calendar .maincalendar .eventlist .event .topic {background-color:#EEEEEE;padding: 5px;border:0px solid #EEEEEE;border-bottom-width: 1px;}
|
|
.path-calendar .maincalendar .eventlist .event .picture {background-color:#EEEEEE;padding:8px;}
|
|
.path-calendar .maincalendar .eventlist .event .side {background-color:#EEEEEE;}
|
|
.path-calendar .maincalendar .calendarmonth th {border-color: #000000;}
|
|
.path-calendar .maincalendar .calendarmonth td {font-size:0.8em;}
|
|
.path-calendar .maincalendar .calendarmonth ul.events-underway {color:#999999;}
|
|
.path-calendar .maincalendar .controls {font-size:1.2em;}
|
|
.path-calendar .maincalendar .day {font-weight: bold;}
|
|
.path-calendar .maincalendar .cal_courses_flt {text-align:center;margin:5px;}
|
|
.path-calendar .maincalendar .calendar-controls .current {font-weight: bold;}
|
|
.path-calendar .minicalendarblock h3 {font-size:1.0em;margin:0;font-weight:normal;text-align:center;}
|
|
|
|
.calendartable a {color:#000077;}
|
|
.calendartable th,
|
|
.calendartable td {border-width:0;}
|
|
|
|
.calendartable .hasevent {border:2px solid;}
|
|
.calendar_event_course {border-color: #FFD3BD;}
|
|
.calendar_event_global {border-color: #D6F8CD;}
|
|
.calendar_event_group {border-color: #FEE7AE;}
|
|
.calendar_event_user {border-color: #DCE7EC;}
|
|
|
|
.calendartable .duration.duration_global {border-top-color:#66D14D; border-bottom-color:#66D14D;}
|
|
.calendartable .duration.duration_course {border-top-color:#FF9966; border-bottom-color:#FF9966;}
|
|
.calendartable .duration.duration_course0 {border-top-color:#FF9966; border-bottom-color:#FF9966;}
|
|
.calendartable .duration.duration_course1 {border-top-color:#0099FF; border-bottom-color:#0099FF;}
|
|
.calendartable .duration.duration_course2 {border-top-color:#FFFF00; border-bottom-color:#FFFF00;}
|
|
.calendartable .duration.duration_group {border-top-color:#FBBB23; border-bottom-color:#FBBB23;}
|
|
.calendartable .duration.duration_user {border-top-color:#A1BECB; border-bottom-color:#A1BECB;}
|
|
|
|
.calendartable .weekend {color:#990000;}
|
|
.calendartable .today {border:2px solid #444444;}
|
|
.calendartable .nottoday {border-color:#EEEEEE;}
|
|
.calendartable .eventnone a {text-decoration:none;color:black;cursor:text;}
|
|
|
|
.calendartable.minicalendar {font-size:0.85em;border:1px solid #DDDDDD;margin: 10px 0;border-collapse:separate;border-spacing:1px;} |