MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 6: | Zeile 6: | ||
} | } | ||
# | .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: 12px; | |||
font-style: italic; | |||
color: #cacaca; | |||
} | |||
span.mw-note:before, | |||
p.erfasser:before { | |||
content: "("; | |||
margin-right: 3px; | |||
} | |||
span.mw-note:after, | |||
p.erfasser:after { | |||
content: ")"; | |||
margin-left: 3px; | |||
} | |||
p.erfasser { | |||
font-size: 12px; | |||
font-style: italic; | |||
} | |||
a:visited { | |||
color: #36c; | |||
} | } | ||
Aktuelle Version vom 16. Januar 2025, 00:08 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: 12px;
font-style: italic;
color: #cacaca;
}
span.mw-note:before,
p.erfasser:before {
content: "(";
margin-right: 3px;
}
span.mw-note:after,
p.erfasser:after {
content: ")";
margin-left: 3px;
}
p.erfasser {
font-size: 12px;
font-style: italic;
}
a:visited {
color: #36c;
}