-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystyle.css
68 lines (54 loc) · 1.45 KB
/
mystyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* theme/boost/style/moodle.css */
.path-calendar .calendartable {
table-layout: fixed;
}
.path-calendar .maincalendar .calendartable th,
.path-calendar .maincalendar .calendartable td,
.path-calendar .maincalendar .calendartable li {
padding: 0 4px 4px 4px;
}
.path-calendar .calendartable th,
.path-calendar .calendartable td {
width: 14%;
}
.maincalendar .calendarmonth .x_hour {
border: 1px solid #1177d1;
width: 3em;
}
.path-calendar .maincalendar .calendarmonth td {
height: 1em;
}
.path-calendar .maincalendar .calendarmonth thead {
background-color: #ffffff;
}
.path-calendar .maincalendar .calendarmonth .hours:hover .calendar_event_before,
.path-calendar .maincalendar .calendarmonth .hours:hover {
background-color: #1177d1;
color: #f2f2f2;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.path-calendar .maincalendar .calendarmonth .hours:hover a {
color: #f2f2f2;
}
.maincalendar .calendarmonth th {
border: 1px solid #1177d1;
}
.maincalendar .calendarmonth td {
border: 1px dotted #1177d1;
}
.calendar_event_before {
background-color: #f2f2f2;
}
.calendar_event_my {
background-color: #1177d1;
}
.calendar_event_others {
background-color: #d8bfd8;
}
.path-calendar .maincalendar .calendarmonth ul li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
display: inline-block;
}