MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Alrik
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(141 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* HEADER */ | |||
.p-navbar .navbar-nav .dropdown-menu > div > a:first-child:last-child::before { | |||
margin-right: 0.5rem; | |||
} | |||
.p-navbar .p-logo a::after{ | |||
content: url(https://alrik.snafu.zone/images/9/9d/Wiki-wordmark.svg); | |||
vertical-align: -1px; | |||
} | |||
/* HYPHENS */ | |||
body p { | |||
hyphens: auto; | |||
} | |||
body .toctext { | |||
display: inline; | |||
hyphens: auto; | |||
} | |||
/* INFOBOXES */ | |||
.infobox { | .infobox { | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
color: black | color: black; | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
margin: 0 0 1em 1em; | |||
} | } | ||
Zeile 21: | Zeile 35: | ||
} | } | ||
th { | .infobox th { | ||
text-align: center; | text-align: center; | ||
} | } | ||
. | .mw-content-ltr .wikitable ul, | ||
.mw-content-ltr .wikitable ol, | |||
.mw-content-ltr .wikitable p, | |||
margin: 1em 0 | .mw-content-ltr .infobox ul, | ||
.mw-content-ltr .infobox ol, | |||
.mw-content-ltr .infobox p { | |||
margin-top: 0; | |||
margin-bottom: 0; | |||
} | |||
/* LISTS */ | |||
.mw-content-ltr ul+p, | |||
.mw-content-ltr ol+p { | |||
margin-top: 1rem; | |||
} | |||
.mw-content-ltr .beispiel .beispielbody ul+p, | |||
.mw-content-ltr .beispiel .beispielbody ol+p { | |||
margin-top: 0.3em; | |||
} | |||
body dl { | |||
margin-top: 0.5em; | |||
} | |||
/* TABLES */ | |||
.wikitable { | |||
margin: 0; | |||
font-variant-numeric: tabular-nums; | |||
} | |||
caption { | |||
caption-side: top; | |||
padding-top: 0; | |||
} | |||
.reflist { | |||
margin: 1em 0; | |||
} | |||
.topalign td, | |||
.topalign th { | |||
vertical-align:top; | |||
} | } | ||
.table-wrapper { | .table-wrapper { | ||
overflow: auto; | overflow: auto; | ||
margin: 1em 0; | |||
} | } | ||
. | .blanktable { | ||
margin: 1em 0; | |||
} | } | ||
/* EXAMPLES */ | |||
.beispiel { | .beispiel { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
margin-top: | margin-top: 1em; | ||
margin | margin-bottom: 1em; | ||
} | |||
.beispielbild { | |||
float: right; | |||
clear: right; | |||
color: black; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
margin: 0 0 1em 1em; | |||
padding: 0.75rem 1rem; | |||
background-color: white; | |||
border: 1px solid #a2a9b1; | |||
} | } | ||
Zeile 59: | Zeile 122: | ||
} | } | ||
.beispielbody p { | .beispielbody p, | ||
.beispielbody .table-wrapper { | |||
padding: 5px; | padding: 5px; | ||
margin: 0; | |||
} | } | ||
. | /* FLEXITEM */ | ||
.flexitem { | |||
width: 320px; | |||
} | |||
.flexitem ol { | |||
margin-top: 0; | |||
margin-left: 1.5em; | |||
} | |||
.flexitem hr { | |||
margin: 0; | |||
} | |||
.flex { | |||
margin: 0; | margin: 0; | ||
display: flex; | |||
justify-content: flex-start; | |||
flex-wrap: wrap; | |||
} | |||
.flex + h2, | |||
.flex + .reflist, | |||
.flex > .table-wrapper { | |||
margin-top: 0; | |||
} | |||
/* MISC */ | |||
.float-right { | |||
clear: right; | |||
float: right; | |||
margin: 1em 0 1em 1em; | |||
} | |||
.illusory-script { | |||
opacity:0; | |||
-webkit-user-select:none; | |||
-moz-user-select:none; | |||
-ms-user-select:none; | |||
user-select: none; | |||
} | |||
h1 { | |||
font-variant: small-caps; | |||
} | |||
.inline-icon img { | |||
vertical-align: text-top; | |||
} | } |
Aktuelle Version vom 24. Oktober 2024, 18:44 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* HEADER */ .p-navbar .navbar-nav .dropdown-menu > div > a:first-child:last-child::before { margin-right: 0.5rem; } .p-navbar .p-logo a::after{ content: url(https://alrik.snafu.zone/images/9/9d/Wiki-wordmark.svg); vertical-align: -1px; } /* HYPHENS */ body p { hyphens: auto; } body .toctext { display: inline; hyphens: auto; } /* INFOBOXES */ .infobox { float: right; clear: right; color: black; font-size: 88%; line-height: 1.5em; margin: 0 0 1em 1em; } .infoheader { background-color: #9dbabf; } .infobox th { text-align: center; } .mw-content-ltr .wikitable ul, .mw-content-ltr .wikitable ol, .mw-content-ltr .wikitable p, .mw-content-ltr .infobox ul, .mw-content-ltr .infobox ol, .mw-content-ltr .infobox p { margin-top: 0; margin-bottom: 0; } /* LISTS */ .mw-content-ltr ul+p, .mw-content-ltr ol+p { margin-top: 1rem; } .mw-content-ltr .beispiel .beispielbody ul+p, .mw-content-ltr .beispiel .beispielbody ol+p { margin-top: 0.3em; } body dl { margin-top: 0.5em; } /* TABLES */ .wikitable { margin: 0; font-variant-numeric: tabular-nums; } caption { caption-side: top; padding-top: 0; } .reflist { margin: 1em 0; } .topalign td, .topalign th { vertical-align:top; } .table-wrapper { overflow: auto; margin: 1em 0; } .blanktable { margin: 1em 0; } /* EXAMPLES */ .beispiel { border: 1px solid #a2a9b1; margin-top: 1em; margin-bottom: 1em; } .beispielbild { float: right; clear: right; color: black; font-size: 88%; line-height: 1.5em; margin: 0 0 1em 1em; padding: 0.75rem 1rem; background-color: white; border: 1px solid #a2a9b1; } .beispiel .mw-collapsible-toggle { padding-right: 3px; } .beispielheader { background-color: #eaecf0; padding-left: 3px; margin: 2px; } .beispielbody p, .beispielbody .table-wrapper { padding: 5px; margin: 0; } /* FLEXITEM */ .flexitem { width: 320px; } .flexitem ol { margin-top: 0; margin-left: 1.5em; } .flexitem hr { margin: 0; } .flex { margin: 0; display: flex; justify-content: flex-start; flex-wrap: wrap; } .flex + h2, .flex + .reflist, .flex > .table-wrapper { margin-top: 0; } /* MISC */ .float-right { clear: right; float: right; margin: 1em 0 1em 1em; } .illusory-script { opacity:0; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select: none; } h1 { font-variant: small-caps; } .inline-icon img { vertical-align: text-top; }