summaryrefslogtreecommitdiff
path: root/templates/default-layout.cassius
blob: e3aaa52ed6471b1645e7c5896888b3bc77bd2dbe (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
main
  min-width: 20em
.table, table
  display: table
  border-collapse: collapse
.table div, table td
  vertical-align: middle
.td, td
  display: table-cell
  text-align: center
  padding: 0.25em
.tr, tr
  display: table-row
.tc
  display: table-caption
  padding: 0.25em
.th, 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
.type
  display: table-cell
  text-align: center
  padding: 0.25em
  color: #aaa
.table .table .td, .table .table .tc, .table .table .th, .table .table .kind
  padding: 0
table table td, table table th, .table table td, .table table th
  padding: 0
#messages
  list-style-type: none
  margin: 1em auto 1em 0
  padding: 0
  text-align: center
  font-weight: bold
  li
    margin: 0 0 0.5em 0
  li:last-child
    margin: 0
  .formError
    color: #800
  .printSuccess, .insertSuccess, .appendSuccess, .saveSuccess
    color: #080
  .insertAmbiguous
    color: inherit
    ul
      list-style-type: none
      li
        display: inline
        margin: 0 0 0 0
        padding: 0 0 0 0
      li::before
        content: ", "
      li:first-child::before
        content: ""
button
  width: 8em
  display: inline-block
.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, body > table
  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
.itemH
  display: table-cell