Browse Source

formatting

pull/420/head
GilbN 2 years ago
parent
commit
d7ce03d9c5
  1. 15
      css/base/calibreweb/calibreweb-base.css

15
css/base/calibreweb/calibreweb-base.css

@ -24,6 +24,7 @@
--color-secondary-hover: var(--button-color-hover);
--color-background-mobile: var(--main-bg-color);
}
*,
*:focus,
*:active,
@ -42,7 +43,10 @@
background-image: none;
}
body.advsearch:not(.blur) > div.container-fluid > div.row-fluid > div.col-sm-10 > div.col-sm-8:before, body.book:not(.blur) > div.container-fluid > div.row-fluid > div.col-sm-10 > div.single:before, body.stat:not(.blur) > div.container-fluid > div.row-fluid > div.col-sm-10:before, body:not(.blur):not(.me):not(.author):not(.editbook):not(.upload):not(.shelfedit):not(.admin):not(.modal-open) > div.container-fluid > div.row-fluid > div.col-sm-10 > div.discover:first-of-type:before {
body.advsearch:not(.blur)>div.container-fluid>div.row-fluid>div.col-sm-10>div.col-sm-8:before,
body.book:not(.blur)>div.container-fluid>div.row-fluid>div.col-sm-10>div.single:before,
body.stat:not(.blur)>div.container-fluid>div.row-fluid>div.col-sm-10:before,
body:not(.blur):not(.me):not(.author):not(.editbook):not(.upload):not(.shelfedit):not(.admin):not(.modal-open)>div.container-fluid>div.row-fluid>div.col-sm-10>div.discover:first-of-type:before {
background: var(--main-bg-color) !important;
}
@ -170,7 +174,12 @@
background-color: var(--transparency-light-10);
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
border-top: 1px solid var(--transparency-light-05);
background: rgba(0, 0, 0, .15);
}
@ -350,6 +359,7 @@
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
line-height: 24px;
}
.cover {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
@ -358,6 +368,7 @@
padding: 0 0;
line-height: 15px;
}
body.serieslist.grid-view div.container-fluid>div>div.col-sm-10::before {
display: none;
}
Loading…
Cancel
Save