mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-14 23:22:39 +01:00
35 lines
1.5 KiB
CSS
35 lines
1.5 KiB
CSS
|
|
|
|
/* 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) {
|
|
background: var(--main-bg-color) !important;
|
|
background-image: none;
|
|
}
|
|
.blur-wrapper:after {
|
|
background: var(--modal-bg-color) !important;
|
|
}
|
|
body>.container-fluid {
|
|
background: var(--main-bg-color);
|
|
}
|
|
body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
|
|
background: var(--main-bg-color) !important;
|
|
}
|
|
@media only screen and (max-width: 767px) {
|
|
.navbar-collapse.collapse {
|
|
background: var(--modal-bg-color) !important;
|
|
}
|
|
}
|