}
/* wersy */
+.htmlview *[x-verse]:after {
+ content: "\feff";
+}
+
.htmlview .strofa .wers_wciety, .htmlview .strofa .wers_wciety[data-wlf-typ='1'] {
margin-left: 1em;
}
padding: 0 1em 1em 1em;
}
-.htmlview br.sekcja_swiatlo {
- height: 3em;
- /* visibility: hidden; */
+.htmlview hr.sekcja_swiatlo {
+ margin: 2em 0;
+ visibility: hidden;
}
.htmlview hr.separator_linia {
text-align: center;
}
+.htmlview p.sekcja_asterysk:after {
+ content: "*";
+}
+
.htmlview div.lista_osob ol {
list-style: none;
padding: 0 0 0 1.5em;
if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url: STATIC_URL + 'xsl/wl2html_client.xsl?20101123',
+ url: STATIC_URL + 'xsl/wl2html_client.xsl?20110112',
dataType: 'xml',
timeout: 10000,
success: function(data) {
-->
<xsl:template match="sekcja_swiatlo">
<xsl:param name="mixed" />
- <br><xsl:call-template name="standard-attributes" /></br>
+ <hr><xsl:call-template name="standard-attributes" /></hr>
</xsl:template>
<xsl:template match="sekcja_asterysk">
<xsl:param name="mixed" />
- <hr><xsl:call-template name="standard-attributes" /></hr>
+ <p><xsl:call-template name="standard-attributes" /></p>
</xsl:template>
<xsl:template match="separator_linia">
<xsl:template match="zastepnik_wersu">
<xsl:param name="mixed" />
- <hr><xsl:call-template name="standard-attributes" /></hr>
+ <span>
+ <xsl:call-template name="standard-attributes" />
+ <xsl:apply-templates select="child::node()">
+ <xsl:with-param name="mixed" select="true()" />
+ </xsl:apply-templates>
+ </span>
</xsl:template>
<!--