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 | /* 1st: 分類調整 */ /* Written by KMN_TREE 參考以下資料: http://www.plurk.com/p/lgpe8s http://www.plurk.com/p/lgp76r https://www.evernote.com/shard/s5/sh/5f496239-c858-4568-86fe-92117194d4f2/32a8a207f0a576408a65fcaea4e05214 */ /*強制展開訊息分類*/ #filter_tab, #filter_tab a, #filter_tab a.off_tab, #filter_tab a.off_tab:hover, #filter_tab a.filter_selected, #filter_tab a.filter_selected:hover{ height: 25px; margin-top: 6px; margin-left: 2px; bottom: -1em; position: relative; } /*分類改為水平*/ ul#filter_tab li:nth-of-type(1){ position: relative; top: calc(-31px*0); right: calc(150px*4); } ul#filter_tab li:nth-of-type(2){ position: relative; top: calc(-31px*1); right: calc(150px*3); } ul#filter_tab li:nth-of-type(3){ position: relative; top: calc(-31px*2); right: calc(150px*2); } ul#filter_tab li:nth-of-type(4){ position: relative; top: calc(-31px*3); right: calc(150px*1); } ul#filter_tab li:nth-of-type(5){ position: relative; top: calc(-31px*4); right: calc(150px*0); } #timeline_control_holder { position:relative; } #filter_tab { position:absolute; right:0; transition: initial; } #updater { position:absolute; left: 0; bottom: -2.4em; } /* 2nd: 直角改圓角 */ /* Plurk round box corner CSS Last Updated: 02/04/2016 By fsworld009 (fuunkao_sekai) Demo: http://www.plurk.com/fuunkao_sekai Known issue: - img viewer and video viewer boxes are not working because Plurk is forcing a ._lc_ selector before any CSS selector (e.g.: #colorbox -> ._lc_ #colorbox) */ .info_box { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .plurk_box .plurk_cnt { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .plurk_cnt, .response_count, .p_img img { border-radius: 5px; } #plurk-dashboard, #colorbox, #colorboxVideo, #cboxLoadedContent { border-radius: 10px !important; } /* 3rd: 機器狼 每日更換的bing桌布 */ /* Written by KMN_TREE & KMN_BOT http://www.plurk.com/KMN_TREE http://www.plurk.com/KMN_BOT */ body, html { background:#111 url(http://133.130.102.121:9163/bing/KmnBot_Bing_Today.jpg) center center no-repeat fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; } /* 4th: Plurk 生物 改 機器狼 */ /* Written by 凜冬 http://www.plurk.com/Ceacer_Clown Pic by 米豹 http://www.plurk.com/Michile */ #dynamic_logo img{ filter: alpha(opacity=0); opacity:0.0; } #dynamic_logo{ height: 200px; width: 200px; background-repeat: no-repeat; background-image: url(http://i.imgur.com/JT86Zdw.png); } |
Direct link: https://paste.plurk.com/show/2319508