mami/src/mami.css/sound/sndtest.css

81 lines
1.3 KiB
CSS

.sndtest {
color: #000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #000;
}
.sndtest button {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.sndtest-view {
margin: 2px;
display: flex;
}
.sndtest-view button {
flex-grow: 1;
flex-shrink: 1;
background: #f55;
color: #fff;
border: 0;
border-radius: 0;
border-bottom: #f00;
padding: 10px;
}
.sndtest-controls {
display: flex;
gap: 10px;
margin: 10px;
overflow: auto;
}
.sndtest-library {
display: flex;
flex-wrap: wrap;
gap: 2px;
margin: 10px;
}
.sndtest-library button {
border: 1px solid #222;
border-radius: 0;
background: #111;
color: #fff;
padding: 4px;
}
.sndtest-playing {
display: flex;
flex-direction: column-reverse;
gap: 2px;
margin: 10px;
}
.sndtest-player {
display: flex;
background: #111;
border: 1px solid #222;
padding: 4px;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.sndtest-player button {
border: 1px solid #333;
border-radius: 0;
background: #222;
color: #fff;
padding: 4px;
}
.sndtest-player-details {
min-width: 500px;
}
.sndtest-player-title {
font-size: 1.4em;
line-height: 1.5em;
}