From 547eaa90b6b71e7a54d0988a19c96caa11e04466 Mon Sep 17 00:00:00 2001 From: octospacc Date: Thu, 26 May 2022 23:43:33 +0200 Subject: [PATCH] Test bottoni 88x31, footer collassabile --- Assets/Standard.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Assets/Standard.css b/Assets/Standard.css index 248ab85..89f8cd0 100644 --- a/Assets/Standard.css +++ b/Assets/Standard.css @@ -24,6 +24,9 @@ Body { a { Color: #d000d0; } +a img { + Color: None; +} ul { Padding-Left: 16px; Padding-Right: 4px; @@ -41,7 +44,7 @@ ul { List-Style-Type: None; } #TopBox { -width: 100%; + Width: 100%; Padding: var(--ContentPadding); } #LeftBox, #LeftBoxContainer { @@ -75,7 +78,7 @@ width: 100%; Padding-Bottom: calc(var(--ContentPadding) + 80px); } #BottomBox { -width: 100%; + Width: 100%; Color: #fafaf0; Background: rgba(64, 0, 64, 0.6); Text-Align: Right;