Made annotation links smaller.
authorMarek Stępniowski <marek@stepniowski.com>
Fri, 5 Sep 2008 15:11:03 +0000 (17:11 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Fri, 5 Sep 2008 15:11:03 +0000 (17:11 +0200)
Removed numbers from person list style.
Added handling of tags "dedykacja" and "miejsce_czas".

lib/librarian/bin/master.css
lib/librarian/book2html.xslt

index f07e41c..53209b2 100644 (file)
@@ -64,7 +64,7 @@ p {
 .annotation {
     font-style: normal;
     font-weight: normal;
-    font-size: 16px;
+    font-size: 12px;
 }
 
 #footnotes .annotation {
@@ -143,7 +143,7 @@ div.fragment {
     padding-bottom: 1.5em;
 }
 
-div.note p, div.note p.paragraph {
+div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     text-align: right;
     font-style: italic;
 }
@@ -152,3 +152,12 @@ hr.spacer {
     height: 3em;
     visibility: hidden;
 }
+
+div.person-list ol {
+    list-style: none;
+    padding: 0 0 0 1.5em;
+}
+
+p.place-and-time {
+    font-style: italic;
+}
index f52d830..6694c7b 100644 (file)
     <div class="note"><xsl:apply-templates /></div>
 </xsl:template>
 
+<xsl:template match="dedykacja">
+    <div class="dedication"><xsl:apply-templates /></div>
+</xsl:template>
+
 <xsl:template match="naglowek_akt|naglowek_czesc|srodtytul">
     <h2><xsl:apply-templates mode="inline" /></h2>
 </xsl:template>
     <h4><xsl:apply-templates mode="inline" /></h4>
 </xsl:template>
 
+<xsl:template match="naglowek_osoba">
+    <p class="place-and-time"><xsl:apply-templates mode="inline" /></p>
+</xsl:template>
+
 <xsl:template match="kwestia">
     <div class="kwestia">
         <xsl:apply-templates select="strofa|akap" />