openmedialibrary/static/css/oml.css

12 lines
313 B
CSS
Raw Normal View History

2019-01-25 15:23:31 +05:30
.OMLQuote {
2019-01-31 12:37:49 +05:30
color: rgb(0, 0, 0);
2019-01-25 15:23:31 +05:30
background-color: rgb(255, 255, 255);
2019-01-31 12:37:49 +05:30
font-family: Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif;
font-size: 14px;
line-height: 21px;
2019-01-25 15:23:31 +05:30
}
.OMLAnnotation.selected .OMLQuote {
background-color: rgb(128, 192, 255);
}