You are here

osmplayer_stretchy.css in MediaFront 7.2

/* base styles */

.minplayer-stretchy {
  position: relative;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.player-ui .minplayer-stretchy-error {
  display:none;
  color: #eee;
  position: absolute;
  top: 80%;
  left: 50%;
  width: 320px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 -160px;
  text-align: center;
  vertical-align: center;
  border: none;
  z-index: 200;
  opacity: 0.9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgba(23, 35, 34, 0.9);
  box-shadow: 2px 2px 4px #000;
  -webkit-box-shadow: 2px 2px 4px #000;
  -moz-box-shadow: 2px 2px 4px #000;
}

.player-ui.controller-only .minplayer-stretchy-error {
  display:none !important;
}

.player-ui .minplayer-stretchy-display {
  width:100%;
  height:100%;
}

.player-ui .minplayer-stretchy-display video {
  width: 100%;
  height: auto;
}

.player-ui .minplayer-stretchy-preview {
  width:100%;
  height:100%;
  position:absolute;
  z-index:1;
}

.player-ui .minplayer-stretchy-loader-wrapper {
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";
}

.player-ui.controller-only .minplayer-stretchy-loader-wrapper {
  display:none !important;
}

.player-ui.nomedia .minplayer-stretchy-controls, .player-ui.nomedia .minplayer-stretchy-big-play, .player-ui.nomedia .minplayer-stretchy-loader {
  display:none;
}

.player-ui .minplayer-stretchy-loader {
  width:42px;
  height:10px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -21px;
  text-align:center;
  vertical-align:center;
  background: url(images/loader.gif) no-repeat;
}

/* Big play button */
.player-ui .minplayer-stretchy-big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  text-align: center;
  vertical-align: center;
  cursor: pointer !important;
  border: none;
  opacity: 0.9;
  z-index:3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgba(23, 35, 34, 0.746094);
  box-shadow: 2px 2px 4px #000;
  -webkit-box-shadow: 2px 2px 4px #000;
  -moz-box-shadow: 2px 2px 4px #000;
}

.player-ui .minplayer-stretchy-big-play span {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  margin-top: 25%;
  margin-left:25%;
  border-left: 40px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.player-ui .minplayer-stretchy.fullscreen, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-display, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index:1000;
  width: 100% !important;
  height: 100% !important;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-play-loader {
  z-index:1001;
}

.player-ui.controller-only .minplayer-stretchy-play-loader {
  display:none !important;
}

.player-ui .minplayer-stretchy-controls {
  position: absolute;
  display: block;
  z-index:3;
  bottom:0px;
  left:0px;
  right:0px;
  height:30px;
}

.player-ui.controller-only {
  height: 32px !important;
}

.player-ui .minplayer-stretchy-controls-left {
  float:left;
  width:29px;
  margin: 3px;
  border-right:1px solid #888;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls-left {
  width:40px;
  border:none;
}

.player-ui .minplayer-stretchy-controls-right {
  float:right;
  width:120px;
  margin: 3px;
}

.player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-controls-right {
  width: 200px;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls-right {
  width:110px;
}

.player-ui .minplayer-stretchy-controls-mid {
  position:absolute;
  left:40px;
  right:130px;
  height:30px;
  margin: 3px;
}

.player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-controls-mid {
  right: 210px;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls-mid {
  left:50px;
}

.player-ui .minplayer-stretchy-play, .minplayer-stretchy-volume, .player-ui .minplayer-stretchy-timer, .player-ui .minplayer-stretchy-mute, .player-ui .minplayer-stretchy-unmute {
  float: left;
}

.player-ui .minplayer-stretchy-play, .minplayer-stretchy-fullscreen, .minplayer-stretchy-mute, .minplayer-stretchy-unmute {
  cursor: pointer;
}

.player-ui .minplayer-stretchy-timer {
  cursor: stretchy;
}

/* play, pause */
.player-ui .minplayer-stretchy-button {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.7;
  -moz-transition: all 0.2s ease-in-out; /* Firefox */
  -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.2s ease-in-out;  /* Opera */
  transition: all 0.2s ease-in-out;
}

.player-ui .minplayer-stretchy-button:hover {
  opacity: 1;
}

.player-ui .minplayer-stretchy-button span {
  margin: 4px 0 0 4px;
  margin-top: 3px\9;
}

.player-ui .minplayer-stretchy-button span.ui-icon-pause {
  margin-left: 3px;
}

.player-ui .minplayer-stretchy-pause {
  display:none;
}

/* seek */
.player-ui .minplayer-stretchy-seek {
  position:relative;
  height: 10px;
  margin-top: 7px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  background: #535353;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));
  box-shadow: inset 0 -3px 3px #333333;
}

.player-ui .minplayer-stretchy-seek .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  z-index:20;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
  box-shadow: inset 0 -3px 3px #d5d5d5;
}

.player-ui .minplayer-stretchy-seek .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.player-ui .minplayer-stretchy-seek .ui-slider-range {
  position: absolute;
  height: 10px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  z-index:10px;
  border-radius:15px;
}

.player-ui .minplayer-stretchy-progress {
  position: absolute;
  width:0px;
  height:10px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  z-index:8px;
  border-radius:15px;
  border: 0 !important;
}

/* timer */
.player-ui .minplayer-stretchy-timer {
  position:relative;
  height: 22px;
  float:left;
  padding-right:6px;
  font-size: 16px;
  font-weight: bold;
  border-right:1px solid #888;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-timer {
  border:none;
}

/* volume */
.player-ui .minplayer-stretchy-volume {
  height: 26px;
  -moz-transition: all 0.1s ease-in-out; /* Firefox */
  -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.2s ease-in-out;  /* Opera */
  transition: all 0.1s ease-in-out;
}

.player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume {
  position: absolute;
  right:38px;
  bottom:1px;
  overflow: hidden;
  width: 26px;
}

.player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-volume {
  position: relative;
  width: 126px;
  margin-left: 5px;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-volume {
  right:44px;
  bottom:12px;
}

.player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume:hover {
  height: 133px;
  height: 130px\9;
}


.player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume:hover .minplayer-stretchy-volume-slider {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
}

.player-ui .minplayer-stretchy-volume-slider {
  position: relative;
  border: 1px solid #444;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-transition: all 0.1s ease-in-out; /* Firefox */
  -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.1s ease-in-out;  /* Opera */
  transition: all 0.1s ease-in-out;
}

.player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume-slider {
  height: 100px;
  width: 7px;
  left: 8px;
  visiblity: hidden;
  display: none;
  opacity: 0;
}
.player-ui.controller-only .minplayer-controls-volume-horizontal .minplayer-stretchy-volume-slider {
  height: 7px;
  width: 105px;
  top: 8px;
  left: 34px !important;
}

.player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-volume-slider {
  height: 7px;
  width: 78px;
  top: 8px;
  left: 34px;
}

.player-ui .minplayer-stretchy-volume-slider .ui-slider-handle {
  position: absolute;
  z-index: 20;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
  box-shadow: inset 0 3px 3px #d5d5d5;
}

.player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-volume-slider .ui-slider-handle {
  margin-top:1px;
}

.player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume-slider .ui-slider-handle {
  left: -4px;
  margin-bottom:-0.6em;
  margin-left:0;
}

.player-ui .minplayer-stretchy-volume-slider .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.player-ui .minplayer-stretchy-volume-slider .ui-slider-range {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
}

/* volume button */
.player-ui .minplayer-stretchy-volume-mute, .player-ui .minplayer-stretchy-volume-unmute {
  position: absolute;
  bottom: 0px;
}

.player-ui .minplayer-stretchy-volume-unmute {
  display: none;
}

.player-ui.controller-only .minplayer-stretchy-fullscreen {
  display: none !important;
}

/* Fullscreen button */
.player-ui .minplayer-stretchy-fullscreen {
  position: absolute;
  right:6px;
  bottom:7px;
  width: 22px;
  height: 14px;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-fullscreen {
  right:14px;
  bottom:16px;
}

.player-ui .minplayer-stretchy-fullscreen-inner, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-fullscreen:hover .minplayer-stretchy-fullscreen-inner {
  position:absolute;
  bottom:0;
  width:16px;
  height:8px;
  -moz-transition: all 0.1s ease-in-out; /* Firefox */
  -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.1s ease-in-out;  /* Opera */
  transition: all 0.1s ease-in-out;
}

.player-ui .minplayer-stretchy-fullscreen:hover .minplayer-stretchy-fullscreen-inner, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-fullscreen-inner {
  width:20px;
  height:12px;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls {
  position: absolute;
  z-index:1002;
  width:500px;
  left: 50%;
  bottom:10px;
  margin: 0 0 0 -260px;
  padding: 10px;
  border: 1px solid #2E2E2E;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
  border-radius: 5px; /* Opera 10.5, IE 9 */
  -moz-transition: all 0.1s ease-in-out; /* Firefox */
  -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.1s ease-in-out;  /* Opera */
  transition: all 0.1s ease-in-out;
}

.player-ui .minplayer-stretchy-logo {
  z-index: 200;
  line-height: 0px;
  position: absolute;
  bottom: 3px;
  left: 3px;
}

.player-ui.controller-only .minplayer-stretchy-logo {
  display: none !important;
}

.player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-logo {
  z-index: 1002;
}

.with-controller .minplayer-stretchy-logo {
  bottom: 34px;
}

.player-ui .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }


/** OSM Player Styles **/
.osmplayer-stretchy {
  position: relative;
  padding-bottom: 56.25%; /*16:9 Aspect Ratio*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.osmplayer-stretchy.controller-only {
  padding-bottom: 0;
}

.minplayer-stretchy {
  position: absolute;
  top: 0px;
  right: 0px !important;
  bottom: 0px;
  left: 0px;
}

.player-ui .osmplayer-stretchy-playlist {
  position: absolute;
  width: 160px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index:999;
  }

.player-ui .osmplayer-stretchy-playlist.playlist-only {
  width: 100%;
  height: 100%;
}

.player-ui .playlist-horizontal {
  width: 100%;
  height: 160px;
  top: inherit;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.player-ui .osmplayer-stretchy-hide-show-playlist {
  position: absolute;
  z-index:9999;
  top: 50%;
  left: -16px;
  width: 16px;
  height: 40px;
  margin: -20px 0 0 0;
  text-align: center;
  vertical-align: center;
  opacity: 0.5;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-hide-show-playlist {
  top: inherit;
  left: 50%;
  bottom: 191px; /* Playlist height + control bar. */
  width: 40px;
  height: 16px;
  margin: 0 0 0 -20px;
}

.player-ui .osmplayer-stretchy-hide-show-playlist span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-hide-show-playlist span {
  top: inherit;
  left: 50%;
  margin-top: 0px;
  margin-left: -8px;
}

.player-ui .osmplayer-stretchy-playlist-scroll {
  position: absolute;
  overflow: hidden;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 32px;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-playlist-scroll {
  bottom: 30px;
}

.player-ui .osmplayer-stretchy-playlist-scrollbar {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0px;
  right: 0px;
  z-index: 20;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.player-ui .playlist-vertical .osmplayer-stretchy-playlist-scrollbar {
  top: 0px;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-playlist-scrollbar {
  width: 100%;
  height: 10px;
  bottom: 0px;
}

.player-ui .osmplayer-stretchy-playlist-scrollbar .ui-slider-handle {
  width: 8px;
  height: 15px;
  border: 1px solid #333;
  right: 0;
  left: 0;
  margin: 0;
  z-index:20px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
  box-shadow: inset 0 -3px 3px #d5d5d5;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-playlist-scrollbar .ui-slider-handle {
  width: 15px;
  height: 8px;
  top: 0px;
  bottom: 0px;
  right: inherit;
  left: inherit;
}

.player-ui .osmplayer-stretchy-playlist-scrollbar .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.player-ui .osmplayer-stretchy-playlist-list {
  margin: 2px 2px 2px 2px;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-playlist-list {
  position: absolute;
  margin: 1px 2px 1px 2px;
  top: 0px;
  bottom: 0px;
}

.player-ui .osmplayer-stretchy-teaser {
  margin:1px 0 1px 0;
  cursor:pointer;
  padding: 0;
}

.player-ui .playlist-horizontal .osmplayer-stretchy-teaser {
  width: 160px;
  height: 100%;
  float: left;
}

.player-ui .osmplayer-stretchy-teaser-image {
  width: 100%;
  height: 80px;
  margin: auto;
}

.player-ui .osmplayer-stretchy-teaser-info {
  z-index: 20;
  font-size: 12px;
  margin-top: 2px;
  padding: 4px;
}

.player-ui .osmplayer-stretchy-playlist-pager {
  position: absolute;
  display: block;
  z-index:3;
  bottom:0px;
  left:0px;
  right:0px;
  height:30px;
}

.player-ui .osmplayer-stretchy-playlist-pager-link {
  float:left;
}

.player-ui .osmplayer-stretchy-playlist-pager-left {
  float:left;
  margin: 3px;
}

.player-ui .osmplayer-stretchy-playlist-pager-right {
  float:right;
  margin: 3px;
}

File

players/osmplayer/player/templates/stretchy/css/osmplayer_stretchy.css
View source
  1. /* base styles */
  2. .minplayer-stretchy {
  3. position: relative;
  4. font-family:"Trebuchet MS", Helvetica, sans-serif;
  5. }
  6. .player-ui .minplayer-stretchy-error {
  7. display:none;
  8. color: #eee;
  9. position: absolute;
  10. top: 80%;
  11. left: 50%;
  12. width: 320px;
  13. height: 40px;
  14. line-height: 40px;
  15. margin: -20px 0 0 -160px;
  16. text-align: center;
  17. vertical-align: center;
  18. border: none;
  19. z-index: 200;
  20. opacity: 0.9;
  21. border-radius: 10px;
  22. -webkit-border-radius: 10px;
  23. -moz-border-radius: 10px;
  24. background: rgba(23, 35, 34, 0.9);
  25. box-shadow: 2px 2px 4px #000;
  26. -webkit-box-shadow: 2px 2px 4px #000;
  27. -moz-box-shadow: 2px 2px 4px #000;
  28. }
  29. .player-ui.controller-only .minplayer-stretchy-error {
  30. display:none !important;
  31. }
  32. .player-ui .minplayer-stretchy-display {
  33. width:100%;
  34. height:100%;
  35. }
  36. .player-ui .minplayer-stretchy-display video {
  37. width: 100%;
  38. height: auto;
  39. }
  40. .player-ui .minplayer-stretchy-preview {
  41. width:100%;
  42. height:100%;
  43. position:absolute;
  44. z-index:1;
  45. }
  46. .player-ui .minplayer-stretchy-loader-wrapper {
  47. width:100%;
  48. height:100%;
  49. position:absolute;
  50. z-index:2;
  51. background: rgb(0, 0, 0);
  52. background: rgba(0, 0, 0, 0.3);
  53. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
  54. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";
  55. }
  56. .player-ui.controller-only .minplayer-stretchy-loader-wrapper {
  57. display:none !important;
  58. }
  59. .player-ui.nomedia .minplayer-stretchy-controls, .player-ui.nomedia .minplayer-stretchy-big-play, .player-ui.nomedia .minplayer-stretchy-loader {
  60. display:none;
  61. }
  62. .player-ui .minplayer-stretchy-loader {
  63. width:42px;
  64. height:10px;
  65. position: absolute;
  66. z-index: 4;
  67. top: 50%;
  68. left: 50%;
  69. margin: -5px 0 0 -21px;
  70. text-align:center;
  71. vertical-align:center;
  72. background: url(images/loader.gif) no-repeat;
  73. }
  74. /* Big play button */
  75. .player-ui .minplayer-stretchy-big-play {
  76. position: absolute;
  77. top: 50%;
  78. left: 50%;
  79. width: 80px;
  80. height: 80px;
  81. margin: -40px 0 0 -40px;
  82. text-align: center;
  83. vertical-align: center;
  84. cursor: pointer !important;
  85. border: none;
  86. opacity: 0.9;
  87. z-index:3;
  88. border-radius: 10px;
  89. -webkit-border-radius: 10px;
  90. -moz-border-radius: 10px;
  91. background: rgba(23, 35, 34, 0.746094);
  92. box-shadow: 2px 2px 4px #000;
  93. -webkit-box-shadow: 2px 2px 4px #000;
  94. -moz-box-shadow: 2px 2px 4px #000;
  95. }
  96. .player-ui .minplayer-stretchy-big-play span {
  97. display: block;
  98. font-size: 0;
  99. line-height: 0;
  100. width: 0;
  101. height: 0;
  102. margin-top: 25%;
  103. margin-left:25%;
  104. border-left: 40px solid white;
  105. border-top: 20px solid transparent;
  106. border-bottom: 20px solid transparent;
  107. }
  108. .player-ui .minplayer-stretchy.fullscreen, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-display, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-loader-wrapper {
  109. position: fixed;
  110. left: 0;
  111. top: 0;
  112. right: 0;
  113. bottom: 0;
  114. overflow: hidden;
  115. z-index:1000;
  116. width: 100% !important;
  117. height: 100% !important;
  118. }
  119. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-play-loader {
  120. z-index:1001;
  121. }
  122. .player-ui.controller-only .minplayer-stretchy-play-loader {
  123. display:none !important;
  124. }
  125. .player-ui .minplayer-stretchy-controls {
  126. position: absolute;
  127. display: block;
  128. z-index:3;
  129. bottom:0px;
  130. left:0px;
  131. right:0px;
  132. height:30px;
  133. }
  134. .player-ui.controller-only {
  135. height: 32px !important;
  136. }
  137. .player-ui .minplayer-stretchy-controls-left {
  138. float:left;
  139. width:29px;
  140. margin: 3px;
  141. border-right:1px solid #888;
  142. }
  143. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls-left {
  144. width:40px;
  145. border:none;
  146. }
  147. .player-ui .minplayer-stretchy-controls-right {
  148. float:right;
  149. width:120px;
  150. margin: 3px;
  151. }
  152. .player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-controls-right {
  153. width: 200px;
  154. }
  155. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls-right {
  156. width:110px;
  157. }
  158. .player-ui .minplayer-stretchy-controls-mid {
  159. position:absolute;
  160. left:40px;
  161. right:130px;
  162. height:30px;
  163. margin: 3px;
  164. }
  165. .player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-controls-mid {
  166. right: 210px;
  167. }
  168. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls-mid {
  169. left:50px;
  170. }
  171. .player-ui .minplayer-stretchy-play, .minplayer-stretchy-volume, .player-ui .minplayer-stretchy-timer, .player-ui .minplayer-stretchy-mute, .player-ui .minplayer-stretchy-unmute {
  172. float: left;
  173. }
  174. .player-ui .minplayer-stretchy-play, .minplayer-stretchy-fullscreen, .minplayer-stretchy-mute, .minplayer-stretchy-unmute {
  175. cursor: pointer;
  176. }
  177. .player-ui .minplayer-stretchy-timer {
  178. cursor: stretchy;
  179. }
  180. /* play, pause */
  181. .player-ui .minplayer-stretchy-button {
  182. display: block;
  183. width: 24px;
  184. height: 24px;
  185. opacity: 0.7;
  186. -moz-transition: all 0.2s ease-in-out; /* Firefox */
  187. -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
  188. -o-transition: all 0.2s ease-in-out; /* Opera */
  189. transition: all 0.2s ease-in-out;
  190. }
  191. .player-ui .minplayer-stretchy-button:hover {
  192. opacity: 1;
  193. }
  194. .player-ui .minplayer-stretchy-button span {
  195. margin: 4px 0 0 4px;
  196. margin-top: 3px\9;
  197. }
  198. .player-ui .minplayer-stretchy-button span.ui-icon-pause {
  199. margin-left: 3px;
  200. }
  201. .player-ui .minplayer-stretchy-pause {
  202. display:none;
  203. }
  204. /* seek */
  205. .player-ui .minplayer-stretchy-seek {
  206. position:relative;
  207. height: 10px;
  208. margin-top: 7px;
  209. -moz-border-radius:4px;
  210. -webkit-border-radius:4px;
  211. border-radius:4px;
  212. background: #535353;
  213. background-image: -moz-linear-gradient(top, #535353, #333333);
  214. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));
  215. box-shadow: inset 0 -3px 3px #333333;
  216. }
  217. .player-ui .minplayer-stretchy-seek .ui-slider-handle {
  218. position: absolute;
  219. width: 16px;
  220. height: 16px;
  221. border: 1px solid #333;
  222. z-index:20;
  223. -moz-border-radius:10px;
  224. -webkit-border-radius:10px;
  225. border-radius:10px;
  226. background: #e6e6e6;
  227. background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  228. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
  229. box-shadow: inset 0 -3px 3px #d5d5d5;
  230. }
  231. .player-ui .minplayer-stretchy-seek .ui-slider-handle.ui-state-hover {
  232. background: #fff;
  233. }
  234. .player-ui .minplayer-stretchy-seek .ui-slider-range {
  235. position: absolute;
  236. height: 10px;
  237. -moz-border-radius:15px;
  238. -webkit-border-radius:15px;
  239. z-index:10px;
  240. border-radius:15px;
  241. }
  242. .player-ui .minplayer-stretchy-progress {
  243. position: absolute;
  244. width:0px;
  245. height:10px;
  246. -moz-border-radius:15px;
  247. -webkit-border-radius:15px;
  248. z-index:8px;
  249. border-radius:15px;
  250. border: 0 !important;
  251. }
  252. /* timer */
  253. .player-ui .minplayer-stretchy-timer {
  254. position:relative;
  255. height: 22px;
  256. float:left;
  257. padding-right:6px;
  258. font-size: 16px;
  259. font-weight: bold;
  260. border-right:1px solid #888;
  261. }
  262. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-timer {
  263. border:none;
  264. }
  265. /* volume */
  266. .player-ui .minplayer-stretchy-volume {
  267. height: 26px;
  268. -moz-transition: all 0.1s ease-in-out; /* Firefox */
  269. -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  270. -o-transition: all 0.2s ease-in-out; /* Opera */
  271. transition: all 0.1s ease-in-out;
  272. }
  273. .player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume {
  274. position: absolute;
  275. right:38px;
  276. bottom:1px;
  277. overflow: hidden;
  278. width: 26px;
  279. }
  280. .player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-volume {
  281. position: relative;
  282. width: 126px;
  283. margin-left: 5px;
  284. }
  285. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-volume {
  286. right:44px;
  287. bottom:12px;
  288. }
  289. .player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume:hover {
  290. height: 133px;
  291. height: 130px\9;
  292. }
  293. .player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume:hover .minplayer-stretchy-volume-slider {
  294. position: relative;
  295. display: block;
  296. visibility: visible;
  297. opacity: 1;
  298. }
  299. .player-ui .minplayer-stretchy-volume-slider {
  300. position: relative;
  301. border: 1px solid #444;
  302. -moz-border-radius:15px;
  303. -webkit-border-radius:15px;
  304. border-radius:15px;
  305. -moz-transition: all 0.1s ease-in-out; /* Firefox */
  306. -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  307. -o-transition: all 0.1s ease-in-out; /* Opera */
  308. transition: all 0.1s ease-in-out;
  309. }
  310. .player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume-slider {
  311. height: 100px;
  312. width: 7px;
  313. left: 8px;
  314. visiblity: hidden;
  315. display: none;
  316. opacity: 0;
  317. }
  318. .player-ui.controller-only .minplayer-controls-volume-horizontal .minplayer-stretchy-volume-slider {
  319. height: 7px;
  320. width: 105px;
  321. top: 8px;
  322. left: 34px !important;
  323. }
  324. .player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-volume-slider {
  325. height: 7px;
  326. width: 78px;
  327. top: 8px;
  328. left: 34px;
  329. }
  330. .player-ui .minplayer-stretchy-volume-slider .ui-slider-handle {
  331. position: absolute;
  332. z-index: 20;
  333. width: 12px;
  334. height: 12px;
  335. border: 1px solid #333;
  336. -moz-border-radius:10px;
  337. -webkit-border-radius:10px;
  338. border-radius:10px;
  339. background: #e6e6e6;
  340. background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  341. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
  342. box-shadow: inset 0 3px 3px #d5d5d5;
  343. }
  344. .player-ui .minplayer-controls-volume-horizontal .minplayer-stretchy-volume-slider .ui-slider-handle {
  345. margin-top:1px;
  346. }
  347. .player-ui .minplayer-controls-volume-vertical .minplayer-stretchy-volume-slider .ui-slider-handle {
  348. left: -4px;
  349. margin-bottom:-0.6em;
  350. margin-left:0;
  351. }
  352. .player-ui .minplayer-stretchy-volume-slider .ui-slider-handle.ui-state-hover {
  353. background: #fff;
  354. }
  355. .player-ui .minplayer-stretchy-volume-slider .ui-slider-range {
  356. position: absolute;
  357. bottom: 0;
  358. left: 0;
  359. width: 100%;
  360. z-index: 1;
  361. -moz-border-radius:15px;
  362. -webkit-border-radius:15px;
  363. border-radius:15px;
  364. }
  365. /* volume button */
  366. .player-ui .minplayer-stretchy-volume-mute, .player-ui .minplayer-stretchy-volume-unmute {
  367. position: absolute;
  368. bottom: 0px;
  369. }
  370. .player-ui .minplayer-stretchy-volume-unmute {
  371. display: none;
  372. }
  373. .player-ui.controller-only .minplayer-stretchy-fullscreen {
  374. display: none !important;
  375. }
  376. /* Fullscreen button */
  377. .player-ui .minplayer-stretchy-fullscreen {
  378. position: absolute;
  379. right:6px;
  380. bottom:7px;
  381. width: 22px;
  382. height: 14px;
  383. }
  384. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-fullscreen {
  385. right:14px;
  386. bottom:16px;
  387. }
  388. .player-ui .minplayer-stretchy-fullscreen-inner, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-fullscreen:hover .minplayer-stretchy-fullscreen-inner {
  389. position:absolute;
  390. bottom:0;
  391. width:16px;
  392. height:8px;
  393. -moz-transition: all 0.1s ease-in-out; /* Firefox */
  394. -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  395. -o-transition: all 0.1s ease-in-out; /* Opera */
  396. transition: all 0.1s ease-in-out;
  397. }
  398. .player-ui .minplayer-stretchy-fullscreen:hover .minplayer-stretchy-fullscreen-inner, .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-fullscreen-inner {
  399. width:20px;
  400. height:12px;
  401. }
  402. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-controls {
  403. position: absolute;
  404. z-index:1002;
  405. width:500px;
  406. left: 50%;
  407. bottom:10px;
  408. margin: 0 0 0 -260px;
  409. padding: 10px;
  410. border: 1px solid #2E2E2E;
  411. -moz-border-radius: 5px; /* FF1+ */
  412. -webkit-border-radius: 5px; /* Saf3+, Chrome */
  413. border-radius: 5px; /* Opera 10.5, IE 9 */
  414. -moz-transition: all 0.1s ease-in-out; /* Firefox */
  415. -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
  416. -o-transition: all 0.1s ease-in-out; /* Opera */
  417. transition: all 0.1s ease-in-out;
  418. }
  419. .player-ui .minplayer-stretchy-logo {
  420. z-index: 200;
  421. line-height: 0px;
  422. position: absolute;
  423. bottom: 3px;
  424. left: 3px;
  425. }
  426. .player-ui.controller-only .minplayer-stretchy-logo {
  427. display: none !important;
  428. }
  429. .player-ui .minplayer-stretchy.fullscreen .minplayer-stretchy-logo {
  430. z-index: 1002;
  431. }
  432. .with-controller .minplayer-stretchy-logo {
  433. bottom: 34px;
  434. }
  435. .player-ui .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
  436. /** OSM Player Styles **/
  437. .osmplayer-stretchy {
  438. position: relative;
  439. padding-bottom: 56.25%; /*16:9 Aspect Ratio*/
  440. width: 100%;
  441. height: 100%;
  442. overflow: hidden;
  443. font-family:"Trebuchet MS", Helvetica, sans-serif;
  444. }
  445. .osmplayer-stretchy.controller-only {
  446. padding-bottom: 0;
  447. }
  448. .minplayer-stretchy {
  449. position: absolute;
  450. top: 0px;
  451. right: 0px !important;
  452. bottom: 0px;
  453. left: 0px;
  454. }
  455. .player-ui .osmplayer-stretchy-playlist {
  456. position: absolute;
  457. width: 160px;
  458. top: 0px;
  459. bottom: 0px;
  460. right: 0px;
  461. z-index:999;
  462. }
  463. .player-ui .osmplayer-stretchy-playlist.playlist-only {
  464. width: 100%;
  465. height: 100%;
  466. }
  467. .player-ui .playlist-horizontal {
  468. width: 100%;
  469. height: 160px;
  470. top: inherit;
  471. bottom: 0px;
  472. left: 0px;
  473. right: 0px;
  474. }
  475. .player-ui .osmplayer-stretchy-hide-show-playlist {
  476. position: absolute;
  477. z-index:9999;
  478. top: 50%;
  479. left: -16px;
  480. width: 16px;
  481. height: 40px;
  482. margin: -20px 0 0 0;
  483. text-align: center;
  484. vertical-align: center;
  485. opacity: 0.5;
  486. }
  487. .player-ui .playlist-horizontal .osmplayer-stretchy-hide-show-playlist {
  488. top: inherit;
  489. left: 50%;
  490. bottom: 191px; /* Playlist height + control bar. */
  491. width: 40px;
  492. height: 16px;
  493. margin: 0 0 0 -20px;
  494. }
  495. .player-ui .osmplayer-stretchy-hide-show-playlist span {
  496. position: absolute;
  497. top: 50%;
  498. margin-top: -8px;
  499. }
  500. .player-ui .playlist-horizontal .osmplayer-stretchy-hide-show-playlist span {
  501. top: inherit;
  502. left: 50%;
  503. margin-top: 0px;
  504. margin-left: -8px;
  505. }
  506. .player-ui .osmplayer-stretchy-playlist-scroll {
  507. position: absolute;
  508. overflow: hidden;
  509. top: 0px;
  510. right: 0px;
  511. left: 0px;
  512. bottom: 32px;
  513. }
  514. .player-ui .playlist-horizontal .osmplayer-stretchy-playlist-scroll {
  515. bottom: 30px;
  516. }
  517. .player-ui .osmplayer-stretchy-playlist-scrollbar {
  518. position: absolute;
  519. width: 10px;
  520. height: 100%;
  521. bottom: 0px;
  522. right: 0px;
  523. z-index: 20;
  524. -moz-border-radius: 0px;
  525. -webkit-border-radius: 0px;
  526. border-radius: 0px;
  527. }
  528. .player-ui .playlist-vertical .osmplayer-stretchy-playlist-scrollbar {
  529. top: 0px;
  530. }
  531. .player-ui .playlist-horizontal .osmplayer-stretchy-playlist-scrollbar {
  532. width: 100%;
  533. height: 10px;
  534. bottom: 0px;
  535. }
  536. .player-ui .osmplayer-stretchy-playlist-scrollbar .ui-slider-handle {
  537. width: 8px;
  538. height: 15px;
  539. border: 1px solid #333;
  540. right: 0;
  541. left: 0;
  542. margin: 0;
  543. z-index:20px;
  544. -moz-border-radius:2px;
  545. -webkit-border-radius:2px;
  546. border-radius:2px;
  547. background: #e6e6e6;
  548. background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  549. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
  550. box-shadow: inset 0 -3px 3px #d5d5d5;
  551. }
  552. .player-ui .playlist-horizontal .osmplayer-stretchy-playlist-scrollbar .ui-slider-handle {
  553. width: 15px;
  554. height: 8px;
  555. top: 0px;
  556. bottom: 0px;
  557. right: inherit;
  558. left: inherit;
  559. }
  560. .player-ui .osmplayer-stretchy-playlist-scrollbar .ui-slider-handle.ui-state-hover {
  561. background: #fff;
  562. }
  563. .player-ui .osmplayer-stretchy-playlist-list {
  564. margin: 2px 2px 2px 2px;
  565. }
  566. .player-ui .playlist-horizontal .osmplayer-stretchy-playlist-list {
  567. position: absolute;
  568. margin: 1px 2px 1px 2px;
  569. top: 0px;
  570. bottom: 0px;
  571. }
  572. .player-ui .osmplayer-stretchy-teaser {
  573. margin:1px 0 1px 0;
  574. cursor:pointer;
  575. padding: 0;
  576. }
  577. .player-ui .playlist-horizontal .osmplayer-stretchy-teaser {
  578. width: 160px;
  579. height: 100%;
  580. float: left;
  581. }
  582. .player-ui .osmplayer-stretchy-teaser-image {
  583. width: 100%;
  584. height: 80px;
  585. margin: auto;
  586. }
  587. .player-ui .osmplayer-stretchy-teaser-info {
  588. z-index: 20;
  589. font-size: 12px;
  590. margin-top: 2px;
  591. padding: 4px;
  592. }
  593. .player-ui .osmplayer-stretchy-playlist-pager {
  594. position: absolute;
  595. display: block;
  596. z-index:3;
  597. bottom:0px;
  598. left:0px;
  599. right:0px;
  600. height:30px;
  601. }
  602. .player-ui .osmplayer-stretchy-playlist-pager-link {
  603. float:left;
  604. }
  605. .player-ui .osmplayer-stretchy-playlist-pager-left {
  606. float:left;
  607. margin: 3px;
  608. }
  609. .player-ui .osmplayer-stretchy-playlist-pager-right {
  610. float:right;
  611. margin: 3px;
  612. }