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
/*
機器狼 每日桌布佈景主題

機器狼:https://www.plurk.com/KMN_BOT
圖文教學:https://www.plurk.com/p/n8jovu
*/
/*
1st: 分類調整
*/
/*
Written by 噗浪APP技術部
http://www.plurk.com/p/lgq2g0
*/

#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;}

/*
2nd: 直角改圓角
*/
/*
Plurk round box corner CSS
Last Updated: 02/04/2016
By fsworld009 (fuunkao_sekai)
Demo: http://www.plurk.com/fuunkao_sekai
Known issue:
- img viewer and video viewer boxes are not working because Plurk is forcing a ._lc_ selector before any CSS selector (e.g.: #colorbox -> ._lc_ #colorbox) 
*/

.info_box {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.plurk_box .plurk_cnt {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.plurk_cnt, .response_count, .p_img img {
border-radius: 5px;
}

#plurk-dashboard, #colorbox, #colorboxVideo, #cboxLoadedContent {
border-radius: 10px !important;
}

/*
3rd: 機器狼 每日更換的bing桌布
*/
/*
Written by KMN_TREE & KMN_BOT
http://www.plurk.com/KMN_TREE
http://www.plurk.com/KMN_BOT
*/
body, html {
background:#111 url(https://www.kmnbot.com/bing/today.jpg) center center no-repeat fixed;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
}

/*
4th: Plurk 生物 改 機器狼
*/
/*
Written by 凜冬
http://www.plurk.com/Ceacer_Clown

Pic by 米豹
http://www.plurk.com/Michile
*/
#dynamic_logo img{
filter: alpha(opacity=0);
opacity:0.0;
}
#dynamic_logo{
height: 200px;
width: 200px; 
background-repeat: no-repeat;
background-image: url(https://i.imgur.com/iU2lZh4.png);
}

/*
5th: 改字體
*/
/*
Written by 波吉叔叔
https://www.plurk.com/ctf020308100
*/
._lc_ { font-family: Lato, 'Heiti TC', 微軟正黑體, Micorosft JhengHei, sans-serif;}

/*
6th: 移除左右箭頭
*/
/*
Written by KMN_TREE
http://www.plurk.com/KMN_TREE
*/
.browse_button {
opacity:0;
z-index: 0;
}

/*
7th: 轉噗/喜歡數量框填滿
Copied from @michaeimm
http://www.plurk.com/michaeimm

Modified by KMN_TREE
http://www.plurk.com/KMN_TREE
*/
._lc_ .favorite_count, ._lc_ .replurk_count, div.bookmark_info, div.private_info.pif-privacy { width: calc(100% - 20px); text-align: center; }

/*
8th: 模仿APP版,把名稱跟噗文/回應分成兩行
Modified by KMN_TREE
http://www.plurk.com/KMN_TREE
*/
tr.tr_cnt, td.td_qual, td.td_cnt{
display: block !important;
clear: both;
}

div.plurk td.td_qual{
padding: 5px 10px 2px 15px;
}
div.plurk td.td_cnt{
padding: 3px 10px 4px 15px;
}

div.plurk td.td_cnt div.manager{
padding: 3px 0px 3px 0px;
margin: 4px 0px 4px 0px;
}

div.response td.td_qual{
padding: 2px 6px 4px 10px;
}
div.response td.td_cnt{
padding: 2px 6px 10px 10px;
}

/*
9th: 調整河道上各噗大小
Modified by KMN_TREE
http://www.plurk.com/KMN_TREE
*/
.timeline-cnt div.plurk{
width: 300px;
}
.timeline-cnt div.display{
width: 400px;
}
.timeline-cnt div.plurk_box{
width: 500px;
}

.timeline-cnt div.plurk table{
width: 100%;
min-height: 55px;
}
.timeline-cnt div.plurk div.text_holder{
width: 100%;
}