MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 64: | Zeile 64: | ||
/* Einheitlicher Hintergrund für ALLE Bilder */ | /* Einheitlicher Hintergrund für ALLE Bilder */ | ||
img { | img { | ||
background-color: rgb( | background-color: rgb(210, 210, 210) !important; | ||
padding: 2px; | padding: 2px; | ||
border-radius: 4px; | border-radius: 4px; | ||
| Zeile 74: | Zeile 74: | ||
.thumbinner, | .thumbinner, | ||
.thumbinner img { | .thumbinner img { | ||
background-color: rgb( | background-color: rgb(210, 210, 210) !important; | ||
} | } | ||
Version vom 28. Juli 2025, 16:01 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
/* Basis – alles auf Poppins setzen */
body,
body.skin-vector,
body.skin-minerva,
#content,
#mw-content-text,
.mw-body,
.mw-body-content,
.mw-parser-output,
p,
li,
a,
table,
td,
th,
.navbox,
.toc,
#p-navigation,
.vector-menu,
.minerva-navigation-drawer,
#footer,
#catlinks,
#mw-panel,
div,
span,
ul,
ol,
input,
textarea,
select,
button,
label,
caption {
font-family: 'Poppins', sans-serif !important;
}
/* Alle Überschriften */
h1, h2, h3, h4, h5, h6,
.mw-headline,
.firstHeading,
.page-title {
font-family: 'Poppins', sans-serif !important;
font-weight: 600 !important;
}
/* Optional: Gewicht für Fließtext leichter */
p, li, td, th {
font-weight: 300 !important;
}
/* Inhaltsverzeichnis */
.toc, .tocnumber, .toctext {
font-family: 'Poppins', sans-serif !important;
}
h1.firstHeading {
display: none;
}
/* Einheitlicher Hintergrund für ALLE Bilder */
img {
background-color: rgb(210, 210, 210) !important;
padding: 2px;
border-radius: 4px;
}
/* Hintergrund für Bilder in Galerieansicht */
.gallerybox .thumb,
.gallerybox .thumb img,
.thumbinner,
.thumbinner img {
background-color: rgb(210, 210, 210) !important;
}