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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/*固定河道高度*/
#timeline_holder {height:500px !important;}

/*版面加圓角(px需統一)*/
.plurk_cnt {border-radius: 6px;}
.response_box{margin-top:-6px; padding-top:6px}

/*留言數小框+圓角修飾*/
._lc_ .new .response_count{background: #29a3a3!important;}
._lc_ .response_count{border-radius: 10px;}
._lc_ .new .response_count{background: #29a3a3!important;}

/*大頭貼圓角(50px就是圓形)*/
.p_img{border-bottom:none;}
.p_img img {border-radius: 50px;}

/*新訊息背景色*/
.plurk_cnt.new6,
.plurk_cnt.new5,
.plurk_cnt.new4,
.plurk_cnt.new3,
.plurk_cnt.new2,
.plurk_cnt.new1{background:#ffffff;}

/*隱藏已經消音的噗*/
.muted {filter:alpha(opacity=10); opacity:0.1; zoom:1;}
.muted:hover {filter:alpha(opacity=100); opacity:1; 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;}

/*隱藏往前往後箭頭*/
.browse_button
{filter: alpha(opacity=0); opacity: 0; zoom:1;}

/*打開噗裡留言區加高*/
.plurk_box .list
{min-height:250px !important;}

/*加大回應區的列距*/
.list .plurk_cnt {line-height:136%;}

/* 開噗廣告消失 */
#resp_banner_ads { height: 0px !important; }
#resp_banner_ads.show { height: 0px !important; }

/* 圖片廣告消失 */
#cbox_right #cbox_ads { width: 0px !important; }
.cbox_right .cbox_ads { width: 0px !important;

/* 所有訊息列展開 */

#filter_tab {
transition: initial;
}

#filter_tab a {
overflow: inherit;
transition: initial;
}

#filter_tab li{
height:2em;
transition: initial;
}

#filter_tab li:hover {
height:2em;
}

#filter_tab:hover a, #filter_tab a.filter_selected, #filter_tab a.has_unread, #filter_tab:hover a.filter_selected, #filter_tab:hover a.has_unread {
margin-top:0;
}

/*------------------主控版------------------*/

/* 控制面板自我介紹換字色 */
#dash-additional-info{
color: #000;
border: solid 0px ;
padding: 10px;
border-top: none; -moz-border-radius:0px 0px 8px 8px;
-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
}
#dash-additional-info{color: #FFF; font: 12px; line-height: 18px; }
/* 自我介紹字色 */
#dash-additional-info #about_me{color: #ffffff; }
/*自介連結字色 */
#dash-additional-info #about_me a{color: #ffcc66; text-decoration: none; }
/*自介連結滑鼠移至字色 */
#dash-additional-info #about_me a:hover{color: #9878af; text-decoration: none; }

/*頭像大小(從80x80px改為100x100px)*/
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic
{width: 115px; height: 115px;}

/*外框大小*/
#plurk-dashboard .dash-segment-profile #dash-profile {height: 155px;}


#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
/*頭像右側姓名,數值為100+16px, 可自行測試調整*/
margin-left: 120px;padding-top: 30px;
/*頭像右側姓名字型大小及行高*/
line-height: 1.5;
font-size: 15px;
}

/*頭像右側性別及位置,數值為100+16px, 可自行測試調整*/
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {margin-left: 120px; bottom: 50px;
}