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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/
/*噗首外觀*/
.timeline-cnt .plurk {
opacity: 0.2;
}
/*噗首外觀:滑鼠移至*/
.timeline-cnt .link_extend {
opacity: 1;
}
/*噗首內文:新訊息*/
.timeline-cnt .plurk_cnt[class*="new"] {
background-color: #e0cee6;
}
/*噗的未讀回應數*/
.timeline-cnt .new .response_count {
background-color: #7b488c;
}
/*噗的Hashtag*/
.plurk .text_holder a.hashtag {
color: #7b488c;
}
/*噗的時間顯示*/
.timeline-timeshow {
background-color: rgba(123, 72, 140, 0.5);
}
/*時間軸的時間*/
.bottom_start {
background-color: rgba(123, 72, 140, 0.5);
}
/*更新的按鈕*/
#updater .item a {
color: #7b488c;
}
/*更新的未讀數字*/
#updater .unread_generic {
background-color: #7b488c;
}
/*頻道的未讀數字*/
#filter_tab a .unread_generic {
background-color: #7b488c;
}
/*私噗按鈕*/
.friend_man.private_plurk {
background-color: #7b488c;
}
/*送禮按鈕*/
.friend_man.send_gift {
background-color: #7b488c;
}
/*發噗鈕*/
.submit_img_color {
background-color: #7b488c;
}
/*好友按鈕*/
#dash-friends .friend_man {
background-color: #7b488c;
}
/*粉絲按鈕*/
#dash-fans .friend_man {
background-color: #7b488c;
}

/*畫面佈景**背景*/
body, html {
background:#FFFFFF url(https://i.imgur.com/p0ZGmrE.gif) left top no-repeat;
font-family: "Century Gothic";
font-size: 12px;
background-attachment : fixed; /*浮水印固定背景*/
}

/** 右上角物件樣式 */
.cboxAnchor[data-type="plurk"]:before {
position: absolute;
content: '';
top: -100px;
right: -48px;
width: 200px;
height: 133px;
background-image: url(https://images.plurk.com/7L01Vp5oPPjCckR4UkN9kF.png );
background-size: contain;
background-repeat: no-repeat;
z-index: 1;
}

/** 回應數文字樣式 */
.response_count {
color: #7b488c !important;
position: relative;
background-color: transparent !important;
padding: 0 !important;
margin: 0 !important;
right: -50%;
top: -2px;
z-index: 2;
}
.new .response_count {
color: #D9006C !important;
background-color: transparent !important;
}
.td_response_count>a {
position: absolute;
padding: 0 !important;
margin: 0 !important;
height: 13px;
text-align: center;
vertical-align: middle;
top: -30px;
right: 53px;
font-size: 12px;
}

/** 噗文樣式 */
.plurk_cnt {
}
.plurk.cboxAnchor {
}
.plurk_cnt {
width: 340px;
padding: 2px 12px;
}
.link_extend .plurk_cnt,
.response .plurk_cnt {
width: 100%;
}
.plurk_cnt .td_qual {
display: block;
width: 100%;
padding: 2px 5px;
}
.plurk_cnt .td_cnt {
display: block;
width: 100%;
padding: 2px 5px;
}

/** 河道樣式 */
.timeline-holder {
margin-top: 100px;
}