1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-26 07:03:17 +00:00
calibre-web/cps/static/css/caliBlur_override.css

25 lines
412 B
CSS
Raw Normal View History

2021-03-14 12:28:52 +00:00
body.serieslist.grid-view div.container-fluid > div > div.col-sm-10:before{
display: none;
}
2021-03-14 12:28:52 +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;
box-shadow: 0 0 4px rgba(0, 0, 0, .6);
line-height: 24px;
}
2021-03-14 12:28:52 +00:00
.cover {
box-shadow: 0 0 4px rgba(0, 0, 0, .6);
}
2020-12-27 12:34:59 +00:00
2021-03-14 12:28:52 +00:00
.cover .read {
padding: 0px 0px;
line-height: 15px;
2020-12-27 12:34:59 +00:00
}