blob: 354fd453989dd5d22b9abc7102232970ae572281 (
plain) (
tree)
|
|
#playlist{
margin:0;
padding:1.25em;
display:block;
font-size:100%;
transition:opacity 0.5s;
overflow-y:auto;
height:90vh;
list-style-type:none;
}
#overlay{
top:0;
left:0;
width:100%;
height:100%;
position:fixed;
z-index:99999999;
background-color:rgba(0,0,0,0.4);
color:#FFF;
}
#overlaytext{
position:absolute;
left:50%;
top:50%;
transform:translateXY(-50%,-50%);
}
.switches{text-align:center;width:100%;padding:0.25em 0 0.25em 0;}
.centered-audio{text-align:center;width:100%;}
canvas#cvs{width:100%;height:100%;}
a.listitem{padding-left:160px !important;margin-left:-160px;}
div#cvsdiv{
position: absolute;
width: calc(100% - 16.5em);
height: calc(100% - 9.6em);
top: 0;
z-index: -1;
}
@media (max-width:768px)
{
div#cvsdiv{width:calc(100% - 1.5em);}
}
ul#plists
{
list-style-type:none;
}
|