Flattr-Buttons

This commit is contained in:
Astro 2010-08-18 16:49:16 +02:00
parent 79c0ed0e73
commit a8175b4239
5 changed files with 19 additions and 0 deletions

View File

@ -17,6 +17,8 @@
<link href="podcast.xml">Podcast-</link>
und <link href="pentamusic.xml">Pentamusic-Feeds</link>, die je
nach Verfügbarkeit die MP3-Versionen enthalten.
<link class="flattr" href="https://flattr.com/thing/51039/Pentamusic">Flattr this!</link>
</p>
<news-list prefix="pentamusic-" details="resources-only"/>

View File

@ -17,6 +17,8 @@
<link href="podcast.xml">Podcast-</link>
und <link href="pentacast.xml">Pentacast-Feeds</link>, die je
nach Verfügbarkeit die MP3-Versionen enthalten.
<link class="flattr" href="https://flattr.com/thing/51037/Pentacast">Flattr this!</link>
</p>
<news-list prefix="pentacast-" details="resources-only"/>

View File

@ -21,6 +21,8 @@
<link href="podcast.xml">Podcast-</link>
und <link href="pentaradio.xml">Pentaradio-Feeds</link>, die je
nach Verfügbarkeit die MP3-Versionen enthalten.
<link class="flattr" href="https://flattr.com/thing/51034/Pentaradio-24">Flattr this!</link>
</p>
<!-- Falls irgendwann die 24 nicht mehr gemocht wird -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -741,3 +741,16 @@ p.blockquote {
border-left: 20px solid #eee;
background-color: #fafafa;
}
a.flattr {
display: block;
content: url(../images/flattrthis.png);
opacity: 0.8;
text-decoration: none;
border-bottom: none;
}
a.flattr:hover {
opacity: 1;
text-decoration: none;
border-bottom: none;
}