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
/*我流背景*/

body, html
{
background-repeat: no-repeat; /*背景圖不重複*/
background-attachment:fixed ; /*浮水印固定背景*/
background-position: 60% 56%; /*x軸40% y軸40%的地方固定*/

}


/*---河道---*/

/*圓角設定*/
.plurk_cnt {border-radius: 10px;}
.response_box{margin-top:-6px; padding-top:6px}
.controller{ border-radius:0 0 10px 10px; }
/*px數值可修改但要統一*/

.plurk_cnt {
filter: alpha(opacity=90); opacity:0.9; -moz-opacity:0.9; zoom:1;
}

.plurk_box.plurk_cnt {
background: # !important;filter: alpha(opacity=100); opacity:1; -moz-opacity:1; zoom:1;
}

/*訊息回應顏色*/
._lc_ .new .response_count{

/*未讀訊息背景色*/
background: #FFD939 !important;
}

/*消音文章透明化*/
.muted{filter: alpha(opacity=0.5); opacity: 0.5;}

/*讓噗列表換行*/
.list .plurk_cnt .td_qual
{
position:absolute;
width:auto;
overflow:visible;
margin-left:0.7em;
}
.list .plurk_cnt .text_holder
{
margin-top:1.8em;
padding:0.5em;
margin-left:0.7em;
width:auto !important;
background:# !important;
border-radius:3px;
}

/*箭頭改色*/
.browse_button .cmp_arrow_right, .browse_button .cmp_arrow_left, .cmp_back_to_today:before { color: #915427;}
.browse_button .cmp_back_to_today {background: #915427;opacity:60%;}

/*按鈕圓角*/
.timeline_control a{border-radius:3px;}
/*0為沒有圓角*/

/*文字、背景色、透明度,數值可自行修改,透明為0,不透明為1*/
#filter_tab a , #updater.item a{
color:#fff; background:#D3A786 !important; filter: alpha(opacity=0.5);
}

/*被選取狀態背景色*/
#filter_tab a:hover,#filter_tab a.filter_selected,
#updater .item a:hover, #updater .item a.filter_selected{
color:#fff; background:#915427!important;
}

/*按鈕區塊的未讀數量顏色色*/
.unread #alert_beacon, .unread_generic{ color:fff; background: #FFD939; }

/*---主控台---*/
.submit_img {background:#915427;}

/*隱藏時間區*/
.div_bottom{background:#D3A786;color:#915427;}
/*下面那條白線*/
#bottom_line {background:#915427;}

/*主控台背景*/
.dash-segment .segment-content{background:#D3A786;color:#FFF}
div#plurk-dashboard
{filter:alpha(opacity=0.8) !important;
-moz-opacity:0.8!important;opacity:0.8!important;
zoom:1;}