Skip to content
Snippets Groups Projects
Commit d0c23d9e authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

Merge branch '43-darstellung-des-elements-tei-choice' into 'master'

Resolve "Darstellung des Elements tei:choice"

See merge request !40
parents 74252c4e 1c672f18
No related branches found
No related tags found
2 merge requests!42Master,!40Resolve "Darstellung des Elements tei:choice"
...@@ -412,7 +412,7 @@ hr.metamark-line.doubleLine { ...@@ -412,7 +412,7 @@ hr.metamark-line.doubleLine {
} }
[data-cert="low"]::after { [data-cert="low"]::after {
content: "?"; content: "?";
font-size: small; font-size: small;
vertical-align: super; vertical-align: super;
} }
...@@ -423,12 +423,24 @@ hr.metamark-line.doubleLine { ...@@ -423,12 +423,24 @@ hr.metamark-line.doubleLine {
/* corr::before { content: "<"; } /* corr::before { content: "<"; }
corr::after { content: ">"; } */ corr::after { content: ">"; } */
.tei.sic::before { content: "!(Text:"; } /*.tei.sic::before { content: "!(Text:"; }*/
:has(+ .sic)::after {
content: "!";
font-size: small;
vertical-align: super;
}
.tei.sic::before { content: "(Text:"; }
.tei.sic::after { content: ")"; } .tei.sic::after { content: ")"; }
/* choice > sic:not(:last-child) { /* Remove unwanted whitespace in tei:choice
display: none; using this hack: https://stackoverflow.com/a/16498754
} */ */
.choice {
font-size: 0.1%;
}
.choice > * {
font-size: 100000%;
}
.damage::before { content: "["; } .damage::before { content: "["; }
.damage::after { content: "]"; } .damage::after { content: "]"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment