MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
width: | width: 3rem; /* Breite des Logos */ | ||
height: | height: 3rem; /* Höhe des Logos */ | ||
} | } | ||
| Zeile 20: | Zeile 20: | ||
.minerva__tab-container { | .minerva__tab-container { | ||
margin-bottom: | margin-bottom: 1.188rem; | ||
text-align: right; | text-align: right; | ||
} | } | ||
Version vom 1. Februar 2025, 23:45 Uhr
/* All CSS here will be loaded for users of the MinervaNeue skin */
.minerva-header .branding-box a {
display: block;
background-image: url('https://koranserver.de/images/5/50/Koranserver_Logo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 3rem; /* Breite des Logos */
height: 3rem; /* Höhe des Logos */
}
.minerva-header .branding-box a span {
display: none;
}
.page-actions-menu {
display: none;
}
.minerva__tab-container {
margin-bottom: 1.188rem;
text-align: right;
}
.content code {
padding: 0.2rem 0.2rem;
margin: 0.15rem 0rem 0.15rem 0rem;
display: inline-block;
direction: inherit;
unicode-bidi: isolate;
}