lib/isodoc/ogc/html/htmlstyle.css in metanorma-ogc-1.5.4.1 vs lib/isodoc/ogc/html/htmlstyle.css in metanorma-ogc-1.5.5
- old
+ new
@@ -66,10 +66,16 @@
code *, pre *, tt *, kbd *, samp * {
font-family: {{monospacefont}} !important;
font-variant-ligatures: none; }
+p code, dt code, li code, label code, legend code, caption code, th code, td code,
+p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
+p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
+p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
+ font-size: {{monospacefontsize}}; }
+
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
table {
@@ -77,10 +83,13 @@
border-spacing: 0; }
h1, h2, h3, h4, h5, h6 {
font-family: {{headerfont}}; }
+.h1, .h2, .h3, .h4, .h5, .h6 {
+ font-family: {{headerfont}}; }
+
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none; }
@@ -149,10 +158,16 @@
background-color: #39CCCC; }
#white-paper {
border-bottom: solid 3px #39CCCC; }
+#technical-paper-band {
+ background-color: #39CCCC; }
+
+#technical-paper {
+ border-bottom: solid 3px #39CCCC; }
+
#engineering-report-band {
background-color: #39CCCC; }
#engineering-report {
border-bottom: solid 3px #39CCCC; }
@@ -716,36 +731,36 @@
p {
margin-top: 1em;
margin-bottom: 1em; }
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #00335b;
font-weight: 400;
margin-top: 1.6em;
margin-bottom: 0.3em; }
-h1 {
+h1, .h1 {
font-size: 1.8em;
text-transform: uppercase;
margin-top: 2em; }
- h1 #content {
+ h1 #content, .h1 #content {
margin-top: 2em; }
-h2 {
+h2, .h2 {
margin-top: 1.3em;
font-size: 1.7em;
font-weight: 300; }
- h2 p {
+ h2 p, .h2 p {
display: inline; }
-h3 {
+h3, .h3 {
margin-top: 1.3em;
font-size: 1.5em;
font-weight: 100; }
-h4 {
+h4, .h4 {
font-size: 1.4em; }
.contact-info {
padding: 2em;
margin-top: 5em;
@@ -1081,21 +1096,21 @@
@page {
margin: 2cm 1cm; }
@media print {
- h1, h2, h3, h4 {
+ h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
page-break-after: avoid;
margin-top: 1.2em; }
- h1 {
+ h1, .h1 {
font-size: 1.5em;
line-height: 1.5; }
- h1.content {
+ h1.content, .h1.content {
margin-top: 2em;
line-height: 2.5em; }
- h2 {
+ h2, .h2 {
font-size: 1.2em; }
- h3 {
+ h3, .h3 {
font-size: 1em; }
.prefatory-section {
page-break-before: always; }
.note, .pseudocode {
page-break-inside: avoid; }