blob: 34e3304e4837d821cef048de8fad8f8891570477 (
plain) (
blame)
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
|
h1 {
text-align:center;
}
h1.subtitle {
font-size: large;
}
h3 {
font-family: monospace;
font-size: large;
font-weight: normal;
}
table {
border-width:0px;
border-collapse:collapse;
}
td {
padding-left:1em;
padding-right:1em;
padding-bottom:0.3em;
}
table.staff td {
padding-bottom:1em;
vertical-align:top;
}
table.weekdays td, table.weekdays th {
border:1px solid #ccc;
text-align:center;
padding:0.5em;
}
table.weekdays th {
padding:1em;
}
table th.empty {
border-width:0;
}
.note {
font-size: normal;
font-style: italic;
}
hr {
text-align:center;
width:90%;
}
|