MediaWiki:Common.css: Różnice pomiędzy wersjami

Z PUTwiki
Przejdź do nawigacjiPrzejdź do wyszukiwania
Nie podano opisu zmian
Nie podano opisu zmian
 
(Nie pokazano 8 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 1: Linia 1:
body {
body {
background: url("/resources/assets/zielona_sraczka_bkgrnd.png");
background-image: none!important;
}
}


.grafika > td{
text-align: center!important;
}


/**
.mw-wiki-logo{
  * Styl CSS importowany do wszystkich skórek poza mobilną. Zawiera wspólne klasy CSS.
background-size: 150px;
  *
}
* Zobacz też: [[MediaWiki:Vector-2022.css]], [[MediaWiki:Vector.css]],
/*
*  [[MediaWiki:Monobook.css]], [[MediaWiki:Timeless.css]].
  * This is the CSS common to all desktop skins on en.Wikipedia.
* Mobilne style: [[MediaWiki:Mobile.css]]
  * Styling inside .mw-parser-output should generally use TemplateStyles.
  */
  */
/* Reset italic styling set by user agent */
cite,
dfn {
font-style: inherit;
}


/**
/* Straight quote marks for <q> */
* mw-collapsed table tweaks
q {
* some tests: [[Wikipedysta:Nux/test table collapse]]
quotes: '"' '"' "'" "'";
*/
th[colspan] .mw-collapsible-toggle:before {
padding-left: .2em;
}
}
.mw-collapsed > caption {
 
width: fit-content;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
}


/**
/* Consistent size for <small>, <sub> and <sup> */
a11y
small {
*/
font-size: 85%;
/* screen reader only */
.mw-parser-output .offscreen {
  position:absolute;
  height:1px;
  width:1px;
  overflow:hidden;
  padding:0;
  border:0;
  clip:rect(1px 1px 1px 1px);
  clip:rect(1px, 1px, 1px, 1px);
}
}


/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
.mw-body-content sub,
table.topalign td, table.topalign th {
.mw-body-content sup {
vertical-align: top;
font-size: 80%;
}
}
/* analogicznie bottomalign i centeralign */
 
table.bottomalign td, table.bottomalign th {
/* Same spacing for indented and unindented paragraphs on talk pages */
vertical-align: bottom;
.ns-talk .mw-body-content dd {
}
margin-top: 0.4em;
/* analogicznie bottomalign i middlealign */
margin-bottom: 0.4em;
table.middlealign td, table.middlealign th {
vertical-align: middle;
}
}


/* Wyróżnienie klikniętego {{odn}} w celu ułatwienia nawigacji */
/* Reduce page jumps by hiding collapsed/dismissed content */
.citation:target {
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
    background-color: var(--background-color-progressive-subtle, #eaf3ff);
 
}
/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,


/* Domyślne wartości dla szablonu współrzędnych geograficznych
/* Hide charinsert base for those not using the gadget */
  Dodawane przez [[Moduł:Współrzędne]].
#editpage-specialchars {
  Nazwy klas "geo", "longitude" i "latitude" są używane w mikroformacie
  geograficznym i nie powinny być zmieniane. */
.geo-default, .geo-dms, .geo-dec {
display: inline;
}
.geo-nondefault, .geo-multi-punct {
display: none;
display: none;
}
}
.longitude, .latitude {
 
white-space: nowrap;
/* Different margin on references */
.references {
margin-bottom: 0.5em;
}
}


/* kosmetyka tagów filtru nadużyć - widoczne na OZ  */
/* Cite customizations */
@media screen {
span[ rel="mw:referencedBy" ] {
    html.skin-theme-clientpref-night .mw-tag-marker { --tag-marker-background-color: #006000; }
counter-reset: mw-ref-linkback 0;
}
}
@media screen and (prefers-color-scheme: dark) {
 
html.skin-theme-clientpref-os .mw-tag-marker { --tag-marker-background-color: #006000; }
span[ rel='mw:referencedBy' ] > a::before {
content: counter( mw-ref-linkback, lower-alpha );
font-size: 80%;
font-weight: bold;
font-style: italic;
}
}
.mw-tag-marker {
 
a[ rel="mw:referencedBy" ]::before {
font-weight: bold;
font-weight: bold;
background-color: var(--tag-marker-background-color, #f0fff0);
content: "^";
}
}
.mw-tag-marker-visualeditor,
 
.mw-tag-marker-visualeditor-switched,
span[ rel="mw:referencedBy" ]::before {
.mw-tag-marker-visualeditor-wikitext,
content: "^ ";
.mw-tag-marker-discussiontools-reply,
}
.mw-tag-marker-discussiontools-newtopic,
 
.mw-tag-marker-discussiontools-source,
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-tag-marker-discussiontools-visual,
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
.mw-tag-marker-HHVM,
.mw-tag-marker-massmessage-delivery,
.mw-tag-marker-mobile_edit,
.mw-tag-marker-mobile_app_edit,
.mw-tag-marker-mobile_web_edit,
.mw-tag-marker-advanced_mobile_edit,
.mw-tag-marker-android_app_edit,
.mw-tag-marker-ios_app_edit,
.mw-tag-marker-gettingstarted_edit,
.mw-tag-marker-bot-reviewed {
font-weight: normal;
font-weight: normal;
background-color: transparent;
padding-right: 0.2em;
padding-left: 0.2em;
}
}


/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.linksInherit a {
/* @noflip */
color: inherit;
float: left;
text-decoration: underline; /* bądźmy ludźmi i pokażmy czytelnikom, że to link */
}
}


/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
/* Lists in wikitable data cells are always left-aligned */
table.fb-tab  {
.wikitable td ul,
text-align: center;
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
}


/* [[:Kategoria:Szablony_Fb]] */
/* Change the external link icon to a PDF icon for all PDF files */
table.fb-tab0 { font-size: 100%;    }
.mw-parser-output a[href$=".pdf"].external,
table.fb-tab1 { font-size:  90%;    }
.mw-parser-output a[href*=".pdf?"].external,
table.fb-tab2 { font-size:  85%;    }
.mw-parser-output a[href*=".pdf#"].external,
table.fb-tab3 { font-size:  80%;    }
.mw-parser-output a[href$=".PDF"].external,
tr.fb-row0 { color: black; background-color: #EEE;  }
.mw-parser-output a[href*=".PDF?"].external,
tr.fb-row1 { color: black; background-color: white; }
.mw-parser-output a[href*=".PDF#"].external {
td.fb-result-none { background-color: #CCC; width: 30px; }
background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
td.fb-result-hwin { background-color: #DFE7FF; width: 30px; }
/* @noflip */
td.fb-result-gwin { background-color: #FFDFDF; width: 30px;}
padding: 8px 18px 8px 0;
td.fb-result-draw { background-color: #FFF; width: 30px;}
}


/* stała szerokosć kolumny */
/* System messages styled similarly to fmbox */
.mw-references-columns {
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
column-count: auto;
* the edit-protected notice and the special:Contribs for blocked users
column-width: 30em;
* The latter has specificity of 3 classes so we have to triple up here.
column-gap: 2em;
*/
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: var(--background-color-error-subtle, #ffdbdb);
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* Pozwala na "numerowanie" uwag kolejnymi literami alfabetu; patrz [[Szablon:Uwagi]] */
/* default colors for partial block message */
.refsection-uwagi .references,
/* gotta get over the hump introduced by the triple class above */
.refsection-uwaga .references {
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
list-style-type: lower-alpha;
border-color: #fc3;
background-color: var(--background-color-warning-subtle, #fef6e7);
}
}
/* <nowiki> Wsparcie dla {{Uwagi|=mini}} (uwagi do tabelek itp.) </nowiki> */
 
.refsection-mini .references {
/* Minimum thumb width */
list-style-type: lower-roman;
@media (min-width: 640px) {
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
min-width: 100px;
}
}
}
.refsection-mini .mw-cite-backlink {
 
display:none;
/* Prevent floating boxes from overlapping any category listings,
  file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
}


/* Miniprzypisy dla [[Szablon:Infobox uwaga]] i kolegów */
/* Hide stuff meant for accounts with special permissions. Made visible again in
.refsection-infobox .references {
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
list-style-type: lower-alpha;
  [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
list-style-position: inside;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
margin-left: 0;
  [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Nie łamiemy linii w głupich miejscach */
/* Hide the redlink generated by {{Editnotice}},
.nowraplinks a {
  this overrides the ".sysop-show { display: none; }" above that applies
white-space: nowrap;
  to the same link as well. See [[phab:T45013]]
 
  Hide the images in editnotices to keep them readable in VE view.
  Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}


/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza i etykiety pola */
/* Remove bullets when there are multiple edit page warnings */
.fr-comment-box, label[for="mw-fr-commentbox"] {
ul.permissions-errors {
display: none;
margin: 0;
}
}


/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
ul.permissions-errors > li {
.mw-fr-reviewlink {
list-style: none;
font-weight: normal;
}
}


/* Nie podkreślamy linków z szablonu {{IPA}} */
/* larger inline math */
.IPA a {
span.mwe-math-mathml-inline {
    text-decoration: none;
font-size: 118%;
}
}


/* przypisy w navboxach */
/* Make <math display="block"> be left aligned with one space indent for
.refsection-nav .references {
* compatibility with style conventions
    list-style-type: upper-alpha;
*/
    font-size: 95%;
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}
.refsection-nav .mw-cite-backlink {
 
    display:none;
.mwe-math-mathml-display math {
display: inline;
}
}
.navbox .hlist .refsection-nav ol.references > li:before {
 
    content: "[" counter(list-item, upper-latin) "] ";
@media screen {
/* Put a chequered background behind images, only visible if they have transparency,
* except on main, user, and portal namespaces
*/
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
 
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
  do not apply to print mode */
#siteSub {
display: block;
}
/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
.references {
font-size: 90%;
}
}
}


/* wyłącz kursywę w szablonach cytowania */
/* Hide FlaggedRevs notice UI when there are no pending changes */
cite.citation { font-style: inherit; }
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
display: none;
}


/* Wsparcie dla Szablon:Cytuj */
/*
.citation i>em { font-style: normal; }
  * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
.cite-name-before { display:none!important; }
* SEE [[MediaWiki talk:Common.css/to do]]
.cite-name-after { display:inline!important;}
* CSS is separated by component (which is why media queries are not joined)
.cite-name-full { display:none!important; }
*/
.cite-name-initials { display:inline!important; }
.references .cite-name-before { display:inline!important; }
.references .cite-name-after { display:none!important; }
.references .cite-name-full { display:inline!important; }
.references .cite-name-initials { display:none!important; }
.cite-at-al { display:inline!important; }
.citation.pmid .issn, .citation.doi .issn, .citation.pmc .issn, .citation.nourl .accessdate { display: none; }


/* ikonki typu dostępu w szablonach cytowania */
/* Infoboxes */
.citation.open-access::before,
.infobox {
.citation.closed-access::before,
border: 1px solid #a2a9b1;
.citation.registered-access::before,
color: black;
.citation.limited-access::before {
padding: 0.2em;
content: "";
font-size: 88%;
background-repeat: no-repeat;
line-height: 1.5em;
background-position: left center;
border-spacing: 3px;
padding-right: 1em;
margin: 0.5em 0;
}
}
.citation.open-access::before {
 
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Open_Access_logo_green_alt2.svg/8px-Open_Access_logo_green_alt2.svg.png");
@media screen {
.infobox {
background-color: var(--background-color-neutral-subtle, #f8f9fa);
    }
}
}
.citation.closed-access::before {
 
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Closed_Access_logo_alternative.svg/8px-Closed_Access_logo_alternative.svg.png");
@media (max-width: 640px) {
.infobox {
width: 100%;
}
   
.infobox .nowrap {
white-space: normal;
}
}
}
.citation.registered-access::before {
 
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Lock-blue-alt-2.svg/8px-Lock-blue-alt-2.svg.png");
@media (min-width: 640px) {
.infobox {
/* @noflip */
margin-left: 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
}
.citation.limited-access::before {
 
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Lock-blue-alt-2.svg/8px-Lock-blue-alt-2.svg.png");
.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}


/* T156351: Support for Parsoid's Cite implementation */
.infobox-label,
span[ rel="mw:referencedBy" ] {
.infobox-data,
    counter-reset: mw-ref-linkback 0;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
}
span[ rel="mw:referencedBy" ] > a::before {
 
    content: counter( mw-ref-linkback, lower-alpha );
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
}


/* Odpowiedzi na stronach FAQ i podobnych */
.infobox-title,
.faq {
/* Remove element selector when every .infobox thing is using the standard module/templates  */
padding: 0 1em 1em;
.infobox caption {
padding: 0.2em;
}
}


/* Zawartość niewyświetlana na komputerach */
/* Remove .infobox when element selectors above are removed */
.nodesktop {
.infobox .infobox-header,
    display: none;
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
}


/* Personae na stronach pomocy i dokumentacji */
/* Remove .infobox when element selectors above are removed */
.hidefor-loggedout { display: none }
.infobox .infobox-navbar {
.hidefor-loggedin { display: inline }
/* @noflip */
.hidefor-autoconfirmed { display: inline }
text-align: right;
.hidefor-editor { display: inline }
}
.hidefor-sysop { display: inline }


/* [[Szablon:Lang]] */
/* Normal font styling for wikitable row headers with scope="row" tag */
.lang-list abbr {
.wikitable.plainrowheaders th[scope=row],
text-decoration: none!important;
.wikitable.plainrowheaders th[scope=rowgroup] {
border-bottom:0;
font-weight: normal;
/* @noflip */
text-align: left;
}
}


/* wyszarzanie nieprawidłowych i nieusprawiedliwionych numerów ISBN */
/* Remove underlines from certain links */
.isbn-incorrect, .isbn-invalid {
.nounderlines a,
color: #888;
.IPA a:link,
.IPA a:visited {
text-decoration: none !important;
}
}


.isbn, .issn a {
/* Prevent line breaks in silly places where desired (nowrap)
  and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
white-space: nowrap;
white-space: nowrap;
}  
}


/* wyrównywanie do prawej kolumn w tabelkach
/* But allow wrapping where desired: */
Uwaga! Unikaj używania tych klas. Zamiast tego użyj: [[Szablon:Table alignment]].
.wrap,
*/
.wraplinks a {
.col-1-text-align-right>tbody>tr>:nth-child(1){text-align: right;}
white-space: normal;
.col-2-text-align-right>tbody>tr>:nth-child(2){text-align: right;}
}
.col-3-text-align-right>tbody>tr>:nth-child(3){text-align: right;}
.col-4-text-align-right>tbody>tr>:nth-child(4){text-align: right;}
.col-5-text-align-right>tbody>tr>:nth-child(5){text-align: right;}
.col-6-text-align-right>tbody>tr>:nth-child(6){text-align: right;}
.col-7-text-align-right>tbody>tr>:nth-child(7){text-align: right;}
.col-8-text-align-right>tbody>tr>:nth-child(8){text-align: right;}
.col-9-text-align-right>tbody>tr>:nth-child(9){text-align: right;}


/* wizualny separator między sąsiednimi wywołaniami [[Szablon:Mecz piłarski]] */
/* texhtml class for inline math (based on generic times-serif class) */
.mecz-pilkarski+.mecz-pilkarski{border-top: 1px solid #F5F5F5;}
/* remove spans when this is TemplateStyled */
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
/* Force tabular and lining display for texhtml */
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}


/* Ukrycie przycisków do oznaczania stron */
span.texhtml span.texhtml {
/* https://pl.wikipedia.org/w/index.php?oldid=58546385#Strony_testowe_dla_newbie_w_systemie_wersji_przejrzanych */
font-size: 100%;
body[class*=" page-Pomoc_Krok_"] #mw-fr-reviewform,
}
body[class*=" page-Pomoc_Krok_"] #mw-fr-revisiontag
{ display: none; }


/* Domyślny stan problemów. Zobacz: [[MediaWiki:Gadget-sprawdz-problemy-szablony.css]] */
@media (min-width: 640px) {
.problemy { display: none; }
span.texhtml {
white-space: nowrap;
}
}
 
/* Prevent flags in tables from collapsing: Fix for T116318
* TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins
*/
@media (max-width: 640px) {
.flagicon a > img,
.flagicon noscript > img {
max-width: none !important;
}
}
 
@media screen {
.nochecker .gallerybox .thumb img {
background-image: none;
}
}


/*
/*
  * Bez tego {{Wymowa}} w podglądzie stron wyświetla się jak przycisk (z marginesem i reaguje na hover).
  * Put anything you mean to be a sitewide addition above the TemplateStyles
  * Msz2001: Dodaję to obejście 13.01.25, pomyślę jak to zrobić bez takich hacków...
  * comment above.
  */
  */
.mwe-popups-extract .ext-phonos-PhonosButton {margin: 0 !important;}
.mwe-popups-extract .ext-phonos-PhonosButton .oo-ui-buttonElement-button {
padding: 0 !important;
min-width: 0 !important;
min-height: 0 !important;
background: transparent !important;
}

Aktualna wersja na dzień 22:13, 8 gru 2025

body {
	background-image: none!important;
}

.grafika > td{
	text-align: center!important;
} 

.mw-wiki-logo{
	background-size: 150px;
}
/*
 * This is the CSS common to all desktop skins on en.Wikipedia.
 * Styling inside .mw-parser-output should generally use TemplateStyles.
 */
/* Reset italic styling set by user agent */
cite,
dfn {
	font-style: inherit;
}

/* Straight quote marks for <q> */
q {
	quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

/* Consistent size for <small>, <sub> and <sup> */
small {
	font-size: 85%;
}

.mw-body-content sub,
.mw-body-content sup {
	font-size: 80%;
}

/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),

/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
	display: none;
}

/* Different margin on references */
.references {
	margin-bottom: 0.5em;
}

/* Cite customizations */
span[ rel="mw:referencedBy" ] {
	counter-reset: mw-ref-linkback 0;
}

span[ rel='mw:referencedBy' ] > a::before {
	content: counter( mw-ref-linkback, lower-alpha );
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}

a[ rel="mw:referencedBy" ]::before {
	font-weight: bold;
	content: "^";
}

span[ rel="mw:referencedBy" ]::before {
	content: "^ ";
}

/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
}

/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: left;
}

/* Change the external link icon to a PDF icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
	/* @noflip */
	padding: 8px 18px 8px 0;
}

/* System messages styled similarly to fmbox */
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
 * the edit-protected notice and the special:Contribs for blocked users
 * The latter has specificity of 3 classes so we have to triple up here.
 */
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background-color: var(--background-color-error-subtle, #ffdbdb);
	padding: 0.25em 0.9em;
	box-sizing: border-box;
}

/* default colors for partial block message */
/* gotta get over the hump introduced by the triple class above */
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
	border-color: #fc3;
	background-color: var(--background-color-warning-subtle, #fef6e7);
}

/* Minimum thumb width */
@media (min-width: 640px) {
	figure[typeof~='mw:File/Thumb'],
	figure[typeof~='mw:File/Frame'],
	.thumbinner {
		min-width: 100px;
	}
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
	clear: both;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
	display: none;
}

/* Hide the redlink generated by {{Editnotice}},
   this overrides the ".sysop-show { display: none; }" above that applies
   to the same link as well. See [[phab:T45013]]

   Hide the images in editnotices to keep them readable in VE view.
   Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
	display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors {
	margin: 0;
}

ul.permissions-errors > li {
	list-style: none;
}

/* larger inline math */
span.mwe-math-mathml-inline {
	font-size: 118%;
}

/* Make <math display="block"> be left aligned with one space indent for 
 * compatibility with style conventions
 */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
	margin-left: 1.6em !important;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.mwe-math-mathml-display math {
	display: inline;
}

@media screen {
	/* Put a chequered background behind images, only visible if they have transparency,
	 * except on main, user, and portal namespaces
	 */
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
	}

	/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
	   do not apply to print mode */
	#siteSub {
		display: block;
	}
	
	/* Make the list of references smaller
	 * Keep in sync with Template:Refbegin/styles.css
	 * And Template:Reflist/styles.css
	 */
	.references {
		font-size: 90%;
	}
}

/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
	display: none;
}

/*
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
 * SEE [[MediaWiki talk:Common.css/to do]]
 * CSS is separated by component (which is why media queries are not joined)
 */

/* Infoboxes */
.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
	margin: 0.5em 0;
}

@media screen {
	.infobox {
		background-color: var(--background-color-neutral-subtle, #f8f9fa);
    }
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
	}
    
	.infobox .nowrap {
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		/* @noflip */
		margin-left: 1em;
		/* @noflip */
		float: right;
		/* @noflip */
		clear: right;
		width: 22em;
	}
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
	font-weight: normal;
	/* @noflip */
	text-align: left;
}

/* Remove underlines from certain links */
.nounderlines a,
.IPA a:link,
.IPA a:visited {
	text-decoration: none !important;
}

/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
	white-space: nowrap;
}

/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
	white-space: normal;
}

/* texhtml class for inline math (based on generic times-serif class) */
/* remove spans when this is TemplateStyled */
span.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	/* Force tabular and lining display for texhtml */
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

span.texhtml span.texhtml {
	font-size: 100%;
}

@media (min-width: 640px) {
	span.texhtml {
		white-space: nowrap;
	}
}

/* Prevent flags in tables from collapsing: Fix for T116318
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins
 */
@media (max-width: 640px) {
	.flagicon a > img,
	.flagicon noscript > img {
		max-width: none !important;
	}
}

@media screen {
	.nochecker .gallerybox .thumb img {
		background-image: none;
	}
}

/*
 * Put anything you mean to be a sitewide addition above the TemplateStyles
 * comment above.
 */