-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMMM-CalendarExtTimeline.css
104 lines (87 loc) · 1.5 KB
/
MMM-CalendarExtTimeline.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.CEXTML {
line-height:1em;
}
.CEXTML *{
box-sizing:border-box;
}
.CEXTML .current_timeline {
width:0px;
height:24px;
position:absolute;
border-left:2px solid #F00;
top:10px;
}
.CEXTML .holder {
position:relative;
width:100%;
height:100%;
}
.CEXTML .eventPositionLine {
position:relative;
width:100%;
height:24px;
line-height:24px;
margin:1px 0;
}
.CEXTML .event {
position:absolute;
height:24px;
font-size:14px;
line-height:24px;
overflow:hidden;
padding-left:6px;
text-align:left;
}
.CEXTML .event.startHere {
border-top-left-radius:12px;
border-bottom-left-radius:12px;
}
.CEXTML .event.endHere {
border-top-right-radius:12px;
border-bottom-right-radius:12px;
}
.CEXTML .timeCol td {
padding:0;
margin:0;
text-align:left;
padding-left:2px;
border-left:1px solid #999;
}
.CEXTML .timeCol table {
position:relative;
height:24px;
overflow: hidden;
}
.CEXTML .timeCol p {
padding:0;
margin:0;
}
.CEXTML th.timeCol {
width:90%;
font-weight:normal;
font-size:initial;
border-bottom:1px solid #999;
position:relative;
height:24px;
}
.CEXTML th.titleCol {
max-width:10%;
font-weight:normal;
font-size:initial;
border-bottom:1px solid #999;
height:24px;
}
.CEXTML td.schedules {
width:90%;
font-weight:normal;
font-size:initial;
border-bottom:1px solid #999;
position:relative;
}
.CEXTML td.calendar {
max-width:10%;
font-weight:normal;
font-size:initial;
border-bottom:1px solid #999;
background-color:#333;
}