1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*噗文固定寬高*/
#timeline_holder .plurk .text_holder{
width: 220px; /*左右距離*/
height: 19px;/*上下距離*/
}
/*字型更改*/
#timeline_holder .plurk_cnt,
.list .plurk_cnt,
.td_cnt .text_holder,
div.content
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 13px !important;/*大小*/
line-height: 1.5em !important;/*行高*/
letter-spacing: 0.14em !important;/*字距*/
color: #3d3d3d !important;/*字的顏色*/
}