%PDF- %PDF-
| Direktori : /www/varak.net/wiki.varak.net/extensions/VisualEditor/lib/ve/src/ui/styles/ |
| Current File : /www/varak.net/wiki.varak.net/extensions/VisualEditor/lib/ve/src/ui/styles/ve.ui.MobileSurface.css |
/*!
* VisualEditor UserInterface MobileSurface styles.
*
* @copyright 2011-2016 VisualEditor Team and others; see http://ve.mit-license.org
*/
/* Most vendor prefixes are not needed on mobile devices */
.ve-ui-mobileSurface-overlay-global {
background: #fff;
height: 100%;
-webkit-transform: translate3d( 0, -100%, 0 );
transform: translate3d( 0, -100%, 0 );
/* stylelint-disable no-unsupported-browser-features */
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
/* stylelint-enable no-unsupported-browser-features */
}
.ve-ui-mobileSurface-overlay-global-visible {
-webkit-transform: none;
transform: none;
}
.ve-ui-mobileSurface-overlay-global-enabled {
height: 100%;
overflow: hidden;
}
/* inspector styles */
.ve-ui-mobileSurface-overlay-global-visible .oo-ui-window-frame iframe {
width: 100%;
}