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
.list {font-size:10pt;letter-spacing: 0.05em;font-family:Century Gothic;} .plurk_cnt {font-size:10pt;letter-spacing: 0.05em;padding: 0.2em;font-family:Century Gothic;line-height:18px;}/*把浪上的噗友名稱及噗語字型加大,10為基本,要更大就改11。[0.2em是噗語白色底色,嫌太寬可改0.1em或0.15em]
http://www.plurk.com/p/zu942
*/

#input_small { height: 80px;}
textarea#input_big.content { height:80px;line-height:16px;wrap:soft}
td.td_cnt textarea { height:100px;}





.plurk_box .plurk_cnt {
border-bottom: 1px solid #D0B9A3; /* 增加分隔線,不想用分隔線就取消色碼*/
font-size:100%;
line-height:18px;
}

.plurk_box .list {
height:300px; /* 加大視窗高度 原始網址:http://jdev.tw/blog/1422/plurk-css-height-and-line */
}





}
.list .plurk_cnt .td_cnt .text_holder {
margin-top: 1.5em;
padding: 0.5em;
width: auto !important;
background: #e0ffdf;/*噗友回應底色,我用淡淡幾乎看不出來的綠色,可隨自己喜好更改色碼*/
margin-left: 0.5em;
}

.highlight_owner .plurk_cnt .text_holder {
background: #ffe5e4 !important;/*版主回應底色*/
}




.plurk_cnt {-moz-border-radius: 1px 11px 1px 11px;/*半圓角角邊框,若預設的說話框你比較喜歡,這一段可免用,或另加上。 http://www.plurk.com/p/qqote */
-webkit-border-top-right-radius: 11px;
-webkit-border-bottom-left-radius: 11px; }

.qualifier, .m_qualifier, .segment-content, .dots.inner, #emoticon_selecter, #updater {
-moz-border-radius: 1px 9px 1px 9px ;
padding-left: 6px;
padding-right: 5px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px; }


/*回應的噗語,各都是新的一行,不喜歡可以個別拿掉。 http://www.plurk.com/p/zr6ii */
.list .plurk_cnt .td_qual {
position: absolute;
width: auto;
overflow: visible;
}
.list .plurk_cnt .td_cnt .text_holder {
margin-top: 1.5em;
padding: 0.5em;
width: auto !important;
background: #eee;
margin-left: 0.5em;
}


/*換日線,0.3 是調透明度~ 越小越透明! 而15 是換日軸的寬度~越小越細http://www.plurk.com/p/qnfge */
.div_inner,.day_bg .div_inner {opacity: 0.3;width:15px; }