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
/*字型*/
body
{font-family: "Lato", 'Heiti TC', "微軟正黑體",
"Micorosft JhengHei", sans-serif;}

/*固定噗高*/
#timeline_holder
{height:500px !important;}

/*時間軸隱藏*/
.div_bottom{filter: alpha(opacity=50); opacity:0.5; zoom:1;}

/*隱藏主頁面loading圖*/
#div_loading .cnt
{opacity:.0;}

/*隱藏噗浪生物*/
#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圖*/
.loading
{opacity:.0;}

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

/*頁尾區透明度變化*/
#footer
{filter:alpha(opacity=0) !important;opacity:0 !important;zoom:1;}
#footer:hover
{filter:alpha(opacity=100) !important;opacity:1 !important;zoom:1;}

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

/*新噗提示的黃色改色*/
.plurk_cnt.new6,
.plurk_cnt.new5,
.plurk_cnt.new4,
.plurk_cnt.new3,
.plurk_cnt.new2,
.plurk_cnt.new1{background:#ffffff;}

/*每噗的大頭貼圓角和透明度*/
.p_img{border-bottom:none;}
.p_img img{border-radius:50%;}
.p_img img{!important;opacity:0.7 !important;zoom:1;}

/*每噗的圓角*/
.plurk_cnt
{border-radius: 8px;}
.response_box
{margin-top:-8px; padding-top:8px}

/*每噗訊息數字圓角和改色*/
._lc_ .response_count
{border-radius: 12px;}
._lc_ .new .response_count
{background: #9CC7C8!important;}

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

/*主控台透明度調整*/
div#plurk-dashboard
{filter:alpha(opacity=10) !important;
-moz-opacity:0.1!important;opacity:0.1!important;
zoom:1;}
div#plurk-dashboard:hover
{filter:alpha(opacity=80) !important;
-moz-opacity:0.8!important;opacity: 0.8!important;zoom:1;}