summaryrefslogtreecommitdiff
path: root/libs/music/player.d/styles.css
blob: bc4055c45f8bd845c94697d2ae28747c3f7acf03 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#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%);
}
#notes{
	bottom:0;
	right:0;
	position:absolute;
	width:min(80%,480px);
	height:min(80%,300px);
	z-index:9;
	background-color:rgba(0,0,0,0.6);
	transition:opacity 0.3s;
	opacity:0;
	color:#FFF;
	margin:1em;
	padding:1em;
}
#ntext{
	overflow:auto scroll;
	height:calc(100% - 1em);
	white-space:pre-wrap;
}
.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;
}