MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Infothek
AR (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
} | } | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2, | ||
#content h3, | |||
#content h4, | |||
#content h5, | |||
#content h6 { | |||
font-family: "Open Sans", sans-serif; | font-family: "Open Sans", sans-serif; | ||
} | } | ||
| Zeile 27: | Zeile 31: | ||
} | } | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
.tocnumber { display: none; } | |||
Aktuelle Version vom 30. Januar 2024, 11:25 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
font-family: "Open Sans", sans-serif;
color: #7b7b7b;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
font-family: "Open Sans", sans-serif;
}
#content p {
font-size: 16px;
}
.tableTest {
background-color: "red";
border-radius: 10px;
font-size: 12px;
}
#ca-talk {
display: none !important;
}
#p-logo a{
background-size: contain;
font-family: "Open Sans", sans-serif;
}
#ca-viewsource { display: none !important; }
.tocnumber { display: none; }