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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
自訂佈景CSS



★透明化
body, html {
background-image: url(##圖片網址);
background-repeat: no-repeat;
}

#plurk-dashboard, #plurk_form ,#toggle_tab , div#footer {opacity: 0.3; filter: alpha(opacity=30);}

.plurk{opacity: 0.50;filter: alpha(opacity=50);}

#dynamic_logo, .cmp_plurk{opacity: 0.1;filter: alpha(opacity=0);}
#creature{opacity: 0.1;filter: alpha(opacity=10);}

#timeline_holder {background:none; border:none;}

.day_bg .div_inner{background: none;border:hidden;}

#bottom_line {background:none; border:none;}
#timeline_bg {opacity: 0;filter: alpha(opacity=0);}

div#dashboard_holder, ul#filter_tab{filter:alpha(opacity=0)!important ;opacity:0!important;}
div#dashboard_holder:hover ,ul#filter_tab:hover{filter:alpha(opacity=100) !important;opacity:1 !important;}

div#plurk-dashboard , div#footer
{filter:alpha(opacity=0.5)!important ;opacity:0.5!important;background:none; border:none}



★噗浪最上方標題轉顏色
#page_title{font-size: 13pt; color: #C1EFF5;font-family: "Microsoft JhengHei";font-weight: bold; }



★轉時間軸往前往後圖示
.cmp_arrow_right {
background: url(http://www2.picturepush.com/photo/a/13374885/img/13374885.gif);
width:63px;height:32px;
filter: alpha(opacity=80); opacity: 0.8;
margin:0;
}
.cmp_arrow_left {
background:url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/fa/prevlabel.gif);
width:63px;height:32px;
filter: alpha(opacity=80); opacity: 0.8;
margin:0;
}
.cmp_back_to_today {
background: url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/fa/ic02-21.gif);
width:16px;height:16px;
filter: alpha(opacity=80); opacity: 0.8;
margin-left:20px;
}



★噗邊圓角
.plurk_cnt,
.response_count,
.new .response_count,
.dots .inner
{
-moz-border-radius:5px !important;
-webkit-border-radius:5px !important;
-khtml-border-radius:5px !important;
border-radius:5px !important;
}



★轉未讀回應數(標籤)顏色
.unread_generic
{
background:none !important;
color:#333 !important;
}

#filter_tab a.filter_selected .unread_generic
{
color:#FFF !important;
}

.new .response_count
{
background:#1176BA !important;
color:#FFF !important;
}



★隱藏噗上的噗友照片
.td_img {filter:alpha(opacity=0);opacity:0;}
.p_img {border: none;}



★統一噗浪暱稱顏色
.td_qual span a,
.td_qual span a:hover
{
color:#111 !important;
}