CSS : Set general colour to black, due to issues with some browsers (Thank you, roughnecks).

XSLT : Add a few improvements to design, structure and titles.
This commit is contained in:
Schimon Jehudah, Adv. 2024-08-28 17:08:22 +03:00
parent b36ecd090d
commit 6515233c96
2 changed files with 21 additions and 3 deletions

View file

@ -1,3 +1,7 @@
* {
color: #000;
}
a {
color: #2c6825; /* #439639 */
text-decoration: none;

View file

@ -144,10 +144,24 @@ xmlns:atom='http://www.w3.org/2005/Atom'>
</div>
<xsl:if test='count(atom:entry) &gt; 1'>
<div>
<h3>
<img src='/graphic/syndicate.svg' height='22' width='22'/>
<h2>
<xsl:element name='a'>
<xsl:attribute name='href'>
<xsl:value-of select='atom:link[@rel="self"]/@href'/>
</xsl:attribute>
<xsl:attribute name='download'>blasta_atom_syndication_feed.atom</xsl:attribute>
<xsl:attribute name='id'>follow</xsl:attribute>
<xsl:attribute name='title'>Subscribe to updates with a news reader software.</xsl:attribute>
<img alt='logo' src='/graphic/syndicate.svg' height='18' width='18'/>
</xsl:element>
&#160;
<xsl:value-of select='atom:subtitle'/>
</h2>
<p>
» Syndicating 10 bookmarks.
</p>
<h3>
Blasta Syndication Feed
</h3>
<!-- xsl:for-each select='atom:entry[position() &lt;21]' -->
<ul>