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
/*以下是在頭貼下的,示意圖第3部分*/

/*icon喜歡(在頭貼下的)*/
.plurk_icon.favorite_icon { color:rgba(246, 220, 218, 0.0) !important;}
.plurk_icon.favorite_icon:after {
background:url(https://emos.plurk.com/5a21a79f849e7da34b76b11dd35144f9_w14_h19.png);
width: 15px; 
height: 19px; 
!important;}

/*icon噗幣(在頭貼下的)*/
.plurk_icon.coin img { display:none; }
.plurk_icon.coin:after { background:url(https://emos.plurk.com/71dabf3af735a8f83d57d791e1948853_w14_h19.png);
width: 15px; 
height: 19px;
}

/*書籤icon(在頭貼下的)*/
.plurk_icon.bookmark_icon { color:rgba(246, 220, 218, 0.0) !important;}
.plurk_icon.bookmark_icon:after {
background:url(https://emos.plurk.com/31f6fc97efe242d2d8e9fa481a7c38bd_w14_h19.png);
width: 15px; 
height: 19px; 
!important;}

/*結束*/


/*以下是在噗文的*/

/*喜歡按鈕(未點選狀態)*/
.manager .like-off{
content: url(https://emos.plurk.com/5a21a79f849e7da34b76b11dd35144f9_w14_h19.png);
}
/*喜歡按鈕(滑鼠移至)*/
.manager .like-off:hover{
content: url(https://emos.plurk.com/4b22ca3849e9c494378eb77b653163d1_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}

/*喜歡按鈕(已點選狀態)*/
.manager .like-on{
content: url(https://emos.plurk.com/4b22ca3849e9c494378eb77b653163d1_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}


/*轉噗按鈕(未點選狀態)*/
.manager .replurk-off{
content: url(https://emos.plurk.com/dbadde6ed23adace388bc983d6a6cf04_w14_h19.png);
}
/*轉噗按鈕(滑鼠移至)*/
.manager .replurk-off:hover{
content: url(https://emos.plurk.com/46729b51759a619a42631850611cae47_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}

/*轉噗按鈕(已點選狀態)*/
.manager .replurk-on{
content: url(https://emos.plurk.com/dbadde6ed23adace388bc983d6a6cf04_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}


/*消音按鈕(未點選狀態)*/
.manager .mute-off{
content: url(https://emos.plurk.com/5a7e25717e8d2862f030a417571d61af_w14_h19.png);
}
/*消音按鈕(滑鼠移至)*/
.manager .mute-off:hover{
content: url(https://emos.plurk.com/67ed54ef861a6c72c60612c37c7eae29_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}

/*消音按鈕(已點選狀態)*/
.manager .mute-on{
content: url(https://emos.plurk.com/67ed54ef861a6c72c60612c37c7eae29_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}


/*書籤按鈕(未點選狀態)*/
.manager .mark-off{
content: url(https://emos.plurk.com/31f6fc97efe242d2d8e9fa481a7c38bd_w14_h19.png);
}
/*書籤按鈕(滑鼠移至)*/
.manager .mark-off:hover{
content: url(https://emos.plurk.com/35a0aac48403dcdfc980f02f8698d1ca_w14_h19.png) ;
background-color:rgba(246, 220, 218, 0.0) !important;}

/*書籤按鈕(已點選狀態)*/
.manager .mark-on{
content: url(https://emos.plurk.com/35a0aac48403dcdfc980f02f8698d1ca_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}


/*噗幣按鈕*/
.manager >a.gift{
content: url(https://emos.plurk.com/0c13a5d829f6843de8c87728ac613078_w14_h19.png);
}
/*噗幣按鈕(滑鼠移至)*/
.manager >a.gift:hover{
content: url(https://emos.plurk.com/71dabf3af735a8f83d57d791e1948853_w14_h19.png);
background-color:rgba(246, 220, 218, 0.0) !important;}

/*結束*/


/*滾軸圖示設定*/

/*背條設定(底下語法勿刪除)*/
::-webkit-scrollbar
{
background:color:rgba(246, 220, 218, 0.0) !important;
-webkit-border-radius:0px;
-webkit-box-shadow:0px 3px 0px rgba(9,9,9,0.3);
width: 19px;
}

::-webkit-scrollbar-thumb {border-radius:0px;} /*滾軸圓弧*/
::-webkit-scrollbar-thumb {background-image:url(https://emos.plurk.com/5a21a79f849e7da34b76b11dd35144f9_w14_h19.png) ; /*滾軸圖示*/
background-repeat:no-repeat
;}
::-webkit-scrollbar-thumb:hover {background-image:url(https://emos.plurk.com/8693d6fe0356ceaa972f38062a164d24_w14_h19.png) !important;} /*滑鼠移入後滾軸圖示*/

/*結束*/