/*! Main CSS file */ header .intro-text { padding-top: 100px; padding-bottom: 50px; } #room_users { margin-top: 10px; border-top: 1px solid #cecece; padding-top: 10px; } .vertical-alignment-helper { display:table; height: 100%; width: 100%; pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */ } .vertical-align-center { /* To center vertically */ display: table-cell; vertical-align: middle; pointer-events:none; } .modal-content { /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */ width:inherit; height:inherit; /* To center horizontally */ margin: 0 auto; pointer-events: all; } /* ========== Audio ============ */ .scrollable-list { overflow: scroll; height: 250px; border-top:1px solid #cecece; border-bottom:1px solid #cecece; } ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, .5); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); } div#player{ width: 100%; color: #555555; font-family: 'PT Sans', sans-serif; font-weight: 700; font-size: 12px; } #song-information{ text-align: left; margin: 0 0 10px; } #controls{ right: left; } #amplitude-volume-slider{ width: 80%; margin: 0 auto; line-height:14px; } #amplitude-play-pause{ width: 30px; height: 34px; margin: -40px 5px 0 0; cursor: pointer; float: right; background-color:red; } #amplitude-current-time{ font-family: 'PT Sans', sans-serif; font-size: 14px; font-weight: 400; } .amplitude-paused:before;{ content:"\20ac"; font-family:"Glyphicons Halflings"; line-height:1; margin:10px; display:inline-block; } .amplitude-paused{ content:"\20ac"; font-family:"Glyphicons Halflings"; background-image: url('../img/small-gray-play.png'); background-repeat: no-repeat; } .amplitude-playing{ background-image: url('../img/small-gray-pause.png'); background-repeat: no-repeat; } #amplitude-now-playing-name{ } #amplitude-now-playing-listeners{ } #amplitude-now-playing-bitrate{ }