From b8d5cf63820014fe4f6cae61b73b6f8ef6cb5481 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:35:38 +0200 Subject: [PATCH] Add files via upload --- loma_hell/loma.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/loma_hell/loma.css b/loma_hell/loma.css index dfee35b..31dd5fc 100644 --- a/loma_hell/loma.css +++ b/loma_hell/loma.css @@ -51,6 +51,11 @@ body { background: #111; } +/* Root Variable für Schriften */ +:root { + --global-font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif, Noto Color Emoji; +} + /* Hintergrund externe Inhalte */ .wall-item-container .media { margin-top: 0; @@ -83,12 +88,12 @@ body { ul.tabs li { font-size: 1.3rem;; font-style: normal; - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important; + font-family: var(--global-font-family) !important; } /* Hauptbeitrag */ body { - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important; + font-family: var(--global-font-family) !important; color: #333; font-size: 1.47rem; line-height: 22px; @@ -102,7 +107,7 @@ body { /* Kommentierungen auf Beiträge */ .media .media-body { - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important; + font-family: var(--global-font-family) !important; font-size: 1.4rem; line-height: 1.5; font-weight: 400; @@ -128,7 +133,7 @@ body { /* Seitennavigation */ aside .widget, .nav-container .widget { - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important; + font-family: var(--global-font-family) !important; color: #000; font-size: 1.4rem; line-height: 1.5; @@ -167,7 +172,6 @@ aside .widget, .nav-container .widget { } /* Fügt ein eigene Logo in die Seite ein */ -/* #logo-img {display:none;} header #banner { position: fixed; @@ -180,7 +184,7 @@ header #banner { background-size: 180px 50px; height: 50px; width: 180px; -} */ +} /* Fügt ein Hintergrundbild in die Seite ein */ /* @@ -381,7 +385,7 @@ Element { Brake für umzuleitende Links URL Replace aside hr, section hr { - border-color: rgba(255, 255, 255, 0.98); + border-color: rgba(232, 232, 232, 0.98); } /* Linkfarbe global ändern */