diff --git a/css/base/calibreweb/calibreweb-base.css b/css/base/calibreweb/calibreweb-base.css index d2367668..30a1bc56 100644 --- a/css/base/calibreweb/calibreweb-base.css +++ b/css/base/calibreweb/calibreweb-base.css @@ -14,16 +14,17 @@ /* 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); - --color-primary: rgb(var(--accent-color)); - --color-secondary: var(--button-color); - --color-secondary-hover: var(--button-color-hover); - --color-background-mobile: var(--main-bg-color); - } + --color-background: var(--main-bg-color); + --color-primary: rgb(var(--accent-color)); + --color-secondary: var(--button-color); + --color-secondary-hover: var(--button-color-hover); + --color-background-mobile: var(--main-bg-color); + } + *, *:focus, *:active, @@ -32,19 +33,22 @@ 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; - } + } - body:not(.read-frame) { - background: var(--main-bg-color) !important; - background-image: none; - } + body:not(.read-frame) { + background: var(--main-bg-color) !important; + 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 { - background: var(--main-bg-color) !important; - } + 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; + } .blur-wrapper:after { background: var(--main-bg-color) !important; @@ -132,9 +136,9 @@ } -.hr { - background-color: var(--transparency-light-15) !important; -} + .hr { + background-color: var(--transparency-light-15) !important; + } /* LINKS */ a, @@ -167,13 +171,18 @@ } .table-hover>tbody>tr:hover { - background-color: var(--transparency-light-10); -} + 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 { - border-top: 1px solid var(--transparency-light-05); - background: rgba(0, 0, 0, .15); -} + .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,14 +359,16 @@ 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); - } - - .cover .read { - padding: 0 0; - line-height: 15px; - } - body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before { - display: none; - } \ No newline at end of file + box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); + } + + .cover .read { + padding: 0 0; + line-height: 15px; + } + + body.serieslist.grid-view div.container-fluid>div>div.col-sm-10::before { + display: none; + } \ No newline at end of file