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
<我流設定>

/*回應區加高*/
.plurk_box .list {min-height:318px !important; /*最小高度*/}

/*加長噗浪訊息長度*/
div.list{height:450px !important;}

/*輸入框過小*/
#input_small {min-height: 80px !important;}

.plurk_cnt {border-radius: 6px;}
.response_box{margin-top:-6px; padding-top:6px}
.controller{ border-radius:0 0 6px 6px; }

._lc_ .response_count{border-radius: 12px;}
._lc_ .new .response_count{

/*噗首大小*/
._lc_ .plurk td{ font-size:15px;}
/*回文區*/
._lc_ .list .text_holder{ font-size:15px;}

/*噗內暱稱和回應分行*/
.list .plurk_cnt .td_qual /*暱稱區*/
{
overflow:visible;
position:absolute;
width:auto;
}
.list .plurk_cnt .td_cnt .text_holder /*內容區*/
{
margin-left:0.5em;
margin-top:1em;
margin-bottom:0.5em;
padding:0.5em;
width:auto !important;
}

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

/*浪上的噗**噗打開後下方輸入區*/
td.td_cnt textarea,
textarea#input_small {
background:#FFF !important;
font-size:14px !important;
height:80px;
line-height:160%;
letter-spacing:0.08em;
}

/*每噗的大頭貼圓角*/
.p_img{border-bottom:none;}
.p_img img{border-radius:8px;} /*50%=圓形,或是改成10px這樣,px數值越大越圓*/