-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
65 lines (61 loc) · 960 Bytes
/
index.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
.s-lc-mhw-tb {
width: 100%;
border: 1px solid #ddd;
border-collapse: collapse;
border-spacing: 0;
}
.s-lc-mhw-tb th,
.s-lc-mhw-tb td {
border: 1px solid #ddd;
vertical-align: top;
}
.s-lc-mhw-tb thead {
background-color: #f5f5f5;
}
.s-lc-mhw-header {
text-align: center;
}
.s-lc-mhw-header-date {
text-align: center;
display: inline-block;
margin-top: 5px;
font-size: 130%;
}
.s-lc-mhw-days td {
text-align: center;
font-weight: bold;
min-width: 14.28%;
max-width: 14.28%;
width: 14.28%;
}
.s-lc-mhw-day-l {
color: #555;
text-align: right;
padding: 2px;
font-size: 16px;
font-weight: bold;
}
.s-lc-mhw-cells {
height: 50px;
}
.s-lc-mhw-fnc {
color: #555;
}
.s-lc-mhw-loc {
font-size: 14px;
padding: 2px;
}
.s-lc-mhw-loc-name {
font-size: 16px;
font-weight: 500;
}
.s-lc-mhw-sub-loc {
margin-top: 8px;
margin-left: 8px;
}
.s-lc-note:after {
content: ")";
}
.s-lc-note:before {
content: "(";
}