1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/####台灣派噗浪客徽章####/
/####安裝方式:(1)先點選噗浪頁面左上角的『編輯』(2)在新開出的『個人設定』視窗中選『自定外觀』(3)將本頁所有語法複制後,貼到『進一步運用 CSS 來自訂您的個人頁面』 下面欄位中文字的最後面 (4)按『儲存並更新』就完成了 ####/

#dash-stats {padding-bottom: 0px !important; height:auto !important; }
#dash-stats {
position:relative !important;
padding-bottom:79px !important;
z-index:480 !important;
}
.award_bar {
height: auto !important;
}
.link_badges{
left:5px !important; bottom:3px !important;
height:73px !important;
overflow:hidden !important;
position:absolute !important;
background:url(http://i466.photobucket.com/albums/rr23/billypan101/tai.png) no-repeat 5px 0px !important;
margin:0px !important; padding:0px !important; width:209px !important;
cursor:default !important;
z-index:50 !important;
}
.link_badges .cmp_points-arrow {
background:transparent !important;
margin:0px !important; width:100% !important; height:73px !important;
cursor:default !important;
position: relative !important; z-index:499 !important; top:45px !important;
}
.link_badges:hover .cmp_points-arrow {
background:url(http://i466.photobucket.com/albums/rr23/billypan101/bar.png) no-repeat !important;
position: relative !important; z-index:500 !important; top:45px !important;
}