MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
.vector-sticky-pinned-container nav { | .vector-sticky-pinned-container nav { | ||
margin-top: 10px; | margin-top: 10px; | ||
} | |||
.grid-left { | |||
margin-right: 5px; | |||
} | |||
.grid-right { | |||
margin-left: 5px; | |||
} | |||
span.mw-note { | |||
font-size: 10px; | |||
font-style: italic; | |||
color: #eaeaea; | |||
} | |||
span.mw-note:before { | |||
content: "("; | |||
} | |||
span.mw-note:after { | |||
content: ")"; | |||
} | } | ||
Version vom 15. Januar 2025, 00:56 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.grid-wrapper {
display: grid;
grid-template-columns: 50% 50%;
grid-template-areas: "grid-left grid-right";
}
.vector-sticky-pinned-container {
border: 1px solid #eaeaea;
border-radius: 10px;
}
.vector-sticky-pinned-container nav {
margin-top: 10px;
}
.grid-left {
margin-right: 5px;
}
.grid-right {
margin-left: 5px;
}
span.mw-note {
font-size: 10px;
font-style: italic;
color: #eaeaea;
}
span.mw-note:before {
content: "(";
}
span.mw-note:after {
content: ")";
}