show themes
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 22 Jul 2010 14:25:16 +0000 (16:25 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 22 Jul 2010 14:25:16 +0000 (16:25 +0200)
librarian/epub/style.css
librarian/epub/xsltScheme.xsl

index 652d903..d11340c 100644 (file)
@@ -15,7 +15,7 @@ a
 #book-text\r
 {\r
        margin: 2em;\r
-       /*margin-right: 9em;*/\r
+       margin-right: 9em;\r
 }\r
 \r
 /* =================================================== */\r
@@ -75,6 +75,12 @@ p
        line-height: 1.5em;\r
        text-align: left;\r
 }\r
+.dumb-viewer\r
+{\r
+    font-style: italic;\r
+       text-decoration: underline;\r
+       display: none;\r
+}\r
 \r
 .annotation\r
 {\r
index 109b1cc..f82c514 100644 (file)
   <!-- Tagi SPECJALNE -->\r
   <!--===========================================================-->\r
 \r
-  <!--xsl:template match="motyw" >\r
+  <xsl:template match="motyw" >\r
     <a class="theme-begin" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates select="text()" />\r
+      <span class="dumb-viewer"> [motywy: </span><xsl:apply-templates select="text()" /><span class="dumb-viewer"> ]<br/></span>\r
     </a>\r
-  </xsl:template-->\r
-  <xsl:template match="motyw" />\r
+  </xsl:template>\r
+  <!--xsl:template match="motyw" /-->\r
 \r
   <!--===========================================================-->\r
   <!-- Tagi IGNOROWANE -->\r