MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Alrik
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
padding-left: 5px; | padding-left: 5px; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
} | |||
.test-target a:hover{ | |||
text-decoration: none; | |||
} | |||
.test-target a:link{ | |||
text-decoration: none; | |||
} | |||
.test-target a:visited{ | |||
text-decoration: none; | |||
} | |||
.test-target a:active{ | |||
text-decoration: none; | |||
} | } | ||
Version vom 3. September 2022, 15:04 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .test-target a::after{ content: "Alrik"; font-size: 30px; vertical-align: middle; padding-left: 5px; font-variant: small-caps; } .test-target a:hover{ text-decoration: none; } .test-target a:link{ text-decoration: none; } .test-target a:visited{ text-decoration: none; } .test-target a:active{ text-decoration: none; } body p { hyphens: auto; } .infobox { float: right; clear: right; color: black; font-size: 88%; line-height: 1.5em; margin: 0 0 1em 1em; } .infoheader { background-color: #9dbabf; } th { text-align: center; } .mw-content-ltr ul+p, .mw-content-ltr ol+p { margin-top: 1rem; } .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; }