MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的CSS将应用于所有皮肤 */
/*隐藏首页标题*/
.page-首页 #firstHeading{display:none;}
/* 游客隐藏编辑 查看源码 历史记录 */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-view { display:none!important; }
/* 隐藏首页标题 */
body.page-首页.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* selflinks – avoid bold font style when cs1|2 template links to the current page */
a.mw-selflink {
font-weight: inherit;
}
/* 所有皮肤的公共CSS(2025.03.26) */
/* 管理员注意!任何对Common.css的改变必须先在技术客栈讨论,谢谢。 */
/* .mw-parser-output内的样式调整请使用TemplateStyles */
/* Default styling for HTML elements */
cite,
dfn {
font-style: inherit; /* Reset default styling for <dfn> */
}
/*
== 参考区 ==
*/
/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
ol.references,
div.reflist {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
}
div.reflist ol.references{
font-size: 100%; /* Reset font-size when nested in div.reflist */
}
div.reflist ol.references, div.notelist ol.references {
list-style-type: inherit; /* Enable custom list style types */
}
/* .references-2column b/c */
div.references-2column {
-moz-column-count: 2;
column-count: 2;
font-size: 90%;
}
div.references-2column ol.references,
div.references-2column div.reflist{
font-size: 100%;
}
/* T156351: Support for Parsoid's Cite implementation */
a[rel="mw:referencedBy"]::before {
font-weight: bold;
content: "^";
}
span[rel="mw:referencedBy"] > a::before {
font-weight: bold;
content: counter( mw-references, decimal ) '.' counter( mw-ref-linkback, decimal );
}
span[rel="mw:referencedBy"]::before {
content: "^ ";
}
/* 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),
/* 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,
/* Reset top margin for lists embedded in columns */
div.columns {
margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
margin-top: 0;
}
/* Avoid list items from breaking between columns */
div.columns li,
div.columns dd dd {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}
/* Prevent line breaks in silly places:
1) Where desired
2) Links when we don't want them to
3) Bold "links" to the page itself
4) HTML formulae
5) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {
white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}
/* Style for horizontal lists (separator following item) */
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li {
display: inline;
margin: 0;
}
/* Display nested lists inline */
.hlist.inline,
.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;
}
/* Generate interpuncts */
.hlist dt:after {
content: " :";
}
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
counter-increment: level1;
}
.hlist.hnum ol li:before {
content: counter(level1) " ";
}
.hlist.hnum ol ol li {
counter-increment: level2;
}
.hlist.hnum ol ol li:before {
content: counter(level2) " ";
}
/* Unbulleted lists */
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}
.same-bg { background: none }
/*
== 提示 ==
*/
/* Style for "notices" */
.notice {
text-align: justify;
margin: 1em;
padding: 0.2em;
}
#disambig {
border-top: 3px double var(--border-color-base,#a2a9b1);
border-bottom: 3px double var(--border-color-base,#a2a9b1);
}
#spoiler {
border-top: 2px solid var(--border-color-base,#a2a9b1);
border-bottom:2px solid var(--border-color-base,#a2a9b1);
}
/*
== 未归类 ==
*/
/* Infobox template style */
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: inherit;
/* @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,
.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;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid var(--border-color-base,#a2a9b1);
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid var(--border-color-base,#a2a9b1);
border-right: 1px solid var(--border-color-base,#a2a9b1);
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid var(--border-color-base,#a2a9b1);
}
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.infobox.geography {
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: solid 1px var(--border-color-base,#a2a9b1);
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px var(--border-color-base,#a2a9b1);
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px var(--border-color-base,#a2a9b1);
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
display: inline ! important;
color: var(--color-destructive--hover,#f00);
background-color: #0f0;
}
/* Removes underlines from certain links */
.nounderlines a {
text-decoration: none !important;
}
/* Custom link colors for use in [[MediaWiki:Edittools]] */
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
.charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; }
.charboxpurple a:link, .charboxpurple a:hover, .charboxpurple a:visited, .charboxpurple a:active { color: purple; }
.charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; }
.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
.charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; }
.charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; }
.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }
/*
== 未归类 ==
*/
/* Class styles */
/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }
/* For display uneditable section */
.noedit .editsection, .noedit .mw-editsection
{
display: none;
}
/*
== for some templates ==
Messagebox templates
*/
.messagebox {
border: 1px solid var(--border-color-base,#a2a9b1);
background-color: var(--background-color-neutral-subtle,#f8f9fa);
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
display: inherit; /* 臨時抑制 https://phabricator.wikimedia.org/T232553 及 https://gerrit.wikimedia.org/r/535738 的修改 */
color: inherit;
}
.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;
}
.messagebox.nested-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
width: 100%;
margin: 2px 4px 2px 4px;
}
.messagebox.small {
width: 238px;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
}
.messagebox.small-talk {
width: 238px;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
background: #f8f9fa;
}
/*
== external link ==
Change the external link icon to an Adobe icon for all PDF files
(in browsers that support these CSS selectors, like Mozilla and Opera)
*/
#bodyContent a[href$=".pdf"].external,
#bodyContent a[href*=".pdf?"].external,
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external {
background: url(//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png) center right no-repeat;
padding-right: 16px;
}
/*
== other ==
*/
span.lanLabel {
color: var(--color-placeholder,#72777d);
padding-left: 0.5em;
}
tt span.minor {
margin: 0 -2px 0 -3px;
font-size: 12px;
}
tt span.newpage {
margin: 0 1px 0 -6px;
font-size: 12px;
}
tt span.bot {
margin: 0 -6px 0 1px;
font-size: 12px;
}
/*tt span.unpatrolled*/
/* 用于封禁类模板,如Template:Uw-block1 */
div.user-block {
padding: 5px;
border: 1px solid var(--border-color-base,#a2a9b1);
background-color: var(--background-color-warning-subtle,#FFEFD5);
color: inherit;
}
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
@media screen, handheld, projection {
cite *.printonly {
display: none;
}
}
/*
== MetaBox ==
*/
/*HERE FINISHES "METABOX" COLOUR-SCHEMES*/
/********************
**Styles for mboxes**
********************/
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none;
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
}
td.mbox-image { /* The left image cell */
border: none;
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}
td.mbox-imageright { /* The right image cell */
border: none;
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
text-align: center;
}
td.mbox-empty-cell { /* An empty narrow cell */
border: none;
padding: 0px;
width: 1px;
}
/* Article message box styles */
table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
border-left: 10px solid #36c; /* Default "notice" blue */
background: #f8f9fa;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-left: 10px solid #36c; /* Blue */
}
table.ambox-speedy {
border-left: 10px solid #b32424; /* Red */
background: #fee7e6; /* Pink */
}
table.ambox-delete {
border-left: 10px solid #b32424; /* Red */
}
table.ambox-content {
border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style {
border-left: 10px solid #fc3; /* Yellow */
}
table.ambox-move {
border-left: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
border-left: 10px solid #a2a9b1; /* Gray-gold */
}
/* Category message box styles */
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;
background: #eaf3ff; /* Default "notice" blue */
}
table.cmbox-notice {
background: #eaf3ff; /* Blue */
}
table.cmbox-speedy {
margin-top: 4px;
margin-bottom: 4px;
border: 4px solid #b32424; /* Red */
background: #fee7e6; /* Pink */
}
table.cmbox-delete {
background: #fee7e6; /* Red */
}
table.cmbox-content {
background: #FFE7CE; /* Orange */
}
table.cmbox-style {
background: #FFF9DB; /* Yellow */
}
table.cmbox-move {
background: #E4D8FF; /* Purple */
}
table.cmbox-protection {
background: #EFEFE1; /* Gray-gold */
}
/* Other pages message box styles */
.mw-parser-output .ombox {
margin:4px 0;
border-collapse:collapse;
border:1px solid #a2a9b1;
background-color:var(--background-color-neutral-subtle,#f8f9fa);
box-sizing:border-box;
color:var(--color-base,#202122)
}
.mw-parser-output .ombox.mbox-small {
font-size:88%;
line-height:1.25em
}
.mw-parser-output .ombox-speedy {
border:2px solid #b32424;
background-color:#fee7e6
}
.mw-parser-output .ombox-delete {
border:2px solid #b32424
}
.mw-parser-output .ombox-content {
border:1px solid #f28500
}
.mw-parser-output .ombox-style {
border:1px solid #fc3
}
.mw-parser-output .ombox-move {
border:1px solid #9932cc
}
.mw-parser-output .ombox-protection {
border:2px solid #a2a9b1
}
.mw-parser-output .ombox .mbox-text {
border:none;
padding:0.25em 0.9em;
width:100%
}
.mw-parser-output .ombox .mbox-image {
border:none;
padding:2px 0 2px 0.9em;
text-align:center
}
.mw-parser-output .ombox .mbox-imageright {
border:none;
padding:2px 0.9em 2px 0;
text-align:center
}
.mw-parser-output .ombox .mbox-empty-cell {
border:none;
padding:0;
width:1px
}
.mw-parser-output .ombox .mbox-invalid-type {
text-align:center
}
@media(min-width:720px) {
.mw-parser-output .ombox {
margin:4px 10%
}
.mw-parser-output .ombox.mbox-small {
clear:right;
float:right;
margin:4px 0 4px 1em;
width:238px
}
}
body.skin--responsive .mw-parser-output table.ombox img {
max-width:none!important
}
html.skin-theme-clientpref-night .mw-parser-output .ombox-speedy {
background-color:#310402
}
@media(prefers-color-scheme:dark) {
html.skin-theme-clientpref-os .mw-parser-output .ombox-speedy {
background-color:#310402
}
}
/* Talk page message box styles */
table.tmbox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
margin: 2px 0; /* class ensures that this declaration overrides other */
width: 100%; /* For Safari and Opera */ /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */
font-size: 100%; /* set in "mbox-small" above. */
}
table.tmbox-speedy {
border: 2px solid #b32424; /* Red */
background: #fee7e6; /* Pink */
}
table.tmbox-delete {
border: 2px solid #b32424; /* Red */
}
table.tmbox-content {
border: 2px solid #f28500; /* Orange */
}
table.tmbox-style {
border: 2px solid #fc3; /* Yellow */
}
table.tmbox-move {
border: 2px solid #9932cc; /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
border: 1px solid #c0c090; /* Gray-brown */
}
/* Disambig and set index box styles */
table.dmbox {
clear: both;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: transparent;
font-size: small;
}
/* Footer and header message box styles */
table.fmbox {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background-color: var(--background-color-interactive-subtle, #f8f9fa); /* Default "system" gray */
}
table.fmbox-system {
background-color: var(--background-color-interactive-subtle, #f8f9fa);
}
table.fmbox-warning {
border: 1px solid var(--border-color-error,#bb7070); /* Dark pink */
background: var(--background-color-error-subtle,#ffdbdb); /* Pink */
}
table.fmbox-editnotice {
background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid var(--border-color-error,#bb7070);
background: var(--background-color-error-subtle,#ffdbdb);
padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in
[[MediaWiki:Noarticletext]]. */
div.noarticletext,
div.fmbox-system {
clear: both;
margin: 0.2em 0;
border: 1px solid var(--border-color-notice,#a2a9b1);
background: var(--background-color-notice-subtle,#f8f9fa);
padding: 0.25em 0.9em;
}
/* These mbox-small classes must be placed after all other
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */
clear: right;
float: right;
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
margin: 4px 1em 4px 0;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
/* CODE FOR COMPACT AMBOX */
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
border: none;
border-collapse: collapse;
background: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
font-size: 100%;
width: auto;
margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
padding: 0 !important;
margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
display: list-item;
line-height: 1.5em;
list-style-type: square;
list-style-image: url("data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=");
}
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
display: none;
}
#siteNotice div {
margin: 0;
}
/* dark mode fix */
#siteNotice {
color: inherit;
}
#mw-dismissable-notice {
background:transparent;
}
#wpSummary, #wpSummaryLabel, input#wpSummary,input.mw-summary{
margin-top: 0;
margin-bottom: 0;
}
/* 解决cite定位内文字显示为斜体的问题 */
cite {
font-style: normal;
}
/* Pie chart test: Transparent borders */
.transborder {
border: solid var(--border-color-transparent,transparent);
}
/* http://zh.wikipedia.org/w/index.php?oldid=18291698#.E7.BB.B4.E5.9F.BA.E8.8D.A3.E8.AA.89.E5.A5.96.E5.8A.B1.E6.A8.A1.E6.9D.BF.E5.87.BA.E4.BA.86.E5.A4.A7.E9.97.AE.E9.A2.98 */
.ns-14 .mw-content-ltr > div[dir=ltr] {
clear: both;
}
/* [[template:fact]]的文字背景色设置 */
.template-facttext{
background-color: var(--background-color-neutral,#eaecf0);color: inherit; margin: -.3em 0; padding: .3em 0;
}
/* Hide stuff meant for accounts with special permissions. Made visible again in
[[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
[[MediaWiki:Group-templateeditor.css]],
[[MediaWiki:Group-ipblock-exempt-grantor.css]],
[[MediaWiki:Group-extendedconfirmed.css]],
[[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]]. */
.sysop-show,
.patroller-show,
.templateeditor-show,
.ipblock-exempt-grantor-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
/*编辑提交按钮部分的样式*/
.mw-summary-preset {
display: inline;
margin: 0;
padding: 0;
}
.mw-summary-preset-item {
border-left: 1px solid var(--border-color-base,#a2a9b1);
display: inline-block;
line-height: 1.25em;
margin: 0.125em 0;
padding: 0 0.5em;
}
.mw-summary-preset-item:first-child {
border-left: medium none;
padding-left: 0.25em;
}
.mw-summary-preset-item:last-child {
padding-right: 0.25em;
}
#pagehistory li.not-patrolled {
background-color: var(--background-color-warning-subtle,#FFA) !important;
}
/* HACK to workaround VE and badly written CGroups */
.noteTA {
display: none;
}
/* 页底文字太小 */
#footer ul li{
font-size:small;
}
/* For portals, added 2011-12-07 -bv
On wide screens, show these as two columns
On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
float: left;
width: 50%;
}
.portal-column-right {
float: right;
width: 49%;
}
.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%;
}
@media only screen and (max-width: 800px) {
/* Decouple the columns on narrow screens */
.portal-column-left,
.portal-column-right,
.portal-column-left-wide,
.portal-column-right-narrow,
.portal-column-left-extra-wide,
.portal-column-right-extra-narrow {
float: inherit;
width: inherit;
}
}
#mw-content-text:lang(zh-Hans) .zhwiki-lang-zh-hant,
#mw-content-text:lang(zh-CN) .zhwiki-lang-zh-hant,
#mw-content-text:lang(zh-MY) .zhwiki-lang-zh-hant,
#mw-content-text:lang(zh-SG) .zhwiki-lang-zh-hant {
display: none;
}
#mw-content-text:lang(zh-Hant) .zhwiki-lang-zh-hans,
#mw-content-text:lang(zh-HK) .zhwiki-lang-zh-hans,
#mw-content-text:lang(zh-MO) .zhwiki-lang-zh-hans,
#mw-content-text:lang(zh-TW) .zhwiki-lang-zh-hans {
display: none;
}
/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}
/* MediaWiki:Tag-jimmy-bot-non-free */
.tag-jimmy-bot-non-free {
color: var(--color-error,red);
font-size: 1.143em;
}
/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: left;
}
/* mw-newarticletext */
.mw-newarticletext {
padding: 0 2.5em;
border: solid 1px var(--border-color-base,#a2a9b1);
}
.mw-newarticletext .title {
margin: 1em 0;
padding: 0;
color: var(--color-error,#d33);
font-size: 1.5em;
border: none;
text-align: center;
}
.mw-newarticletext li {
margin: 0.4em 0;
}
.mw-newarticletext .buttons {
margin: 1.5em 0;
text-align: center;
}
.mw-newarticletext .buttons a {
margin: 0.25em;
display: inline-block;
}
.mw-newarticletext .note {
color: var(--color-placeholder,#72777d);
font-size: 87.5%;
}
/* mw-newarticletextanon */
.mw-newarticletextanon {
padding: 0 2.5em;
border: solid 1px var(--border-color-base,#a2a9b1);
}
.mw-newarticletextanon .title {
margin: 1em 0;
padding: 0;
color: var(--color-error,#d33);
font-size: 1.5em;
border: none;
text-align: center;
}
.mw-newarticletextanon li {
margin: 0.4em 0;
}
.mw-newarticletextanon .buttons {
margin: 1.5em 0;
text-align: center;
}
.mw-newarticletextanon .buttons a {
margin: 0.25em;
display: inline-block;
}
.mw-newarticletextanon .note {
color: var(--color-placeholder,#72777d);
font-size: 87.5%;
}
/* 隱藏「編輯已選擇修訂的標籤」按鈕,參閱[[Special:日志/tag]]幾乎全是破壞,一堆使用者不懂該功能亂按,並造成**無法復原**的後果 */
.mw-history-editchangetags-button {
display: none;
}
.mw-log-editchangetags-button {
display: none;
}
/* 代码中间不换行 */
pre, .mw-code, .mw-highlight {
line-break: anywhere;
white-space: pre-wrap;
word-break: break-all;
}
/* Styling the parameter fields in [[Template:Information]] and related templates
also here (besides on [[MediaWiki:Filepage.css]]) to ensure proper preview
on other pages than those in the file namespace */
.fileinfo-paramfield {
background: #ccf;
/* @noflip */
text-align: right;
/* @noflip */
padding-right: 0.4em;
width: 15%;
font-weight: bold;
}
/* 由於有些使用者不了解此功能,所以我個人決定將其設定為opt-in功能 by Xiplus */
.mw-changeslist-src-mw-edit .unpatrolled {
display: none;
}
#mw-diff-ntitle4 .patrollink {
display: none;
}
/* RCP的wrapper是span,NPP的wrapper是div */
#mw-content-text span.patrollink {
display: none;
}
/* 修复Inline diffs中,"行内"两字发生断行 */
.mw-diffPage-inlineToggle-container {
white-space: nowrap;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
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;
}
/* 以下内容复制于https://github.com/wikimedia/mediawiki-extensions-WikimediaMessages/tree/master/modules/ext.wikimediamessages.styles */
/* stylelint-disable stylistic/indentation */
/**
* Ambox classes are nested in a top-level class
* This class is appended to the DOM via JS
* THESE RULES ONLY APPLY TO MINERVA skin.
**/
body.skin-minerva .mw-parser-output .ambox,
body.skin-minerva .mw-parser-output table.ambox {
display: block;
margin: 0;
}
.client-js body.skin-minerva .mw-parser-output .ambox {
cursor: pointer;
width: auto;
background: #f9f9f9 !important;
color: #555;
margin-bottom: 1px;
}
.client-js body.skin-minerva .mw-parser-output .ambox tbody {
display: table;
width: 100%;
}
.client-js body.skin-minerva .mw-parser-output .ambox .mbox-text-div,
.client-js body.skin-minerva .mw-parser-output .ambox .mbox-text-span {
display: block;
max-height: 3.3em;
height: 3.3em;
overflow: hidden;
}
.client-js body.skin-minerva .mw-parser-output .ambox div {
margin: 0 !important;
padding: 0 !important;
}
.client-js body.skin-minerva .mw-parser-output .ambox td,
.client-js body.skin-minerva .mw-parser-output .ambox div.mbox-text {
position: relative;
padding: 8px 8px 8px 32px !important;
}
.client-js body.skin-minerva .mw-parser-output .ambox td > div,
.client-js body.skin-minerva .mw-parser-output .ambox div.mbox-text > div,
.client-js body.skin-minerva .mw-parser-output .ambox td > span,
.client-js body.skin-minerva .mw-parser-output .ambox div.mbox-text > span {
font-size: 0.8125rem;
}
.client-js body.skin-minerva .mw-parser-output .ambox b {
font-weight: inherit;
}
.client-js body.skin-minerva .mw-parser-output .ambox a {
color: inherit !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.client-js body.skin-minerva .mw-parser-output .ambox a:hover,
.client-js body.skin-minerva .mw-parser-output .ambox a:focus {
text-decoration: none;
outline: inherit;
}
.client-js body.skin-minerva .mw-parser-output .ambox small,
.client-js body.skin-minerva .mw-parser-output .ambox .hide-when-compact,
.client-js body.skin-minerva .mw-parser-output .ambox .mw-collapsible-content,
.client-js body.skin-minerva .mw-parser-output .ambox .mbox-empty-cell,
.client-js body.skin-minerva .mw-parser-output .ambox hr,
.client-js body.skin-minerva .mw-parser-output .ambox .verbose,
.client-js body.skin-minerva .mw-parser-output .ambox table,
.client-js body.skin-minerva .mw-parser-output .ambox .mbox-image {
display: none;
}
.client-js body.skin-minerva .mw-parser-output .ambox .minerva-ambox-icon {
position: absolute;
left: 8px;
top: 11px;
}
.client-js body.skin-minerva .mw-parser-output .ambox .ambox-learn-more {
color: #0645ad;
position: absolute;
right: 8px;
bottom: 8px;
z-index: 0;
line-height: 1.65;
/* creates a fade under the "learn more" button to avoid overlapping text. */
}
.client-js body.skin-minerva .mw-parser-output .ambox .ambox-learn-more::before {
content: '';
position: absolute;
z-index: -100;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
box-sizing: content-box;
padding-left: 4em;
background: linear-gradient(to right, transparent 0, #f9f9f9 3em);
}
@media screen and (min-width: 640px) {
.client-js body.skin-minerva .mw-parser-output .ambox .mbox-text-div,
.client-js body.skin-minerva .mw-parser-output .ambox .mbox-text-span {
height: auto;
margin-bottom: 24px !important;
}
.client-js body.skin-minerva .mw-parser-output .ambox .ambox-learn-more {
left: 32px;
right: 0;
background: none;
}
.client-js body.skin-minerva .mw-parser-output .ambox .ambox-learn-more::before {
top: -1.65em;
width: 10px;
}
}
/* stylelint-disable stylistic/indentation */
body.skin--responsive.skin-minerva .mw-parser-output .infobox {
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
font-size: 90%;
position: relative;
border: 1px solid #eee;
margin-bottom: 2em;
color: #222;
background-color: #f9f9f9;
display: flex;
flex: 1 1 100%;
flex-flow: column nowrap;
width: 100% !important;
max-width: 100% !important;
text-align: start;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox caption {
padding: 10px 10px 0;
text-align: center;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox th,
body.skin--responsive.skin-minerva .mw-parser-output .infobox td {
vertical-align: top;
border: 0;
border-bottom: 1px solid #eee;
padding: 7px 10px;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox tbody > tr > td,
body.skin--responsive.skin-minerva .mw-parser-output .infobox tbody > tr > th {
flex: 1 0;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox td:only-child,
body.skin--responsive.skin-minerva .mw-parser-output .infobox th:only-child {
width: 100%;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox tr:last-child th,
body.skin--responsive.skin-minerva .mw-parser-output .infobox tr:last-child td {
border: 0;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox > tbody,
body.skin--responsive.skin-minerva .mw-parser-output .infobox > caption {
display: flex;
flex-flow: column nowrap;
}
body.skin--responsive.skin-minerva .mw-parser-output .infobox > tbody > tr {
min-width: 100%;
display: flex;
flex-flow: row nowrap;
}
/* Tablet specific styling */
@media all and (min-width: 640px) {
body.skin-minerva.skin--responsive .mw-parser-output .infobox {
margin: 0.5em 0 1em 35px !important;
max-width: 320px !important;
width: auto !important;
float: right !important;
clear: right !important;
}
}
/* stylelint-disable stylistic/indentation */
body.skin--responsive.skin-minerva .mw-parser-output .hatnote,
body.skin--responsive.skin-minerva .mw-parser-output .dablink,
body.skin--responsive.skin-minerva .mw-parser-output .rellink {
padding: 5px 7px;
color: #555;
font-size: 0.8125rem;
background-color: #f9f9f9;
margin-bottom: 1px;
overflow: hidden;
}
body.skin--responsive.skin-minerva .mw-parser-output .hatnote a,
body.skin--responsive.skin-minerva .mw-parser-output .dablink a,
body.skin--responsive.skin-minerva .mw-parser-output .rellink a {
color: #0645ad;
}
/* stylelint-disable stylistic/indentation */
/** This mixin should only be used where it's safe to do so. It should not be applied
to content which may have important information. */
/* TODO: Check matches https://github.com/wikimedia/mediawiki-skins-MinervaNeue/blob/master/resources/skins.minerva.base.styles/content/hacks.less#L188 onwards
before merging. */
/* T358385 */
[bgcolor] {
color: #333;
}
@media screen {
html.skin-theme-clientpref-night {
/* T357453 - attempt to strip colors from the majority of infoboxes in night mode (unless notheme specified) */
/* Limited to article namespace. This should not be added to namespaces which reset colors e.g. Portal (100) */
}
html.skin-theme-clientpref-night .hatnote:not( .notheme ),
html.skin-theme-clientpref-night .dablink:not( .notheme ),
html.skin-theme-clientpref-night .rellink:not( .notheme ),
html.skin-theme-clientpref-night .infobox:not( .notheme ) {
color: #222 !important;
background-color: #f9f9f9 !important;
}
html.skin-theme-clientpref-night .infobox td:not( .notheme ),
html.skin-theme-clientpref-night .infobox th:not( .notheme ),
html.skin-theme-clientpref-night .infobox-above:not( .notheme ),
html.skin-theme-clientpref-night .infobox p:not( .notheme ),
html.skin-theme-clientpref-night .infobox > div:not( .notheme ),
html.skin-theme-clientpref-night .infobox caption:not( .notheme ),
html.skin-theme-clientpref-night .infobox--frwiki td:not( .notheme ),
html.skin-theme-clientpref-night .infobox--frwiki th:not( .notheme ),
html.skin-theme-clientpref-night .infobox--frwiki p:not( .notheme ),
html.skin-theme-clientpref-night .infobox--frwiki > div:not( .notheme ),
html.skin-theme-clientpref-night .infobox--frwiki caption:not( .notheme ),
html.skin-theme-clientpref-night .sinottico th:not( .notheme ),
html.skin-theme-clientpref-night .infobox-header:not( .notheme ),
html.skin-theme-clientpref-night .skin-nightmode-reset-color:not( .notheme ),
html.skin-theme-clientpref-night .navigation-box:not( .notheme ),
html.skin-theme-clientpref-night .metadata:not( .notheme ),
html.skin-theme-clientpref-night .quotebox:not( .notheme ),
html.skin-theme-clientpref-night .side-box:not( .notheme ),
html.skin-theme-clientpref-night .side-box div:not( .notheme ),
html.skin-theme-clientpref-night .navbox:not( .notheme ),
html.skin-theme-clientpref-night .navbox-subgroup:not( .notheme ),
html.skin-theme-clientpref-night .navbox-group:not( .notheme ),
html.skin-theme-clientpref-night .navbox-even:not( .notheme ),
html.skin-theme-clientpref-night .navbox-abovebelow:not( .notheme ),
html.skin-theme-clientpref-night .navbox-title:not( .notheme ) {
background: inherit !important;
color: inherit !important;
/* If a border is defined retain it but make it black. If no border this won't do anything. */
border-color: #ccc !important;
}
html.skin-theme-clientpref-night .mw-parser-output [style*='background'] {
/* @color-base */
color: #202122;
}
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) [bgcolor] a:not( .mw-selflink ),
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox )[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not( .mw-selflink ),
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) th[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a:not( .mw-selflink ),
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) td[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a:not( .mw-selflink ),
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) tr[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) td a:not( .mw-selflink ) {
color: var(--color-base-fixed, #202122);
text-decoration: underline;
}
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) [bgcolor] a.new,
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox )[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a.new,
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) th[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a.new,
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) td[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a.new,
html.skin-theme-clientpref-night body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) tr[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) td a.new {
text-decoration-style: wavy;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os {
/* T357453 */
/* Limited to article namespace. This should not be added to namespaces which reset colors e.g. Portal (100) */
}
html.skin-theme-clientpref-os .infobox td:not( .notheme ),
html.skin-theme-clientpref-os .infobox th:not( .notheme ),
html.skin-theme-clientpref-os .infobox-above:not( .notheme ),
html.skin-theme-clientpref-os .infobox p:not( .notheme ),
html.skin-theme-clientpref-os .infobox > div:not( .notheme ),
html.skin-theme-clientpref-os .infobox caption:not( .notheme ),
html.skin-theme-clientpref-os .infobox--frwiki td:not( .notheme ),
html.skin-theme-clientpref-os .infobox--frwiki th:not( .notheme ),
html.skin-theme-clientpref-os .infobox--frwiki p:not( .notheme ),
html.skin-theme-clientpref-os .infobox--frwiki > div:not( .notheme ),
html.skin-theme-clientpref-os .infobox--frwiki caption:not( .notheme ),
html.skin-theme-clientpref-os .sinottico th:not( .notheme ),
html.skin-theme-clientpref-os .infobox-header:not( .notheme ),
html.skin-theme-clientpref-os .skin-nightmode-reset-color:not( .notheme ),
html.skin-theme-clientpref-os .navigation-box:not( .notheme ),
html.skin-theme-clientpref-os .metadata:not( .notheme ),
html.skin-theme-clientpref-os .quotebox:not( .notheme ),
html.skin-theme-clientpref-os .side-box:not( .notheme ),
html.skin-theme-clientpref-os .side-box div:not( .notheme ),
html.skin-theme-clientpref-os .navbox:not( .notheme ),
html.skin-theme-clientpref-os .navbox-subgroup:not( .notheme ),
html.skin-theme-clientpref-os .navbox-group:not( .notheme ),
html.skin-theme-clientpref-os .navbox-even:not( .notheme ),
html.skin-theme-clientpref-os .navbox-abovebelow:not( .notheme ),
html.skin-theme-clientpref-os .navbox-title:not( .notheme ) {
background: inherit !important;
color: inherit !important;
/* If a border is defined retain it but make it black. If no border this won't do anything. */
border-color: #ccc !important;
}
html.skin-theme-clientpref-os .hatnote:not( .notheme ),
html.skin-theme-clientpref-os .dablink:not( .notheme ),
html.skin-theme-clientpref-os .rellink:not( .notheme ),
html.skin-theme-clientpref-os .infobox:not( .notheme ) {
color: #222 !important;
background-color: #f9f9f9 !important;
}
html.skin-theme-clientpref-os .mw-parser-output [style*='background'] {
/* @color-base */
color: #202122;
}
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) [bgcolor] a:not( .mw-selflink ),
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox )[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not( .mw-selflink ),
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) th[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a:not( .mw-selflink ),
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) td[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a:not( .mw-selflink ),
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) tr[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) td a:not( .mw-selflink ) {
color: var(--color-base-fixed, #202122);
text-decoration: underline;
}
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) [bgcolor] a.new,
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox )[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a.new,
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) th[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a.new,
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) td[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) a.new,
html.skin-theme-clientpref-os body.ns-0:not( .page-Main_Page ) .mw-parser-output table:not( .infobox ):not( .navbox-inner ):not( .navbox ) tr[style*="background"]:not( [style*="transparent"] ):not( [style*="inherit"] ) td a.new {
text-decoration-style: wavy;
}
}
/* stylelint-disable stylistic/indentation */
/** This mixin should only be used where it's safe to do so. It should not be applied
to content which may have important information. */
@media screen {
.skin-theme-clientpref-night .page-Main_Page .mw-parser-output :not( .notheme ):not( a ) {
background: inherit !important;
color: inherit !important;
/* If a border is defined retain it but make it black. If no border this won't do anything. */
border-color: #ccc !important;
}
}
@media screen and (prefers-color-scheme: dark) {
.skin-theme-clientpref-os .page-Main_Page .mw-parser-output :not( .notheme ):not( a ) {
background: inherit !important;
color: inherit !important;
/* If a border is defined retain it but make it black. If no border this won't do anything. */
border-color: #ccc !important;
}
}
/* stylelint-disable stylistic/indentation */
/** This mixin should only be used where it's safe to do so. It should not be applied
to content which may have important information. */
@media screen {
.skin-theme-clientpref-night .ns-100 .mw-parser-output :not( .notheme ):not( a ) {
background: inherit !important;
color: inherit !important;
/* If a border is defined retain it but make it black. If no border this won't do anything. */
border-color: #ccc !important;
}
}
@media screen and (prefers-color-scheme: dark) {
.skin-theme-clientpref-os .ns-100 .mw-parser-output :not( .notheme ):not( a ) {
background: inherit !important;
color: inherit !important;
/* If a border is defined retain it but make it black. If no border this won't do anything. */
border-color: #ccc !important;
}
}