Add files via upload

This commit is contained in:
loma-one 2024-10-10 07:35:38 +02:00 committed by GitHub
parent aae13d1845
commit b8d5cf6382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 */