mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. CSS
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user