1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-04 22:47:20 +02:00
theme.park/CSS/themes/calibreweb/calibreweb-base.css

35 lines
1.5 KiB
CSS
Raw Normal View History

2020-01-30 23:36:16 +01:00
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* "Re-skin" of CaliBlur https://github.com/leram84/layer.Cake/tree/master/caliBlur */
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
body:not(.read-frame) {
2020-07-23 18:25:43 +02:00
background: var(--main-bg-color) !important;
2020-01-30 23:36:16 +01:00
background-image: none;
}
.blur-wrapper:after {
background: var(--modal-bg-color) !important;
}
2020-04-22 19:11:48 +02:00
body>.container-fluid {
background: var(--main-bg-color);
}
2020-01-30 23:36:16 +01:00
body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
2020-07-23 18:25:43 +02:00
background: var(--main-bg-color) !important;
2020-01-30 23:36:16 +01:00
}
@media only screen and (max-width: 767px) {
.navbar-collapse.collapse {
background: var(--modal-bg-color) !important;
}
2020-04-22 19:11:48 +02:00
}