diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 14:47:31 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 14:47:31 +0100 |
commit | fe5cd6ad6c61eb13ca99acd1b69cd09b84051404 (patch) | |
tree | 4afc8cb5ae4171047d6af17082fb74d49c726abe /templates/default-layout.cassius | |
parent | 668961c90368b55a3409ae93b96e288f8ebe33a4 (diff) | |
download | bar-fe5cd6ad6c61eb13ca99acd1b69cd09b84051404.tar bar-fe5cd6ad6c61eb13ca99acd1b69cd09b84051404.tar.gz bar-fe5cd6ad6c61eb13ca99acd1b69cd09b84051404.tar.bz2 bar-fe5cd6ad6c61eb13ca99acd1b69cd09b84051404.tar.xz bar-fe5cd6ad6c61eb13ca99acd1b69cd09b84051404.zip |
Support types
Diffstat (limited to 'templates/default-layout.cassius')
-rw-r--r-- | templates/default-layout.cassius | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index c1ccf72..bd76a01 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius | |||
@@ -1,20 +1,20 @@ | |||
1 | .main | 1 | .main |
2 | min-width: 20em | 2 | min-width: 20em |
3 | .table | 3 | .table, table |
4 | display: table | 4 | display: table |
5 | border-collapse: collapse | 5 | border-collapse: collapse |
6 | .table div | 6 | .table div, table td |
7 | vertical-align: middle | 7 | vertical-align: middle |
8 | .td | 8 | .td, td |
9 | display: table-cell | 9 | display: table-cell |
10 | text-align: center | 10 | text-align: center |
11 | padding: 0.25em | 11 | padding: 0.25em |
12 | .tr | 12 | .tr, tr |
13 | display: table-row | 13 | display: table-row |
14 | .tc | 14 | .tc |
15 | display: table-caption | 15 | display: table-caption |
16 | padding: 0.25em | 16 | padding: 0.25em |
17 | .th | 17 | .th, th |
18 | display: table-cell | 18 | display: table-cell |
19 | font-variant: small-caps | 19 | font-variant: small-caps |
20 | font-weight: bold | 20 | font-weight: bold |
@@ -26,8 +26,15 @@ | |||
26 | padding: 0.25em | 26 | padding: 0.25em |
27 | .kind:only-child | 27 | .kind:only-child |
28 | text-align: center | 28 | text-align: center |
29 | .type | ||
30 | display: table-cell | ||
31 | text-align: center | ||
32 | padding: 0.25em | ||
33 | color: #aaa | ||
29 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind | 34 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind |
30 | padding: 0 | 35 | padding: 0 |
36 | table table td, table table th | ||
37 | padding: 0 | ||
31 | #messages | 38 | #messages |
32 | list-style-type: none | 39 | list-style-type: none |
33 | margin: 1em auto 1em 0 | 40 | margin: 1em auto 1em 0 |
@@ -55,7 +62,7 @@ button | |||
55 | background-color: #f0f0f0 | 62 | background-color: #f0f0f0 |
56 | .color:nth-child(odd) | 63 | .color:nth-child(odd) |
57 | background-color: #fff | 64 | background-color: #fff |
58 | body > div | 65 | body > div, body > table |
59 | margin: 0 auto | 66 | margin: 0 auto |
60 | .table > h1 | 67 | .table > h1 |
61 | display: table-caption | 68 | display: table-caption |