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
/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/
/*噗首外觀*/
.timeline-cnt .plurk {
opacity: 0.9;
}
/*噗首內文:新訊息*/
.timeline-cnt .plurk_cnt[class*="new"] {
background-color: #004cff;
color: #ffffff;
}
/*噗首的頭像*/
.timeline-cnt .p_img {
overflow: hidden;
border-radius: 8px 8px 8px 9px;
}
/*噗的回應數*/
.timeline-cnt .response_count {
background-color: rgba(230, 230, 230, 0);
color: #ffffff;
}
/*噗的未讀回應數*/
.timeline-cnt .new .response_count {
background-color: rgba(255, 255, 255, 0);
color: #ccd5ff;
opacity: 0.3;
}
/*噗的Hashtag*/
.plurk .text_holder a.hashtag {
color: #002aff;
}
/*噗的Hashtag:滑鼠移至*/
.plurk .text_holder a.hashtag:hover {
background-color: #577bff;
color: #ffffff;
}
/*噗的普通連結*/
.plurk a.ex_link {
color: #1100ff;
}

._lc_ .timeline-holder {
height: 80vh !important;
}
#timeline_cnt{
height:100% !important;
}


/****◆ 往前往後左右箭頭改色◆****/
.browse_button .cmp_arrow_right, .browse_button .cmp_arrow_left, .cmp_back_to_today:before { color:#454459;}
.browse_button .cmp_back_to_today {background: #454459;}

#karma {font-size: 1em; color:#5050f2;}
#karma_arrow {color:#6d6dd6;}

/*徽章區*/
#plurk-dashboard .dash-segment-award {
display: none;
}

/*-----時間軸背景高度調整-----*/

#timeline_holder
{
height:500px !important;
}
#timeline_cnt, #timeline_bg, #timeline_fg
{
height:500px !important;
}
#bottom_line
{
top:502px !important;
background:#000 !important;
border-color:#111 !important;
filter: alpha(opacity=50); opacity:0.5; zoom:1;
}
.div_inner
{
height:480px !important;
}
#time_show
{
top:623px !important;
background:#000 !important;
border-color:#111 !important;
z-index:1113;
}
#timeline_bg .day_bg .div_inner
{
height:5px !important;
background:#111 !important;
border-color:#111 !important;
filter: alpha(opacity=60); opacity:0.6; zoom:1;
}



/*****噗寶、噗浪生物*****/
/*讓原噗浪獸消失*/
img#creature {
display:none!important;
}
/*放自己的噗寶*/
#dynamic_logo {
position: absolute;
right: 10px !important;/*離螢幕右邊多少px*/
top: 80px !important;/*離螢幕上面多少px*/
content: url(https://images.plurk.com/2vnK5VgVlsgMJGtJe0SPtR.gif);
}