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

25 lines
413 B
CSS
Raw Normal View History

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