MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 14: | Zeile 14: | ||
bottom: 1em; | bottom: 1em; | ||
max-height: calc(100% - 2em); | max-height: calc(100% - 2em); | ||
border: | border: none; | ||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); | ||
padding: 1em; | padding: 1em; | ||
background-color: #fff; | background-color: #fff; | ||
} | } | ||
Version vom 30. Oktober 2024, 08:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Hauptseite #firstHeading {
display: none;
}
#p-personal .minerva-logo {
display: none;
}
.custom-window-frame {
position: relative;
top: 1em;
bottom: 1em;
max-height: calc(100% - 2em);
border: none;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
padding: 1em;
background-color: #fff;
}
