metanorma-iso 2.7.8 → 2.7.9

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: f699952f5a18411406a7536e23ce0d0672877cd7af39b0d7286403a01c329c5f
4
- data.tar.gz: 0c26429d82d533ccd2c30576bd61cecf695435a446481ba5d0efaa2438f4423e
3
+ metadata.gz: 149ccea2319451ddf2c113a533c3c196fa27764db7a4cd10fa8770ce77d83d8f
4
+ data.tar.gz: a8c6c1c8cfad5bb28dce305b13809fb63f76492f9163ad7cdc85c20e273845cd
5
5
  SHA512:
6
- metadata.gz: f3ea74bdfe3760ac56d09298affc46c49f57c8e2c357992ebe7540d5680b21de2779053cdc420eb6cae3234333608ff15d16ca274a614b2a0105c0d8756ef46c
7
- data.tar.gz: 92ab965ed306dcb367f40970f6aac0b3d32bcba61bbd4665ebdd13d54c4e62f0162f0d5ccdc16ace3e1f4310ac74a507909131d721c8d3ceebd2bde0ffb861b3
6
+ metadata.gz: 50b9f21b7e7e49f20d49f4fcfb7542b012b891f272bdd0c57ed01f8ed1e9c7704fcc45333079a5121fa4e8efaa6adf33e857f9133a39152b4bfa84e799ad291a
7
+ data.tar.gz: 1321622466579a4bbc98c6641b0b8dc08f6230684d859a8c9a6b9efedb4df261567dd04fb855f1a61deffa0d9e92a597017f2a471d26645c15ee861c04302c43
@@ -66,12 +66,12 @@
66
66
  {% endif %}
67
67
  </div>
68
68
 
69
- {% if unpublished %}
69
+ {% if stage_int >= 20 and stage_int < 40 %}
70
70
  <div class="coverpage_warning">
71
71
  <div id="boilerplate-license-destination"/>
72
72
  </div>
73
73
  {% endif %}
74
- <div class="coverpage-warning" id="coverpage-note-destination"/>
74
+ <div class="coverpage_warning" id="coverpage-note-destination"/>
75
75
 
76
76
  {% if ics %}
77
77
  <p><b>ICS:</b> {{ ics }}</p>
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /*
2
3
  0 CSS RESET
3
4
  */
@@ -176,12 +177,15 @@ table.rouge-line-table pre {
176
177
  overflow-x: visible;
177
178
  font-size: 100%; }
178
179
 
180
+ /* header § links */
179
181
  a.header {
180
182
  color: inherit;
181
183
  text-decoration: none; }
182
184
 
183
185
  a.header:hover {
184
- color: #a53221; }
186
+ color: #a53221 !important;
187
+ background: inherit;
188
+ box-shadow: none; }
185
189
 
186
190
  a.header:visited {
187
191
  color: inherit;
@@ -204,6 +208,11 @@ a.anchor::before {
204
208
  display: block;
205
209
  padding-top: .1em; }
206
210
 
211
+ a.anchor:hover {
212
+ color: #a53221;
213
+ background: inherit;
214
+ box-shadow: none; }
215
+
207
216
  h1 > a.anchor:hover,
208
217
  h2 > a.anchor:hover,
209
218
  h3 > a.anchor:hover,
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /*
2
3
  0 CSS RESET
3
4
  */
@@ -176,12 +177,15 @@ table.rouge-line-table pre {
176
177
  overflow-x: visible;
177
178
  font-size: 100%; }
178
179
 
180
+ /* header § links */
179
181
  a.header {
180
182
  color: inherit;
181
183
  text-decoration: none; }
182
184
 
183
185
  a.header:hover {
184
- color: #a53221; }
186
+ color: #a53221 !important;
187
+ background: inherit;
188
+ box-shadow: none; }
185
189
 
186
190
  a.header:visited {
187
191
  color: inherit;
@@ -204,6 +208,11 @@ a.anchor::before {
204
208
  display: block;
205
209
  padding-top: .1em; }
206
210
 
211
+ a.anchor:hover {
212
+ color: #a53221;
213
+ background: inherit;
214
+ box-shadow: none; }
215
+
207
216
  h1 > a.anchor:hover,
208
217
  h2 > a.anchor:hover,
209
218
  h3 > a.anchor:hover,