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
語法備份

/* 把好友隱藏但保留加入好友按鈕 */
#dash-friends-pics {height:0px;overflow:hidden;}

/*把粉絲隱藏但保留加入粉絲按鈕*/
#dash-fans-pics {height:0px;overflow:hidden;}

/*左下按鈕區塊的未讀數量改色*/
.unread #alert_beacon, .unread_generic{ color:fff; background:#A8D085; }

/*訊息欄未讀數字改色*/
._lc_ .response_count{border-radius: 10px;}
._lc_ .new .response_count{background: #A8D085!important;}

/*噗浪圓角*/
.plurk_cnt {border-radius: 6px;}
.response_box{margin-top:-6px; padding-top:6px}

/*頭像圓角*/
.p_img{border-bottom:none;}
.p_img img {border-radius: 6px;}

/*噗浪半透明*/
.plurk_cnt {filter:alpha(opacity=100);
-moz-opacity:0.9;opacity:0.9;
zoom:1;}
/*滑過去變不透明*/
.plurk_cnt:hover{filter:alpha(opacity=100);
-moz-opacity:1;opacity:1;zoom:1; }

/*下面板塊平常不透明度調整*/
div#plurk-dashboard
{filter:alpha(opacity=10) !important;
-moz-opacity:0!important;opacity:0!important;
zoom:1;}
/*滑過去不透明度調整*/
div#plurk-dashboard:hover
{filter:alpha(opacity=80) !important;
-moz-opacity:0.9!important;opacity: 0.9!important;zoom:1;}

/*版面更新顏色*/
.plurk_cnt.new6,
.plurk_cnt.new5,
.plurk_cnt.new4,
.plurk_cnt.new3,
.plurk_cnt.new2,
.plurk_cnt.new1{background:#CCEEFF;}

/*原噗者的回應*/
.list .highlight_owner .td_qual a /*暱稱*/
{color:#9d896c !important; text-decoration: none;}
.list .highlight_owner .td_cnt {background:#ECF5FF;} /*背景色*/

/*隱藏已經消音的噗*/
.muted {filter:alpha(opacity=20); opacity:0.2; zoom:1;}

/* 隱藏浪道上的噗浪生物 */
#dynamic_logo ,#logo img {filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0;}
img#creature{ filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }

/*隱藏主頁面loading圖*/
#div_loading .cnt {opacity:.0;}
/*隱藏每噗loading圖*/
.loading {opacity:.0;}


/*隱藏原icon*/
.pif-emoticon:before {opacity:0}
.pif-emoticon:after {opacity:0}
.pif-media:before {opacity:0}
.pif-sync:before {opacity:0}
.pif-privacy:before {opacity:0}
.mini_form .icons_holder li {
margin: 4px 5px 0 0;
width: 16px;}
/*隱藏原icon*/

/*新圖標*/
/*想更換的話更改圖片網址和寬高px數值就可以*/
.cmp_emoticon_off, .cmp_emoticon_on, /*表情*/
.cmp_emoticon_mini_off, .cmp_emoticon_mini_on /*表情新圖*/
{
background:url(http://i614.photobucket.com/albums/tt230/m66660000/_minicons/smiley.png) no-repeat scroll top left;
width: 16px; height: 16px;
margin-top: 4px !important;
}
.cmp_media_off, .cmp_media_on, /*分享*/
.cmp_media_mini_off, .cmp_media_mini_on /*分享新圖*/
{
background:url(http://i614.photobucket.com/albums/tt230/m66660000/_minicons/picture.png) no-repeat scroll top left;
width: 16px; height: 16px;
}
.cmp_sync_off, .cmp_sync_on /*同步新圖*/
{
background:url(http://i614.photobucket.com/albums/tt230/m66660000/_minicons/sharethis.png) no-repeat scroll top left;
width: 16px; height: 16px;
margin-top: 4px !important;
}
.cmp_privacy_off, .cmp_privacy_on /*隱私新圖*/
{
background:url(http://i614.photobucket.com/albums/tt230/m66660000/_minicons/shopping-bag.png) no-repeat scroll top left;
width: 16px; height: 16px;
}