Browse Source

formatting

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

31
css/base/calibreweb/calibreweb-base.css

@ -14,8 +14,8 @@
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
/* APP VARS*/
@import url("/css/defaults/placeholders.css");
@import url("/css/defaults/transparent.css");
@import url("/css/defaults/placeholders.css");
@import url("/css/defaults/transparent.css");
:root {
--color-background: var(--main-bg-color);
@ -24,6 +24,7 @@
--color-secondary-hover: var(--button-color-hover);
--color-background-mobile: var(--main-bg-color);
}
*,
*:focus,
*:active,
@ -32,7 +33,7 @@
outline: none !important;
}
body:not(.blur):not(.login):not(.me):not(.author):not(.editbook):not(.upload):not(.shelfedit):not(.langlist):not(.authorlist):not(.serieslist):not(.catlist):not(.shelforder):not(.admin):not(.modal-open) > div.container-fluid > div.row-fluid > div.col-sm-10:after {
body:not(.blur):not(.login):not(.me):not(.author):not(.editbook):not(.upload):not(.shelfedit):not(.langlist):not(.authorlist):not(.serieslist):not(.catlist):not(.shelforder):not(.admin):not(.modal-open)>div.container-fluid>div.row-fluid>div.col-sm-10:after {
background: var(--main-bg-color) !important;
background-image: none !important;
}
@ -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;
}
@ -132,9 +136,9 @@
}
.hr {
.hr {
background-color: var(--transparency-light-15) !important;
}
}
/* LINKS */
a,
@ -168,12 +172,17 @@
.table-hover>tbody>tr:hover {
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);
}
}
/* MODAL */
.modal-content {
@ -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 {
body.serieslist.grid-view div.container-fluid>div>div.col-sm-10::before {
display: none;
}
Loading…
Cancel
Save