2012-08-17 20:16:25 +00:00
|
|
|
/**
|
2012-08-30 20:04:22 +00:00
|
|
|
* VisualEditor MediaWiki initialization ViewPageTarget Vector skin styles.
|
2012-08-17 20:16:25 +00:00
|
|
|
*
|
|
|
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-surface {
|
|
|
|
margin-top: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-documentNode {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2012-08-27 21:34:08 +00:00
|
|
|
.ve-ui-toolbar-wrapper {
|
2012-08-17 20:16:25 +00:00
|
|
|
margin: -1em -1em 1em -1em;
|
2012-08-20 22:43:47 +00:00
|
|
|
-webkit-transition: margin 200ms ease-out;
|
|
|
|
-moz-transition: margin 200ms ease-out;
|
|
|
|
-o-transition: margin 200ms ease-out;
|
|
|
|
transition: margin 200ms ease-out;
|
2012-08-17 20:16:25 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2012-08-27 21:34:08 +00:00
|
|
|
.ve-ui-toolbar {
|
2012-08-17 20:16:25 +00:00
|
|
|
display: none;
|
|
|
|
margin-left: 1px;
|
|
|
|
}
|