1/**
2 * stylesheet for plugin lastfm
3 *
4 * @author Michael Klier <chi@chimeric.de>
5 */
6
7div.dokuwiki div#plugin_lastfm_topartists,
8div.dokuwiki div#plugin_lastfm_topalbums,
9div.dokuwiki div#plugin_lastfm_toptracks,
10div.dokuwiki div#plugin_lastfm_friends,
11div.dokuwiki div#plugin_lastfm_neighbours,
12div.dokuwiki div#plugin_lastfm_recenttracks,
13div.dokuwiki div#plugin_lastfm_weeklyartistchart,
14div.dokuwiki div#plugin_lastfm_weeklyalbumchart,
15div.dokuwiki div#plugin_lastfm_weeklytrackchart {
16}
17
18div.dokuwiki span.plugin_lastfm_charttype {
19  color:#d20039;
20  font-weight:bold;
21}
22
23div.dokuwiki table.plugin_lastfm_chart {
24  line-height: 120%;
25}
26
27div.dokuwiki td.plugin_lastfm_rank {
28  color: #666;
29  padding-right: 0.3em;
30  border-right: 1px dotted #666;
31}
32
33div.dokuwiki td.plugin_lastfm_artist,
34div.dokuwiki td.plugin_lastfm_count,
35div.dokuwiki td.plugin_lastfm_track,
36div.dokuwiki td.plugin_lastfm_tag {
37  padding-right: 0.3em;
38}
39
40div.dokuwiki div.plugin_lastfm_playcount {
41  background: #ccc url(images/chart_end.gif) no-repeat right;
42  padding-left: 0.3em;
43}
44
45div.dokuwiki ul.plugin_lastfm_opts {
46  display: none;
47}
48