MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Alrik
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 12: | Zeile 12: | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | |||
header.mw-header { | |||
position:sticky; | |||
top:0; | |||
} | } | ||
Version vom 29. August 2022, 13:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em; } header.mw-header { position:sticky; top:0; } .mw-content-container, .mw-article-toolbar-container { max-width: 100% } .infoheader { background-color: #d8d9da; } .float-right { clear: right; float: right; margin: 1em 0 1em 1em; } .table-wrapper { overflow: auto; } .illusory-script { opacity:0; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select: none; } .beispiel { border: 1px solid #a2a9b1; margin-top: 0.5em; margin-bottom: 0.5em; } .beispiel .mw-collapsible-toggle { padding-right: 3px; } .beispielheader { background-color: #eaecf0; padding-left: 3px; margin: 2px; } .beispielbody p { padding: 5px; } .beispielbody p { margin: 0; }