2012-07-19 00:11:26 +00:00
|
|
|
/**
|
|
|
|
* VisualEditor content editable Node styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2012-06-08 23:20:28 +00:00
|
|
|
.ve-ce-alienBlockNode {
|
|
|
|
background-color: rgb(255,255,186) rgba(255,255,186,0.3);
|
|
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-alienInlineNode {
|
|
|
|
background-color: rgb(255,255,186) rgba(255,255,186,0.3);
|
|
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-slug {
|
|
|
|
/*display: inline-block;
|
|
|
|
margin-right: -1px;
|
|
|
|
width: 1px;*/
|
|
|
|
}
|
|
|
|
|
2012-06-15 22:14:13 +00:00
|
|
|
.ve-ce-branchNode h1:empty:before,
|
|
|
|
.ve-ce-branchNode h2:empty:before,
|
|
|
|
.ve-ce-branchNode h3:empty:before,
|
|
|
|
.ve-ce-branchNode h4:empty:before,
|
|
|
|
.ve-ce-branchNode h5:empty:before,
|
|
|
|
.ve-ce-branchNode h6:empty:before,
|
|
|
|
.ve-ce-branchNode p:empty:before {
|
|
|
|
content: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
|
2012-06-08 23:20:28 +00:00
|
|
|
}
|
2012-06-18 20:11:43 +00:00
|
|
|
|
|
|
|
li.ve-ce-branchNode p.ve-ce-branchNode:first-child {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|