CSS tweaks

This commit is contained in:
octospacc 2022-05-19 00:06:04 +02:00
parent a0424b7cf5
commit 010c18188e
4 changed files with 14 additions and 9 deletions

View File

@ -5,6 +5,9 @@
* { * {
Box-Sizing: Border-Box; Box-Sizing: Border-Box;
} }
a {
Color: #d000d0;
}
Body { Body {
Margin: 0; Margin: 0;
Box-Sizing: Border-Box; Box-Sizing: Border-Box;
@ -25,11 +28,11 @@ Body {
Background: #300030; Background: #300030;
Color: #fafaf0; Color: #fafaf0;
} }
#LeftBox a, #RightBox a { #LeftBox a, #RightBox a, #BottomBox a {
Color: #eeddff; Color: #eeddff;
} }
#TopBox { #TopBox {
Border: 2px Solid Purple; //Border: 2px Solid Purple;
Padding: var(--ContentPadding); Padding: var(--ContentPadding);
} }
#LeftBox, #LeftBoxContainer { #LeftBox, #LeftBoxContainer {
@ -43,8 +46,8 @@ Body {
user-select: none; user-select: none;
} }
#RightBox, #RightBoxContainer { #RightBox, #RightBoxContainer {
Padding: var(--ContentPadding);
Float: Right; Float: Right;
Padding: var(--ContentPadding);
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;
-khtml-user-select: none; -khtml-user-select: none;
@ -59,16 +62,18 @@ Body {
Left: 0; Left: 0;
Right: 0; Right: 0;
Width: 80%; Width: 80%;
Padding-Bottom: calc(var(--ContentPadding) + 32px); Padding-Bottom: calc(var(--ContentPadding) + 64px);
} }
#BottomBox { #BottomBox {
Box-Sizing: Border-Box; Box-Sizing: Border-Box;
Border: 2px Solid Purple; //Border: 2px Solid Purple;
Color: #fafaf0;
Background: rgba(64, 0, 64, 0.6);
Position: Fixed; Position: Fixed;
Bottom: 0; Bottom: 0;
Left: 0; Left: 0;
Right: 0; Right: 0;
Padding: var(--ContentPadding); Padding: var(--ScreenBorderPadding);
Width: 100%; Width: 100%;
Text-Align: Right; Text-Align: Right;
} }

View File

@ -1 +1 @@
Footer <h3><a href="#TopBox">⬆️ Torna su</a></h3>

View File

@ -1,2 +1,2 @@
<a href="/">Home</a> <a href="/postoctt">Home</a>

View File

@ -1 +1 @@
Header <h3><a href="/postoctt">✨postoctt✨</a></h3>