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 157 158 159 | /* Tobio Plurk Theme v1.0 */ /* by Gino Carteciano of plurk.bigbaddie.com */ /* Plurk profile: http://www.plurk.com/user/baddie */ body, html { background: #000000; } #plurk-dashboard { background: url(http://876.jcache.com/pics/1/1833/268993331205.jpg) no-repeat #333333; background-position: top right; border: none; color: #ffffff; font-family: Verdana; font-size: 8pt; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; } #timeline_holder { background: url(http://876.jcache.com/pics/1/1833/8dj3002r4.jpg) no-repeat #000000; background-position: top left; border-color: #000000; } #plurk_form { color: #cccccc; font-family: Verdana; } #top_bar a, #top_login a, #dashboard_holder a, #footer a { color: #cccccc; } #bottom_line, .day_bg, .div_inner { color: #ffffff; font-family: Verdana; } .day_bg .div_inner{ background-image: url(http://876.jcache.com/pics/1/1833/8dj3002r4.jpg); background-repeat: repeat; border: none; } #bottom_line { background: #333333; border: solid #333333 1px; } .plurk_cnt { border: 1px solid #cccccc; background-color: #fffffff; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; } .response_count { text-align: center; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 1px; } .segment-content { padding: 5px; margin: 5px; } .qualifier, .m_qualifier, .dots .inner, #more_options_holder, #emoticon_selecter, #updater { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #dash-stats table td { color: #cccccc; } #dash-stats h2, #dash-friends h2, #dash-fans h2 { color: #cccccc; } #dashboard_holder { background: transparent url() no-repeat left bottom; } #updater { color: #ffffff; background: url(http://i125.photobucket.com/albums/p72/baddiebucket/plurk/suestorm.png) repeat; border: none; } #filter_tab .off_tab { background: #000000; color: #cccccc; border: none; -moz-border-radius: 0px 0px 5px 5px; -khtml-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; } #filter_tab .filter_selected { background: #333333; color: #cccccc; border: none; -moz-border-radius: 0px 0px 5px 5px; -khtml-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; } #dynamic_logo img{ height:0px; width:0px; } #more_options_link{ border: none; background: none; } #plurk_form, #toggle_tab, #dash-profile, #dash-additional-info, #dash-stats, #dash-friends, #dash-fans { filter:alpha(opacity=0) !important; opacity:0 !important; } #plurk_form:hover, #toggle_tab:hover, #dash-profile:hover, #dash-additional-info:hover, #dash-stats:hover, #dash-friends:hover, #dash-fans:hover { filter:alpha(opacity=100) !important; opacity:1 !important; } #dash-stats td { filter:alpha(opacity=0) !important; opacity:0 !important; -moz-opacity:0 !important; } textarea#input_big.content { height:120px; } .mute{ font-size:30px; } textarea#input_small { height: 100px; } .plurk_box .list { height: 200px; } |
Direct link: https://paste.plurk.com/show/Kqf06kpnlzo5vY3FKCVO