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 | /**頻道區**/ /*讓頻道未讀數字出現在右邊*/ #updater { margin-left: 43px; } #filter_tab a .unread_generic { position: absolute; top: 0; left: 30px; width: 30px; height: 25px; line-height: 25px; margin-top: 6px; margin-left: 0; padding: 0 4px; border-radius: 5px; } /*頻道條位置調整*/ .timeline_control {margin-left: 0;} #timeline_control_holder {width: 5%;} \\\\\\\\\\\\\\\\\\ /*>>頭貼放大<<*/ /*頭貼背景大小*/ #plurk-dashboard .dash-segment-profile #dash-profile { height: 200px; } /*頭貼游標未移至*/ #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic { width: 200px; height: 0px; padding-top: 200px; background: url('https://images.plurk.com/3Pj0olScAkwpC0GnJw5rfQ.png'); background-size: cover; } #plurk-dashboard .dash-segment-profile #dash-profile #full_name { margin-left: 205px; padding-top: 160px; } #plurk-dashboard .dash-segment-profile #dash-profile .profile-info { display: none; } /*>>結束<<*/ \\\\\\\\\\\\\\\\\\\ /*>>頭貼放大<<*/ /*頭貼背景大小*/ #plurk-dashboard .dash-segment-profile #dash-profile { height: 200px; } /*頭貼游標未移至*/ #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic { width: 200px; height: 0px; padding-top: 200px; background: url('https://images.plurk.com/5Jg2Ju54q021NmZVGmsFOd.png'); background-size: cover; } /*頭貼游標已移至*/ #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic:hover { width: 200px; height: 0px; padding-top: 200px; background: url('https://images.plurk.com/5Jg2Ju54q021NmZVGmsFOd.png'); background-size: cover; } #plurk-dashboard .dash-segment-profile #dash-profile #full_name { margin-left: 205px; padding-top: 160px; } #plurk-dashboard .dash-segment-profile #dash-profile .profile-info { display: none; } /*>>結束<<*/ |
Direct link: https://paste.plurk.com/show/5yMX3DgzYLqmPiE1ZRXQ