Created
November 28, 2017 15:02
-
-
Save porfidev/91649cff9efbb9a0250e8a48bec8ad1c to your computer and use it in GitHub Desktop.
Test de personalización ooyala Skin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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