This commit is contained in:
2023-03-23 10:27:51 +01:00
parent 931658b1de
commit 6f618b4f12
5 changed files with 42 additions and 10 deletions

View File

@ -238,6 +238,7 @@ IFrame {
Left: 0;
Right: 0;
Width: 75%;
Min-Height: 100vh;
Padding-Left: 2.5%;
Padding-Right: 2.5%;
Padding-Top: Calc(Var(--ContentPadding) + 32px);
@ -287,6 +288,20 @@ Img.Center, Video.Center,
Padding: 4px;
}
/* Div for custom background crimes */
#Background {
Z-Index: -1;
Position: Fixed;
Width: 100vw;
Height: 100vh;
/* Ignore body padding */
Top: 0px;
Left: 0px;
Background-Size: Cover;
Background-Position: Center;
Background-Repeat: No-Repeat;
}
#MainBoxTop, #BuildTimeLine { Color: #505050; }
#BuildTimeLine > Span { Display: Inline-Block; }