jellyfin-web/dashboard-ui/css/nowplayingbar.css

257 lines
4.4 KiB
CSS
Raw Normal View History

2015-06-27 12:53:36 -07:00
/* Now playing bar */
.nowPlayingBar {
border-top: 1px solid #444;
text-align: center;
/*box-shadow: 0 0 8px rgba(255,255,255,.4);*/
}
2015-06-27 16:18:09 -07:00
.hiddenNowPlayingBar .nowPlayingBar {
2015-07-26 14:02:23 -07:00
display: none !important;
2015-06-27 16:18:09 -07:00
}
2015-06-27 12:53:36 -07:00
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
vertical-align: middle;
color: #e8e8e8;
margin: 0;
text-align: center;
}
2015-07-26 14:02:23 -07:00
.mediaButton iron-icon {
height: 40px;
width: 40px;
}
.mediaButton.remoteControlButton iron-icon, .mediaButton.muteButton iron-icon, .mediaButton.unmuteButton iron-icon {
height: 26px;
}
2015-06-27 12:53:36 -07:00
.nowPlayingDoubleText {
top: -3px;
}
.nowPlayingBarInfoContainer {
vertical-align: middle;
position: absolute;
left: 0;
bottom: 0;
}
.nowPlayingImage {
display: inline-block;
vertical-align: middle;
margin-right: 1em;
}
.nowPlayingImage img {
vertical-align: bottom;
}
.nowPlayingBar, .nowPlayingImage img {
2015-07-08 17:20:01 -07:00
height: 80px;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBarText {
display: inline-block;
font-weight: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
text-align: left;
2015-07-06 19:25:23 -07:00
font-size: 15px;
2015-06-27 12:53:36 -07:00
max-width: 130px;
}
2015-07-26 14:02:23 -07:00
.toggleRepeatButton iron-icon {
height: 32px;
}
.repeatActive {
color: #3367d6;
}
2015-06-27 12:53:36 -07:00
@media (min-width: 500px) {
.nowPlayingBarText {
max-width: 180px;
}
}
@media (min-width: 600px) {
.nowPlayingBarText {
max-width: 200px;
}
}
@media (min-width: 700px) {
.nowPlayingBarText {
max-width: 240px;
}
}
@media (min-width: 800px) {
.nowPlayingBarText {
max-width: 300px;
2015-06-27 16:18:09 -07:00
margin-right: 30px;
2015-06-27 12:53:36 -07:00
}
}
2015-06-27 16:18:09 -07:00
@media (min-width: 900px) {
2015-06-27 12:53:36 -07:00
.nowPlayingBarText {
2015-06-27 16:18:09 -07:00
max-width: 400px;
2015-06-27 12:53:36 -07:00
}
}
.nowPlayingBarCenter {
vertical-align: middle;
text-align: center;
2015-07-08 17:20:01 -07:00
margin-top: 12px;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBarPositionContainer {
position: absolute;
2015-07-08 17:20:01 -07:00
left: 80px;
2015-06-27 12:53:36 -07:00
top: 0;
right: 0;
z-index: 1;
}
2015-06-27 16:18:09 -07:00
.noMediaProgress .nowPlayingBarPositionContainer {
display: none;
}
2015-06-27 12:53:36 -07:00
.nowPlayingBarPositionSlider paper-progress {
2015-06-27 16:18:09 -07:00
height: 3px !important;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBarPositionSlider #sliderBar {
top: 0;
}
.nowPlayingBarPositionSlider #sliderContainer {
width: 100%;
margin-left: -15px;
}
.nowPlayingBarPositionSlider #sliderKnob {
2015-06-27 16:18:09 -07:00
top: -15px !important;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBarPositionSlider #progressContainer {
background-color: transparent !important;
}
.nowPlayingBarPositionSlider #sliderKnobInner {
2015-06-27 16:18:09 -07:00
width: 16px;
height: 16px;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBarRight {
position: absolute;
2015-07-08 17:20:01 -07:00
bottom: 12px;
2015-06-27 12:53:36 -07:00
right: 10px;
vertical-align: middle;
}
.mediaButton img {
height: 24px;
}
.nowPlayingBarCurrentTime {
vertical-align: middle;
font-weight: normal;
position: absolute;
2015-07-08 17:20:01 -07:00
bottom: 31px;
2015-06-27 12:53:36 -07:00
text-align: center;
display: inline-block;
margin: 0 auto;
padding-left: 50px;
}
.nowPlayingBarVolumeSlider {
margin-left: -1em;
}
.nowPlayingBarUserDataButtons {
display: inline-block;
margin-left: 2em;
margin-right: 2em;
}
2015-07-01 08:47:41 -07:00
@media all and (max-width: 1300px) {
2015-06-27 12:53:36 -07:00
.nowPlayingBarUserDataButtons {
display: none;
}
}
@media all and (max-width: 1000px) {
.nowPlayingBarVolumeSlider, .nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton {
display: none !important;
}
.nowPlayingBar .playlistButton {
display: none !important;
}
.nowPlayingBarRight {
2015-07-08 17:20:01 -07:00
bottom: 18px;
2015-06-27 12:53:36 -07:00
}
}
@media all and (max-width: 800px) {
.nowPlayingBarCurrentTime {
2015-07-01 08:47:41 -07:00
padding-left: 0;
bottom: 30px;
right: 130px;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBarCenter > *:not(.nowPlayingBarCurrentTime) {
display: none !important;
}
.nowPlayingBarRight {
2015-07-01 08:47:41 -07:00
bottom: 10px;
2015-06-27 12:53:36 -07:00
}
.nowPlayingBar, .nowPlayingImage img {
height: 70px;
}
.nowPlayingBarPositionContainer {
left: 70px;
}
.nowPlayingBarPositionSlider paper-progress {
height: 3px !important;
}
.nowPlayingBarPositionSlider #sliderKnob {
top: -15px !important;
}
2015-07-26 14:02:23 -07:00
.toggleRepeatButton {
display: none;
}
2015-06-27 12:53:36 -07:00
}
@media all and (min-width: 800px) {
.nowPlayingBarRight .pauseButton {
display: none;
}
.nowPlayingBarRight .unpauseButton {
display: none;
}
}
2015-07-01 08:47:41 -07:00
@media all and (max-width: 600px) {
.nowPlayingBarCurrentTime {
display: none;
}
}