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 | /*固定噗高*/ #timeline_holder {height:500px !important;} /*新噗提示的黃色改色*/ .plurk_cnt.new6, .plurk_cnt.new5, .plurk_cnt.new4, .plurk_cnt.new3, .plurk_cnt.new2, .plurk_cnt.new1{background:#ffffff;} /*每噗的大頭貼圓角和透明度調整*/ .p_img{border-bottom:none;} .p_img img{border-radius:50%;} .p_img img{!important;opacity:0.7 !important;zoom:1;} /*每噗的圓角*/ .plurk_cnt {border-radius: 8px;} .response_box {margin-top:-8px; padding-top:8px} /*每噗訊息數字圓角和改色*/ ._lc_ .response_count {border-radius: 12px;} ._lc_ .new .response_count {background: #9CC7C8!important;} /*打開噗裡留言區加高*/ .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;} /*隱藏噗浪生物*/ #dynamic_logo ,#logo img {filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; } img#creature { filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; } /*隱藏每噗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/2318684