2012-05-24 22:15:11 +00:00
|
|
|
.ve-ce-surface {
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 1em; /* to look more like MediaWiki use: 0.8em */;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-surface-textarea {
|
|
|
|
position: absolute;
|
|
|
|
z-index: -1;
|
|
|
|
opacity: 0;
|
|
|
|
color: white;
|
|
|
|
background-color: white;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-surface-textarea:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-surface-cursor {
|
|
|
|
position: absolute;
|
|
|
|
background-color: black;
|
|
|
|
width: 1px;
|
|
|
|
display: none;
|
|
|
|
}
|
2012-06-01 22:52:51 +00:00
|
|
|
|
|
|
|
#paste {
|
|
|
|
display: none;
|
|
|
|
height: 1px;
|
|
|
|
left: 0;
|
|
|
|
opacity: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
#paste * {
|
|
|
|
height: 1px !important;
|
|
|
|
width: 1px !important;
|
|
|
|
}
|