@import "lbasic.css";
/* span.xnt and div.x-note must come in pairs. xnt is annotation marker, x-note is a annotation block of text. */
span.xnt {color:#8b0000;font-weight:bold}
span.xnt:after {content:"† ";font-size:xx-small}
div.x-note {float:right;width:50%;background-color:#cfffff;margin:.2ex;padding:.5ex;clear:right}
div.x-note:before {content:"† "}

div.cδ span.w {font-size:xx-large;font-family:DFKai-SB,KaiTi,STKaiti,Kai,FangSong,STSong}
div.cδ span.en{background-color:#e0eee0}
div.cδ span.zh{background-color:#ffefd5}

span.cδe{background-color:#e0eee0}
span.cδe:before {content:"[Etymology: "}
span.cδe:after {content:"]"}

/* oafm and a-note must come in pairs.
oafm = original author footnote's marker.
a-note = footnotes text block by original author.
*/
span.oafm {color:#8b0000;background-color:#e0eee0}
span.oafm:after {content:"‡"}
div.a-note {line-height:120%;background-color:#e0eee0;margin-top:.2ex;margin-bottom:.5ex;padding:.5ex;width:60ex}
div.a-note > p {margin-top:.2ex;margin-bottom:.2ex; padding:.2ex;width:60ex}

/* poem */
div.pmm,pre.pmm {display:table;background-color:#ffeeee;padding:1ex;font-family:serif}
div.pmm p {width:100%}
div.pmm pre {}

pre.lycif {border-left:solid thin silver;padding:1ex}
pre.lyc {width:60ex;background-color:#fff5ee;padding:1ex;font-family:serif}
table pre.lyc {width:100%} /*for chinese-english trans side by side*/

