MediaWiki:Gadget-site-styles.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
(GitHub Actions) AmeroHan: 将infobox的样式转移到模板样式表 标签:由机器人或全自动脚本执行的操作 |
(GitHub Actions) AmeroHan: 整理样式,并移除无用代码 标签:由机器人或全自动脚本执行的操作 |
||
| 第24行: | 第24行: | ||
margin: -1px !important; |
margin: -1px !important; |
||
overflow: hidden !important; |
overflow: hidden !important; |
||
clip: rect(0, 0, 0, 0) !important; |
|||
-webkit-clip-path: inset(50%) !important; |
-webkit-clip-path: inset(50%) !important; |
||
clip-path: inset(50%) !important; |
clip-path: inset(50%) !important; |
||
white-space: nowrap !important; |
white-space: nowrap !important; |
||
border: 0 !important; |
border: 0 !important; |
||
} |
|||
pre, |
|||
code, |
|||
textarea, |
|||
.CodeMirror, |
|||
[style*=monospace] { |
|||
text-autospace: no-autospace; |
|||
text-spacing-trim: space-all; |
|||
} |
|||
input { |
|||
text-spacing-trim: space-all; |
|||
} |
} |
||
| 第333行: | 第347行: | ||
* 12/29/2014 |
* 12/29/2014 |
||
*/ |
*/ |
||
/* 编辑者不要再使用以下类!这些类已被弃用,在可预见的未来会被移除。 */ |
|||
.container { |
.container { |
||
position: relative; |
position: relative; |
||
| 第340行: | 第355行: | ||
padding: 0 20px; |
padding: 0 20px; |
||
box-sizing: border-box; |
box-sizing: border-box; |
||
} |
|||
.clear-div { |
|||
clear: both; |
|||
} |
} |
||
| 第351行: | 第370行: | ||
} |
} |
||
body.main-md .div, |
|||
@media (min-width: 800px) { |
|||
body.main-md .divs, |
|||
.div, |
|||
body.main-md .column, |
|||
.divs, |
|||
body.main-md .columns { |
|||
.column, |
|||
margin-left: 0.3%; |
|||
.columns { |
|||
margin-left: 0.3%; |
|||
} |
|||
.div:first-child, |
|||
.divs:first-child, |
|||
.column:first-child, |
|||
.columns:first-child { |
|||
margin-left: 0; |
|||
} |
|||
.one.div, |
|||
.one.divs { |
|||
width: 100%; |
|||
margin-left: 0; |
|||
} |
|||
.two.divs { |
|||
width: 49.85%; |
|||
} |
|||
.three.divs { |
|||
width: 33.1333333333%; |
|||
} |
|||
.four.divs { |
|||
width: 24.775%; |
|||
} |
|||
.five.divs { |
|||
width: 19.76%; |
|||
} |
|||
.six.divs { |
|||
width: 16.4166666667%; |
|||
} |
|||
.seven.divs { |
|||
width: 14.0285714286%; |
|||
} |
|||
.eight.divs { |
|||
width: 12.2375%; |
|||
} |
|||
.nine.divs { |
|||
width: 10.8444444444%; |
|||
} |
|||
.ten.divs { |
|||
width: 9.73%; |
|||
} |
|||
.eleven.divs { |
|||
width: 8.8181818182%; |
|||
} |
|||
.twelve.divs { |
|||
width: 8.0583333333%; |
|||
} |
|||
.one.column, |
|||
.one.columns { |
|||
width: 8.0583333333%; |
|||
} |
|||
.two.columns { |
|||
width: 16.4166666667%; |
|||
} |
|||
.three.columns { |
|||
width: 24.775%; |
|||
} |
|||
.four.columns { |
|||
width: 33.1333333333%; |
|||
} |
|||
.five.columns { |
|||
width: 41.4916666667%; |
|||
} |
|||
.six.columns { |
|||
width: 49.85%; |
|||
} |
|||
.seven.columns { |
|||
width: 58.2083333333%; |
|||
} |
|||
.eight.columns { |
|||
width: 66.5666666667%; |
|||
} |
|||
.nine.columns { |
|||
width: 74.925%; |
|||
} |
|||
.ten.columns { |
|||
width: 83.2833333333%; |
|||
} |
|||
.eleven.columns { |
|||
width: 91.6416666667%; |
|||
} |
|||
.twelve.columns { |
|||
width: 100%; |
|||
margin-left: 0; |
|||
} |
|||
.one-third.column { |
|||
width: 33.1333333333%; |
|||
} |
|||
.two-thirds.column { |
|||
width: 66.5666666667%; |
|||
} |
|||
.one-half.column { |
|||
width: 49.85%; |
|||
} |
|||
.offset-by-one.column, |
|||
.offset-by-one.columns { |
|||
margin-left: 8.6666666667%; |
|||
} |
|||
.offset-by-two.column, |
|||
.offset-by-two.columns { |
|||
margin-left: 17.3333333333%; |
|||
} |
|||
.offset-by-three.column, |
|||
.offset-by-three.columns { |
|||
margin-left: 26%; |
|||
} |
|||
.offset-by-four.column, |
|||
.offset-by-four.columns { |
|||
margin-left: 34.6666666667%; |
|||
} |
|||
.offset-by-five.column, |
|||
.offset-by-five.columns { |
|||
margin-left: 43.3333333333%; |
|||
} |
|||
.offset-by-six.column, |
|||
.offset-by-six.columns { |
|||
margin-left: 52%; |
|||
} |
|||
.offset-by-seven.column, |
|||
.offset-by-seven.columns { |
|||
margin-left: 60.6666666667%; |
|||
} |
|||
.offset-by-eight.column, |
|||
.offset-by-eight.columns { |
|||
margin-left: 69.3333333333%; |
|||
} |
|||
.offset-by-nine.column, |
|||
.offset-by-nine.columns { |
|||
margin-left: 78%; |
|||
} |
|||
.offset-by-ten.column, |
|||
.offset-by-ten.columns { |
|||
margin-left: 86.6666666667%; |
|||
} |
|||
.offset-by-eleven.column, |
|||
.offset-by-eleven.columns { |
|||
margin-left: 95.3333333333%; |
|||
} |
|||
.offset-by-one-third.column, |
|||
.offset-by-one-third.columns { |
|||
margin-left: 34.6666666667%; |
|||
} |
|||
.offset-by-two-thirds.column, |
|||
.offset-by-two-thirds.columns { |
|||
margin-left: 69.3333333333%; |
|||
} |
|||
.offset-by-one-half.column, |
|||
.offset-by-one-half.columns { |
|||
margin-left: 52%; |
|||
} |
|||
} |
} |
||
body.main-md .div:first-child, |
|||
body.main-md .divs:first-child, |
|||
body.main-md .column:first-child, |
|||
body.main-md .columns:first-child { |
|||
margin-left: 0; |
|||
} |
|||
body.main-md .one.div, |
|||
body.main-md .one.divs { |
|||
width: 100%; |
|||
margin-left: 0; |
|||
} |
|||
body.main-md .two.divs { |
|||
width: 49.85%; |
|||
} |
|||
body.main-md .three.divs { |
|||
width: 33.1333333333%; |
|||
} |
|||
body.main-md .four.divs { |
|||
width: 24.775%; |
|||
} |
|||
body.main-md .five.divs { |
|||
width: 19.76%; |
|||
} |
|||
body.main-md .six.divs { |
|||
width: 16.4166666667%; |
|||
} |
|||
body.main-md .seven.divs { |
|||
width: 14.0285714286%; |
|||
} |
|||
body.main-md .eight.divs { |
|||
width: 12.2375%; |
|||
} |
|||
body.main-md .nine.divs { |
|||
width: 10.8444444444%; |
|||
} |
|||
body.main-md .ten.divs { |
|||
width: 9.73%; |
|||
} |
|||
body.main-md .eleven.divs { |
|||
width: 8.8181818182%; |
|||
} |
|||
body.main-md .twelve.divs { |
|||
width: 8.0583333333%; |
|||
} |
|||
body.main-md .one.column, |
|||
body.main-md .one.columns { |
|||
width: 8.0583333333%; |
|||
} |
|||
body.main-md .two.columns { |
|||
width: 16.4166666667%; |
|||
} |
|||
body.main-md .three.columns { |
|||
width: 24.775%; |
|||
} |
|||
body.main-md .four.columns { |
|||
width: 33.1333333333%; |
|||
} |
|||
body.main-md .five.columns { |
|||
width: 41.4916666667%; |
|||
} |
|||
body.main-md .six.columns { |
|||
width: 49.85%; |
|||
} |
|||
body.main-md .seven.columns { |
|||
width: 58.2083333333%; |
|||
} |
|||
body.main-md .eight.columns { |
|||
width: 66.5666666667%; |
|||
} |
|||
body.main-md .nine.columns { |
|||
width: 74.925%; |
|||
} |
|||
body.main-md .ten.columns { |
|||
width: 83.2833333333%; |
|||
} |
|||
body.main-md .eleven.columns { |
|||
width: 91.6416666667%; |
|||
} |
|||
body.main-md .twelve.columns { |
|||
width: 100%; |
|||
margin-left: 0; |
|||
} |
|||
body.main-md .one-third.column { |
|||
width: 33.1333333333%; |
|||
} |
|||
body.main-md .two-thirds.column { |
|||
width: 66.5666666667%; |
|||
} |
|||
body.main-md .one-half.column { |
|||
width: 49.85%; |
|||
} |
|||
body.main-md .offset-by-one.column, |
|||
body.main-md .offset-by-one.columns { |
|||
margin-left: 8.6666666667%; |
|||
} |
|||
body.main-md .offset-by-two.column, |
|||
body.main-md .offset-by-two.columns { |
|||
margin-left: 17.3333333333%; |
|||
} |
|||
body.main-md .offset-by-three.column, |
|||
body.main-md .offset-by-three.columns { |
|||
margin-left: 26%; |
|||
} |
|||
body.main-md .offset-by-four.column, |
|||
body.main-md .offset-by-four.columns { |
|||
margin-left: 34.6666666667%; |
|||
} |
|||
body.main-md .offset-by-five.column, |
|||
body.main-md .offset-by-five.columns { |
|||
margin-left: 43.3333333333%; |
|||
} |
|||
body.main-md .offset-by-six.column, |
|||
body.main-md .offset-by-six.columns { |
|||
margin-left: 52%; |
|||
} |
|||
body.main-md .offset-by-seven.column, |
|||
body.main-md .offset-by-seven.columns { |
|||
margin-left: 60.6666666667%; |
|||
} |
|||
body.main-md .offset-by-eight.column, |
|||
body.main-md .offset-by-eight.columns { |
|||
margin-left: 69.3333333333%; |
|||
} |
|||
body.main-md .offset-by-nine.column, |
|||
body.main-md .offset-by-nine.columns { |
|||
margin-left: 78%; |
|||
} |
|||
body.main-md .offset-by-ten.column, |
|||
body.main-md .offset-by-ten.columns { |
|||
margin-left: 86.6666666667%; |
|||
} |
|||
body.main-md .offset-by-eleven.column, |
|||
body.main-md .offset-by-eleven.columns { |
|||
margin-left: 95.3333333333%; |
|||
} |
|||
body.main-md .offset-by-one-third.column, |
|||
body.main-md .offset-by-one-third.columns { |
|||
margin-left: 34.6666666667%; |
|||
} |
|||
body.main-md .offset-by-two-thirds.column, |
|||
body.main-md .offset-by-two-thirds.columns { |
|||
margin-left: 69.3333333333%; |
|||
} |
|||
body.main-md .offset-by-one-half.column, |
|||
body.main-md .offset-by-one-half.columns { |
|||
margin-left: 52%; |
|||
} |
|||
/* 编辑者不要再使用以上类!这些类已被弃用,在可预见的未来会被移除。 */ |
|||
table.navbox { |
table.navbox { |
||
border: 1px solid #aaa; |
border: 1px solid #aaa; |
||
| 第563行: | 第582行: | ||
.navbox-odd { |
.navbox-odd { |
||
background: none repeat scroll 0 0 #fdfdfd; |
background: none repeat scroll 0 0 #fdfdfd; |
||
} |
|||
.mw-mmv-overlay { |
|||
position: fixed; |
|||
top: 0; |
|||
right: 0; |
|||
bottom: 0; |
|||
left: 0; |
|||
background-color: rgba(0, 0, 0, 0.8); |
|||
opacity: 0.73; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open { |
|||
overflow: hidden; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open #mw-page-base, |
|||
body.mediawiki.mw-mmv-lightbox-open #mw-head-base, |
|||
body.mediawiki.mw-mmv-lightbox-open #mw-navigation, |
|||
body.mediawiki.mw-mmv-lightbox-open #content, |
|||
body.mediawiki.mw-mmv-lightbox-open #footer, |
|||
body.mediawiki.mw-mmv-lightbox-open #globalWrapper, |
|||
body.mediawiki.mw-mmv-lightbox-open > * { |
|||
display: inherit; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open > script, |
|||
body.mediawiki.mw-mmv-lightbox-open > style { |
|||
display: none; |
|||
} |
|||
body .mw-mmv-wrapper { |
|||
position: fixed; |
|||
} |
|||
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column { |
|||
width: 30%; |
|||
} |
|||
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column { |
|||
width: 70%; |
|||
max-width: 70%; |
|||
} |
|||
ul.mw-mmv-image-links li { |
|||
float: left; |
|||
padding: 0.3em 1em; |
|||
} |
|||
div.mw-mmv-image-desc-div, |
|||
div.mw-mmv-image-links-div { |
|||
display: block; |
|||
} |
|||
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li { |
|||
height: inherit; |
|||
line-height: inherit; |
|||
} |
|||
.mw-mmv-warning-visible .mw-mmv-download-dialog .mw-mmv-dialog-down-arrow { |
|||
background-color: #fff; |
|||
} |
|||
.mw-mmv-warning-visible .mw-mmv-dialog-warning, |
|||
.mw-mmv-warning-visible .mw-mmv-download-attribution { |
|||
display: none !important; |
|||
} |
} |
||
| 第732行: | 第815行: | ||
padding-bottom: 0.2em; |
padding-bottom: 0.2em; |
||
padding-right: 0.1em; |
padding-right: 0.1em; |
||
} |
|||
.clear-div { |
|||
clear: both; |
|||
} |
} |
||
| 第769行: | 第848行: | ||
margin-left: 0 !important; |
margin-left: 0 !important; |
||
height: 1.28rem; |
height: 1.28rem; |
||
} |
|||
#siteNotice .scrollDiv:hover { |
|||
font-weight: 700; |
|||
} |
} |
||
| 第802行: | 第877行: | ||
#mw-content-text i:not([role=img]) { |
#mw-content-text i:not([role=img]) { |
||
margin-right: 3px; |
margin-right: 3px; |
||
} |
|||
.mw-mmv-overlay { |
|||
position: fixed; |
|||
top: 0; |
|||
right: 0; |
|||
bottom: 0; |
|||
left: 0; |
|||
background-color: rgba(0, 0, 0, 0.8); |
|||
opacity: 0.73; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open #mw-page-base, |
|||
body.mediawiki.mw-mmv-lightbox-open #mw-head-base, |
|||
body.mediawiki.mw-mmv-lightbox-open #mw-navigation, |
|||
body.mediawiki.mw-mmv-lightbox-open #content, |
|||
body.mediawiki.mw-mmv-lightbox-open #footer, |
|||
body.mediawiki.mw-mmv-lightbox-open #globalWrapper { |
|||
display: inherit; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open > * { |
|||
display: inherit; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open > script, |
|||
body.mediawiki.mw-mmv-lightbox-open > style { |
|||
display: none; |
|||
} |
|||
body.mediawiki.mw-mmv-lightbox-open { |
|||
overflow: hidden; |
|||
} |
|||
body .mw-mmv-wrapper { |
|||
position: fixed; |
|||
} |
|||
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column { |
|||
width: 30%; |
|||
} |
|||
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column { |
|||
width: 70%; |
|||
max-width: 70%; |
|||
} |
|||
ul.mw-mmv-image-links li { |
|||
float: left; |
|||
padding: 0.3em 1em; |
|||
} |
|||
div.mw-mmv-image-desc-div, |
|||
div.mw-mmv-image-links-div { |
|||
display: block; |
|||
} |
|||
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li { |
|||
height: inherit; |
|||
line-height: inherit; |
|||
} |
|||
.mw-mmv-warning-visible .mw-mmv-download-dialog .mw-mmv-dialog-down-arrow { |
|||
background-color: #fff; |
|||
} |
|||
.mw-mmv-warning-visible .mw-mmv-dialog-warning, |
|||
.mw-mmv-warning-visible .mw-mmv-download-attribution { |
|||
display: none !important; |
|||
} |
} |
||
| 第884行: | 第890行: | ||
border-radius: 10px; |
border-radius: 10px; |
||
box-shadow: #666 0 2px 3px; |
box-shadow: #666 0 2px 3px; |
||
} |
|||
.mw-datatable.TablePager { |
|||
width: 100%; |
|||
table-layout: fixed; |
|||
overflow-wrap: break-word; |
|||
} |
|||
#breadcrumb { |
|||
background-image: url("//img.moegirl.org.cn/breadcrumb/bc_bg.png"); |
|||
color: red; |
|||
border: solid 1px #cacaca; |
|||
border-radius: 10px; |
|||
overflow: hidden; |
|||
} |
|||
#breadcrumb span { |
|||
float: left; |
|||
padding-left: 10px; |
|||
} |
|||
#breadcrumb a { |
|||
display: block; |
|||
background: url("//img.moegirl.org.cn/breadcrumb/bc_separator.png") no-repeat right; |
|||
padding-right: 15px; |
|||
color: #454545; |
|||
} |
|||
#breadcrumb a:hover { |
|||
color: #35acc5; |
|||
} |
|||
.infotemplatebox { |
|||
float: right; |
|||
width: 280px; |
|||
font-size: 90%; |
|||
margin: 1em 0 1em 1em; |
|||
background: #f9f9f9; |
|||
border: 1px #999 solid; |
|||
border-collapse: collapse; |
|||
word-break: break-all; |
|||
clear: right; |
|||
} |
|||
.my-buttons { |
|||
padding: 0.5em; |
|||
} |
|||
.my-buttons a { |
|||
text-decoration: none; |
|||
border: 1px #069 outset; |
|||
padding: 0.1em; |
|||
} |
|||
.my-buttons a:hover, |
|||
.my-buttons a:active { |
|||
border-style: inset; |
|||
} |
} |
||
| 第946行: | 第895行: | ||
white-space: pre-wrap; |
white-space: pre-wrap; |
||
overflow-wrap: break-word; |
overflow-wrap: break-word; |
||
} |
|||
pre, |
|||
code, |
|||
textarea, |
|||
.CodeMirror, |
|||
[style*=monospace] { |
|||
text-autospace: no-autospace; |
|||
text-spacing-trim: space-all; |
|||
} |
|||
input { |
|||
text-spacing-trim: space-all; |
|||
} |
} |
||
| 第980行: | 第916行: | ||
background: white; |
background: white; |
||
} |
} |
||
.editRequest .newComment { |
.editRequest .newComment { |
||
white-space: nowrap; |
white-space: nowrap; |
||
| 第1,015行: | 第950行: | ||
background-color: rgb(249, 249, 249); |
background-color: rgb(249, 249, 249); |
||
} |
} |
||
.wikitable.mw-collapsible.mw-collapsed caption { |
.wikitable.mw-collapsible.mw-collapsed caption { |
||
border-bottom-width: 1px; |
border-bottom-width: 1px; |
||
| 第1,024行: | 第958行: | ||
break-inside: avoid; |
break-inside: avoid; |
||
} |
} |
||
.mw-category-group:only-child:last-child, .mw-category-group:first-child:nth-last-child(2), .mw-category-group:nth-child(2):last-child { |
|||
.mw-category-group:first-child:last-child, |
|||
.mw-category-group:first-child:nth-last-child(2), |
|||
.mw-category-group:nth-child(2):last-child { |
|||
-moz-column-break-inside: auto; |
-moz-column-break-inside: auto; |
||
break-inside: auto; |
break-inside: auto; |
||
| 第1,046行: | 第977行: | ||
content: "(请滚动查看,可拖动右下角斜线符号调整高度)"; |
content: "(请滚动查看,可拖动右下角斜线符号调整高度)"; |
||
} |
} |
||
html[lang=zh- |
html[lang=zh-Hant i] .mw-explainconflict ~ #editform > h2 > .mw-headline::after, html[lang=zh-HK i] .mw-explainconflict ~ #editform > h2 > .mw-headline::after, html[lang=zh-TW i] .mw-explainconflict ~ #editform > h2 > .mw-headline::after { |
||
content: "(請滾動查看,可拖動右下角斜線符號調整高度)"; |
content: "(請滾動查看,可拖動右下角斜線符號調整高度)"; |
||
} |
} |
||
| 第1,055行: | 第986行: | ||
content: "(由于技术限制,此处为全文版本,请使用 Ctrl+F | ⌘+F 搜索相关差异,可拖动右下角斜线符号调整高度)"; |
content: "(由于技术限制,此处为全文版本,请使用 Ctrl+F | ⌘+F 搜索相关差异,可拖动右下角斜线符号调整高度)"; |
||
} |
} |
||
html[lang=zh- |
html[lang=zh-Hant i] .mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, html[lang=zh-HK i] .mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, html[lang=zh-TW i] .mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, html[lang=zh-Hant i] .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after, html[lang=zh-HK i] .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after, html[lang=zh-TW i] .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after { |
||
content: "(由於技術限制,此處為全文版本,請使用 Ctrl+F | ⌘+F 搜索相關差異,可拖動右下角斜線符號調整高度)"; |
content: "(由於技術限制,此處為全文版本,請使用 Ctrl+F | ⌘+F 搜索相關差異,可拖動右下角斜線符號調整高度)"; |
||
} |
} |
||
| 第1,083行: | 第1,014行: | ||
display: block; |
display: block; |
||
} |
} |
||
html[lang=zh- |
html[lang=zh-Hant i] .mw-explainconflict ~ #editform > .wikiEditor-ui::before, |
||
.mw-explainconflict ~ #editform > .wikiEditor-ui::before html[lang=zh- |
.mw-explainconflict ~ #editform > .wikiEditor-ui::before html[lang=zh-HK i], html[lang=zh-TW i] .mw-explainconflict ~ #editform > .wikiEditor-ui::before { |
||
content: "編輯框(最新修訂)"; |
content: "編輯框(最新修訂)"; |
||
} |
} |
||
2025年10月15日 (三) 21:38的版本
/**
* 本页面为自动生成,请勿直接修改!否则你的编辑将被覆盖!!!
* 请至 https://github.com/Vocawiki/wiki-frontend/blob/main/src/gadgets/site-styles/site-styles.scss 修改源代码。
*/
/* <pre> */
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hidden {
display: none;
}
/* from https://github.com/twbs/bootstrap/blob/cb021439c683d9805e2864c58095b92d405e9b11/scss/mixins/_visually-hidden.scss */
.visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
white-space: nowrap !important;
border: 0 !important;
}
pre,
code,
textarea,
.CodeMirror,
[style*=monospace] {
text-autospace: no-autospace;
text-spacing-trim: space-all;
}
input {
text-spacing-trim: space-all;
}
span[lang] {
font-family: initial;
-webkit-font-feature-settings: "locl" on;
font-feature-settings: "locl" on;
}
[style*="font:" i] span[lang],
[style*="font-family:" i] span[lang] {
font-family: inherit;
}
@font-face {
font-family: JapaneseItalic;
src: local(meiryo);
}
i:not(.GaiBuHuiZhenYouRenYongZheGeClassBa) span[lang=ja i],
[style*=italic i] span[lang=ja i],
span[lang=ja i] i:not(.GaiBuHuiZhenYouRenYongZheGeClassBa),
span[lang=ja i] [style*=italic i] {
font-family: JapaneseItalic, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
[style*="font:" i] i:not(.GaiBuHuiZhenYouRenYongZheGeClassBa) span[lang=ja i],
[style*="font:" i] [style*=italic i] span[lang=ja i],
[style*="font-family:" i] i:not(.GaiBuHuiZhenYouRenYongZheGeClassBa) span[lang=ja i],
[style*="font-family:" i] [style*=italic i] span[lang=ja i],
[style*="font:" i] span[lang=ja i] i:not(.GaiBuHuiZhenYouRenYongZheGeClassBa),
[style*="font:" i] span[lang=ja i] [style*=italic i],
[style*="font-family:" i] span[lang=ja i] i:not(.GaiBuHuiZhenYouRenYongZheGeClassBa),
[style*="font-family:" i] span[lang=ja i] [style*=italic i] {
font-family: inherit;
}
.heimu,
.heimu rt {
--heimu-color: #252525;
--heimu-text-color: #fff;
--heimu-link-color: #add8e6;
--heimu-visited-link-color: #c5cae9;
--heimu-new-link-color: #fcc;
--heimu-new-visited-link-color: #ef9a9a;
--heimu-extiw-visited-link-color: #d1c4e9;
background-color: var(--heimu-color);
}
.heimu,
.heimu a,
a .heimu,
a.new .heimu,
span.heimu a:visited,
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect {
transition: color 0.13s linear;
color: var(--heimu-color);
text-shadow: none;
}
span.heimu:hover,
span.heimu:active {
color: var(--heimu-text-color);
}
span.heimu:hover a,
a:hover span.heimu {
color: var(--heimu-link-color);
}
span.heimu:hover a:visited,
a:visited:hover span.heimu {
color: var(--heimu-visited-link-color);
}
span.heimu:hover a.new,
a.new:hover span.heimu {
color: var(--heimu-new-link-color);
}
span.heimu a.new:hover:visited,
a.new:hover:visited span.heimu {
color: var(--heimu-new-visited-link-color);
}
span.heimu:hover a.extiw:visited,
a.extiw:visited:hover span.heimu {
color: var(--heimu-extiw-visited-link-color);
}
.tab .TabLabelText {
padding: 1px;
background: #fff;
cursor: pointer;
flex: none;
}
.tab .TabLabelText.selected {
padding: 1px;
background: white;
}
.tab .TabLabel {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 2;
position: relative;
display: flex;
flex-wrap: wrap;
}
.tab .TabContent {
background: white;
padding: 20px 30px;
position: relative;
z-index: 1;
border: 1px solid #aaa;
}
.tab .TabContentText {
display: none;
}
.tab .TabContentText.selected {
display: block;
}
.tab .tabLabelTop .TabLabelText {
border-top: 3px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.tab .tabLabelTop .TabLabelText.selected {
border-top: 3px solid green;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.tab .tabLabelTop.reverse .TabLabelText {
border-bottom: 3px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
}
.tab .tabLabelTop.reverse .TabLabelText.selected {
border-bottom: 3px solid green;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-top: 1px solid transparent;
}
.tab .tabLabelBottom .TabLabelText {
border-bottom: 3px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.tab .tabLabelBottom .TabLabelText.selected {
border-bottom: 3px solid green;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.tab .tabLabelBottom.reverse .TabLabelText {
border-top: 3px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.tab .tabLabelBottom.reverse .TabLabelText.selected {
border-top: 3px solid green;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid transparent;
}
.tab .tabLabelLeft .TabLabelText {
border-left: 3px solid transparent;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.tab .tabLabelLeft .TabLabelText.selected {
border-left: 3px solid green;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.tab .tabLabelLeft.reverse .TabLabelText {
border-right: 3px solid transparent;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
}
.tab .tabLabelLeft.reverse .TabLabelText.selected {
border-right: 3px solid green;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid transparent;
}
.tab .tabLabelRight .TabLabelText {
border-right: 3px solid transparent;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.tab .tabLabelRight .TabLabelText.selected {
border-right: 3px solid green;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.tab .tabLabelRight.reverse .TabLabelText {
border-left: 3px solid transparent;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
border-right: 1px solid transparent;
}
.tab .tabLabelRight.reverse .TabLabelText.selected {
border-left: 3px solid green;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-right: 1px solid transparent;
}
.tab .Tabs .TabDivider {
width: 100%;
order: 2;
}
.tab .Tabs.reverse .TabDivider {
height: 2px;
}
.tab .Tabs.tabLabelLeft .TabLabel,
.tab .Tabs.tabLabelRight .TabContent {
order: 1;
}
.tab .Tabs.tabLabelLeft .TabContent,
.tab .Tabs.tabLabelRight .TabLabel {
order: 3;
}
.tab .Tabs.tabLabelLeft,
.tab .Tabs.tabLabelRight {
display: flex;
flex-wrap: nowrap;
width: auto;
}
.tab .Tabs.tabLabelLeft .TabDivider,
.tab .Tabs.tabLabelRight .TabDivider {
height: 100%;
width: 0;
}
.tab .Tabs.tabLabelLeft.reverse .TabDivider,
.tab .Tabs.tabLabelRight.reverse .TabDivider {
width: 1px;
}
.tab .Tabs.tabLabelLeft .TabLabel,
.tab .Tabs.tabLabelRight .TabLabel {
flex-direction: column;
}
.tab .Tabs.tabLabelLeft:not(.AutoWidth) .TabContent,
.tab .Tabs.tabLabelRight:not(.AutoWidth) .TabContent {
flex: 1;
}
.Tabs {
max-width: 100%;
}
.Tabs.AutoWidth {
display: table-cell;
}
.Tabs.FloatLeft {
float: left;
margin-right: 1em;
}
.Tabs.FloatRight {
float: right;
margin-left: 1em;
}
.Tabs .Tab {
border-bottom: 1px solid #aaa;
}
.Tabs .Tab:first-child {
border-top: 1px solid #aaa;
}
.Tabs .Tab .TabLabelText {
padding: 7px;
}
.Tabs .Tab .TabContentText {
padding: 3px;
}
.infotemplatebox > table td > .Tabs .TabLabel,
.infotemplatebox > table td > .Tabs .TabContent {
margin: 0 -1px;
}
rb[data-id=template-ruby]::before {
content: "";
}
rb[data-id=template-ruby]::before,
.template-ruby-hidden {
display: inline-block;
width: 0;
font-size: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* 编辑者不要再使用以下类!这些类已被弃用,在可预见的未来会被移除。 */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.clear-div {
clear: both;
}
.div,
.divs,
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
body.main-md .div,
body.main-md .divs,
body.main-md .column,
body.main-md .columns {
margin-left: 0.3%;
}
body.main-md .div:first-child,
body.main-md .divs:first-child,
body.main-md .column:first-child,
body.main-md .columns:first-child {
margin-left: 0;
}
body.main-md .one.div,
body.main-md .one.divs {
width: 100%;
margin-left: 0;
}
body.main-md .two.divs {
width: 49.85%;
}
body.main-md .three.divs {
width: 33.1333333333%;
}
body.main-md .four.divs {
width: 24.775%;
}
body.main-md .five.divs {
width: 19.76%;
}
body.main-md .six.divs {
width: 16.4166666667%;
}
body.main-md .seven.divs {
width: 14.0285714286%;
}
body.main-md .eight.divs {
width: 12.2375%;
}
body.main-md .nine.divs {
width: 10.8444444444%;
}
body.main-md .ten.divs {
width: 9.73%;
}
body.main-md .eleven.divs {
width: 8.8181818182%;
}
body.main-md .twelve.divs {
width: 8.0583333333%;
}
body.main-md .one.column,
body.main-md .one.columns {
width: 8.0583333333%;
}
body.main-md .two.columns {
width: 16.4166666667%;
}
body.main-md .three.columns {
width: 24.775%;
}
body.main-md .four.columns {
width: 33.1333333333%;
}
body.main-md .five.columns {
width: 41.4916666667%;
}
body.main-md .six.columns {
width: 49.85%;
}
body.main-md .seven.columns {
width: 58.2083333333%;
}
body.main-md .eight.columns {
width: 66.5666666667%;
}
body.main-md .nine.columns {
width: 74.925%;
}
body.main-md .ten.columns {
width: 83.2833333333%;
}
body.main-md .eleven.columns {
width: 91.6416666667%;
}
body.main-md .twelve.columns {
width: 100%;
margin-left: 0;
}
body.main-md .one-third.column {
width: 33.1333333333%;
}
body.main-md .two-thirds.column {
width: 66.5666666667%;
}
body.main-md .one-half.column {
width: 49.85%;
}
body.main-md .offset-by-one.column,
body.main-md .offset-by-one.columns {
margin-left: 8.6666666667%;
}
body.main-md .offset-by-two.column,
body.main-md .offset-by-two.columns {
margin-left: 17.3333333333%;
}
body.main-md .offset-by-three.column,
body.main-md .offset-by-three.columns {
margin-left: 26%;
}
body.main-md .offset-by-four.column,
body.main-md .offset-by-four.columns {
margin-left: 34.6666666667%;
}
body.main-md .offset-by-five.column,
body.main-md .offset-by-five.columns {
margin-left: 43.3333333333%;
}
body.main-md .offset-by-six.column,
body.main-md .offset-by-six.columns {
margin-left: 52%;
}
body.main-md .offset-by-seven.column,
body.main-md .offset-by-seven.columns {
margin-left: 60.6666666667%;
}
body.main-md .offset-by-eight.column,
body.main-md .offset-by-eight.columns {
margin-left: 69.3333333333%;
}
body.main-md .offset-by-nine.column,
body.main-md .offset-by-nine.columns {
margin-left: 78%;
}
body.main-md .offset-by-ten.column,
body.main-md .offset-by-ten.columns {
margin-left: 86.6666666667%;
}
body.main-md .offset-by-eleven.column,
body.main-md .offset-by-eleven.columns {
margin-left: 95.3333333333%;
}
body.main-md .offset-by-one-third.column,
body.main-md .offset-by-one-third.columns {
margin-left: 34.6666666667%;
}
body.main-md .offset-by-two-thirds.column,
body.main-md .offset-by-two-thirds.columns {
margin-left: 69.3333333333%;
}
body.main-md .offset-by-one-half.column,
body.main-md .offset-by-one-half.columns {
margin-left: 52%;
}
/* 编辑者不要再使用以上类!这些类已被弃用,在可预见的未来会被移除。 */
table.navbox {
border: 1px solid #aaa;
clear: both;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
}
table.navbox + table.navbox {
margin-top: -1px;
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
.navbox-group {
font-weight: 700;
white-space: nowrap;
}
.navbox,
.navbox-subgroup {
background: none repeat scroll 0 0 var(--theme-card-background-color, #fdfdfd);
}
.navbox-list {
border-color: #fdfdfd;
}
.navbox-title,
table.navbox th {
background: none repeat scroll 0 0 #a5e4a5;
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
background: none repeat scroll 0 0 #c0ecc0;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: none repeat scroll 0 0 #e6f6e6;
}
.navbox-even {
background: none repeat scroll 0 0 #f5fcf5;
}
.navbox-odd {
background: none repeat scroll 0 0 #fdfdfd;
}
.mw-mmv-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
opacity: 0.73;
}
body.mediawiki.mw-mmv-lightbox-open {
overflow: hidden;
}
body.mediawiki.mw-mmv-lightbox-open #mw-page-base,
body.mediawiki.mw-mmv-lightbox-open #mw-head-base,
body.mediawiki.mw-mmv-lightbox-open #mw-navigation,
body.mediawiki.mw-mmv-lightbox-open #content,
body.mediawiki.mw-mmv-lightbox-open #footer,
body.mediawiki.mw-mmv-lightbox-open #globalWrapper,
body.mediawiki.mw-mmv-lightbox-open > * {
display: inherit;
}
body.mediawiki.mw-mmv-lightbox-open > script,
body.mediawiki.mw-mmv-lightbox-open > style {
display: none;
}
body .mw-mmv-wrapper {
position: fixed;
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
width: 30%;
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
width: 70%;
max-width: 70%;
}
ul.mw-mmv-image-links li {
float: left;
padding: 0.3em 1em;
}
div.mw-mmv-image-desc-div,
div.mw-mmv-image-links-div {
display: block;
}
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
height: inherit;
line-height: inherit;
}
.mw-mmv-warning-visible .mw-mmv-download-dialog .mw-mmv-dialog-down-arrow {
background-color: #fff;
}
.mw-mmv-warning-visible .mw-mmv-dialog-warning,
.mw-mmv-warning-visible .mw-mmv-download-attribution {
display: none !important;
}
body.page-Mainpage.rootpage-Mainpage #firstHeading,
body.page-Mainpage.rootpage-Mainpage #siteSub,
body.page-Mainpage.rootpage-Mainpage #contentSub,
body.page-Mainpage.rootpage-Mainpage #siteNotice {
display: none;
}
#mainpage {
display: block;
width: 100%;
text-align: left;
margin: 0 auto;
max-width: 1030px;
}
.mainpage-title {
font-family: "PingFang SC", sans-serif;
font-size: 1.618em;
color: #228b22;
margin: 0;
background: #deede0;
font-weight: 400;
height: 30px;
line-height: 30px;
text-align: center;
}
.mainpage-title:lang(zh-hant),
.mainpage-title:lang(zh-tw) {
font-family: "PingFang TC", sans-serif;
}
.mainpage-title:lang(zh-hk) {
font-family: "PingFang HK", sans-serif;
}
.mainpage-content,
.mainpage-1stcontent {
vertical-align: top;
padding: 0.5em 0.42890625rem;
min-height: 7em;
}
.mainpage-content.nomobile {
min-height: auto;
}
.mainpage-container {
display: flex;
}
.mainpage-container .mainpage-newsbox,
.mainpage-container .mainpage-box {
display: flex;
flex-direction: column;
}
.mainpage-container .mainpage-newsbox {
width: 66.6666666667%;
}
.mainpage-container .mainpage-box {
width: 33.3333333333%;
}
.mainpage-container .mainpage-content,
.mainpage-container .mainpage-1stcontent {
flex: auto;
}
.mainpage-container .mainpage-title {
flex: none;
margin-right: -1px;
}
.sidebar-character,
#ca-varlang-0,
#ca-varlang-1,
#ca-varlang-2 {
display: none;
}
.patroller-show,
.checkuser-show,
.suppress-show,
.sysop-show,
.interface-admin-show,
body.ns-2 div#catlinks {
display: none !important;
}
.annotation > span {
cursor: pointer;
}
.annotation .oo-ui-popupWidget {
z-index: 1000001;
white-space: normal;
color: #000;
font-weight: normal;
}
.annotation .oo-ui-popupWidget-popup {
width: -moz-fit-content !important;
width: fit-content !important;
}
.annotation .oo-ui-popupWidget-body {
width: -moz-fit-content;
width: fit-content;
min-width: 5.5em;
max-width: 11em !important;
overflow: auto;
}
.columns-list > ul:first-child,
.columns-list > ol:first-child {
margin-top: 0;
}
s.just-kidding-text {
color: #666;
text-decoration-color: #000;
}
body .mw-mmv-overlay {
z-index: 9999;
}
body .mw-mmv-wrapper {
z-index: 99999;
}
.noconvins > .mw-charinsert-item::before {
content: "-{";
}
.noconvins > .mw-charinsert-item::after {
content: "}-";
}
.mw-revslider-tooltip {
z-index: 7;
}
.errorbox ul {
list-style: none;
}
body .ajaxpoll {
width: -moz-max-content;
width: max-content;
max-width: 100%;
min-width: 400px;
}
body,
#firstHeading {
font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.skin-vector-2022 #firstHeading {
font-weight: 500;
padding-left: 0.25em;
}
div#simpleSearch button#searchButton {
padding-top: 0.1em;
padding-bottom: 0.2em;
padding-right: 0.1em;
}
.block,
.content-box {
width: 100%;
}
.content-box {
display: flex;
}
.parallel .content-box {
flex-direction: row;
}
.parallel .boite {
flex-grow: 1;
}
#siteSub {
display: inline;
font-size: 90%;
font-weight: 400;
font-style: normal;
text-align: right;
}
#siteNotice .scrollDiv {
width: 100%;
overflow: hidden;
position: relative;
margin-left: 0 !important;
height: 1.28rem;
}
#siteNotice .scrollDiv:empty {
display: none;
}
#siteNotice .scrollDiv > * {
list-style: none;
padding-left: 0;
position: absolute;
width: 100%;
top: 1.28rem;
}
#siteNotice .scrollDiv > *:first-child {
top: 0;
}
#siteNotice .scrollDiv.scrolling.animation,
#siteNotice .scrollDiv.scrolling.animation > * {
transition: all 0.37s ease-in-out;
}
.mw-body a.external:visited {
color: #36b;
}
#mw-content-text i:not([role=img]) {
margin-right: 3px;
}
.common-box {
padding: 0.2em 0.4em;
border: 1px solid #ddd;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
-webkit-box-shadow: #666 0 2px 3px;
-moz-box-shadow: #666 0 2px 3px;
border-radius: 10px;
box-shadow: #666 0 2px 3px;
}
pre {
white-space: pre-wrap;
overflow-wrap: break-word;
}
.wikitable {
max-width: 100%;
}
.thumb.tcenter {
float: none;
clear: both;
display: block;
margin: 0 auto;
}
.editRequest {
text-align: center;
border: 1px solid #ddd;
border-radius: 3px;
margin: 1em 2.5em;
padding: 1em;
background: white;
}
.editRequest .newComment {
white-space: nowrap;
background: #347bff;
color: #fff;
border: 1px solid #347bff;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
font-family: inherit;
font-size: 1em;
min-width: 4em;
max-width: 28.75em;
padding: 0.5em 1em;
margin: 0;
border-radius: 2px;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
zoom: 1;
vertical-align: middle;
text-align: center;
font-weight: bold;
cursor: pointer;
}
.reference-text > ul.listInRef,
.reference-text > ol.listInRef {
margin: -1.5em 0 0 2em;
}
.wikitable.mw-collapsible caption {
border: 1px solid rgba(170, 170, 170, 0.37);
border-bottom-width: 0;
background-color: rgb(249, 249, 249);
}
.wikitable.mw-collapsible.mw-collapsed caption {
border-bottom-width: 1px;
}
.mw-category-group {
-moz-column-break-inside: avoid;
break-inside: avoid;
}
.mw-category-group:only-child:last-child, .mw-category-group:first-child:nth-last-child(2), .mw-category-group:nth-child(2):last-child {
-moz-column-break-inside: auto;
break-inside: auto;
}
.mw-explainconflict ~ #editform {
display: flex;
flex-direction: column;
}
.mw-explainconflict ~ #editform > * {
order: 2;
}
.mw-explainconflict ~ #editform > h2,
.mw-explainconflict ~ #editform > h2 ~ * {
order: 1;
}
.mw-explainconflict ~ #editform > h2 > .mw-headline::after {
content: "(请滚动查看,可拖动右下角斜线符号调整高度)";
}
html[lang=zh-Hant i] .mw-explainconflict ~ #editform > h2 > .mw-headline::after, html[lang=zh-HK i] .mw-explainconflict ~ #editform > h2 > .mw-headline::after, html[lang=zh-TW i] .mw-explainconflict ~ #editform > h2 > .mw-headline::after {
content: "(請滾動查看,可拖動右下角斜線符號調整高度)";
}
.mw-explainconflict ~ #editform #wikieditor-toolbar-file-dialog + .ui-dialog-buttonpane > .ui-dialog-buttonset > .ui-button:last-child {
display: none;
}
.mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after {
content: "(由于技术限制,此处为全文版本,请使用 Ctrl+F | ⌘+F 搜索相关差异,可拖动右下角斜线符号调整高度)";
}
html[lang=zh-Hant i] .mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, html[lang=zh-HK i] .mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, html[lang=zh-TW i] .mw-explainconflict ~ #editform > .diff + h2 > .mw-headline::after, html[lang=zh-Hant i] .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after, html[lang=zh-HK i] .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after, html[lang=zh-TW i] .mw-explainconflict ~ #editform > .diff-container + h2 > .mw-headline::after {
content: "(由於技術限制,此處為全文版本,請使用 Ctrl+F | ⌘+F 搜索相關差異,可拖動右下角斜線符號調整高度)";
}
.mw-explainconflict ~ #editform > textarea[readonly] {
height: 20vh;
width: 100% !important;
resize: vertical;
}
.mw-explainconflict ~ #editform > .diff-container {
height: 20vh;
overflow-y: auto;
border: 1px solid gray;
resize: vertical;
}
.mw-explainconflict ~ #editform > .wikiEditor-ui::before {
content: "编辑框(最新版本)";
font-size: 1.5em;
margin: 1em 0 0.25em;
font-family: serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.3;
padding: 0;
font-weight: 700;
border-bottom: 1px solid #0074f9;
color: #000;
background: none;
overflow: hidden;
display: block;
}
html[lang=zh-Hant i] .mw-explainconflict ~ #editform > .wikiEditor-ui::before,
.mw-explainconflict ~ #editform > .wikiEditor-ui::before html[lang=zh-HK i], html[lang=zh-TW i] .mw-explainconflict ~ #editform > .wikiEditor-ui::before {
content: "編輯框(最新修訂)";
}
.noprint.plainlinks.hlist.navbar.nomobile {
width: 300px !important;
}
/* </pre> */