From 0a471a47650228366fa66c09ecdff056d10852ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Mon, 1 Sep 2008 14:34:50 +0200 Subject: [PATCH] Added handling of tags motto_podpis, podtytul and nota. --- bin/book2html.xslt | 17 ++++++++++++++++- bin/master.css | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/bin/book2html.xslt b/bin/book2html.xslt index 940351cae..f52d83089 100644 --- a/bin/book2html.xslt +++ b/bin/book2html.xslt @@ -47,12 +47,15 @@

- +

+ + + @@ -65,6 +68,14 @@ + + + + + +
+
+

@@ -178,6 +189,10 @@

+ +

+
+
diff --git a/bin/master.css b/bin/master.css index f6ee64f22..f07e41cef 100644 --- a/bin/master.css +++ b/bin/master.css @@ -99,6 +99,13 @@ span.collection { margin-bottom: -0.25em; } +span.subtitle { + font-size: 0.75em; + display: block; + line-height: 1.5em; + margin-top: -0.25em; +} + div.didaskalia { font-style: italic; margin: 0.5em 0 0; @@ -122,7 +129,13 @@ p.paragraph { } p.motto { + text-align: justify; font-style: italic; + margin: 1.5em 0 0; +} + +p.motto_podpis { + font-size: 0.875em; } div.fragment { @@ -130,6 +143,12 @@ div.fragment { padding-bottom: 1.5em; } +div.note p, div.note p.paragraph { + text-align: right; + font-style: italic; +} + hr.spacer { height: 3em; + visibility: hidden; } -- 2.20.1