MediaWiki:Common.css: Unterschied zwischen den Versionen

updated theme
Keine Bearbeitungszusammenfassung
(updated theme)
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* ALTES CSS: */
/* body.page-Hauptseite h1.firstHeading { display:none; } */
 
@font-face {
body.page-Hauptseite h1.firstHeading { display:none; }
font-family: 'Nova Square';
font-style: normal;
font-weight: 400;
/* License for the font: http://bytewerk.org/fonts/NovaSquare/OFL.txt */
src: local('Nova Square'), local('NovaSquare'), url(https://wiki.bytewerk.org/resources/assets/fonts/NovaSquare-Regular.ttf);
};
body {
color: rgb(66, 66, 66);
}
h1 {
border-bottom: 5px solid rgb(85, 204, 204);
font-family: "Nova Square";
}
body.page-Hauptseite h1.firstHeading {
display:none;
}
852

Bearbeitungen