m3u-radio-music-playlists/stuff/style.css

48 lines
627 B
CSS
Raw Normal View History

body {
background:#222;
2022-07-26 14:10:04 +00:00
color:#ccc;
}
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%);
}
audio {
width: 1000px;
}
.m3u-player--left, .m3u-player--right, .m3u-player--title {
font-size: 200%;
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;
}