@evidentpoint/readium-css
Version:
A set of reference stylesheets for EPUB Reading Systems
57 lines (51 loc) • 1.45 kB
CSS
:-webkit-full-screen {
background-color: white;
z-index: 2147483647 ;
}
:root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full-screen-ancestor {
overflow: hidden ;
}
:-webkit-full-screen-ancestor:not(iframe) {
z-index: auto ;
position: static ;
opacity: 1 ;
transform: none ;
-webkit-mask: none ;
clip: none ;
filter: none ;
transition: none ;
-webkit-box-reflect: none ;
perspective: none ;
-webkit-transform-style: flat ;
}
video:-webkit-full-screen, audio:-webkit-full-screen {
background-color: transparent ;
position: static ;
margin: 0 ;
height: 100% ;
width: 100% ;
flex: 1 ;
display: block ;
transition: none ;
}
:-webkit-full-screen video,
video:-webkit-full-screen {
-webkit-cursor-visibility: auto-hide;
}
img:-webkit-full-screen {
width: auto;
height: 100%;
max-width: 100%;
}
iframe:-webkit-full-screen {
margin: 0 ;
padding: 0 ;
border: 0 ;
position: fixed ;
height: 100% ;
width: 100% ;
left: 0 ;
top: 0 ;
max-width: none ;
max-height: none ;
}