datenspuren layout: feedlinks, date style

This commit is contained in:
Astro 2011-09-17 04:11:21 +02:00
parent 77ca44e284
commit fc8a7ff77f
3 changed files with 12 additions and 8 deletions

View File

@ -1,12 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page SYSTEM "http://www.c3d2.de/dtd/c3d2web.dtd">
<page title="Neuigkeiten">
<p class="notice feed">
Die Neuigkeiten sind als Feed verfügbar:
<link href="news-rss.xml">RSS</link>,
<link href="news-atom.xml">ATOM</link>
</p>
<page title="News">
<news-list prefix="ds11-" details="all"/>

View File

@ -92,8 +92,13 @@ a {
font-weight: bold;
text-decoration: none;
}
.feedlinks {
font-size: 8pt;
font-weight: bold;
color: #888;
}
#bodyText {
padding: 24pt;
padding: 0 24pt 24pt;
}
#bodyText > div {
}
@ -103,7 +108,8 @@ h3.summary {
.date {
padding-left: 12pt;
font-size: x-small;
color: #666;
font-weight: normal;
color: #888;
}
.notice.feed {
font-size: 9.600000000000001pt;

View File

@ -202,6 +202,9 @@
<xsl:call-template name="navigation-link">
<xsl:with-param name="page">index</xsl:with-param>
</xsl:call-template>
<span class="feedlinks">
(<a href="news-rss.xml">RSS</a>, <a href="news-atom.xml">ATOM</a>)
</span>
</li>
<li>
<xsl:call-template name="navigation-link">