metanorma-iec 2.4.7 → 2.4.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70160bac723b9ad491e466c34d6086612dcda798b6c338a18fe45c2b5cb7ec26
4
- data.tar.gz: dc12a6fbbffbb11662bba65596695961f88287f17b3fce75f1eac922b312b1d0
3
+ metadata.gz: aaad692849076b30bf4f35aff005e033f79ee8d35a668b18887d920bd6796c06
4
+ data.tar.gz: 9a3e00ba543921aaf3d1c3b84ccdc1b096d9b097a0db4cf44da4c454622f4d19
5
5
  SHA512:
6
- metadata.gz: 5d6837a067d758cd74e56264d65826525ae26d3e73e240135ee1b4f0357306cae164484f82e865676c336a6bf3d9ea442b6e4c33f167d2825004985584419d47
7
- data.tar.gz: fbe6067f77a5e1460342dc5bd0f99d7faef9b64984d12c923a56b915d51b96ceca3cfab6643277e411c0fa2eda31b1f81ae1676e72323ee0c5ac358f939f5786
6
+ metadata.gz: 237e8ed10fadb3ed8523a2382777a8ea1306facfd88bbb7eaa5b02d93e3d941d94d562ff647efda4678543115601342cd80de30bb5cb8d76c53442eff3b00a63
7
+ data.tar.gz: d28bf383e648494a53281b76b70e3987a50e81ebd33c1ebf0809bc0ea460ab449d72b7f38b71f565473071f861189fb92e1f2cb809c0cc4d73c25ede575f1f40
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /*
2
3
  0 CSS RESET
3
4
  */
@@ -176,6 +177,58 @@ table.rouge-line-table pre {
176
177
  overflow-x: visible;
177
178
  font-size: 100%; }
178
179
 
180
+ /* header § links */
181
+ a.header {
182
+ color: inherit;
183
+ text-decoration: none; }
184
+
185
+ a.header:hover {
186
+ color: #a53221 !important;
187
+ background: inherit;
188
+ box-shadow: none; }
189
+
190
+ a.header:visited {
191
+ color: inherit;
192
+ text-decoration: none; }
193
+
194
+ a.anchor {
195
+ position: absolute;
196
+ z-index: 1001;
197
+ width: 1.5ex;
198
+ margin-left: -1.5ex;
199
+ display: block;
200
+ text-decoration: none !important;
201
+ visibility: hidden;
202
+ text-align: center;
203
+ font-weight: 400; }
204
+
205
+ a.anchor::before {
206
+ content: "\00A7";
207
+ font-size: .85em;
208
+ display: block;
209
+ padding-top: .1em; }
210
+
211
+ a.anchor:hover {
212
+ color: #a53221;
213
+ background: inherit;
214
+ box-shadow: none; }
215
+
216
+ h1 > a.anchor:hover,
217
+ h2 > a.anchor:hover,
218
+ h3 > a.anchor:hover,
219
+ h4 > a.anchor:hover,
220
+ h5 > a.anchor:hover,
221
+ h6 > a.anchor:hover,
222
+ .inline-header > a.anchor:hover,
223
+ h1:hover > a.anchor,
224
+ h2:hover > a.anchor,
225
+ h3:hover > a.anchor,
226
+ h4:hover > a.anchor,
227
+ h5:hover > a.anchor,
228
+ h6:hover > a.anchor,
229
+ .inline-header:hover > a.anchor {
230
+ visibility: visible; }
231
+
179
232
  #standard-band {
180
233
  background-color: #0AC442; }
181
234