blob: c1ccf72730ff68185727402dece60f73fb10f593 (
plain)
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
|
.main
min-width: 20em
.table
display: table
border-collapse: collapse
.table div
vertical-align: middle
.td
display: table-cell
text-align: center
padding: 0.25em
.tr
display: table-row
.tc
display: table-caption
padding: 0.25em
.th
display: table-cell
font-variant: small-caps
font-weight: bold
text-align: center
padding: 0.25em
.kind
display: table-cell
text-align: left
padding: 0.25em
.kind:only-child
text-align: center
.table .table .td, .table .table .tc, .table .table .th, .table .table .kind
padding: 0
#messages
list-style-type: none
margin: 1em auto 1em 0
padding: 0
text-align: center
font-weight: bold
.formError
color: #800
.printSuccess
color: #080
button
width: 6em
display: inline-block
.day hr
width: 2em
border: 1px solid #ddd
border-style: solid none solid none
.sepBelow, .sepAbove
border: 2px none #ddd
.sepBelow
border-bottom-style: solid
.sepAbove
border-top-style: solid
.color:nth-child(even)
background-color: #f0f0f0
.color:nth-child(odd)
background-color: #fff
body > div
margin: 0 auto
.table > h1
display: table-caption
nav ul
display: block
text-align: center
padding: 0
li
display: inline-block
font-variant: small-caps
font-size: 1.5em
font-weight: bold
a
text-decoration: underline
color: #aaa
a:hover
text-decoration: none
li.active
a
color: inherit
text-decoration: none
li::before
content: " | "
color: #ddd
li:first-child::before
content: ""
label.checkbox
input
vertical-align: middle
span
vertical-align: middle
|