-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathextra.css
More file actions
84 lines (68 loc) · 1.6 KB
/
extra.css
File metadata and controls
84 lines (68 loc) · 1.6 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
.toc-label {
font-size: 200%;
font-weight: bold;
}
.toc-section {
margin-left: 1em;
}
.section .section-label {
font-size: 200%;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 1em;
border-top: 1px solid #d3d3d3;
}
.section .section .section-label {
font-size: 200%;
}
.section .section .section .section-label {
font-size: 150%;
}
img[data-role="symbol"], img[data-role="icon"] {
margin-bottom: 0 !important;
vertical-align: middle;
max-height: unset !important;
max-width: 2rem;
}
img[data-role="safety-alert-symbol"] {
margin-bottom: 0 !important;
max-height: unset !important;
max-width: 2rem;
display: inline-block;
vertical-align: middle;
line-height: 100%;
margin: 0;
width: auto !important;
height: 19px !important;
margin-bottom: 0 !important;
text-align: left;
}
p[data-role="signalword"] {
display: inline-block !important;
}
div.topic-content dl {
display: table;
width: 100%;
table-layout: fixed;
}
dl > div[data-dl-wrapper="dli"] {
display: table-row;
}
dd, dt {
display: table-cell !important;
}
* {
box-sizing: border-box;
}
dt[data-type="legenden-punkt"], dt[data-type="term"] {
width: 4rem;
}
div[data-type="qr-code-block"][data-role="list-container"] dl div[data-dl-wrapper="dli"][data-dl-break-before="avoid"] dt {
width: min-content !important;
padding-right: 1rem !important;
}
div[data-role="list-container"][data-class="vw-table-of-symbols"][data-type="symbol-verzeichnis"] > dl div[data-dl-wrapper="dli"] dt {
width: 5rem;
text-align: center;
}