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
/*
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; }