metanorma-iso 2.7.8 → 2.7.10

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: 61ea56c65d8589d67951414b137c593a5f21d0f7243f0f6817298cb208bf0dd8
4
+ data.tar.gz: c2b36d499713b164eea0da27c2a3b2a06755fe7dd8cd579e823b5c5f6178dd78
5
5
  SHA512:
6
- metadata.gz: f3ea74bdfe3760ac56d09298affc46c49f57c8e2c357992ebe7540d5680b21de2779053cdc420eb6cae3234333608ff15d16ca274a614b2a0105c0d8756ef46c
7
- data.tar.gz: 92ab965ed306dcb367f40970f6aac0b3d32bcba61bbd4665ebdd13d54c4e62f0162f0d5ccdc16ace3e1f4310ac74a507909131d721c8d3ceebd2bde0ffb861b3
6
+ metadata.gz: f90379efbbcd0753fa4235092830c32a0e9551c27ef52397b68ffe53fbb8da052de24269e54f8ba110e46a963d200334d83684bb950155d1865ebcc2b79abe4a
7
+ data.tar.gz: 18f5f11eb722837eaf459074b89d15bafc0bfe050d0a934b0816b9e4e76f2837e66188f6e8072553567d58eae2762519de9693fdddbdc009e1d97e8f0f9b4a7c
@@ -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,