Created
October 16, 2017 04:11
-
-
Save allusis/39fe8d9dd985f108d1d1bb5d939c0667 to your computer and use it in GitHub Desktop.
dubtrack-poof.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (min-width: 72em) { | |
#main-room {padding: 58px 0 56px 0;} | |
#main_player,#main-room .right_section,#main_player .player_header span,#browser .browser-content,#main_player .play-song-link-container .play-song-link, #main_player .play-song-link-container .play-song-link-browser {border-radius:0} | |
#main-room .left_section {padding-left:32px;} | |
#main_player {padding: 0;background: transparent;} | |
#player-controller,#header-global,#player-controller .right, #player-controller .left {background:black} | |
#player-controller .left ul li.infoContainer .infoContainerInner .progressBg,#main_player .player_sharing .player-controller-container .volume-controller-container #volume-div .ui-slider-range-min{background:#31b0d5} | |
#player-controller .right ul li .dubup.voted {background:#3fad46} | |
#player-controller .right ul li .dubup.voted span {color:white;} | |
.dubx-chat-system.dubx-chat-system-updub { | |
color:white; | |
font-style:normal; | |
font-size:11px !important; | |
font-weight:normal; | |
padding-bottom:0 !important; | |
display: flex; | |
align-items: center; | |
} | |
} | |
@media screen and (min-height: 60em) and (min-width: 72em) { | |
#main-room {max-width:100%} | |
} | |
code { | |
font-family:Monaco, monospace; | |
} | |
.trc_rbox_header { | |
padding: 8px 10px !important; | |
background: #2f2f2f !important; | |
font-size: 12px !important; | |
text-transform: uppercase; | |
} | |
.trc_rbox_outer { | |
padding: 10px 10px 0; | |
} | |
.videoCube { | |
margin-bottom: 1% !important; | |
} | |
.trc_rbox_outer { | |
opacity:0.3; | |
transition:all 0.15s; | |
} | |
.trc_rbox_outer:hover { | |
opacity:1; | |
} | |
#taboola-browser-container { | |
display:none !important; | |
} | |
.backstretch-item { | |
background-image:url('https://api.dubtrack.fm/room/55ff124d4c828c03008bd507/image'); | |
background-size:cover; | |
} | |
.backstretch-item img { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment