Skip to content

Instantly share code, notes, and snippets.

@porfidev
Created November 28, 2017 15:02
Show Gist options
  • Save porfidev/91649cff9efbb9a0250e8a48bec8ad1c to your computer and use it in GitHub Desktop.
Save porfidev/91649cff9efbb9a0250e8a48bec8ad1c to your computer and use it in GitHub Desktop.
Test de personalización ooyala Skin
.oo-scrubber-bar-container {
padding: 0;
margin: 0;
position: relative;
width: 80%;
}
.oo-control-bar-items-wrapper {
a.oo-time-duration {
&.oo-control-bar-duration {
position: absolute;
left: 80%;
padding-top: 11px;
}
}
.oo-volume {
left: 84%;
position: absolute;
top: 6px;
/** Oculta las barras de volumen default **/
.oo-volume-controls {
display: none;
}
}
.some {
left: 86%;
position: absolute;
top: 6px;
}
}
/** Boton Play en barra de controles **/
.oo-play-pause {
display: none;
}
/** Tiempo restante **/
.oo-total-time {
display: none;
}
/** Ocultar compartir **/
.oo-share {
display: none !important;
}
/** Ocultar Binoculares **/
.oo-discovery {
display: none !important;
}
/** Campo de subtitulos **/
.oo-closed-caption {
margin-top: -6px;
}
.oo-popover-button-container {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment