openmedialibrary/static/css/oml.css

42 lines
1.0 KiB
CSS

.OMLQuoteBox {
position: relative;
background-color: rgb(255, 255, 255);
}
.OMLQuote {
position: relative;
padding: 8px;
color: rgb(0, 0, 0);
font-family: Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif;
font-size: 14px;
line-height: 21px;
}
.OMLAnnotation .OMLQuoteBackground {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgb(255, 255, 255);
}
.OMLAnnotation.selected .OMLQuoteBackground {
background-color: rgb(128, 192, 255);
}
.OMLAnnotation .OxPlaceholder {
display: none;
}
.OMLAnnotation.selected .OxPlaceholder {
display: block;
}
.OxThemeOxlight .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected,
.OxThemeOxlight .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing,
.OxThemeOxlight .OxAnnotationFolder .OxEditableElement textarea {
background-color: transparent
}
.OxAnnotationFolder div.OxInput {
background-image: none;
}