%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.Surface.css |
/*!
* VisualEditor Surface styles.
*
* @copyright 2011-2016 VisualEditor Team and others; see http://ve.mit-license.org
*/
.ve-ui-surface {
position: relative;
}
.ve-ui-surface:after {
content: '.';
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.ve-ui-surface-placeholder {
opacity: 0.33;
position: absolute;
left: 0;
right: 0;
/* Match .ve-ce-documentNode */
padding: 0.9375em 1.875em;
}
.ve-ui-surface-placeholder > * {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}