Template:Audio/style.css: Difference between revisions

Content deleted Content added
mNo edit summary
m use border instead of shadow
 
(6 intermediate revisions by the same user not shown)
Line 1:
.audio-player {
height: 40px50px;
width: 100%;
max-width: 350px;
background: #444;
border-radius: 5px;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.67);
border: 1px solid #444;
font-family: arial;
color: white;
font-size: 0.75em1em;
overflow: hidden;
display: grid;
grid-template-rows: 6px auto;
}
.audio-pause {
height: 40px;
width: 40px;
background: #444;
box-shadow: 0 0 20px2px 0 rgba(0, 0, 0, 0.67);
font-family: arial;
color: white;
font-size: 1em;
overflow: hidden;
}
.audio-player .timeline {
Line 205 ⟶ 216:
padding: 0 4px;
line-height: normal;
}
 
.audio-player .controls .name a {
color: inherit;
}