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 121 122 123 124 125 126 127 128 | 自己記錄用的噗浪語法(20160204更新) 河道寬度減半 #timeline_holder {height:500px !important;} 隱藏好友和粉絲數量,只留按扭 #dash-friends-pics { position: absolute; left: -1000px;top: -1000px } #dash-fans-pics { position: absolute; left: -1000px;top: -1000px } /*把好友及加入好友按鈕全部隱藏*/ #dash-friends {height:0px;overflow:hidden;} /*把粉絲及加入粉絲按鈕全部隱藏*/ #dash-fans {height:0px;overflow:hidden;} 隱藏浪道上的噗浪生物 #dynamic_logo ,#logo img {filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; } img#creature{ filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; } /*一行隱藏*/ #plurk_ads {max-height:0px !important;max-width:0px !important;} /* 變更 Plurk 生物外觀 */ #dynamic_logo, #logo{ filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; height:385px; width: 500px; background: url() top center no-repeat!important; border:none!important; } 方法二 /*Plurk 生物*/ #dynamic_logo img{ /*先隱藏原本的影像*/ filter: alpha(opacity=0);opacity:0.0; } #dynamic_logo{ height: 280px; /*請依照您的生物調整到適當高度*/ width: 180px; /*請依照您的生物調整到適當寬度*/ margin-top: 25px; /*生物距離頂部的位置*/ margin-left: 0px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/ background-repeat: no-repeat; /*防止背景重複*/ /*接著,請將以下圖片網址改成你想放的生物*/ background-image: url(https://i.imgur.com/MzHg8Qw.png); } <div style="width: 247px; left: 752px;" id="dynamic_logo"> <img src="###" style="vertical-align: top; margin-right: 2px;"> <!--這是 Plurk 官方的 Logo--> <img src="###" id="creature"> <!--這是您的生物--> </div> /*更換loading圖*/ #div_loading .cnt { background:transparent url(http://) no-repeat scroll center top !important; margin-top:140px;} /*主頁面loading圖*/ .loading img {height:0;width:0;} .loading { background:transparent url(http://) no-repeat scroll center center !important; margin-top:30px; } /*每一則噗中的loading圖*/ /*隱藏Loading魚並改用自己的佈景*/ ._lc_ .loading img { filter:alpha(opacity=100); opacity: 1.00; height: 0px; width: 0px; } ._lc_ .loading { background-image: url(圖片網址); height:200px; background-repeat: no-repeat; background-position: center 28px; } .plurk_cnt, /*浪上的噗原角葉子版*/ {-moz-border-radius:10px; -webkit-border-top-right-radius:10px; -webkit-border-top-left-radius:1px; -webkit-border-bottom-right-radius:1px; -webkit-border-bottom-left-radius:10px; } .award_bar, /*徽章區*/ a.link_arrow, /*如何獲得徽章*/ .award_bar_mini .award_bar, /*個人小視窗徽章區*/ .award_bar_mini .award_bar div, .award_bar_mini.on { filter:alpha(opacity=0) !important; -moz-opacity:0 !important; opacity:0 !important; height:0 !important; width:0 !important; font-size:0 !important; overflow:hidden; zoom:1; } https://paste.plurk.com/show/2318598/ https://docs.google.com/document/d/1uT46gcchfk8Kqv2vshvogq6NrwQSVGDC23NxqvYId38/edit https://www.evernote.com/shard/s5/sh/5f496239-c858-4568-86fe-92117194d4f2/32a8a207f0a576408a65fcaea4e05214 http://blog.yam.com/SHkeroroIT/article/28780416 https://gist.github.com/s89227/364e12523b501a2e099b#file-css http://www.plurk.com/p/lgtlcy div.dash-segment, /*各區*/ #footer /*頁尾*/ {filter:alpha(opacity=0) !important; opacity:0 !important; zoom:1;} div.dash-segment:hover, #footer:hover {filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;} /*資料面板: 透明度變化*/ div#plurk-dashboard { filter:alpha(opacity=0) !important; (先將主控台資訊隱藏起來,透明度設"0") -moz-opacity:0!important; opacity: 0!important; zoom:1; } div#plurk-dashboard:hover { filter:alpha(opacity=80) !important; (滑鼠移過去,讓主控台資訊顯現出來,透明度設"80,0.8,0.8") -moz-opacity:0.8!important; opacity: 0.8!important; zoom:1; } |
Direct link: https://paste.plurk.com/show/UgnaXfoOHobluLNPw4tw