2012-08-17 20:16:25 +00:00
|
|
|
/**
|
|
|
|
* VisualEditor initialization ViewPageTarget Apex skin styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-surface {
|
|
|
|
margin-top: 0.8em;
|
|
|
|
}
|
|
|
|
|
2012-08-27 21:34:08 +00:00
|
|
|
.ve-ui-toolbar-wrapper {
|
2012-08-28 20:13:37 +00:00
|
|
|
margin: -0.6em -3em 0.8em -3em;
|
2012-08-17 20:16:25 +00:00
|
|
|
position: relative;
|
2012-08-28 20:13:37 +00:00
|
|
|
font-size: 1.3em;
|
2012-08-17 20:16:25 +00:00
|
|
|
}
|
|
|
|
|
2012-08-27 21:34:08 +00:00
|
|
|
.ve-ui-toolbar {
|
2012-08-17 20:16:25 +00:00
|
|
|
display: none;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2012-08-27 21:34:08 +00:00
|
|
|
.ve-ui-menu-item:hover {
|
2012-08-17 20:16:25 +00:00
|
|
|
background-color: #d5eaed;
|
|
|
|
}
|