4 .audio-spectrogram > img {
11 background: rgba
(134, 212, 177, 0.3);
12 border-right: thin solid
#ffaa00;
14 -webkit-transition: width
.1s ease-out
;
15 -moz-transition: width
.1s ease-out
;
16 transition: width
.1s ease-out
;
18 .audio-control-play-pause {
23 /* background: rgba(0, 0, 0, 0.7); */
26 text-shadow: 0 0 10px black
;
28 .audio-control-play-pause.playing {
30 letter-spacing: -17px;
33 .audio-control-play-pause.paused {
34 /* Warning: this means the the play button shows! */
35 color: rgb
(134, 212, 177);
38 .buffered-indicators {
44 .buffered-indicators div {
48 background: rgba
(134, 177, 212, 1);
50 -webkit-transition: left
1s ease-out
;
51 -moz-transition: left
1s ease-out
;
52 transition: left
1s ease-out
;
54 -webkit-transition: width
1s ease-out
;
55 -moz-transition: width
1s ease-out
;
56 transition: width
1s ease-out
;
73 background: rgba
(0, 0, 0, 0.7);
81 -moz-transition: opacity
.1s ease-in-out
;
82 -webkit-transition: opacity
.1s ease-in-out
;
83 transition: opacity
.1s ease-in-out
;
85 .audio-spectrogram:hover .audio-volume {