hdoc-tools 0.8.22 → 0.8.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-build-db.js +141 -0
- package/hdoc-build-pdf.js +169 -0
- package/hdoc-build.js +44 -14
- package/hdoc-init.js +0 -1
- package/hdoc-validate.js +0 -2
- package/hdoc.js +2 -2
- package/package.json +5 -2
- package/templates/pdf/css/custom-block.css +90 -0
- package/templates/pdf/css/fonts.css +221 -0
- package/templates/pdf/css/hdocs-pdf.css +242 -0
- package/templates/pdf/css/vars.css +393 -0
- package/templates/pdf/fonts/inter-cyrillic copy.woff2 +0 -0
- package/templates/pdf/fonts/inter-cyrillic-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-cyrillic.woff2 +0 -0
- package/templates/pdf/fonts/inter-greek-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-greek.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-cyrillic-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-cyrillic.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-greek-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-greek.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-latin-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-latin.woff2 +0 -0
- package/templates/pdf/fonts/inter-italic-vietnamese.woff2 +0 -0
- package/templates/pdf/fonts/inter-latin-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-latin.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-cyrillic-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-cyrillic.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-greek-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-greek.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-latin-ext.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-latin.woff2 +0 -0
- package/templates/pdf/fonts/inter-roman-vietnamese.woff2 +0 -0
- package/templates/pdf/fonts/inter-vietnamese.woff2 +0 -0
- package/templates/pdf/images/hornbill-logo-full.svg +92 -0
- package/templates/pdf/template-footer.html +19 -0
- package/templates/pdf/template.html +13 -0
- package/templates/pdf-header-non-git.html +13 -0
- package/templates/pdf-header.html +17 -0
@@ -0,0 +1,221 @@
|
|
1
|
+
/* webfont-marker-begin */
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
|
3
|
+
/* webfont-marker-end */
|
4
|
+
|
5
|
+
@font-face {
|
6
|
+
font-family: 'Inter var';
|
7
|
+
font-weight: 100 900;
|
8
|
+
font-display: swap;
|
9
|
+
font-style: normal;
|
10
|
+
font-named-instance: 'Regular';
|
11
|
+
src: url('../fonts/inter-roman-cyrillic.woff2') format('woff2');
|
12
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
13
|
+
}
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Inter var';
|
17
|
+
font-weight: 100 900;
|
18
|
+
font-display: swap;
|
19
|
+
font-style: normal;
|
20
|
+
font-named-instance: 'Regular';
|
21
|
+
src: url('../fonts/inter-roman-cyrillic-ext.woff2') format('woff2');
|
22
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
23
|
+
U+FE2E-FE2F;
|
24
|
+
}
|
25
|
+
|
26
|
+
@font-face {
|
27
|
+
font-family: 'Inter var';
|
28
|
+
font-weight: 100 900;
|
29
|
+
font-display: swap;
|
30
|
+
font-style: normal;
|
31
|
+
font-named-instance: 'Regular';
|
32
|
+
src: url('../fonts/inter-roman-greek.woff2') format('woff2');
|
33
|
+
unicode-range: U+0370-03FF;
|
34
|
+
}
|
35
|
+
|
36
|
+
@font-face {
|
37
|
+
font-family: 'Inter var';
|
38
|
+
font-weight: 100 900;
|
39
|
+
font-display: swap;
|
40
|
+
font-style: normal;
|
41
|
+
font-named-instance: 'Regular';
|
42
|
+
src: url('../fonts/inter-roman-greek-ext.woff2') format('woff2');
|
43
|
+
unicode-range: U+1F00-1FFF;
|
44
|
+
}
|
45
|
+
|
46
|
+
@font-face {
|
47
|
+
font-family: 'Inter var';
|
48
|
+
font-weight: 100 900;
|
49
|
+
font-display: swap;
|
50
|
+
font-style: normal;
|
51
|
+
font-named-instance: 'Regular';
|
52
|
+
src: url('../fonts/inter-roman-latin.woff2') format('woff2');
|
53
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
54
|
+
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
55
|
+
U+FEFF, U+FFFD;
|
56
|
+
}
|
57
|
+
|
58
|
+
@font-face {
|
59
|
+
font-family: 'Inter var';
|
60
|
+
font-weight: 100 900;
|
61
|
+
font-display: swap;
|
62
|
+
font-style: normal;
|
63
|
+
font-named-instance: 'Regular';
|
64
|
+
src: url('../fonts/inter-roman-latin-ext.woff2') format('woff2');
|
65
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
66
|
+
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
67
|
+
}
|
68
|
+
|
69
|
+
@font-face {
|
70
|
+
font-family: 'Inter var';
|
71
|
+
font-weight: 100 900;
|
72
|
+
font-display: swap;
|
73
|
+
font-style: normal;
|
74
|
+
font-named-instance: 'Regular';
|
75
|
+
src: url('../fonts/inter-roman-vietnamese.woff2') format('woff2');
|
76
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
77
|
+
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
78
|
+
}
|
79
|
+
|
80
|
+
@font-face {
|
81
|
+
font-family: 'Inter var';
|
82
|
+
font-weight: 100 900;
|
83
|
+
font-display: swap;
|
84
|
+
font-style: italic;
|
85
|
+
font-named-instance: 'Italic';
|
86
|
+
src: url('../fonts/inter-italic-cyrillic.woff2') format('woff2');
|
87
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
88
|
+
}
|
89
|
+
|
90
|
+
@font-face {
|
91
|
+
font-family: 'Inter var';
|
92
|
+
font-weight: 100 900;
|
93
|
+
font-display: swap;
|
94
|
+
font-style: italic;
|
95
|
+
font-named-instance: 'Italic';
|
96
|
+
src: url('../fonts/inter-italic-cyrillic-ext.woff2') format('woff2');
|
97
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
98
|
+
U+FE2E-FE2F;
|
99
|
+
}
|
100
|
+
|
101
|
+
@font-face {
|
102
|
+
font-family: 'Inter var';
|
103
|
+
font-weight: 100 900;
|
104
|
+
font-display: swap;
|
105
|
+
font-style: italic;
|
106
|
+
font-named-instance: 'Italic';
|
107
|
+
src: url('../fonts/inter-italic-greek.woff2') format('woff2');
|
108
|
+
unicode-range: U+0370-03FF;
|
109
|
+
}
|
110
|
+
|
111
|
+
@font-face {
|
112
|
+
font-family: 'Inter var';
|
113
|
+
font-weight: 100 900;
|
114
|
+
font-display: swap;
|
115
|
+
font-style: italic;
|
116
|
+
font-named-instance: 'Italic';
|
117
|
+
src: url('../fonts/inter-italic-greek-ext.woff2') format('woff2');
|
118
|
+
unicode-range: U+1F00-1FFF;
|
119
|
+
}
|
120
|
+
|
121
|
+
@font-face {
|
122
|
+
font-family: 'Inter var';
|
123
|
+
font-weight: 100 900;
|
124
|
+
font-display: swap;
|
125
|
+
font-style: italic;
|
126
|
+
font-named-instance: 'Italic';
|
127
|
+
src: url('../fonts/inter-italic-latin.woff2') format('woff2');
|
128
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
129
|
+
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
130
|
+
U+FEFF, U+FFFD;
|
131
|
+
}
|
132
|
+
|
133
|
+
@font-face {
|
134
|
+
font-family: 'Inter var';
|
135
|
+
font-weight: 100 900;
|
136
|
+
font-display: swap;
|
137
|
+
font-style: italic;
|
138
|
+
font-named-instance: 'Italic';
|
139
|
+
src: url('../fonts/inter-italic-latin-ext.woff2') format('woff2');
|
140
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
141
|
+
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
142
|
+
}
|
143
|
+
|
144
|
+
@font-face {
|
145
|
+
font-family: 'Inter var';
|
146
|
+
font-weight: 100 900;
|
147
|
+
font-display: swap;
|
148
|
+
font-style: italic;
|
149
|
+
font-named-instance: 'Italic';
|
150
|
+
src: url('../fonts/inter-italic-vietnamese.woff2') format('woff2');
|
151
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
152
|
+
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
153
|
+
}
|
154
|
+
|
155
|
+
@font-face {
|
156
|
+
font-family: 'Inter var experimental';
|
157
|
+
font-weight: 100 900;
|
158
|
+
font-display: swap;
|
159
|
+
font-style: oblique 0deg 10deg;
|
160
|
+
src: url('../fonts/inter-cyrillic.woff2') format('woff2');
|
161
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
162
|
+
}
|
163
|
+
|
164
|
+
@font-face {
|
165
|
+
font-family: 'Inter var experimental';
|
166
|
+
font-weight: 100 900;
|
167
|
+
font-display: swap;
|
168
|
+
font-style: oblique 0deg 10deg;
|
169
|
+
src: url('../fonts/inter-cyrillic-ext.woff2') format('woff2');
|
170
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
171
|
+
U+FE2E-FE2F;
|
172
|
+
}
|
173
|
+
|
174
|
+
@font-face {
|
175
|
+
font-family: 'Inter var experimental';
|
176
|
+
font-weight: 100 900;
|
177
|
+
font-display: swap;
|
178
|
+
font-style: oblique 0deg 10deg;
|
179
|
+
src: url('../fonts/inter-greek.woff2') format('woff2');
|
180
|
+
unicode-range: U+0370-03FF;
|
181
|
+
}
|
182
|
+
|
183
|
+
@font-face {
|
184
|
+
font-family: 'Inter var experimental';
|
185
|
+
font-weight: 100 900;
|
186
|
+
font-display: swap;
|
187
|
+
font-style: oblique 0deg 10deg;
|
188
|
+
src: url('../fonts/inter-greek-ext.woff2') format('woff2');
|
189
|
+
unicode-range: U+1F00-1FFF;
|
190
|
+
}
|
191
|
+
|
192
|
+
@font-face {
|
193
|
+
font-family: 'Inter var experimental';
|
194
|
+
font-weight: 100 900;
|
195
|
+
font-display: swap;
|
196
|
+
font-style: oblique 0deg 10deg;
|
197
|
+
src: url('../fonts/inter-latin.woff2') format('woff2');
|
198
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
199
|
+
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
200
|
+
U+FEFF, U+FFFD;
|
201
|
+
}
|
202
|
+
|
203
|
+
@font-face {
|
204
|
+
font-family: 'Inter var experimental';
|
205
|
+
font-weight: 100 900;
|
206
|
+
font-display: swap;
|
207
|
+
font-style: oblique 0deg 10deg;
|
208
|
+
src: url('../fonts/inter-latin-ext.woff2') format('woff2');
|
209
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
210
|
+
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
211
|
+
}
|
212
|
+
|
213
|
+
@font-face {
|
214
|
+
font-family: 'Inter var experimental';
|
215
|
+
font-weight: 100 900;
|
216
|
+
font-display: swap;
|
217
|
+
font-style: oblique 0deg 10deg;
|
218
|
+
src: url('../fonts/inter-vietnamese.woff2') format('woff2');
|
219
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
220
|
+
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
221
|
+
}
|
@@ -0,0 +1,242 @@
|
|
1
|
+
:root {
|
2
|
+
--htl-font-family-base: 'Inter var experimental', 'Inter var', 'Inter',
|
3
|
+
ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
4
|
+
Roboto, 'Helvetica Neue', Helvetica, Arial, 'Noto Sans', sans-serif,
|
5
|
+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
6
|
+
--htl-font-family-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Monaco,
|
7
|
+
Consolas, 'Liberation Mono', 'Courier New', monospace;
|
8
|
+
|
9
|
+
|
10
|
+
--htl-default-font-size: 14px;
|
11
|
+
--htl-small-font-size: 12px;
|
12
|
+
--htl-smallest-font-size: 10px;
|
13
|
+
--htl-big-font-size: 16px;
|
14
|
+
--htl-biggest-font-size: 18px;
|
15
|
+
--htl-massive-font-size: 24px;
|
16
|
+
|
17
|
+
}
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Component: Custom Block
|
21
|
+
* -------------------------------------------------------------------------- */
|
22
|
+
|
23
|
+
:root {
|
24
|
+
--htl-custom-block-code-font-size: var(--htl-default-font-size);
|
25
|
+
|
26
|
+
--htl-custom-block-info-border: rgba(23, 23, 23, 0.5);
|
27
|
+
--htl-custom-block-info-text: #171717;
|
28
|
+
--htl-custom-block-info-bg: #d7eaf8;
|
29
|
+
--htl-custom-block-info-code-bg: var(--htl-c-gray-light-4);
|
30
|
+
|
31
|
+
|
32
|
+
--htl-custom-block-tip-border: var(--htl-c-green-dimm-1);
|
33
|
+
--htl-custom-block-tip-text: var(--htl-c-green-darker);
|
34
|
+
--htl-custom-block-tip-bg: var(--htl-c-green-dimm-3);
|
35
|
+
--htl-custom-block-tip-code-bg: var(--htl-custom-block-tip-bg);
|
36
|
+
|
37
|
+
--htl-custom-block-caution-border: var(--htl-c-yellow-dimm-1);
|
38
|
+
--htl-custom-block-caution-text: var(--htl-c-yellow-darker);
|
39
|
+
--htl-custom-block-caution-bg: var(--htl-c-yellow-dimm-3);
|
40
|
+
--htl-custom-block-caution-code-bg: var(--htl-custom-block-caution-bg);
|
41
|
+
|
42
|
+
--htl-custom-block-warning-border: var(--htl-c-red-dimm-1);
|
43
|
+
--htl-custom-block-warning-text: var(--htl-c-red-darker);
|
44
|
+
--htl-custom-block-warning-bg: var(--htl-c-red-dimm-3);
|
45
|
+
--htl-custom-block-warning-code-bg: var(--htl-custom-block-warning-bg);
|
46
|
+
|
47
|
+
--htl-custom-block-details-border: var(--htl-c-divider-light);
|
48
|
+
--htl-custom-block-details-text: var(--htl-c-text-2);
|
49
|
+
--htl-custom-block-details-bg: var(--htl-c-white-soft);
|
50
|
+
--htl-custom-block-details-code-bg: var(---htl-custom-block-details-bg);
|
51
|
+
|
52
|
+
}
|
53
|
+
|
54
|
+
|
55
|
+
body {
|
56
|
+
font-family: var(--htl-font-family-base);
|
57
|
+
}
|
58
|
+
|
59
|
+
p {
|
60
|
+
font-size: var(--htl-default-font-size);
|
61
|
+
}
|
62
|
+
|
63
|
+
li {
|
64
|
+
font-size: var(--htl-default-font-size);
|
65
|
+
}
|
66
|
+
|
67
|
+
|
68
|
+
/**
|
69
|
+
* Table
|
70
|
+
* -------------------------------------------------------------------------- */
|
71
|
+
|
72
|
+
table {
|
73
|
+
display: block;
|
74
|
+
border-collapse: collapse;
|
75
|
+
margin: 20px 0;
|
76
|
+
font-size: var(--htl-default-font-size);
|
77
|
+
/* sets font-size for table and table rows/td/th etc*/
|
78
|
+
}
|
79
|
+
|
80
|
+
tr {
|
81
|
+
border-top: 1px solid var(--htl-c-divider);
|
82
|
+
transition: background-color 0.5s;
|
83
|
+
}
|
84
|
+
|
85
|
+
tr:nth-child(2n) {
|
86
|
+
background-color: var(--htl-c-bg-soft);
|
87
|
+
}
|
88
|
+
|
89
|
+
th,
|
90
|
+
td {
|
91
|
+
border: 1px solid var(--htl-c-divider);
|
92
|
+
padding: 10px 14px;
|
93
|
+
vertical-align: top;
|
94
|
+
}
|
95
|
+
|
96
|
+
th {
|
97
|
+
font-size: var(--htl-default-font-size);
|
98
|
+
font-weight: 600;
|
99
|
+
background-color: var(--htl-c-white-soft);
|
100
|
+
}
|
101
|
+
|
102
|
+
.dark th {
|
103
|
+
background-color: var(--htl-c-black);
|
104
|
+
}
|
105
|
+
|
106
|
+
hr {
|
107
|
+
margin: 16px 0;
|
108
|
+
border: none;
|
109
|
+
border-top: 1px solid var(--htl-c-divider-light);
|
110
|
+
}
|
111
|
+
|
112
|
+
img,
|
113
|
+
svg {
|
114
|
+
display: inline-block;
|
115
|
+
}
|
116
|
+
|
117
|
+
video,
|
118
|
+
canvas,
|
119
|
+
audio,
|
120
|
+
iframe,
|
121
|
+
embed,
|
122
|
+
object {
|
123
|
+
display:none;
|
124
|
+
}
|
125
|
+
|
126
|
+
figure {
|
127
|
+
margin: 0;
|
128
|
+
}
|
129
|
+
|
130
|
+
img,
|
131
|
+
video {
|
132
|
+
max-width: 100%;
|
133
|
+
height: auto;
|
134
|
+
}
|
135
|
+
|
136
|
+
.header {
|
137
|
+
width: 100%;
|
138
|
+
position: relative;
|
139
|
+
}
|
140
|
+
|
141
|
+
.header img {
|
142
|
+
width: 150px;
|
143
|
+
float: right;
|
144
|
+
}
|
145
|
+
|
146
|
+
|
147
|
+
.after-bullets li:not(:last-child)::after {
|
148
|
+
content: "•";
|
149
|
+
padding-left: 5px;
|
150
|
+
padding-right: 5px;
|
151
|
+
}
|
152
|
+
|
153
|
+
/* top nav bar */
|
154
|
+
.nav-bar-nav-list {
|
155
|
+
margin-left: -39px;
|
156
|
+
margin-top: -20px;
|
157
|
+
align-items: stretch;
|
158
|
+
display: flex;
|
159
|
+
font-size: var(--htl-small-font-size);
|
160
|
+
}
|
161
|
+
|
162
|
+
.nav-bar-nav-list .nav-bar-item {
|
163
|
+
flex-shrink: 0;
|
164
|
+
align-items: center;
|
165
|
+
display: flex;
|
166
|
+
font-size: var(--htl-small-font-size);
|
167
|
+
}
|
168
|
+
|
169
|
+
.hdoc-alert {
|
170
|
+
border: 1px solid transparent;
|
171
|
+
border-radius: 8px;
|
172
|
+
padding: 16px 16px 8px;
|
173
|
+
line-height: 24px;
|
174
|
+
font-size: var(--htl-default-font-size);
|
175
|
+
color: var(--htl-c-text-2);
|
176
|
+
margin: 10px 0;
|
177
|
+
}
|
178
|
+
|
179
|
+
.hdoc-alert p {
|
180
|
+
margin: 8 0;
|
181
|
+
}
|
182
|
+
|
183
|
+
.hdoc-alert .hdoc-alert-title .bi {
|
184
|
+
margin-right: 5px;
|
185
|
+
|
186
|
+
}
|
187
|
+
|
188
|
+
.hdoc-alert .hdoc-alert-title {
|
189
|
+
font-weight: 700;
|
190
|
+
margin: 0;
|
191
|
+
}
|
192
|
+
|
193
|
+
.hdoc-alert.alert-icon-note {
|
194
|
+
border-color: var(--htl-custom-block-details-border);
|
195
|
+
color: var(--htl-custom-block-details-text);
|
196
|
+
background-color: var(--htl-custom-block-details-bg);
|
197
|
+
}
|
198
|
+
|
199
|
+
.hdoc-alert.alert-icon-note code {
|
200
|
+
background-color: var(--htl-custom-block-details-code-bg);
|
201
|
+
}
|
202
|
+
|
203
|
+
.hdoc-alert.alert-icon-tip {
|
204
|
+
border-color: var(--htl-custom-block-tip-border);
|
205
|
+
color: var(--htl-custom-block-tip-text);
|
206
|
+
background-color: var(--htl-custom-block-tip-bg);
|
207
|
+
}
|
208
|
+
|
209
|
+
.hdoc-alert.alert-icon-tip code {
|
210
|
+
background-color: var(--htl-custom-block-tip-code-bg);
|
211
|
+
}
|
212
|
+
|
213
|
+
.hdoc-alert.alert-icon-important {
|
214
|
+
border-color: var(--htl-custom-block-info-border);
|
215
|
+
color: var(--htl-custom-block-info-text);
|
216
|
+
background-color: var(--htl-custom-block-info-bg);
|
217
|
+
|
218
|
+
}
|
219
|
+
|
220
|
+
.hdoc-alert.alert-icon-important code {
|
221
|
+
background-color: var(--htl-custom-block-info-code-bg);
|
222
|
+
}
|
223
|
+
|
224
|
+
.hdoc-alert.alert-icon-caution {
|
225
|
+
border-color: var(--htl-custom-block-caution-border);
|
226
|
+
color: var(--htl-custom-block-caution-text);
|
227
|
+
background-color: var(--htl-custom-block-caution-bg);
|
228
|
+
}
|
229
|
+
|
230
|
+
.hdoc-alert.alert-icon-caution code {
|
231
|
+
background-color: var(--htl-custom-block-caution-code-bg);
|
232
|
+
}
|
233
|
+
|
234
|
+
.hdoc-alert.alert-icon-warning {
|
235
|
+
border-color: var(--htl-custom-block-warning-border);
|
236
|
+
color: var(--htl-custom-block-warning-text);
|
237
|
+
background-color: var(--htl-custom-block-warning-bg);
|
238
|
+
}
|
239
|
+
|
240
|
+
.hdoc-alert.alert-icon-warning code {
|
241
|
+
background-color: var(--htl-custom-block-warning-code-bg);
|
242
|
+
}
|