|
|
| (140 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| /*
| | .infobox { |
| * This is the CSS common to all desktop skins on en.Wikipedia.
| | border: 1px solid #a2a9b1; |
| * Styling inside .mw-parser-output should generally use TemplateStyles.
| | background: #f8f9fa; |
| */
| | margin-bottom: .5em; |
| /* Reset italic styling set by user agent */
| | margin-left: 1em; |
| cite,
| | padding: .4em; |
| dfn {
| | float: right; |
| font-style: inherit;
| | clear: right; |
| }
| |
| | |
| /* 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,
| |
| span.reference /* for Parsoid */ {
| |
| 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 .mw-special-Watchlist #watchlist-message,
| |
| .client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
| |
| | |
| /* Hide charinsert base for those not using the gadget */
| |
| #editpage-specialchars {
| |
| display: none; | |
| }
| |
| | |
| /* Make the list of references smaller
| |
| * Keep in sync with Template:Refbegin/styles.css
| |
| * And Template:Reflist/styles.css
| |
| */
| |
| ol.references {
| |
| font-size: 90%; | | font-size: 90%; |
| margin-bottom: 0.5em; | | width: 23em; |
| }
| |
| | |
| /* Styling for jQuery makeCollapsible, matching that of collapseButton */
| |
| .mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
| |
| font-weight: normal;
| |
| /* @noflip */
| |
| text-align: right;
| |
| padding-right: 0.2em;
| |
| padding-left: 0.2em;
| |
| }
| |
| | |
| .mw-collapsible-leftside-toggle .mw-collapsible-toggle {
| |
| /* @noflip */
| |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| }
| |
| | |
| /* Lists in wikitable data cells are always left-aligned */
| |
| .wikitable td ul,
| |
| .wikitable td ol,
| |
| .wikitable td dl {
| |
| /* @noflip */
| |
| text-align: left;
| |
| }
| |
| | |
| /* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
| |
| .mw-parser-output table.mw-hiero-table td {
| |
| vertical-align: middle; | | vertical-align: middle; |
| | line-height: 1.5em; |
| | border-collapse: separate; |
| | border-spacing: 2px; |
| } | | } |
| | | .infobox-title { |
| /* Change the external link icon to a PDF icon for all PDF files */
| | font-size: 125%; |
| .mw-parser-output a[href$=".pdf"].external, | | text-align: center; |
| .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;
| |
| } | | } |
| | | .infobox-image { |
| /* System messages styled similarly to fmbox */
| | text-align: center; |
| div.mw-warning-with-logexcerpt,
| |
| div.mw-lag-warn-high,
| |
| div.mw-cascadeprotectedwarning,
| |
| div#mw-protect-cascadeon,
| |
| div.titleblacklist-warning {
| |
| clear: both; | |
| margin: 0.2em 0;
| |
| border: 1px solid #bb7070;
| |
| background-color: #ffdbdb;
| |
| padding: 0.25em 0.9em;
| |
| box-sizing: border-box;
| |
| } | | } |
| | | .infobox th { |
| /* default colors for partial block message */
| | text-align: left; |
| .mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt { | | vertical-align: top; |
| border-color: #fc3;
| | width: 120px; |
| background-color: #fef6e7;
| |
| } | | } |
| | | .infobox td { |
| /* Increase the height of the image upload box */
| | vertical-align: top; |
| #wpUploadDescription {
| |
| height: 13em;
| |
| }
| |
| | |
| /* Minimum thumb width */
| |
| .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;
| |
| }
| |
| | |
| /* Styling for Abuse Filter tags */
| |
| .mw-tag-markers {
| |
| font-style: italic;
| |
| font-size: 90%;
| |
| }
| |
| | |
| /* 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]], and [[Mediawiki:Group-autoconfirmed.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;
| |
| } | | } |
| | | .sitenotice { |
| /* Remove bullets when there are multiple edit page warnings */ | | background-color: #f8f9fa; |
| ul.permissions-errors {
| | border: 1px solid #c8ccd1; |
| margin: 0;
| | border-radius: 2px; |
| | box-shadow: 0 1px 1px rgb(0 0 0 / 15%); |
| | margin-bottom: 1rem; |
| | padding: 1rem; |
| } | | } |
|
| |
|
| ul.permissions-errors > li {
| |
| list-style: none;
| |
| }
| |
|
| |
|
| /* larger inline math */
| | .languagebanner { |
| span.mwe-math-mathml-inline {
| | align-items: center; |
| font-size: 118%;
| | width: fit-content(20em); |
| | background-color: #f8f9fa; |
| | border: 1px solid #c8ccd1; |
| | border-radius: 1px; |
| | box-shadow: 0 1px 1px rgb(0 0 0 / 15%); |
| | margin-bottom: 2px; |
| | padding: 2px; |
| } | | } |
|
| |
|
| /* 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 { | | .welcomebanner { |
| display: inline;
| | align-items: center; |
| }
| | background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png); |
| | background-position: right; |
| | background-repeat: no-repeat; |
| | display: flex; |
| | background-color: #f8f9fa; |
| | border: 1px solid #c8ccd1; |
| | border-radius: 2px; |
| | box-shadow: 0 1px 1px rgb(0 0 0 / 15%); |
| | margin-bottom: 1rem; |
| | padding: 1rem; |
|
| |
|
| @media screen {
| |
| /* Gallery styles background changes are restricted to screen view.
| |
| In printing we should avoid applying backgrounds. */
| |
| /* The backgrounds for galleries. */
| |
| #content .gallerybox div.thumb {
| |
| /* Light gray padding */
| |
| background-color: #f8f9fa;
| |
| }
| |
| /* Put a chequered background behind images, only visible if they have transparency.
| |
| '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
| |
| .gallerybox .thumb img {
| |
| background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
| |
| }
| |
| /* But not on articles, user pages, or portals. */
| |
| .ns-0 .gallerybox .thumb img,
| |
| .ns-2 .gallerybox .thumb img,
| |
| .ns-100 .gallerybox .thumb img {
| |
| background-image: none;
| |
| }
| |
|
| |
| /* Display "From Wikipedia, the free encyclopedia" in skins that support it,
| |
| do not apply to print mode */
| |
| #siteSub {
| |
| display: block;
| |
| }
| |
| } | | } |
|
| |
|
| /* 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;
| |
| }
| |
|
| |
|
| /*
| | .main-top-header{ |
| * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
| | margin-bottom: 0.6em; |
| * SEE [[MediaWiki talk:Common.css/to do]]
| | border-bottom: 0px solid #a2a9b1; |
| */
| | |
| | |
| /* Style for horizontal lists (separator following item).
| |
| @source mediawiki.org/wiki/Snippets/Horizontal_lists
| |
| @revision 8 (2016-05-21)
| |
| @author [[User:Edokter]]
| |
| */
| |
| .hlist dl,
| |
| .hlist ol,
| |
| .hlist ul {
| |
| margin: 0;
| |
| padding: 0;
| |
| } | | } |
|
| |
|
| /* Display list items inline */
| |
| .hlist dd,
| |
| .hlist dt,
| |
| .hlist li {
| |
| margin: 0; /* don't trust the note that says margin doesn't work with inline
| |
| * removing margin: 0 makes dds have margins again */
| |
| display: inline;
| |
| }
| |
|
| |
|
| /* Display nested lists inline */
| | .welcomebanner table{ |
| .hlist.inline,
| | background-color: transparent; |
| .hlist.inline dl,
| |
| .hlist.inline ol,
| |
| .hlist.inline ul,
| |
| .hlist dl dl,
| |
| .hlist dl ol,
| |
| .hlist dl ul,
| |
| .hlist ol dl,
| |
| .hlist ol ol,
| |
| .hlist ol ul, | |
| .hlist ul dl,
| |
| .hlist ul ol,
| |
| .hlist ul ul {
| |
| display: inline;
| |
| }
| |
|
| |
|
| /* Hide empty list items */
| |
| .hlist .mw-empty-li {
| |
| display: none;
| |
| } | | } |
|
| |
|
| /* Generate interpuncts */
| | #mw-content-text h1 { |
| .hlist dt:after {
| | margin-top: 0px; |
| content: ": ";
| | padding: 0px; |
| | vertical-align: top; |
| } | | } |
|
| |
|
| /**
| | #mw-content-text h1 { |
| * Note hlist style usage differs in Minerva and is defined in core as well!
| | margin-top: 0px; |
| * Please check Minerva desktop (and Minerva.css) when changing
| | padding: 0px; |
| * See https://phabricator.wikimedia.org/T213239
| | vertical-align: top; |
| */
| |
| .hlist dd:after,
| |
| .hlist li:after {
| |
| content: " · ";
| |
| font-weight: bold;
| |
| } | | } |
| | | #mw-content-text h2 { |
| .hlist dd:last-child:after,
| | margin-top: 0px; |
| .hlist dt:last-child:after,
| | padding: 0px; |
| .hlist li:last-child:after {
| | vertical-align: top; |
| content: none;
| |
| } | | } |
|
| |
|
| /* Add parentheses around nested lists */
| | #mw-content-text h3 { |
| .hlist dd dd:first-child:before,
| | margin-top: 0px; |
| .hlist dd dt:first-child:before,
| | padding: 0px; |
| .hlist dd li:first-child:before,
| | vertical-align: top; |
| .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 {
| |
| content: " (";
| |
| font-weight: normal;
| |
| } | | } |
|
| |
|
| .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 li dd:last-child:after,
| |
| .hlist li dt:last-child:after,
| |
| .hlist li li:last-child:after {
| |
| content: ")";
| |
| font-weight: normal;
| |
| }
| |
|
| |
|
| /* Put ordinals in front of ordered list items */
| | .mainpagechapter { |
| .hlist ol { | | background-color: #fff; |
| counter-reset: listitem;
| | border: 1px solid #c8ccd1; |
| | box-shadow: 0 1px 1px rgb(0 0 0 / 15%); |
| | margin-bottom: 2px; |
| | padding: 1rem; |
| } | | } |
|
| |
|
| .hlist ol > li {
| |
| counter-increment: listitem;
| |
| }
| |
|
| |
|
| .hlist ol > li:before {
| |
| content: " " counter(listitem) "\a0";
| |
| }
| |
|
| |
|
| .hlist dd ol > li:first-child:before, | | .mw-parser-output .main-wrapper{ |
| .hlist dt ol > li:first-child:before, | | display:flex; |
| .hlist li ol > li:first-child:before {
| | margin:0 -0.75rem; |
| content: " (" counter(listitem) "\a0";
| |
| } | | } |
|
| |
|
| /* Unbulleted lists */
| | .mw-parser-output .main-wrapper-column{ |
| .plainlist ol, | | flex:1; |
| .plainlist ul { | | margin:0 0.75rem; |
| line-height: inherit;
| |
| list-style: none;
| |
| margin: 0;
| |
| }
| |
|
| |
|
| .plainlist ol li,
| |
| .plainlist ul li {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
|
| /* Infobox template style */
| |
| .infobox {
| |
| border: 1px solid #a2a9b1;
| |
| border-spacing: 3px;
| |
| background-color: #f8f9fa;
| |
| color: black;
| |
| /* @noflip */
| |
| margin: 0.5em 0 0.5em 1em;
| |
| padding: 0.2em;
| |
| /* @noflip */
| |
| float: right;
| |
| /* @noflip */
| |
| clear: right;
| |
| font-size: 88%;
| |
| line-height: 1.5em;
| |
| width: 22em;
| |
| } | | } |
|
| |
|
| .infobox-header,
| | @media(max-width:719px){ |
| .infobox-label, | | |
| .infobox-above, | | .mw-parser-output .main-box-responsive-image>.floatleft,.mw-parser-output .main-box-responsive-image>.floatright{ |
| .infobox-full-data,
| | float:none;margin-left:-1rem;margin-right:-1rem;text-align:center |
| .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;
| |
| } | | } |
| | | .mw-parser-output .main-box-responsive-image>.floatleft>a,.mw-parser-output .main-box-responsive-image>.floatright>a{ |
| .infobox-label, | | display:block |
| .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, | | .hidethis{ |
| /* Remove element selector when every .infobox thing is using the standard module/templates */
| | display: none; |
| .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 */
| | @media(min-width:720px){ |
| .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) */
| |
| span.texhtml {
| |
| font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
| |
| font-size: 118%;
| |
| line-height: 1;
| |
| white-space: nowrap;
| |
| /* Force tabular and lining display for texhtml */
| |
| -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
| |
| font-feature-settings: "lnum", "tnum", "kern" 0;
| |
| font-variant-numeric: lining-nums tabular-nums;
| |
| font-kerning: none;
| |
| }
| |
| | |
| span.texhtml span.texhtml {
| |
| font-size: 100%;
| |
| }
| |
| | |
| @media screen {
| |
| .nochecker .gallerybox .thumb img {
| |
| background-image: none;
| |
| }
| |
| }
| |
|
| |
|
| /* Put anything you mean to be a sitewide addition above the TemplateStyles
| | .mw-parser-output .main-box-left{ height:25%; |
| * comment above.
| | |
| */
| | border-radius:2px;border-width:1px;margin-bottom:1rem;margin-left:0;margin-right:0}}@media(min-width:1280px){.mw-parser-output .main-box{margin-bottom:1.5rem;padding:1.5rem}body.skin-minerva .mw-parser-output .main-box,body.skin-vector-2022 .mw-parser-output .main-box{padding:1rem}body:not(.skin-minerva):not(.skin-vector-2022) .mw-parser-output .main-box-image-only>.main-box-content{margin-left:-1.5rem;margin-right:-1.5rem}} |