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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | /*————————這裡是木夏的噗浪CSS,記錄用————————*/ /*————————感謝各方大神放出來的各種語法!!————————*/ /*———————————主控台———————————*/ /*下方主控台半透明變化*/ /*平常不透明度0%*/ div#plurk-dashboard {filter:alpha(opacity=0) !important; -moz-opacity:0!important;opacity:0!important; zoom:1;} /*滑過去後80%*/ div#plurk-dashboard:hover {filter:alpha(opacity=80) !important; -moz-opacity:0.8!important;opacity: 1!important;zoom:1;} /*數值可自行修改,透明為0,不透明為1。*/ /* 把好友隱藏但保留加入好友按鈕 */ #dash-friends-pics {height:0px;overflow:hidden;} /* 把粉絲隱藏但保留加入粉絲按鈕 */ #dash-fans-pics {height:0px;overflow:hidden;} /*分區加單資料區塊*/ div#plurk-dashboard { background:none; /*拿掉原本底色*/ border:0; /*拿掉框線*/ } div.dash-segment .segment-content /*各區*/ { background:#F8F8FF; /*底色*/ padding:12px; /*內間距*/ margin:5px; /*外邊界*/ -moz-border-radius:22px; /*圓角*/ -khtml-border-radius:22px; -webkit-border-top-left-radius:22px; -webkit-border-top-right-radius:22px; -webkit-border-bottom-right-radius:22px; -webkit-border-bottom-left-radius:22px; } #dash-additional-info /*關於我自己描述*/ { background:none; /*拿掉原本底色*/ padding:12px; /*內間距*/ margin:4px; /*外邊界*/ -moz-border-radius:22px; /*圓角*/ -khtml-border-radius:22px; -webkit-border-top-left-radius:20px; -webkit-border-top-right-radius:20px; -webkit-border-bottom-right-radius:20px; -webkit-border-bottom-left-radius:20px; } /*———————————————河道———————————————*/ /*隱藏往前往後圖示*/ .cmp_arrow_right, /*往右*/ .cmp_back_to_today /*移至最前*/ { filter: alpha(opacity=0); opacity: 0; zoom:1; } /*滑鼠移至效果*/ div.cmp_arrow_right:hover, div.cmp_back_to_today:hover { filter: alpha(opacity=100); opacity:1; zoom:1; } /*浪上的噗與回應數變圓角*/ .plurk_cnt, .response_count, .new .response_count, #plurk-dashboard, /*主控台資料面板*/ .dots .inner { -moz-border-radius:10px !important; -webkit-border-radius:10px !important; -khtml-border-radius:10px !important; border-radius:10px !important; } /*浪上的噗與回應數變圓角*/ /*讓噗列表換行*/ .list .plurk_cnt .td_qual { position:absolute; width:auto; overflow:visible; margin-left:0.7em; } .list .plurk_cnt .text_holder { margin-top:1.8em; padding:0.5em; margin-left:0.7em; width:auto !important; background:# !important; border-radius:3px; } /單則噗廣告隱藏/ div .adsense { display : none; height:0 !important; width:0 !important; } /*隱藏已經消音的噗***/ .muted { filter:alpha(opacity=20); (將浪上的噗隱藏起來,透明度設"10",讓它若隱若現) -moz-opacity:0.2; opacity:0.2; zoom:1;} .muted:hover{ filter:alpha(opacity=100); (滑鼠移過去,浪上的噗就會清楚顯現,設"100,1,1") -moz-opacity:1; opacity:1; zoom:1;} /*固定河道高度*/ #timeline_holder {height:600px !important;} /* 開噗廣告消失 */ #resp_banner_ads { height: 0px !important; } #resp_banner_ads.show { height: 0px !important; } /* 圖片廣告消失 */ #cbox_right #cbox_ads { width: 0px !important; } .cbox_right .cbox_ads { width: 0px !important; /*噗內暱稱和回應分行*/ .list .plurk_cnt .td_qual /*暱稱區*/ { overflow:visible; position:absolute; width:auto; } .list .plurk_cnt .td_cnt .text_holder /*內容區*/ { margin-left:1em; margin-top:2em; margin-bottom:1em; padding:0.5em; width:auto !important; } /*噗主回應*/ .list .highlight_owner .td_qual a {color:#DAA520 !important; } /*噗主暱稱*/ .list .highlight_owner .td_cnt {background-color:#F8F8FF; } /*噗主回應的背景顏色*/ |
Direct link: https://paste.plurk.com/show/2665138