|
@@ -1,9 +1,5 @@
|
|
|
/* @override http://macs.local/david/wp-content/themes/dw/css/player.css */
|
|
|
|
|
|
-div#player-container{
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
div#player{
|
|
|
width: 100%;
|
|
|
color: #555555;
|
|
@@ -18,39 +14,36 @@ div#player{
|
|
|
#controls{
|
|
|
float: left;
|
|
|
}
|
|
|
+#amplitude-volume-slider{
|
|
|
+ width: 90%;
|
|
|
+ float: right;
|
|
|
+}
|
|
|
#amplitude-play-pause{
|
|
|
- width: 15px;
|
|
|
- height: 17px;
|
|
|
- margin: 0 5px 0 0;
|
|
|
- cursor: pointer;
|
|
|
- float: right;
|
|
|
+ width: 15px;
|
|
|
+ height: 17px;
|
|
|
+ margin: 0 5px 0 0;
|
|
|
+ cursor: pointer;
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+#amplitude-current-time{
|
|
|
+ font-family: 'PT Sans', sans-serif;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
.amplitude-paused{
|
|
|
- background-image: url('../img/small-gray-play.png');
|
|
|
- background-repeat: no-repeat;
|
|
|
+ background-image: url('../img/small-gray-play.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
.amplitude-playing{
|
|
|
- background-image: url('../img/small-gray-pause.png');
|
|
|
- background-repeat: no-repeat;
|
|
|
-}
|
|
|
-#amplitude-volume-slider{
|
|
|
- width: 80%;
|
|
|
- float: right;
|
|
|
+ background-image: url('../img/small-gray-pause.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
#amplitude-now-playing-name{
|
|
|
- font-size: 10px;
|
|
|
- margin: -20px 0 0;
|
|
|
- float: right;
|
|
|
- width: 60%;
|
|
|
+
|
|
|
}
|
|
|
#amplitude-now-playing-listeners{
|
|
|
- width: 30%;
|
|
|
+
|
|
|
}
|
|
|
#amplitude-now-playing-bitrate{
|
|
|
- width: 30%;
|
|
|
-}
|
|
|
-#amplitude-current-time{
|
|
|
- font-family: 'PT Sans', sans-serif;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
+
|
|
|
}
|