X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/387bff61a13e750e1ef4e015025415a8b311b25b..1fa57d0777cf22bce0a85211ebdec495bc635169:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index 249ae09..f279ca8 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -75,10 +75,10 @@ a img { .h4 { - font-size: 1em; + font-size: 1em; margin: 0; margin-top: 1.5em; - line-height: 1.5em; + line-height: 1.5em; } p @@ -107,28 +107,24 @@ p text-align: left; } -.annotation +.annotation-anchor { font-style: normal; font-weight: normal; font-size: 0.875em; -} - -#footnotes .annotation -{ display: block; float: left; width: 2.5em; clear: both; } -#footnotes div +.annotation { margin: 0; margin-top: 1.5em; } -#footnotes p +.annotation-body { margin-left: 2.5em; font-size: 0.875em; @@ -351,13 +347,17 @@ em.author-emphasis text-transform: uppercase; } -p.info +.info { text-align: center; margin-bottom: 1em; } +.info div +{ + text-align: center; +} -p.info img +.info img { margin: 0; margin-left: 2em; @@ -370,3 +370,19 @@ p.minor { p.footer { margin-top: 2em; } + +img.latex { + display: inline; +} + +.note_red { + display: block; + width: 50%; + float: right; + clear: both; + margin: 10pt; + padding: 0pt 5pt; + background-color: #d0d0d0; + font-style: italic; + font-size: 0.8em; +} \ No newline at end of file