Skip to content

Commit

Permalink
templates/lreq_doc/local.css Deprecate in favour of respec_2022 in i1…
Browse files Browse the repository at this point in the history
…8n-drafts
  • Loading branch information
r12a committed Jul 5, 2024
1 parent 976043e commit 8c4d9c5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions templates/lreq_doc/local.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@


/* USE i18n-drafts/style/respec_2022.css INSTEAD OF THIS FILE */


/* HEADINGS */
h2 {
margin-bottom: 0em !important;
}
Expand All @@ -18,6 +23,9 @@ h4 {
font-weight: bold;
}



/* CHANGE MARKUP */
ins {
background-color: #99FF99;
text-decoration: none;
Expand All @@ -27,6 +35,10 @@ del {
color: silver;
}




/* FIGURES */
figure {
margin-bottom: 2em;
text-align: center;
Expand All @@ -41,6 +53,11 @@ figcaption {
content: ':\00A0 ';
}





/* LINKS */
a.termref:link {
color:#C60;
text-decoration:none;
Expand All @@ -62,6 +79,10 @@ a.termref:active {
border-bottom: 1px dotted #FC0;
}




/* INLINE MARKUP */
.qterm:before, .qchar:before { content: "'"; }
.qterm:after, .qchar:after { content: "'"; }
.quote:before { content: '"'; }
Expand Down

0 comments on commit 8c4d9c5

Please sign in to comment.