summaryrefslogtreecommitdiff
path: root/libs/music/player.d/styles.css
blob: 24de2aa12e4b98f19df3b22a3c6e7333e3d3ac38 (plain) (blame)
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
#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% - 8.4em);top:0;z-index:-1;}
@media (max-width:768px)
{
	div#cvsdiv{width:calc(100% - 1.5em);}
}
ul#plists
{
	list-style-type:none;
}