calibre-web/cps/static/css/caliBlur_override.css

25 lines
413 B
CSS
Raw Normal View History

2021-03-14 13:29:40 +00:00
body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before {
2021-03-14 12:28:52 +00:00
display: none;
}
2021-03-14 12:28:52 +00:00
2021-03-14 13:29:40 +00:00
.cover .badge {
2021-03-14 12:28:52 +00:00
position: absolute;
top: 0;
left: 0;
color: #fff;
background-color: #cc7b19;
border-radius: 0;
padding: 0 8px;
2021-03-14 13:29:40 +00:00
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
2021-03-14 12:28:52 +00:00
line-height: 24px;
}
2021-03-14 12:28:52 +00:00
.cover {
2021-03-14 13:29:40 +00:00
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
2020-12-27 12:34:59 +00:00
2021-03-14 12:28:52 +00:00
.cover .read {
2021-03-14 13:29:40 +00:00
padding: 0 0;
2021-03-14 12:28:52 +00:00
line-height: 15px;
2020-12-27 12:34:59 +00:00
}