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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
/* ================ 20190430 煉@chimaolian的佈景語法 ================ */

body, html {
background:#111111;
font-family: "手札體", "微軟正黑體";
}

/* 噗浪游標設置 */
*, body, html, a {
cursor: url(游標連結), auto;
}
a:hover {
cursor: url(游標連結), auto;
}

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

/*噗寶、噗浪生物*/
img#creature {
display:none!important;
}
#dynamic_logo {
position: absolute;
right: 20px !important;
top: 420px !important;
content: url(噗寶連結);
}

/**********時間軸主題*********** 背景 *********************/
#timeline_holder {
background:url(背景連結) center center;
background-repeat:no-repeat;
background-color:#000;
background-position : 50% 30%; /*x軸50% y軸30%的地方固定*/
}

.dash-segment .segment-content {
background: none !important;
}

.plurk_cnt  {
font-size:12px;
line-height:180%;
}

/*發噗區透明度變化*/
div#plurk_form {
filter:alpha(opacity=100) !important; opacity:0.7 !important; zoom:1;
}
/*
div#plurk_form:hover {
filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;
}
*/

/*噗整體透明度*/
.plurk_cnt,
.plurk_box .caption,
.plurk_box .list,
.plurk_box .mini_form,
.info_box,
td.td_cnt texture,
textarea#input_small {
filter: alpha(opacity=90); opacity:0.8; -moz-opacity:0.9; zoom:1; 
/*通常設"90,0.9,0.9"或"80,0.8,0.8",太透明的話文字會看不清楚喔*/
}
.list { /*回應列底色(?)*/
opacity: 1 !important;
zoom: 1;
}
.td_img, /*噗文頭像*/
.pinned_plurk_icon,
.plurk_icon.private {
opacity: 0.7 !important;
zoom: 1;
}
.plurk_cnt:hover, /*噗文*/
.plurk_box,
.plurk_box .plurk_cnt, /*回應列*/
.response_box,
.info_box:hover,
td.td_cnt texture:hover {
opacity: 0.9 !important;
zoom: 1;
}

/*隱藏已消音的噗*/ 
div.muted { 
opacity: 0.1 !important;
zoom: 1;
transition: opacity 1.5s ease;
}
div.muted:hover { 
opacity: 0.9 !important;
zoom: 1;
transition: opacity 1.5s ease;
}

/*回應列表整體底色*/
#timeline_holder .plurk_cnt,
.plurk_box .list,
.list .plurk_cnt,
.list .plurk_cnt tr,
.plurk_box .mini_form,
td.td_cnt texture,
textarea#input_small {
background: #fff !important;
}

/*卡馬值改色←不知道和哪個衝到了只好丟到第一個來*/
#karma {
color: #a70053;
/*color為字色,text-shadow為外光暈顏色*/
}

/*河道上的噗圓角*/
/*px的數值可以修改,要統一,數字越大越圓*/
.plurk_cnt {
border-radius: 5px;
}
.response_box {
margin-top:-10px;
padding-top:10px
}

/*每噗的大頭貼圓角和透明度調整*/
.p_img {
border-bottom:none;
}
.p_img img {
border-radius:50%; /*50%=圓形,或是改成10px這樣,px數值越大越圓*/
}
.p_img img {
!important;
opacity:1 !important; /*opacity後面數字是調透明度,0是透明,1是不透明*/
zoom:1;
}

/*回應數量*/
.response_count {
color: #ccc; /*字體顏色*/
font-size:12px; /*字體大小,12最小*/
} 

/*新回應數量的圓角及顏色*/
._lc_ .response_count {
border-radius: 5px; /*px數值越大越圓*/
}
._lc_ .new .response_count {
background: #d87093cc !important; /*背景色*/
color: #ccc; /*字體顏色*/
font-size:12px; /*字體大小,12最小*/
} 

/*河道上新訊息進來的背景色黃色修改*/
/*一次性改成一種顏色*/
.plurk_cnt.new6, .plurk_cnt.new5, .plurk_cnt.new4, .plurk_cnt.new3, .plurk_cnt.new2, .plurk_cnt.new1 {
background:#fadfe8;
}

/*按鈕的未讀數量背景色*/
.unread #alert_beacon, .unread_generic {
background:#D87093;
}

/*噗主回應*/
.list .highlight_owner .td_cnt {
background-color:#FFF0F5; /*噗主回應的背景顏色*/
}

/*下方自己的頭像大小(從80x80px改為100x100px)*/
/*頭像大小*/
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
width: 115px;
height: 115px;
}

/*外框大小*/
#plurk-dashboard .dash-segment-profile #dash-profile {
height: 115px;
}

/*頭像右側姓名,數值為100+16px,可自行測試調整*/
#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
margin-left: 125px;
padding-top: 5px; /*要上下移改padding-top的部分,數字越小越上*/
/*頭像右側姓名字型大小及行高*/
line-height: 2;
font-size: 15px;
}

/*頭像右側性別及位置,數值為100+16px,可自行測試調整*/
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
margin-left: 125px;
bottom: 5px; /*要上下移改bottom的部分,正往上負往下*/
}

/* 開噗廣告消失 */
#resp_banner_ads {
height: 0px !important;
}
#resp_banner_ads.show {
height: 0px !important;
}

/* 圖片廣告消失 */
#cbox_right #cbox_ads {
width: 0px !important;
}
.cbox_right .cbox_ads {
width: 0px !important;
}