MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Fake (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
HKay (Diskussion | Beiträge) (updated theme) |
||
Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ |
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ |
||
/* ALTES CSS: */ |
|||
⚫ | |||
@font-face { |
|||
⚫ | |||
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; |
|||
} |
Version vom 20. April 2014, 12:23 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* ALTES CSS: */
/* body.page-Hauptseite h1.firstHeading { display:none; } */
@font-face {
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;
}