MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
body.page-Pollenatlas.action-view h1.firstHeading, body.page-Pollenatlas.action-submit h1.firstHeading { display: none; } | body.page-Pollenatlas.action-view h1.firstHeading, body.page-Pollenatlas.action-submit h1.firstHeading { display: none; } | ||
footer { background: | footer { background: transparent; | ||
border-bottom: 1px solid #fabd23; | border-bottom: 1px solid #fabd23; | ||
} | } | ||
Version vom 8. Dezember 2020, 21:19 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background: url(https://pollen.tstebler.ch/MediaWiki/index.php?title=Pollenatlas);
}
/* Unterdrückt beim automatischen Inhaltsverzeichnis TOC die Nummerierung - eingefügt 25.09.2019 */
.tocnumber { display: none; }
/* Test */
span.classy {
background-color: #FA58F4;
}
/* Unterdrückt auf der Seite "Pollenatlas" die Ausgabe des Seitennamen - eingefügt am 07.03.2020 */
body.page-Pollenatlas.action-view h1.firstHeading, body.page-Pollenatlas.action-submit h1.firstHeading { display: none; }
footer { background: transparent;
border-bottom: 1px solid #fabd23;
}
