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 | /*消音透明度*/ div.muted { opacity:0.1!important; zoom:1; } div.muted:hover { opacity:0.9!important; zoom:1; } /*數值可自行修改,透明為0,不透明為1*/ /****◆ 往前往後左右箭頭隱藏◆****/ .browse_button{ filter: alpha(opacity=0); opacity: 0; zoom:1;} /* 變更 Plurk 生物外觀 */ /*先隱藏原本的影像*/ #dynamic_logo img{ filter: alpha(opacity=0);opacity:0.0; } #dynamic_logo{ height: 370px; /*請依照圖片調整*/ width: 490px; /*請依照圖片調整,原本是200*/ margin-top: 4px; /*距離頂部的位置,原本是4*/ margin-right: 1400px; /*右位。最剛好839(左位就用left,0)*/ background-repeat: no-repeat; /*防止背景重複*/ /*換上圖片確切網址(記得替圖片去背)*/ background-image: url(https://i.imgur.com/Tgxuihd.png); /*加丘http://i.imgur.com/r6LX2qB.png ; 伊魯索 http://i.imgur.com/cri3eq4.png; 梅洛尼 http://i.imgur.com/BJmV3Gp.png 梅洛尼2 http://i.imgur.com/cqEn4aU.png 醫生 https://i.imgur.com/BIMrix9.png 紅葉老師 https://i.imgur.com/V7eO0Mn.png 褐雙子 https://i.imgur.com/Tgxuihd.png*/ } /* 變更 Plurk 生物外觀 */ /*時間線-第二個噗寶*/ .timeline-bg { background-image:url(https://images.plurk.com/4cMZK08gdMMYMnBFiQdZL1.png ); /*bro祭典 https://images.plurk.com/4cMZK08gdMMYMnBFiQdZL1.png*/ background-repeat:no-repeat;/*防止圖重複*/ margin-top: 0px; /*生物距離頂部的位置*/ margin-left: 1100px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/} /*隱藏時間線,不可刪*/ .bottom-line {height: 0px;} /*隱藏時間標記,不可刪*/ .timeline-bg .block_bg .bottom_start, .timeline-timeshow {opacity: 0;} /*回應區噗主暱稱顏色和背景色修改*/ /*.list .highlight_owner .td_qual a { color:#4f3a30 !important; text-decoration:none; } .list .highlight_owner .plurk_cnt, ._lc_ .list .highlight_owner .plurk_cnt tr { background:#ccbbb1 !important; }*/ /*回應列表加底線*/ .list .plurk_cnt {border-bottom:1px solid #473b34 !important;} |
Direct link: https://paste.plurk.com/show/O0C2FltgNXNcX4WS6EIQ