summaryrefslogtreecommitdiff
path: root/project/assets/css/steelman.css
blob: 14bc84b234138402e711c21ff91f0c4b94764286 (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


div.accordian {
    margin: 1em 2em 2em 2em;
}


.accordian > input[name="collapse"] {
    display: none;
}


.accordian .hidden_content {
    overflow: hidden;
    height: 0;
}


.accordian label {
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    padding: 0.5em;
    background: #808080;
}


.accordian label:hover,
.accordian label:focus {
    color: #ffffff;
    background: #000000;
}


.accordian > input[name="collapse"]:checked ~ .hidden_content {
    height: auto;
}




table {
    margin: 2em auto 2em auto;
    max-width: 60em;
}




table#lang {
    min-width: 30em;
}


table#lang, table#lang td {
    border: none;
}




table#results, table#results th, table#results td {
    border: 1px solid gray;
    font: 0.9em/1.1em sans-serif;
}


table#results td {
    text-align: center;
}




table#appendix, table#appendix th, table#appendix td {
    border: 1px solid gray;
    font: 0.9em/1.1em sans-serif;
}


table#appendix td {
    padding: 0.5em 0.2em 0.5em 0.2em;
}


table#appendix td.yn {
    text-align: center;
    height: 1em;
}




table#results th, table#appendix th {
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0.5em 0.5em 0.5em;
}