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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/*字型*/
body
{font-family: "Lato", 'Heiti TC', "微軟正黑體",
"Micorosft JhengHei", sans-serif;}

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

/*時間軸隱藏*/
.div_bottom{filter: alpha(opacity=0); opacity:0; 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;}

/*選單在右*/
#filter_tab li {clear:none;width:auto;margin-right:5px;}
#filter_tab a {height:25px !important; margin:0 !important;}
.timeline_control {margin-left:0}
#timeline_control_holder {width:100%;}
#updater {left:5px;}

/*plurk標籤透明度*/
#filter_tab { border:0 !important;}
#filter_tab a.off_tab
{background:#ffffff;
color:#484C4C;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
filter:alpha(opacity=30) ; -moz-opacity:0.3; opacity: 0.3;
border:0 !important;}
#filter_tab a.off_tab:hover
{filter:alpha(opacity=70) ; -moz-opacity:0.7; opacity:0.7;}

#filter_tab a.filter_selected {
color:#b6bec0;
background-color:#fff;
-moz-border-radius:6px;
filter:alpha(opacity=50) ; -moz-opacity:0.5; opacity: 0.5;
border:0 !important;}
#filter_tab a.filter_selected:hover
{filter:alpha(opacity=80) ; -moz-opacity:0.8; opacity:0.8;}

/*頁尾區透明度變化*/
#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;}