Add files via upload
This commit is contained in:
parent
aae13d1845
commit
b8d5cf6382
1 changed files with 11 additions and 7 deletions
|
@ -51,6 +51,11 @@ body {
|
||||||
background: #111;
|
background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Root Variable für Schriften */
|
||||||
|
:root {
|
||||||
|
--global-font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif, Noto Color Emoji;
|
||||||
|
}
|
||||||
|
|
||||||
/* Hintergrund externe Inhalte */
|
/* Hintergrund externe Inhalte */
|
||||||
.wall-item-container .media {
|
.wall-item-container .media {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -83,12 +88,12 @@ body {
|
||||||
ul.tabs li {
|
ul.tabs li {
|
||||||
font-size: 1.3rem;;
|
font-size: 1.3rem;;
|
||||||
font-style: normal;
|
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 */
|
/* Hauptbeitrag */
|
||||||
body {
|
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;
|
color: #333;
|
||||||
font-size: 1.47rem;
|
font-size: 1.47rem;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
@ -102,7 +107,7 @@ body {
|
||||||
|
|
||||||
/* Kommentierungen auf Beiträge */
|
/* Kommentierungen auf Beiträge */
|
||||||
.media .media-body {
|
.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;
|
font-size: 1.4rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -128,7 +133,7 @@ body {
|
||||||
|
|
||||||
/* Seitennavigation */
|
/* Seitennavigation */
|
||||||
aside .widget, .nav-container .widget {
|
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;
|
color: #000;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
@ -167,7 +172,6 @@ aside .widget, .nav-container .widget {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fügt ein eigene Logo in die Seite ein */
|
/* Fügt ein eigene Logo in die Seite ein */
|
||||||
/*
|
|
||||||
#logo-img {display:none;}
|
#logo-img {display:none;}
|
||||||
header #banner {
|
header #banner {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -180,7 +184,7 @@ header #banner {
|
||||||
background-size: 180px 50px;
|
background-size: 180px 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
} */
|
}
|
||||||
|
|
||||||
/* Fügt ein Hintergrundbild in die Seite ein */
|
/* Fügt ein Hintergrundbild in die Seite ein */
|
||||||
/*
|
/*
|
||||||
|
@ -381,7 +385,7 @@ Element {
|
||||||
|
|
||||||
Brake für umzuleitende Links URL Replace
|
Brake für umzuleitende Links URL Replace
|
||||||
aside hr, section hr {
|
aside hr, section hr {
|
||||||
border-color: rgba(255, 255, 255, 0.98);
|
border-color: rgba(232, 232, 232, 0.98);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Linkfarbe global ändern */
|
/* Linkfarbe global ändern */
|
||||||
|
|
Loading…
Add table
Reference in a new issue