openmedialibrary/static/css/oml.css

52 lines
1.3 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;
}
.OxThemeOxlight .OxAnnotationFolder {
background-color: rgb(240, 240, 240);
}
.OxThemeOxmedium .OxAnnotationFolder {
background-color: rgb(144, 144, 144);
}
.OxThemeOxdark .OxAnnotationFolder {
background-color: rgb(16, 16, 16);
}