2022-07-26 14:05:23 +00:00
|
|
|
body {
|
|
|
|
background:#222;
|
2022-07-26 14:10:04 +00:00
|
|
|
color:#ccc;
|
2022-07-26 14:05:23 +00:00
|
|
|
}
|
2022-08-04 23:08:34 +00:00
|
|
|
|
2022-07-31 21:59:38 +00:00
|
|
|
.container{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2022-07-26 14:05:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
audio {
|
2022-08-04 23:08:34 +00:00
|
|
|
width: 1000px;
|
2022-07-31 22:04:07 +00:00
|
|
|
}
|
2022-08-02 21:28:14 +00:00
|
|
|
|
|
|
|
.m3u-player--left, .m3u-player--right, .m3u-player--title {
|
|
|
|
font-size: 200%;
|
2022-08-04 23:08:34 +00:00
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m3u-player--left, .m3u-player--right {
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
top: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m3u-player--left {
|
|
|
|
margin-left: auto;
|
|
|
|
left: -44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m3u-player--right {
|
|
|
|
margin-right: auto;
|
|
|
|
right: -44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m3u-player--title {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
width: 40px;
|
2022-08-02 21:28:14 +00:00
|
|
|
}
|