2019-12-04 22:53:49 +00:00
|
|
|
|
#PlayerControlContainer {
|
2019-12-24 01:07:07 +00:00
|
|
|
|
background-color: #303030;
|
2019-12-04 22:53:49 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Label {
|
|
|
|
|
color: white;
|
2019-12-02 04:20:55 +00:00
|
|
|
|
text-align: left;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-04 22:53:49 +00:00
|
|
|
|
#MediaInfoContainer {
|
|
|
|
|
width: 150;
|
|
|
|
|
margin-top: 10;
|
|
|
|
|
margin-bottom: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#MediaInfoContainer label {
|
|
|
|
|
margin-left: 20;
|
|
|
|
|
}
|
2019-12-07 18:47:45 +00:00
|
|
|
|
|
2019-12-04 22:53:49 +00:00
|
|
|
|
#AlbumArtBoxView {
|
|
|
|
|
background-color: black;
|
|
|
|
|
width: 80;
|
2019-12-02 04:20:55 +00:00
|
|
|
|
}
|
2019-12-03 23:51:16 +00:00
|
|
|
|
|
2019-12-07 18:47:45 +00:00
|
|
|
|
.PlayButton {
|
|
|
|
|
width: 40;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DirectionButton {
|
|
|
|
|
width: 30;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.LibraryButton {
|
|
|
|
|
width: 25;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-03 23:51:16 +00:00
|
|
|
|
ImageButton {
|
|
|
|
|
margin-top: 10;
|
2019-12-07 18:47:45 +00:00
|
|
|
|
margin-left: 15;
|
|
|
|
|
margin-right: 15;
|
2019-12-03 23:51:16 +00:00
|
|
|
|
margin-bottom: 10;
|
|
|
|
|
}
|