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
/*河道上浪友發的浪的設定*/
.plurk_cnt {background:#ffffff ; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; border: none; -moz-border-radius:20px 1px 20px 1px; }
a.name{color: #111; font-family: "Arial"; }
.text_holder {color: #1c4c5c; font-family: "Arial"; font-size: 13px; }


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


/*主控台透明*/
div#plurk-dashboard {
filter:alpha(opacity=70) !important;
-moz-opacity: 0.7!important;
opacity: 0.7!important;
zoom:1;
}


/*噗浪圓角*/
.plurk_cnt,
.response_count,
.new .response_count,
.dots .inner
{
-moz-border-radius:30px !important;
-webkit-border-radius:30px !important;
-khtml-border-radius:30px !important;
border-radius:10px !important;
}


/*個人自介*/
#dash-profile{color:#19d6e7; line-height: 14px; font-family: "Arial";-moz-border-radius: 10px;padding:2px;}
#dash-profile p#full_name{color:#19d6e7; font: 14px; }
#dash-profile #span_years , #m_or_f{font-size: 14px; }
#dash-profile:hover img{width: 200px;}


/*噗上貼的連結顯示*/
.plurk a.ex_link {color:#089FBD;font-weight: bold;text-decoration:normal;}
.plurk a.ex_link:hover {color:#089FBD;font-weight: bold;border-bottom: 0px;
text-decoration:normal;}
a:link { color: #089FBD;text-transform: normal;}
a:visited, a:active { color: #089FBD;text-transform: normal;}
a:hover { border:0;color: #089FBD;text-transform: normal;}


/*回應數*/
.response_count {
background:#333333;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
filter:alpha(opacity=80) ; -moz-opacity.8; opacity:.8;
color:#ffffff;
margin-left:6px;
padding:4px;
font-size:12px;
}
.new .response_count {
background:#19d6e7;
font-size:12px;
filter:alpha(opacity=90) ; -moz-opacity.9; opacity:.9;
padding:4px;
}


/*藏粉絲*/
/*Fans Close*/
#plurk-dashboard #dash-fans-pics {
min-height: 0px;
height: 0px;
overflow: hidden;
}

/*字型*/
body
{font-family: "Lato", 'Heiti TC', "微軟正黑體",
"Micorosft JhengHei", sans-serif;}

/*每噗文字間距*/
.list .text_holder,.plurk td {letter-spacing: 0.5px;}

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