diff --git a/content/pages/warez.xml b/content/pages/warez.xml index db5d99615..9b3ac6cbe 100644 --- a/content/pages/warez.xml +++ b/content/pages/warez.xml @@ -17,4 +17,21 @@
Per rsync
rsync://ftp.c3d2.de/
+ +

+

+
+
Alle News
+
+ ATOM (Archiv-Feed), + RSS (Archiv-Feed) +
+ +
MP3-Feeds
+
Alle Podcasts (Archiv-Feed)
+
Pentaradio (Archiv-Feed)
+
Pentacast (Archiv-Feed)
+
Pentamusic (Archiv-Feed)
+
Pentaradio+Pentacast+Pentamusic (Archiv-Feed)
+
diff --git a/content/static/style/default.css b/content/static/style/default.css index 01d3499d0..c1d42fd27 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -580,15 +580,17 @@ a[href$=".7z"].mime:before { a[href$=".torrent"].mime:before { content: url(../images/mime/bittorrent.png); } -a[href$="-rss.xml"]:before { +a[href$="news-rss.xml"]:before { content: url(../images/mime/feed.png); padding-right: 0.3em; } -a[href$="-atom.xml"]:before { +a[href$="news-atom.xml"]:before { content: url(../images/mime/feed.png); padding-right: 0.3em; } -a[href$="podcast.xml"]:before, a[href$="pentaradio.xml"]:before, a[href$="pentacast.xml"]:before, a[href$="pentamusic.xml"]:before { +a[href$="podcast.xml"]:before, a[href$="pentaradio.xml"]:before, +a[href$="pentacast.xml"]:before, a[href$="pentamusic.xml"]:before, +a[href$="pentamedia.xml"]:before { content: url(../images/mime/feed.png); padding-right: 0.3em; }