lib/isodoc/ogc/html/htmlstyle.css in metanorma-ogc-2.5.8 vs lib/isodoc/ogc/html/htmlstyle.css in metanorma-ogc-2.5.9
- old
+ new
@@ -1,5 +1,6 @@
+@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@@ -167,16 +168,19 @@
margin: 0;
padding: 0;
overflow-x: visible;
font-size: 100%; }
+/* header ยง links */
a.header {
color: inherit;
text-decoration: none; }
a.header:hover {
- color: #a53221; }
+ color: #a53221 !important;
+ background: inherit;
+ box-shadow: none; }
a.header:visited {
color: inherit;
text-decoration: none; }
@@ -195,10 +199,15 @@
content: "\00A7";
font-size: .85em;
display: block;
padding-top: .1em; }
+a.anchor:hover {
+ color: #a53221;
+ background: inherit;
+ box-shadow: none; }
+
h1 > a.anchor:hover,
h2 > a.anchor:hover,
h3 > a.anchor:hover,
h4 > a.anchor:hover,
h5 > a.anchor:hover,
@@ -596,9 +605,19 @@
padding-top: 4cm;
padding-bottom: 4cm; }
.wrapper-top-bottom {
margin-top: -5px;
display: none; } }
+
+/* For Requirement Test anchors */
+p.RecommendationTitle:hover > a.anchor,
+p.RecommendationTitle > a.anchor:hover,
+p.RecommendationTestTitle:hover > a.anchor,
+p.RecommendationTestTitle > a.anchor:hover {
+ visibility: visible; }
+
+table a.anchor {
+ margin-left: -2em; }
body {
margin-left: auto;
margin-right: auto;
max-width: 100%;