MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 108: | Zeile 108: | ||
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */ | /* Automatisches Verschmelzen, funktioniert nicht im IE 6 */ | ||
div.NavFrame + div.NavFrame { | div.NavFrame + div.NavFrame { margin-top: -1px; } | ||
div.NavPic { float: left; padding: 2px; } | |||
} | div.NavHead { /* background: #efefef; */ font-weight: bold; } | ||
div.NavPic { | |||
} | |||
div.NavHead { | |||
/* | |||
} | |||
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */ | /* Redundant zu .visualClear in shared.css und IE60Fixes.css */ | ||
div.NavEnd { | div.NavEnd { display: none; /* broken */ } | ||
div.NavFrame:after { clear: both; content: ""; display: block; } | |||
} | |||
div.NavFrame:after { | |||
} | |||
/* Default skin for navigation boxes */ | /* Default skin for navigation boxes */ | ||
| Zeile 157: | Zeile 143: | ||
padding-right: 1em; | padding-right: 1em; | ||
} | } | ||
.navbox, .navbox-subgroup { | .navbox, .navbox-subgroup { background: #fdfdfd; } | ||
.navbox-list { border-color: #fdfdfd; } | |||
} | .navbox-title, table.navbox th { background: #e6e6fa; } | ||
.navbox-list { | .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: #ddddff; } | ||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: #e6e6ff; } | |||
} | .navbox-even { background: #f7f7f7; } | ||
.navbox-title, | .navbox-odd { background: transparent; } | ||
table.navbox th { | |||
} | |||
.navbox-abovebelow, | |||
.navbox-group, | |||
.navbox-subgroup .navbox-title { | |||
} | |||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | |||
} | |||
.navbox-even { | |||
} | |||
.navbox-odd { | |||
} | |||
.collapseButton { /* 'show'/'hide' buttons created dynamically */ | .collapseButton { /* 'show'/'hide' buttons created dynamically */ | ||
| Zeile 188: | Zeile 157: | ||
width: auto; | width: auto; | ||
} | } | ||
.navbox .collapseButton { | .navbox .collapseButton { width: 6em; } | ||
} | |||
.navbar { /* Navbox template links */ | .navbar { /* Navbox template links */ | ||
| Zeile 196: | Zeile 163: | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.navbox .navbar { | .navbox .navbar { font-size: 100%; } | ||
} | |||
/* Entfernt underlines von bestimmten Links */ | /* Entfernt underlines von bestimmten Links */ | ||
.nounderlines a, | .nounderlines a, .IPA a:link, .IPA a:visited { text-decoration: none; } | ||
.IPA a:link, .IPA a:visited { | |||
} | |||
/* Standard-Navigationsleisten (dewiki) */ | |||
/* Standard-Navigationsleisten | |||
div.NavFrame { | div.NavFrame { | ||
margin: 0; | margin: 0; | ||
| Zeile 223: | Zeile 181: | ||
border-top-style: hidden; | border-top-style: hidden; | ||
} | } | ||
div.NavPic { | div.NavPic { background-color: #fff; margin: 0; padding: 2px; float: left; } | ||
div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position: relative; } | |||
} | |||
div.NavFrame div.NavHead { | |||
} | |||
div.NavFrame p, | div.NavFrame p, | ||
div.NavFrame div.NavContent, | div.NavFrame div.NavContent, | ||
div.NavFrame div.NavContent p { | div.NavFrame div.NavContent p { font-size: 100%; } | ||
div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } | |||
} | a.NavToggle { position: absolute; top: 0; right: 3px; font-weight: normal; font-size: 90%; } | ||
div.NavEnd { | |||
} | |||
a.NavToggle { | |||
} | |||
/* [[Vorlage:NaviBlock]] */ | /* [[Vorlage:NaviBlock]] */ | ||
| Zeile 288: | Zeile 221: | ||
color: #000000; | color: #000000; | ||
} | } | ||
/* New */ | /* New */ | ||
cite, dfn { font-style: inherit; } | |||
cite, dfn { | q { quotes: '"' '"' "'" "'"; } | ||
blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; } | |||
} | strong.selflink { font-weight: 700; } | ||
small { font-size: 85%; } | |||
.mw-body sub, .mw-body sup, span.reference { font-size: 80%; } | |||
q { | .ns-talk .mw-body-content dd { margin-top:0.4em; margin-bottom:0.4em; } | ||
} | |||
blockquote { | |||
} | |||
strong.selflink { | |||
} | |||
small { | |||
} | |||
.mw-body sub, | |||
.mw-body sup, | |||
span.reference | |||
} | |||
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;} | |||
/* Main page fixes */ | /* Main page fixes */ | ||
#interwiki-completelist { | #interwiki-completelist { font-weight: bold; } | ||
} | |||
body.page-Main_Page #ca-delete, | body.page-Main_Page #ca-delete, | ||
body.page-Main_Page #ca-move { | body.page-Main_Page #ca-move { display: none !important; } | ||
body.page-Main_Page #mp-topbanner { clear: both; } | |||
} | |||
body.page-Main_Page #mp-topbanner { | |||
} | |||
/* Reduce page jumps | /* Reduce page jumps */ | ||
.client-js .mw-special-Watchlist #watchlist-message, | .client-js .mw-special-Watchlist #watchlist-message, | ||
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) { | .client-js .collapsible.collapsed > tbody > tr:not(:first-child) { display: none; } | ||
} | |||
span.updatedmarker { background-color: transparent; color: #006400; } | |||
span.updatedmarker { | #toolbar { height: 22px; margin-bottom: 6px; } | ||
#editpage-specialchars { display: none; } | |||
} | |||
body.action-info :target, .citation:target { background-color: rgba(0,127,255,0.133); } | |||
.citation { word-wrap: break-word; } | |||
@media screen, handheld { .citation .printonly { display: none; } } | |||
} | |||
/* | /* Reflist sizes */ | ||
ol.references, div.reflist, div.refbegin { font-size: 100%; margin-bottom: 0.5em; } | |||
div.refbegin-100 { font-size: 80%; } | |||
} | div.reflist ol.references { font-size: 80%; margin-bottom: 0; list-style-type: inherit; } | ||
sup.reference { font-weight: normal; font-style: normal; } | |||
span.brokenref { display: none; } | |||
/* | /* Columns helper */ | ||
div.columns { margin-top: 0.3em; } | |||
. | div.columns dl, div.columns ol, div.columns ul { margin-top: 0; } | ||
.nocolbreak, div.columns li, div.columns dd dd { | |||
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; | |||
} | } | ||
/* | /* Flowlist */ | ||
.flowlist ul { overflow-x: hidden; margin-left: 0; padding-left: 1.6em; } | |||
.flowlist ol { overflow-x: hidden; margin-left: 0; padding-left: 3.2em; } | |||
.flowlist dl { overflow-x: hidden; } | |||
.flowlist ul { | |||
} | |||
.flowlist ol { | |||
} | |||
.flowlist dl { | |||
} | |||
/* | /* Horizontal lists */ | ||
.hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } | |||
.hlist dd, .hlist dt, .hlist li { margin: 0; display: inline; } | |||
.hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, | |||
.hlist dl, | |||
.hlist ol, | |||
.hlist ul { | |||
} | |||
.hlist dd, | |||
.hlist dt, | |||
.hlist li { | |||
} | |||
.hlist.inline, | |||
.hlist.inline dl, | |||
.hlist.inline ol, | |||
.hlist.inline ul, | |||
.hlist dl dl, .hlist dl ol, .hlist dl ul, | .hlist dl dl, .hlist dl ol, .hlist dl ul, | ||
.hlist ol dl, .hlist ol ol, .hlist ol ul, | .hlist ol dl, .hlist ol ol, .hlist ol ul, | ||
.hlist ul dl, .hlist ul ol, .hlist ul ul { | .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } | ||
.hlist .mw-empty-li { display: none; } | |||
} | .hlist dt:after { content: ": "; } | ||
.hlist dd:after, .hlist li:after { content: " · "; font-weight: bold; } | |||
.hlist .mw-empty-li { | .hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after { content: none; } | ||
.hlist ol { counter-reset: listitem; } | |||
} | .hlist ol > li { counter-increment: listitem; } | ||
.hlist ol > li:before { content: " " counter(listitem) "\a0"; } | |||
.hlist dt:after { | |||
} | |||
.hlist dd:after, | |||
.hlist li:after { | |||
} | |||
.hlist dd:last-child:after, | |||
.hlist dt:last-child:after, | |||
.hlist li:last-child:after { | |||
} | |||
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, | .hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, | ||
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, | .hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, | ||
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before { | .hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before { content: " ("; font-weight: normal; } | ||
} | |||
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, | .hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, | ||
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, | .hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, | ||
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after { | .hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after { content: ")"; font-weight: normal; } | ||
} | |||
/* Unbulleted lists */ | /* Unbulleted lists */ | ||
.plainlist ol, | .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; } | ||
.plainlist ul { | .plainlist ol li, .plainlist ul li { margin-bottom: 0; } | ||
} | |||
.plainlist ol li, | |||
.plainlist ul li { | |||
} | |||
/* | /* Navbar template */ | ||
.navbar { | .navbar { display: inline; font-size: 88%; font-weight: normal; } | ||
.navbar ul { display: inline; white-space: nowrap; } | |||
.mw-body-content .navbar ul { line-height: inherit; } | |||
.navbar li { word-spacing: -0.125em; } | |||
} | .navbar.mini li abbr[title] { font-variant: small-caps; border-bottom: none; text-decoration: none; cursor: inherit; } | ||
.navbar ul { | .infobox .navbar { font-size: 100%; } | ||
.navbox .navbar { display: block; font-size: 100%; } | |||
.navbox-title .navbar { float: left; text-align: left; margin-right: 0.5em; width: 6em; } | |||
} | |||
.mw-body-content .navbar ul { | |||
} | |||
.navbar li { | |||
} | |||
.navbar.mini li abbr[title] { | |||
} | |||
.infobox .navbar { | |||
} | |||
.navbox .navbar { | |||
} | |||
.navbox-title .navbar { | |||
} | |||
/* | /* makeCollapsible toggle */ | ||
.mw-collapsible-toggle { font-weight: normal; } | |||
/* .navbox .mw-collapsible-toggle { width: 6em; } (falls nötig) */ | |||
.mw-collapsible-toggle { | |||
/* | |||
.navbox .mw-collapsible-toggle { | |||
} | |||
/* Infobox template style */ | /* Infobox template style */ | ||
| Zeile 672: | Zeile 313: | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
color: black; | color: black; | ||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
padding: 0.2em; | padding: 0.2em; | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
font-size: 88%; | font-size: 88%; | ||
| Zeile 683: | Zeile 321: | ||
width: 22em; | width: 22em; | ||
} | } | ||
.infobox-header, | .infobox-header, | ||
.infobox-label, | .infobox-label, | ||
| Zeile 693: | Zeile 330: | ||
.infobox-image, | .infobox-image, | ||
.infobox-navbar, | .infobox-navbar, | ||
.infobox th, .infobox td { vertical-align: top; } | |||
.infobox th, | .infobox-label, .infobox-data, .infobox th, .infobox td { text-align: left; } | ||
.infobox td { | .infobox .infobox-above, .infobox .infobox-title, .infobox caption { font-size: 125%; font-weight: bold; text-align: center; } | ||
.infobox-title, .infobox caption { padding: 0.2em; } | |||
} | .infobox .infobox-header, .infobox .infobox-subheader, .infobox .infobox-image, .infobox .infobox-full-data, .infobox .infobox-below { text-align: center; } | ||
.infobox-label, | |||
.infobox-data, | |||
.infobox th, | |||
.infobox td { | |||
} | |||
.infobox .infobox-above, | |||
.infobox .infobox-title, | |||
.infobox caption { | |||
} | |||
/* Wikitable tweaks */ | |||
/* | .wikitable.plainrowheaders th[scope=row] { font-weight: normal; text-align: left; } | ||
. | .wikitable td ul, .wikitable td ol, .wikitable td dl { text-align: left; } | ||
.toc.hlist ul, #toc.hlist ul, .wikitable.hlist td ul, .wikitable.hlist td ol, .wikitable.hlist td dl { text-align: inherit; } | |||
} | |||
/* | /* Media list / gallery */ | ||
. | div.listenlist { background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat 0 0 transparent; background-size: 30px; padding-left: 40px; } | ||
. | table.mw-hiero-table td { vertical-align: middle; } | ||
. | div.medialist { min-height: 50px; margin: 1em; background-position: top left; background-repeat: no-repeat; } | ||
. | div.medialist ul { list-style-type: none; margin: 0; } | ||
. | div.medialist ul li { padding-bottom: 0.5em; } | ||
div.medialist ul li li { font-size: 91%; padding-bottom: 0; } | |||
} | |||
/* | /* External link icon for PDFs */ | ||
div#content a[href$=".pdf"].external, | div#content a[href$=".pdf"].external, | ||
div#content a[href*=".pdf?"].external, | div#content a[href*=".pdf?"].external, | ||
div#content a[href*=".pdf#"].external, | div#content a[href*=".pdf#"].external, | ||
div#mw_content a[href$=".pdf"].external, | |||
div#mw_content a[href*=".pdf?"].external, | |||
div#mw_content a[href*=".pdf#"].external, | |||
div#content a[href$=".PDF"].external, | div#content a[href$=".PDF"].external, | ||
div#content a[href*=".PDF?"].external, | div#content a[href*=".PDF?"].external, | ||
div#content a[href*=".PDF#"].external, | div#content a[href*=".PDF#"].external, | ||
div#mw_content a[href$=".PDF"].external, | div#mw_content a[href$=".PDF"].external, | ||
div#mw_content a[href*=".PDF?"].external, | div#mw_content a[href*=".PDF?"].external, | ||
div#mw_content a[href*=".PDF#"].external { | div#mw_content a[href*=".PDF#"].external { | ||
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right; | background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right; | ||
padding-right: 18px; | padding-right: 18px; | ||
} | } | ||
/* | /* Columns helper for Template:Columns */ | ||
div.columns-2 div.column { | div.columns-2 div.column { float: left; width: 50%; min-width: 300px; } | ||
div.columns-3 div.column { float: left; width: 33.3%; min-width: 200px; } | |||
div.columns-4 div.column { float: left; width: 25%; min-width: 150px; } | |||
div.columns-5 div.column { float: left; width: 20%; min-width: 120px; } | |||
} | |||
div.columns-3 div.column { | |||
} | |||
div.columns-4 div.column { | |||
} | |||
div.columns-5 div.column { | |||
} | |||
/* | /* Message boxes */ | ||
.messagebox { border: 1px solid #a2a9b1; background-color: #f8f9fa; width: 80%; margin: 0 auto 1em; padding: .2em; } | |||
.messagebox.merge { border: 1px solid #c0b8cc; background-color: #f0e5ff; text-align: center; } | |||
.messagebox.cleanup { border: 1px solid #9f9fff; background-color: #efefff; text-align: center; } | |||
.messagebox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; margin: 4px auto; } | |||
.mbox-inside .standard-talk, .messagebox.nested-talk { border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 0; padding: 2px; } | |||
} | .messagebox.small, .messagebox.small-talk { width: 238px; font-size: 85%; float: right; clear: both; margin: 0 0 1em 1em; line-height: 1.25em; } | ||
. | .messagebox.small-talk { background: #F8EABA; } | ||
th.mbox-text, td.mbox-text { border: none; padding: 0.25em 0.9em; width: 100%; } | |||
td.mbox-image { border: none; padding: 2px 0 2px 0.9em; text-align: center; } | |||
} | td.mbox-imageright { border: none; padding: 2px 0.9em 2px 0; text-align: center; } | ||
.mbox- | td.mbox-empty-cell { border: none; padding: 0; width: 1px; } | ||
} | |||
table. | /* Article message box (ambox) */ | ||
table.ambox { margin: 0 10%; border: 1px solid #a2a9b1; border-left: 10px solid #36c; background: #fbfbfb; } | |||
} | table.ambox + table.ambox { margin-top: -1px; } | ||
table. | .ambox th.mbox-text, .ambox td.mbox-text { padding: 0.25em 0.5em; } | ||
.ambox td.mbox-image { padding: 2px 0 2px 0.5em; } | |||
table.ambox-speedy { border-left: 10px solid #b32424; background: #fee7e6; } | |||
} | table.ambox-delete { border-left: 10px solid #b32424; } | ||
table. | table.ambox-content { border-left: 10px solid #f28500; } | ||
table.ambox-style { border-left: 10px solid #fc3; } | |||
} | table.ambox-move { border-left: 10px solid #9932cc; } | ||
table. | table.ambox-protection { border-left: 10px solid #a2a9b1; } | ||
} | |||
table. | |||
} | |||
table. | |||
} | |||
table. | |||
} | |||
/* | /* Image message box (imbox) */ | ||
table. | table.imbox { margin: 4px 10%; border-collapse: collapse; border: 3px solid #36c; background: #fbfbfb; } | ||
.imbox .mbox-text .imbox { margin: 0 -0.5em; display: block; } | |||
.mbox-inside .imbox { margin: 4px; } | |||
table.imbox-speedy { border: 3px solid #b32424; background: #fee7e6; } | |||
table.imbox-delete { border: 3px solid #b32424; } | |||
} | table.imbox-content { border: 3px solid #f28500; } | ||
table.imbox-style { border: 3px solid #fc3; } | |||
table.imbox-move { border: 3px solid #9932cc; } | |||
table.imbox-protection { border: 3px solid #a2a9b1; } | |||
table.imbox-license { border: 3px solid #88a; background: #f7f8ff; } | |||
table.imbox-featured { border: 3px solid #cba135; } | |||
table.cmbox-notice { | /* Category message box (cmbox) */ | ||
table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; background: #DFE8FF; } | |||
} | table.cmbox-notice { background: #D8E8FF; } | ||
table.cmbox-speedy { | table.cmbox-speedy { margin: 4px 10%; border: 4px solid #b32424; background: #FFDBDB; } | ||
table.cmbox-delete { background: #FFDBDB; } | |||
table.cmbox-content { background: #FFE7CE; } | |||
table.cmbox-style { background: #FFF9DB; } | |||
table.cmbox-move { background: #E4D8FF; } | |||
} | table.cmbox-protection { background: #EFEFE1; } | ||
table.cmbox-delete { | |||
} | |||
table.cmbox-content { | |||
} | |||
table.cmbox-style { | |||
} | |||
table.cmbox-move { | |||
} | |||
table.cmbox-protection { | |||
} | |||
/* Other pages message box | /* Other pages message box (ombox) */ | ||
table.ombox { | table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; background: #f8f9fa; } | ||
table.ombox-speedy { border: 2px solid #b32424; background: #fee7e6; } | |||
table.ombox-content { border: 1px solid #f28500; } | |||
table.ombox-style { border: 1px solid #fc3; } | |||
table.ombox-move { border: 1px solid #9932cc; } | |||
} | table.ombox-protection { border: 2px solid #a2a9b1; } | ||
table. | /* Talk page message box (tmbox) */ | ||
table.tmbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; background: #f8eaba; } | |||
} | .mediawiki .mbox-inside .tmbox { margin: 2px 0; width: 100%; } | ||
table. | .mbox-inside .tmbox.mbox-small { line-height: 1.5em; font-size: 100%; } | ||
table.tmbox-speedy { border: 2px solid #b32424; background: #fee7e6; } | |||
table.tmbox-delete { border: 2px solid #b32424; } | |||
} | table.tmbox-content { border: 2px solid #f28500; } | ||
table. | table.tmbox-style { border: 2px solid #fc3; } | ||
table.tmbox-move { border: 2px solid #9932cc; } | |||
} | table.tmbox-protection, table.tmbox-notice { border: 1px solid #c0c090; } | ||
table. | |||
} | |||
table. | |||
} | |||
table. | |||
} | |||
table. | |||
} | |||
/* | /* Disambig box */ | ||
table. | table.dmbox { clear: both; margin: 0.9em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent; } | ||
} | |||
/* Footer/header message box (fmbox) */ | |||
table.fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #a2a9b1; background: #f8f9fa; } | |||
table.fmbox-system { background: #f8f9fa; } | |||
table.fmbox-warning { border: 1px solid #bb7070; background: #ffdbdb; } | |||
table.fmbox-editnotice { background: transparent; } | |||
table.fmbox { | |||
} | |||
table.fmbox-system { | |||
} | |||
table.fmbox-warning { | |||
} | |||
table.fmbox-editnotice { | |||
} | |||
div.mw-warning-with-logexcerpt, | div.mw-warning-with-logexcerpt, | ||
div.mw-lag-warn-high, | div.mw-lag-warn-high, | ||
| Zeile 1.155: | Zeile 453: | ||
div.titleblacklist-warning, | div.titleblacklist-warning, | ||
div.locked-warning { | div.locked-warning { | ||
clear: both; | clear: both; margin: 0.2em 0; border: 1px solid #bb7070; background: #ffdbdb; padding: 0.25em 0.9em; | ||
} | } | ||
div.mw-lag-warn-normal, div.fmbox-system { | |||
clear: both; margin: 0.2em 0; border: 1px solid #a2a9b1; background: #f8f9fa; padding: 0.25em 0.9em; | |||
div.mw-lag-warn-normal, | |||
div.fmbox-system { | |||
clear: both; | |||
} | } | ||
/* | /* Small variants */ | ||
html body.mediawiki .mbox-small { | |||
clear: right; float: right; margin: 4px 0 4px 1em; box-sizing: border-box; | |||
html body.mediawiki .mbox-small { | width: 238px; font-size: 88%; line-height: 1.25em; | ||
clear: right; | |||
width: 238px; | |||
} | } | ||
html body.mediawiki .mbox-small-left { | html body.mediawiki .mbox-small-left { | ||
margin: 4px 1em 4px 0; box-sizing: border-box; overflow: hidden; | |||
margin: 4px 1em 4px 0; | width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; | ||
width: 238px; | |||
} | } | ||
/* | /* Compact ambox */ | ||
.compact-ambox table .mbox-image, | .compact-ambox table .mbox-image, | ||
.compact-ambox table .mbox-imageright, | .compact-ambox table .mbox-imageright, | ||
.compact-ambox table .mbox-empty-cell { | .compact-ambox table .mbox-empty-cell { display: none; } | ||
} | |||
.compact-ambox table.ambox { | .compact-ambox table.ambox { | ||
border: none; | border: none; border-collapse: collapse; background: transparent; | ||
margin: 0 0 0 1.6em !important; padding: 0 !important; width: auto; display: block; | |||
margin: 0 0 0 1.6em !important; | |||
} | } | ||
body.mediawiki .compact-ambox table.mbox-small-left { font-size: 100%; width: auto; margin: 0; } | |||
.compact-ambox table .mbox-text { padding: 0 !important; margin: 0 !important; } | |||
.compact-ambox table .mbox-text-span { | .compact-ambox table .mbox-text-span { | ||
display: list-item; | display: list-item; line-height: 1.5em; list-style-type: square; | ||
list-style-image: url(/w/skins/MonoBook/bullet.gif); | list-style-image: url(/w/skins/MonoBook/bullet.gif); | ||
} | } | ||
| Zeile 1.236: | Zeile 488: | ||
list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9; | list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9; | ||
} | } | ||
.compact-ambox .hide-when-compact { display: none; } | |||
.compact-ambox .hide-when-compact { | |||
} | |||
/* | /* Noarticletext */ | ||
. | div.noarticletext { border: none; background: transparent; padding: 0; } | ||
} | |||
/* | /* A11y helpers & misc */ | ||
#wpSave { | .visualhide { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } | ||
#wpSave { font-weight: bold; } | |||
} | .hiddenStructure { display: inline !important; color: #f00; background-color: #0f0; } | ||
.check-icon a.new { display: none; speak: none; } | |||
.nounderlines a, .IPA a:link, .IPA a:visited { text-decoration: none !important; } | |||
. | |||
} | |||
/* Standard Navigationsleisten (nochmals für Kompat.) */ | |||
div.NavFrame { margin: 0; padding: 4px; border: 1px solid #a2a9b1; text-align: center; border-collapse: collapse; font-size: 95%; } | |||
div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } | |||
div.NavPic { background-color: #fff; margin: 0; padding: 2px; float: left; } | |||
div.NavFrame div.NavHead { line-height: 1.6em; font-weight: bold; background-color: #ccf; position: relative; } | |||
div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p { font-size: 100%; } | |||
div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } | |||
a.NavToggle { position: absolute; top: 0; right: 3px; font-weight: normal; font-size: 90%; } | |||
/* Standard Navigationsleisten | |||
div.NavFrame { | |||
} | |||
div.NavFrame + div.NavFrame { | |||
} | |||
div.NavPic { | |||
} | |||
div.NavFrame div.NavHead { | |||
} | |||
div.NavFrame p, | |||
div.NavFrame div.NavContent, | |||
div.NavFrame div.NavContent p { | |||
} | |||
div.NavEnd { | |||
} | |||
a.NavToggle { | |||
} | |||
/* Hatnotes | /* Hatnotes */ | ||
.hatnote { | .hatnote { font-style: italic; } | ||
.hatnote i { font-style: normal; } | |||
} | div.hatnote { padding-left: 1.6em; margin-bottom: 0.5em; } | ||
.hatnote i { | div.hatnote + div.hatnote { margin-top: -0.5em; } | ||
} | |||
div.hatnote { | |||
} | |||
div.hatnote + div.hatnote { | |||
} | |||
/* | /* Listify */ | ||
.listify td | .listify td { display: list-item; } | ||
.listify tr | .listify tr { display: block; } | ||
.listify table { display: block; } | .listify table { display: block; } | ||
/* | /* Geo microformat defaults */ | ||
.geo-default, .geo-dms, .geo-dec { display: inline; } | .geo-default, .geo-dms, .geo-dec { display: inline; } | ||
.geo-nondefault, .geo-multi-punct { display: none; } | .geo-nondefault, .geo-multi-punct { display: none; } | ||
.longitude, .latitude { white-space: nowrap; } | .longitude, .latitude { white-space: nowrap; } | ||
/* | /* TOC tweaks */ | ||
.hlist .tocnumber, | .hlist .tocnumber, .hlist .toctext { display: inline; } | ||
.hlist .toctext { | .nonumtoc .tocnumber { display: none; } | ||
.nonumtoc #toc ul, .nonumtoc .toc ul { line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0; } | |||
} | .hlist.nonumtoc #toc ul ul, .hlist.nonumtoc .toc ul ul { margin: 0; } | ||
.nonumtoc .tocnumber { | |||
} | |||
.nonumtoc #toc ul, | |||
.nonumtoc .toc ul { | |||
} | |||
.hlist.nonumtoc #toc ul ul, | |||
.hlist.nonumtoc .toc ul ul { | |||
} | |||
/* | /* TOC level limit */ | ||
.toclimit-2 .toclevel-1 ul, | .toclimit-2 .toclevel-1 ul, | ||
.toclimit-3 .toclevel-2 ul, | .toclimit-3 .toclevel-2 ul, | ||
| Zeile 1.392: | Zeile 538: | ||
.toclimit-5 .toclevel-4 ul, | .toclimit-5 .toclevel-4 ul, | ||
.toclimit-6 .toclevel-5 ul, | .toclimit-6 .toclevel-5 ul, | ||
.toclimit-7 .toclevel-6 ul { | .toclimit-7 .toclevel-6 ul { display: none; } | ||
} | |||
/* | /* Template:Quote */ | ||
blockquote.templatequote div.templatequotecite { | blockquote.templatequote div.templatequotecite { | ||
line-height: 1.5em; | line-height: 1.5em; text-align: left; padding-left: 1.6em; margin-top: 0; | ||
} | } | ||
/* User block | /* User block */ | ||
div.user-block { | div.user-block { | ||
padding: 5px; | padding: 5px; margin-bottom: 0.5em; border: 1px solid #A9A9A9; background-color: #FFEFD5; | ||
} | } | ||
/* | /* No-wrap helpers */ | ||
.nowrap, .nowraplinks a, .nowraplinks .selflink, sup.reference a { white-space: nowrap; } | |||
.nowrap pre { white-space: pre; } | |||
.wrap, .wraplinks a { white-space: normal; } | |||
.nowrap, | |||
.nowraplinks a, | |||
.nowraplinks .selflink, | |||
sup.reference a { | |||
} | |||
.nowrap pre { | |||
} | |||
.wrap, | |||
.wraplinks a { | |||
} | |||
/* | /* Template documentation box */ | ||
.template-documentation { | .template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #a2a9b1; background-color: #ecfcf4; padding: 1em; } | ||
} | |||
/* | /* Upload box height */ | ||
#wpUploadDescription { | #wpUploadDescription { height: 13em; } | ||
} | |||
/* Minimum thumb width */ | /* Minimum thumb width */ | ||
.thumbinner { | .thumbinner { min-width: 100px; } | ||
} | |||
/* | /* Gallery backgrounds */ | ||
div#content .gallerybox div.thumb { | div#content .gallerybox div.thumb { background-color: #f8f9fa; } | ||
.gallerybox .thumb img { background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat; } | |||
.ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img { background: #fff; } | |||
} | |||
.gallerybox .thumb img { | |||
} | |||
.ns-0 .gallerybox .thumb img, | |||
.ns-2 .gallerybox .thumb img, | |||
.ns-100 .gallerybox .thumb img, | |||
.nochecker .gallerybox .thumb img { | |||
} | |||
/* Prevent | /* Prevent floats overlapping certain sections */ | ||
#mw-subcategories, #mw-pages, #mw-category-media, #filehistory, #wikiPreview, #wikiDiff { clear: both; } | |||
#mw-subcategories, #mw-pages, #mw-category-media, | |||
#filehistory, #wikiPreview, #wikiDiff { | |||
} | |||
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback { | body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback { | ||
display: block; | display: block; margin-bottom: 1em; clear: right; float: right; | ||
} | } | ||
/* | /* WPB headers */ | ||
.wpb .wpb-header | .wpb .wpb-header { display: none; } | ||
.wpbs-inner .wpb .wpb-header { display: table-row; } | |||
.wpbs-inner .wpb .wpb-header { display: table-row; } | .wpbs-inner .wpb-outside { display: none; } | ||
.wpbs-inner .wpb-outside | |||
/* | /* AbuseFilter tags */ | ||
.mw-tag-markers { | .mw-tag-markers { font-style:italic; font-size:90%; } | ||
} | |||
/* Hide stuff | /* Hide stuff for special perms (made visible in group CSS) */ | ||
.sysop-show, .accountcreator-show, .templateeditor-show, .extendedmover-show, .autoconfirmed-show, .user-show { display: none; } | |||
.sysop-show, | |||
.accountcreator-show, | |||
.templateeditor-show, | |||
.extendedmover-show, | |||
.autoconfirmed-show, | |||
.user-show { | |||
} | |||
/* | /* VE editnotices readability */ | ||
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink { display: none !important; } | |||
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink { | |||
} | |||
/* | /* Permissions error list bullets */ | ||
ul.permissions-errors > li { | ul.permissions-errors > li { list-style: none; } | ||
ul.permissions-errors { margin: 0; } | |||
} | |||
ul.permissions-errors { | |||
} | |||
/* | /* Login labels nowrap */ | ||
body.page-Special_UserLogin .mw-label label, | body.page-Special_UserLogin .mw-label label, | ||
body.page-Special_UserLogin_signup .mw-label label { | body.page-Special_UserLogin_signup .mw-label label { white-space: nowrap; } | ||
} | |||
/* Pie chart | /* Pie chart transparent borders */ | ||
.transborder { | .transborder { border: solid transparent; } | ||
} | |||
/* | /* Math & digits */ | ||
.times-serif, | .times-serif, span.texhtml { font-family: "Nimbus Roman No9 L","Times New Roman",Times,serif; font-size: 118%; line-height: 1; } | ||
span.texhtml { | span.texhtml { white-space: nowrap; } | ||
span.texhtml span.texhtml { font-size: 100%; } | |||
span.mwe-math-mathml-inline { font-size: 118%; } | |||
.digits, .texhtml { | |||
} | -moz-font-feature-settings: "lnum","tnum","kern" 0; | ||
span.texhtml { | -webkit-font-feature-settings: "lnum","tnum","kern" 0; | ||
font-feature-settings: "lnum","tnum","kern" 0; | |||
} | |||
span.texhtml span.texhtml { | |||
} | |||
span.mwe-math-mathml-inline { | |||
} | |||
.digits, | |||
.texhtml { | |||
-moz-font-feature-settings: "lnum", "tnum", "kern" 0; | |||
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0; | |||
font-feature-settings: "lnum", "tnum", "kern" 0; | |||
font-variant-numeric: lining-nums tabular-nums; | font-variant-numeric: lining-nums tabular-nums; | ||
font-kerning: none; | font-kerning: none; | ||
} | } | ||
.mwe-math-fallback-image-display, .mwe-math-mathml-display { | |||
.mwe-math-fallback-image-display, | |||
.mwe-math-mathml-display { | |||
margin-left: 1.6em !important; | margin-left: 1.6em !important; | ||
margin-top: 0.6em; | margin-top: 0.6em; margin-bottom: 0.6em; | ||
} | } | ||
.mwe-math-mathml-display math { display: inline; } | |||
/* | /* Prefix index tables */ | ||
table#mw-prefixindex-list-table, | table#mw-prefixindex-list-table, table#mw-prefixindex-nav-table { width: 98%; } | ||
table#mw-prefixindex-nav-table { | |||
} | |||
/* | /* Portals 2-Spalten / mobil einkolumnig */ | ||
.portal-column-left { float: left; width: 50%; } | |||
.portal-column-right { float: right; width: 49%; } | |||
.portal-column-left { | .portal-column-left-wide { float: left; width: 60%; } | ||
.portal-column-right-narrow { float: right; width: 39%; } | |||
.portal-column-left-extra-wide { float: left; width: 70%; } | |||
} | .portal-column-right-extra-narrow { float: right; width: 29%; } | ||
.portal-column-right { | |||
} | |||
.portal-column-left-wide { | |||
} | |||
.portal-column-right-narrow { | |||
} | |||
.portal-column-left-extra-wide { | |||
} | |||
.portal-column-right-extra-narrow { | |||
} | |||
@media only screen and (max-width: 800px) { | @media only screen and (max-width: 800px) { | ||
.portal-column-left, | .portal-column-left, | ||
.portal-column-right, | .portal-column-right, | ||
| Zeile 1.619: | Zeile 635: | ||
.portal-column-right-narrow, | .portal-column-right-narrow, | ||
.portal-column-left-extra-wide, | .portal-column-left-extra-wide, | ||
.portal-column-right-extra-narrow { | .portal-column-right-extra-narrow { float: inherit; width: inherit; } | ||
} | } | ||
/* | /* Letterhead block */ | ||
#bodyContent .letterhead { | #bodyContent .letterhead { | ||
background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png'); | background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png'); | ||
| Zeile 1.634: | Zeile 647: | ||
/* Tree style lists */ | /* Tree style lists */ | ||
.treeview ul { | .treeview ul { padding: 0; margin: 0; } | ||
.treeview li { padding: 0; margin: 0; list-style-type: none; list-style-image: none; } | |||
} | |||
.treeview li { | |||
} | |||
.treeview li li { | .treeview li li { | ||
background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px; | background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px; | ||
padding-left: 20px; text-indent: 0.3em; | |||
padding-left: 20px; | |||
} | } | ||
.treeview li li.lastline { background-position: 0 -5971px } | |||
.treeview li.emptyline > ul { margin-left: -1px; } | |||
.treeview li.emptyline > ul > li:first-child { background-position: 0 9px } | |||
/* hidden sortkey | /* hidden sortkey */ | ||
td .sortkey, | td .sortkey, th .sortkey { display: none; speak: none; } | ||
th .sortkey { | |||
} | |||
/* | /* Hide checkboxes in <inputbox> */ | ||
.inputbox-hidecheckboxes form .inputbox-element, | .inputbox-hidecheckboxes form .inputbox-element, | ||
.inputbox-hidecheckboxes .mw-ui-checkbox { | .inputbox-hidecheckboxes .mw-ui-checkbox { display: none !important; } | ||
} | |||
/* | /* Kaltura attribution */ | ||
.k-player .k-attribution { | .k-player .k-attribution { visibility: hidden; } | ||
} | |||
/* | /* Video play button bottom-left */ | ||
.PopUpMediaTransform a .play-btn-large { | .PopUpMediaTransform a .play-btn-large { margin: 0; top: auto; right: auto; bottom: 0; left: 0; } | ||
/* | /* VE editnotices readability */ | ||
.mw-ve-editNotice .mbox-image { display: none; } | |||
/* Tagline sichtbar (außer auf Hauptseite) */ | |||
#siteSub { display: block; } | |||
body.page-Hauptseite.action-view #siteSub, | body.page-Hauptseite.action-view #siteSub, | ||
body.page-Hauptseite.action-submit #siteSub { | body.page-Hauptseite.action-submit #siteSub { display: none; } | ||
} | |||
/* Hide FlaggedRevs notice UI when there are no pending changes */ | /* Hide FlaggedRevs notice UI when there are no pending changes */ | ||
.flaggedrevs_draft_synced, | .flaggedrevs_draft_synced, .flaggedrevs_stable_synced { display: none; } | ||
.flaggedrevs_stable_synced { | |||
} | |||
/* Main Page layout helpers */ | |||
@media (max-width: 875px) { | @media (max-width: 875px) { | ||
#mp-tfp table, #mp-tfp tr, #mp-tfp td, #mp-tfp tbody { display: block !important; width: 100% !important; box-sizing: border-box; } | |||
#mp-tfp tr:first-child td:first-child a { text-align: center; display: table; margin: 0 auto; } | |||
#mp-tfp table, | |||
#mp-tfp tr:first-child td:first-child a { | |||
} | } | ||
@media (min-width: 875px) { | @media (min-width: 875px) { | ||
#mp-upper { | #mp-upper { display: flex; } | ||
#mp-left { flex: 1 1 50%; margin-right: 2px; } | |||
#mp-right { flex: 1 1 50%; margin-left: 2px; } | |||
} | |||
#mp-left { | |||
/* ===== Home-Layout ===== */ | /* ===== Home-Layout ===== */ | ||
.hp-container { max-width: 1080px; margin: 0 auto; padding: 8px 12px; } | .hp-container { max-width: 1080px; margin: 0 auto; padding: 8px 12px; } | ||
.hp-section { border:1px solid #a2a9b1; background:#f8f9fa; padding:12px; margin:12px 0; border-radius:8px; } | .hp-section { border:1px solid #a2a9b1; background:#f8f9fa; padding:12px; margin:12px 0; border-radius:8px; } | ||
.hp-section > .hp-title { margin:0 0 8px 0; font-size:1.1rem; font-weight:700; } | .hp-section > .hp-title { margin:0 0 8px 0; font-size:1.1rem; font-weight:700; } | ||
.news-columns { column-count: 2; column-gap: 24px; } | .news-columns { column-count: 2; column-gap: 24px; } | ||
@media (max-width: 720px) { .news-columns { column-count: 1; } } | @media (max-width: 720px) { .news-columns { column-count: 1; } } | ||
.news-item { break-inside: avoid; display: grid; grid-template-columns: 9ch 1fr; align-items: start; gap: 12px; padding: 4px 0; } | .news-item { break-inside: avoid; display: grid; grid-template-columns: 9ch 1fr; align-items: start; gap: 12px; padding: 4px 0; } | ||
.news-item .date { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; color:#555; white-space:nowrap; } | .news-item .date { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; color:#555; white-space:nowrap; } | ||
.news-item .text { } | .news-item .text { } | ||
.hp-two { display:grid; grid-template-columns: 1fr 1fr; gap:12px; } | .hp-two { display:grid; grid-template-columns: 1fr 1fr; gap:12px; } | ||
@media (max-width: 900px) { .hp-two { grid-template-columns: 1fr; } } | @media (max-width: 900px) { .hp-two { grid-template-columns: 1fr; } } | ||
.startcard { border:1px solid #a2a9b1; background:#fff; border-radius:10px; padding:10px 12px; } | .startcard { border:1px solid #a2a9b1; background:#fff; border-radius:10px; padding:10px 12px; } | ||
.startcard .startcard-title { font-weight:700; margin:0 0 6px 0; } | .startcard .startcard-title { font-weight:700; margin:0 0 6px 0; } | ||
| Zeile 1.781: | Zeile 709: | ||
.startcard .startcard-meta b { color:#444; } | .startcard .startcard-meta b { color:#444; } | ||
.startcard .startcard-more { margin-top:6px; } | .startcard .startcard-more { margin-top:6px; } | ||
.kat-links { display:flex; flex-wrap:wrap; gap:8px; } | .kat-links { display:flex; flex-wrap:wrap; gap:8px; } | ||
.kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; } | .kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; } | ||
| Zeile 1.864: | Zeile 790: | ||
align:initial !important; | align:initial !important; | ||
} | } | ||
.mw-parser-output > p:first-of-type{ | .mw-parser-output > p:first-of-type{ clear:both !important; } | ||
} | } | ||
/* === Biobox: Foto ohne Innenrahmen, wirklich volle Breite === */ | /* === Biobox: Foto ohne Innenrahmen, wirklich volle Breite === */ | ||
.mw-parser-output table.biobox .biobox-photo, | .mw-parser-output table.biobox .biobox-photo, | ||
| Zeile 1.887: | Zeile 812: | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
/* Biobox-Foto: wirklich bündig ohne Luft oben/unten */ | /* Biobox-Foto: wirklich bündig ohne Luft oben/unten */ | ||
.mw-parser-output table.biobox td.biobox-photo { | .mw-parser-output table.biobox td.biobox-photo { | ||
| Zeile 1.893: | Zeile 819: | ||
} | } | ||
/* Nochmals harte Regeln für die direkten Kinder */ | |||
.mw-parser-output table.biobox td.biobox-photo a.image, | .mw-parser-output table.biobox td.biobox-photo a.image, | ||
.mw-parser-output table.biobox td.biobox-photo img, | .mw-parser-output table.biobox td.biobox-photo img, | ||
| Zeile 1.903: | Zeile 830: | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
} | |||
/* ====== LETZTE SICHERUNGEN GEGEN „LUFT“ IN DER FOTOZELLE ====== */ | |||
/* (am Ende der Datei, damit sie garantiert gewinnen) */ | |||
.mw-parser-output table.biobox td.biobox-photo { | |||
font-size: 0 !important; /* entfernt Restabstand durch Inline-Baseline */ | |||
} | |||
.mw-parser-output table.biobox td.biobox-photo img, | |||
.mw-parser-output table.biobox td.biobox-photo .mw-file-element, | |||
.mw-parser-output table.biobox td.biobox-photo .biobox-img { | |||
vertical-align: top !important; /* falls Browser trotzdem eine Baseline nutzen will */ | |||
} | |||
/* Manche MediaWiki-Installationen rendern Bilder in <figure> oder Thumb-Hüllen */ | |||
.mw-parser-output table.biobox td.biobox-photo figure, | |||
.mw-parser-output table.biobox td.biobox-photo .thumb, | |||
.mw-parser-output table.biobox td.biobox-photo .thumbinner, | |||
.mw-parser-output table.biobox td.biobox-photo .mw-default-size { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
border: 0 !important; | |||
background: transparent !important; | |||
box-shadow: none !important; | |||
} | } | ||