mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
2e1b304a48
Change-Id: I9b4a3727fd04b3c3ff3f297c6656db2592856173
32 lines
584 B
CSS
32 lines
584 B
CSS
.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;*/
|
|
}
|
|
|
|
.ve-ce-branchNode h1,
|
|
.ve-ce-branchNode h2,
|
|
.ve-ce-branchNode h3,
|
|
.ve-ce-branchNode h4,
|
|
.ve-ce-branchNode h5,
|
|
.ve-ce-branchNode h6,
|
|
.ve-ce-branchNode p {
|
|
min-height: 1em;
|
|
}
|
|
|
|
.ve-ce-textNode-whitespace {
|
|
color: #ffffff;
|
|
}
|