MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus DiPlanung
(Styles für Teasertabellen neue Startseite) |
|||
| Zeile 10: | Zeile 10: | ||
.wikitable.teasers { | .wikitable.teasers { | ||
display:block; | display:block; | ||
| + | border:none; | ||
} | } | ||
.wikitable.teasers tr { | .wikitable.teasers tr { | ||
Version vom 11. Februar 2026, 08:44 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #p-logo-text a {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
#p-logo-text a {font-variant: normal;}
/* Styles für Teaser-Tabellen Startseite */
@media (max-width:600px) {
.wikitable.teasers {
display:block;
border:none;
}
.wikitable.teasers tr {
display:block;
margin-bottom: 1em;
}
.wikitable.teasers th,
.wikitable.teasers td {
display: block;
}
}