MediaWiki:Common.css: Unterschied zwischen den Versionen
Inhalt gelöscht Inhalt hinzugefügt
HKay (Diskussion | Beiträge) updated theme |
Geierb (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (3 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 7:
font-style: normal;
font-weight: 400;
/* License for the font:
src: local('Nova Square'), local('NovaSquare'), url(
}
body {
Zeile 22:
body.page-Hauptseite h1.firstHeading {
display:none;
}
.twoColumnTable {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
@media only screen and (max-width: 768px){
.twoColumnTable {
column-count: 1 !important;
-moz-column-count: 1 !important;
-webkit-column-count: 1 !important;
}
}
| |||