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 | /*固定噗高*/ #timeline_holder {height:500px !important;} /*每噗的圓角*/ .plurk_cnt {border-radius: 8px;} .response_box {margin-top:-8px; padding-top:8px} /*每噗訊息數字圓角*/ ._lc_ .response_count {border-radius: 6px;} /*回應區加高*/ .plurk_box .list {min-height:250px !important;} /*主控台透明度調整*/ div.dash-segment {filter:alpha(opacity=10) !important;opacity:0.1 !important;zoom:1;} div.dash-segment:hover {filter:alpha(opacity=100) !important;opacity:1 !important;zoom:1;} /*隱藏主頁面loading圖*/ #div_loading .cnt {opacity:.0;} /*Plurk 生物*/ #dynamic_logo img{ /*先隱藏原本的影像*/ filter: alpha(opacity=0);opacity:0.0; } #dynamic_logo{ height: 500px; /*請依照您的生物調整到適當高度*/ width: 360px; /*請依照您的生物調整到適當寬度*/ margin-top: 4px; /*生物距離頂部的位置*/ margin-left: 0px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/ background-repeat: no-repeat; /*防止背景重複*/ /*接著,請將以下圖片網址改成你想放的生物*/ background-image: url(https://i.imgur.com/D2dQmtc.png); } /*隱藏每噗loading圖*/ .loading {opacity:.0;} /*頁尾區透明度變化*/ #footer {filter:alpha(opacity=0) !important;opacity:0 !important;zoom:1;} #footer:hover {filter:alpha(opacity=100) !important;opacity:1 !important;zoom:1;} |
Direct link: https://paste.plurk.com/show/2586393