metanorma-ribose 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: c9e1e089e17ec27d221cfe7eedaca643dfe430b6716d31900994b0c267740bb5
4
- data.tar.gz: 7cadee928561a22a5d4f27c8247eb04ea388eaf45d4666e941a92bcab36a387a
3
+ metadata.gz: 9e549eb0c8148a30ba6177252afadff242b1cfa0f27e72582fb1e78e3c6e2018
4
+ data.tar.gz: 81330799b6a8f41148f8bf1ee67e2d0c5d2fc49a8ad7b44d2eb42ad11c630f31
5
5
  SHA512:
6
- metadata.gz: dc90e85caad8d54f677ed99c48b3142ab0110d5947893d78ae612f52714c522170735337b5c0ef329ca99b75bafb7e5f3c326d6b3aff6500c998ac8d63f51dec
7
- data.tar.gz: e799a92b5dc49c5ba16f2a1e14027a72723e721c6a4ab2b173427b7b1c01b23776ea9a4fd1ad757decf2a9a6f7227f823569561cb8b0f7ae2b53547cd0afeb28
6
+ metadata.gz: d239aea83642c38368accef728ac49efb631e3ef9bc9e189b040e2ba2c99b78558490f789c7d5e3f5105c0a60dbd6e702c335d648a036ac916023eae3f90bb97
7
+ data.tar.gz: 58f5e06a315fc205ee223da291f075aab8e336d82a9b013ca58f0ef3dfb6c10be40beb0aaadf8874bda74be42f7c7d1ce29648583c8ce9208fc0966c7f8689c1
@@ -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