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
#timeline_holder {
height: calc(100vh - 110px) !important;
padding-top:40px !important;
}

.dash-segment-stats {
display: none;
}
#dash-award {
display: none;
}
.profile-icons{
display:none;
}
#resp_banner_ads {
  display: none;
}

/* 自定性別文字 */
#m_or_f {
  display: none;
}
/* 
#span_years:after {
  content: ' ';
}
*/

/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/

/*噗首外觀*/
.timeline-cnt .plurk {
  opacity: 0.9;
}
/*噗首外觀:滑鼠移至*/
.timeline-cnt .link_extend {
  opacity: 1;
}
/*噗首外觀:被展開*/
.timeline-cnt .plurk_box {
  opacity: 1;
}

/*噗首外觀:消音*/
.timeline-cnt .muted {
  opacity: 0.2;
}
/*噗首外觀:偷偷說*/
.timeline-cnt [data-uid="99999"] {
  opacity: 0.8;
}
/*噗首內文*/
.timeline-cnt .plurk_cnt {
  background-color: #fbfbf3;
  color: #330033;
  font-size: 16px;
  border-radius: 0px 20px 0px 0px;
}
/*噗首內文:新訊息*/
.timeline-cnt .plurk_cnt[class*="new"] {
  color: #009999;
}
/*噗的回應數*/
.timeline-cnt .response_count {
  background-color: #65b4b7;
  opacity: 0.9;
  padding: 7px;
  border-radius: 100% 100% 100% 100%;
}
/*噗的未讀回應數*/
.timeline-cnt .new .response_count {
  background-color: #ff0066;
  color: #ffff99;
  opacity: 0.9;
}
/*噗的Hashtag*/
.plurk .text_holder a.hashtag {
  color: #6666ff;
}
/*噗的Hashtag:滑鼠移至*/
.plurk .text_holder a.hashtag:hover {
  background-color: #6699ff;
  color: #ffffff;
}
/*噗的有圖連結*/
.plurk a.meta {
  background-color: #fffefd;
  color: #3399cc;
}
/*噗的有圖連結:滑鼠移至*/
.plurk a.meta:hover {
  background-color: #f9efdf;
  color: #996633;
}
/*噗的普通連結*/
.plurk a.ex_link {
  color: #3399cc;
}
/*噗的普通連結:滑鼠移至*/
.plurk a.ex_link:hover {
  color: #cc6600;
}