*{ outline: none; margin: 0; padding: 0; } html{ background: #000000; background-size: cover; } body{ background-color: transparent; color: #eee; font: 12px/16px ; font-family: 'Terminal Dosis', sans-serif; } a{ color: #eee; text-decoration: none; text-transform: uppercase; } #carnaval{ width:960px; margin: 20px auto; } #carnaval > div{ background-color: rgba(0,0,0,0.5); margin-bottom: 20px; } #title{ width: 400px; float: left; margin-right: 20px; } #title h2{ font-size: 60px; text-transform: uppercase; padding: 10px 0 10px 20px; } #track-list{ width: 290px; height:380px; overflow: hidden; padding: 20px 0; margin-right: 20px; float: left; margin-top: -104px; } #track-list a.active{ font-weight: bold; text-decoration: underline; } #tracks-wrapper{ height: 380px; overflow: scroll; } .antiscroll-wrap{ width: 100%; } #track-list ul{ list-style: none; margin: 0; font-size: 13px; padding: 0px 0 20px; } #track-list ul li{ padding: 5px 3px 3px 5px; } #track-list ul li:hover{ background-color: rgba(20,20,20,0.5); color: #000; } #player{ width:256px; float: left; height: 256px; overflow: hidden; } #info{ width:650px; float: left; } #total{ position: absolute; background-color: transparent; } .player-links{ display: none !important; } #info-wrapper{ padding: 20px; } #footer{ position: fixed; bottom: 0; left: 0; font-size: 12px; } #info-wrapper p{ margin-bottom: 10px; } #info-wrapper img{ float: left; margin-right: 10px; margin-bottom: 10px; } .post-title{ margin-bottom: 10px; } .titulo_modificado{ color: #999; }