openmedialibrary/static/css/oml.css

20 lines
448 B
CSS
Raw Normal View History

2019-01-25 09:53:31 +00:00
.OMLQuote {
2019-02-01 07:49:11 +00:00
padding: 8px;
2019-01-31 07:07:49 +00:00
color: rgb(0, 0, 0);
2019-01-25 09:53:31 +00:00
background-color: rgb(255, 255, 255);
2019-01-31 07:07:49 +00:00
font-family: Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif;
font-size: 14px;
line-height: 21px;
2019-01-25 09:53:31 +00:00
}
.OMLAnnotation.selected .OMLQuote {
background-color: rgb(128, 192, 255);
}
.OMLAnnotation .OxPlaceholder {
display: none;
}
.OMLAnnotation.selected .OxPlaceholder {
display: block;
}