-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathtable.css
More file actions
246 lines (202 loc) · 4.99 KB
/
table.css
File metadata and controls
246 lines (202 loc) · 4.99 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
/* =============================================================================
Responsive Table CSS
========================================================================== */
table.tableblock,
table.tableblock thead,
table.tableblock tbody,
table.tableblock tfoot,
table.tableblock td,
table.tableblock th {
font-family: "Source Sans Pro", sans-serif;
}
table.tableblock {
display: block;
width: 100%;
border-spacing: 0;
}
table.tableblock thead,
table.tableblock tbody,
table.tableblock thead tr,
table.tableblock th {
display: block;
}
table.tableblock thead {
float: left;
}
table.tableblock tbody {
width: auto;
position: relative;
overflow-x: auto;
}
table.tableblock thead th {
padding-left: var(--base-small-space);
padding-top: var(--base-space);
padding-bottom: var(--base-space);
text-align: left;
border-bottom: 2px solid var(--color-brand-accent);
font-size: 1.125rem;
line-height: 1.5rem;
font-weight: var(--weight-semibold);
}
/* table.tableblock tbody td:first-child strong {
font-size: 1.125rem;
} */
table.tableblock tbody tr {
display: table-cell;
}
/* .tableblock tbody tr :hover{
background: var(--color-brand-gray7);
} */
table.tableblock > tbody td,
table.tableblock > tbody th {
display: block;
border-bottom: 1px solid var(--color-brand-gray8);
padding-left: var(--base-small-space);
/* padding-top: var(--base-space); */
padding-bottom: var(--base-space);
}
/* Activate the grid=none option for Asciidoc */
table.tableblock.grid-none > tbody td,
table.tableblock.grid-none > tbody th {
border-bottom: 0;
padding-left: var(--base-small-space);
padding-bottom: var(--base-space);
}
table.tableblock tbody td p {
font-size: var(--font-base);
line-height: var(--line-height-base);
color: var(--color-brand-gray1);
font-weight: var(--weight-medium);
}
table.tableblock tbody td.tableblock p.tableblock {
margin-top: 1rem;
}
/* table.tableblock .content .paragraph,
table.tableblock .content .ulist {
margin-top: 0;
} */
/* table.tableblock tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.07);g29
}
*/
/* table.tableblock tbody tr:hover {
background: var(--color-brand-gray7);
} */
table.tableblock .title {
display: inline-block;
width: 100%;
padding: 10px 0 0;
margin-bottom: 10px;
}
.doc .admonitionblock td.icon {
border-bottom: none;
}
/* table.table-merge-cells tr:hover {
background-color: var(--color-brand-gray7);
}
*/
table.table-tutorial tr th:last-child,
table.table-tutorial tr td:last-child {
background-color: var(--color-brand-gray7);
}
.tableblock thead a,
.tableblock tbody a,
.tableblock p {
font-family: inherit;
}
/* OpenAPI style tables (to avoid keywords being unpleasantly wrapped/hyphenated) */
/* No maximum width for table cells */
.openapi table.spread > tbody > tr > *,
.openapi table.stretch > tbody > tr > * {
max-width: none !important;
}
/* Ignore fixed column widths */
.openapi table col {
width: auto !important;
}
/* Do not hyphenate words in the table */
.openapi table td.tableblock p,
.openapi table p.tableblock {
hyphens: manual !important;
}
/* Vertical alignment */
.openapi table td.tableblock {
vertical-align: top !important;
}
/* Responsive css */
@media screen and (min-width: 1px /*768px*/) {
table.tableblock {
display: table;
position: relative;
}
table.tableblock caption.title {
position: absolute;
left: 0;
top: -30px;
}
table.tableblock.caption-table,
div.ulist + table.tableblock,
table.tableblock + table.tableblock {
margin-top: 2.5rem;
}
table.tableblock thead {
display: table-header-group;
float: none;
}
table.tableblock tbody {
display: table-row-group;
}
table.tableblock thead tr,
table.tableblock tbody tr {
display: table-row;
}
table.table-merge-cells tbody tr:nth-child(even) {
background-color: var(--color-brand-gray7);
}
table.tableblock th,
table.tableblock tbody td,
table.tableblock > tbody th {
display: table-cell;
min-width: 5rem;
}
table.tableblock td,
table.tableblock th {
width: auto;
}
table.table-merge-cells tr td:first-child,
table.table-tutorial tr td:first-child {
border-left: 0;
}
table.table-merge-cells tr td,
table.table-tutorial tr td {
border-left: 1px solid var(--color-brand-gray8);
}
}
/* This "responsive" table CSS is a bit odd, I'm not sure it is needed any more:
@media screen and (max-width: 767px), print {
table.tableblock td,
table.tableblock th {
line-height: 1.5em;
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
color: var(--color-brand-gray1);
}
table.tableblock td {
min-width: 14.5rem;
word-break: break-word;
border-right: 1px solid var(--color-brand-gray6);
}
.admonitionblock table tbody {
overflow-x: visible;
}
.doc .admonitionblock > table > tbody > tr {
display: inline-block;
width: 100%;
}
table.tableblock thead {
box-shadow: 2px 2px 4px 1px var(--color-brand-gray7);
max-width: 120px;
}
}
*/