}
-#toc, #themes {
+#toc, #themes, #nota_red, #info {
position: fixed;
left: 0em;
top: 1.5em;
position: inherit;
}
+#info p {
+ text-align: justify;
+ margin: 1.5em 0 0;
+}
+
/* =================================================== */
/* = Common elements: headings, paragraphs and lines = */
/* =================================================== */
/* = Numbering = */
/* ============= */
.verse, .paragraph {
- position:relative;
+ position:relative;
}
.anchor {
position: absolute;
margin-top: -0.25em;
}
+span.translator {
+ font-size: 0.375em;
+ display: block;
+ line-height: 1.5em;
+ margin-top: 0.25em;
+}
+
div.didaskalia {
font-style: italic;
margin: 0.5em 0 0 1.5em;
font-variant: small-caps;
}
+.verse:after {
+ content: "\feff";
+}
+
/* =================================== */
/* = Hide some elements for printing = */