2021-08-28 19:18:43 +00:00
|
|
|
body {
|
2022-10-15 22:32:15 +00:00
|
|
|
background-image: url("/space_default.jpg");
|
2022-10-16 02:33:33 +00:00
|
|
|
background-attachment: fixed;
|
2022-10-15 22:32:15 +00:00
|
|
|
background-size: cover;
|
2021-08-28 19:18:43 +00:00
|
|
|
}
|
|
|
|
|
2022-10-16 23:58:17 +00:00
|
|
|
footer {
|
|
|
|
text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness));
|
2021-08-28 19:18:43 +00:00
|
|
|
}
|
2021-08-29 18:42:35 +00:00
|
|
|
|
2022-10-16 23:58:17 +00:00
|
|
|
.panel {
|
|
|
|
min-width: 288px;
|
2022-10-24 23:20:40 +00:00
|
|
|
max-width: 500px;
|
2022-10-16 02:33:33 +00:00
|
|
|
}
|
|
|
|
|
2022-10-16 23:58:17 +00:00
|
|
|
.panel .panel {
|
|
|
|
min-width: 0;
|
2022-10-16 02:33:33 +00:00
|
|
|
}
|
|
|
|
|
2022-10-17 15:33:45 +00:00
|
|
|
.chapter-no-header-margin h1,
|
|
|
|
.chapter-no-header-margin h2,
|
|
|
|
.chapter-no-header-margin h3,
|
|
|
|
.chapter-no-header-margin h4,
|
|
|
|
.chapter-no-header-margin h5,
|
|
|
|
.chapter-no-header-margin h6 {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
2022-10-16 23:58:17 +00:00
|
|
|
#__next {
|
|
|
|
margin: 0 auto;
|
|
|
|
min-height: 100vh;
|
2022-10-24 23:20:40 +00:00
|
|
|
max-width: 1024px;
|
2022-10-16 23:58:17 +00:00
|
|
|
}
|