1
2
3
4
5
6
7
8
9
10
11
12
/*在plurk使用KKBOX之友識別貼紙*/
/*適用:沒有任何plurk貼紙 */
#dash-stats{background: transparent url(http://www.kkbox.com.tw/img/logo_39x39.png) no-repeat scroll left bottom; padding-bottom: 50px;}

/*適用:已有1張貼紙*/
.award_bar {background:transparent url(http://www.kkbox.com.tw/img/logo_39x39.png) no-repeat scroll 48px 8px;min-height:48px;}

/*適用:已有2張貼紙*/
.award_bar {background:transparent url(http://www.kkbox.com.tw/img/logo_39x39.png) no-repeat scroll 100px 8px;min-height:48px;}

/*適用:已有3張貼紙*/
.award_bar {background:transparent url(http://www.kkbox.com.tw/img/logo_39x39.png) no-repeat scroll 152px 8px;min-height:48px;}