summaryrefslogtreecommitdiff
path: root/templates/default-layout.cassius
blob: 492cde8ae2afe7411c41c8f9edf7196b53a65560 (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
.table
  display: table
.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
.table .table .td, .table .table .tc, .table .table .th, .table .table .kind
  padding: 0
.error
  background-color: #fdd
  text-align: center
  color: #c00
  list-style-type: none
button
  width: 6em
  display:inline-text
.day hr
  width: 2em
  border: 1px solid #ddd
  border-style: solid none solid none
.sepBelow > div, .sepAbove > div
  border: 2px none #ddd
.sepBelow > div
  border-bottom-style: solid
.sepAbove > div
  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
  li
    display:inline-block
    font-variant: small-caps
    font-size: 1.5em
    font-weight: bold
    a
      text-decoration:none
      color:#aaa
    a:hover
      color:inherit
  li.active
    a
      color:inherit
  li::before
    content:" | "
    color: #ddd
  li:first-child::before
    content:""
label.checkbox
  input
    vertical-align: middle
  span
    vertical-align: middle