mediawiki-extensions-Visual.../modules/ve/ce/styles/ve.ce.Content.css

90 lines
1.5 KiB
CSS
Raw Normal View History

.ve-ce-content {
2012-02-10 16:57:02 +00:00
position: relative;
z-index: 1;
}
.ve-ce-content-line,
.ve-ce-content-ruler {
2012-02-10 16:57:02 +00:00
line-height: 1.5em;
cursor: text;
white-space: nowrap;
color: #000000;
}
.ve-ce-content-ruler {
2012-02-10 16:57:02 +00:00
position: absolute;
top: 0;
left: 0;
display: inline-block;
z-index: -1000;
}
.ve-ce-content-line.empty {
2012-02-10 16:57:02 +00:00
display: block;
width: 0px;
}
.ve-ce-content-whitespace {
2012-02-10 16:57:02 +00:00
color: #ffffff;
}
.ve-ce-content-range {
2012-02-10 16:57:02 +00:00
display: none;
position: absolute;
background-color: #b3d6f6;
cursor: text;
z-index: -1;
}
.ve-ce-content-format-object {
2012-02-10 16:57:02 +00:00
background-color: rgba(0,0,0,0.05);
border-radius: 0.25em;
margin: 1px 0 1px 1px;
padding: 0.25em 0;
cursor: default;
}
.ve-ce-content-format-object * {
2012-02-10 16:57:02 +00:00
cursor: default !important;
}
.ve-ce-content-format-object a:link,
.ve-ce-content-format-object a:visited,
.ve-ce-content-format-object a:active {
2012-02-10 16:57:02 +00:00
color: #0645AD;
text-decoration: none;
}
.ve-ce-content-format-textStyle-italic,
.ve-ce-content-format-textStyle-emphasize {
2012-02-10 16:57:02 +00:00
font-style: italic;
}
.ve-ce-content-format-textStyle-bold,
.ve-ce-content-format-textStyle-strong {
2012-02-10 16:57:02 +00:00
font-weight: bold;
}
.ve-ce-content-format-link {
2012-02-10 16:57:02 +00:00
color: #0645AD;
text-decoration: underline;
}
.ve-ce-content-format-textStyle-big {
2012-02-10 16:57:02 +00:00
font-size: 1.2em;
}
.ve-ce-content-format-textStyle-small,
.ve-ce-content-format-textStyle-subScript,
.ve-ce-content-format-textStyle-superScript {
2012-02-10 16:57:02 +00:00
font-size: .8em;
}
.ve-ce-content-format-textStyle-subScript {
2012-02-10 16:57:02 +00:00
vertical-align: sub;
}
.ve-ce-content-format-textStyle-superScript {
2012-02-10 16:57:02 +00:00
vertical-align: super;
}