MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
 
(未显示同一用户的25个中间版本)
第1行: 第1行:
/* 放置于这里 的CSS 将应用于所有皮肤 */
/* 放置于这里 的 CSS  将应用于所有皮肤 */
/* html {
/* html {
-webkit-filter:invert(100%);
-webkit-filter:invert(100%);
第15行: 第15行:
} */
} */


code, pre {
html {
  font-family: Menlo, Consolas, monospace !important;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
}
}


/* Custom styles copied from Wikipedia
body,
  https://en.wikipedia.org/wiki/MediaWiki:Common.css
[lang=zh], [lang=zh] h1, [lang=zh] h2, [lang=zh] h3, [lang=zh] h4, [lang=zh] h5, [lang=zh] h6 {
*/
font-family: "Helvetica Neue", "Hiragino Sans GB","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
/* Style for horizontal lists (separator following item).
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 6 (2014-05-09)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
   margin: 0;
   padding: 0;
}
}
/* Display list items inline */
 
.hlist dd,
[lang=zh-Hans], [lang=zh-Hans] h1, [lang=zh-Hans] h2, [lang=zh-Hans] h3, [lang=zh-Hans] h4, [lang=zh-Hans] h5, [lang=zh-Hans] h6,
.hlist dt,
[lang=zh-Hans-CN], [lang=zh-Hans-CN] h1, [lang=zh-Hans-CN] h2, [lang=zh-Hans-CN] h3, [lang=zh-Hans-CN] h4, [lang=zh-Hans-CN] h5, [lang=zh-Hans-CN] h6,
.hlist li {
[lang=zh-Hans-MY], [lang=zh-Hans-MY] h1, [lang=zh-Hans-MY] h2, [lang=zh-Hans-MY] h3, [lang=zh-Hans-MY] h4, [lang=zh-Hans-MY] h5, [lang=zh-Hans-MY] h6,
   margin: 0;
[lang=zh-Hans-SG], [lang=zh-Hans-SG] h1, [lang=zh-Hans-SG] h2, [lang=zh-Hans-SG] h3, [lang=zh-Hans-SG] h4, [lang=zh-Hans-SG] h5, [lang=zh-Hans-SG] h6 {
   display: inline;
font-family: "Helvetica Neue", "PingFang SC","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
}
}
/* Display nested lists inline */
 
.hlist.inline,
[lang=zh-Hant], [lang=zh-Hant] h1, [lang=zh-Hant] h2, [lang=zh-Hant] h3, [lang=zh-Hant] h4, [lang=zh-Hant] h5, [lang=zh-Hant] h6,
.hlist.inline dl,
[lang=zh-Hant-MO], [lang=zh-Hant-MO] h1, [lang=zh-Hant-MO] h2, [lang=zh-Hant-MO] h3, [lang=zh-Hant-MO] h4, [lang=zh-Hant-MO] h5, [lang=zh-Hant-MO] h6,
.hlist.inline ol,
[lang=zh-Hant-TW], [lang=zh-Hant-TW] h1, [lang=zh-Hant-TW] h2, [lang=zh-Hant-TW] h3, [lang=zh-Hant-TW] h4, [lang=zh-Hant-TW] h5, [lang=zh-Hant-TW] h6 {
.hlist.inline ul,
font-family: "Helvetica Neue", "PingFang TC","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
.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 {
[lang=zh-Hant-HK], [lang=zh-Hant-HK] h1, [lang=zh-Hant-HK] h2, [lang=zh-Hant-HK] h3, [lang=zh-Hant-HK] h4, [lang=zh-Hant-HK] h5, [lang=zh-Hant-HK] h6 {
   content: ": ";
font-family: "Helvetica Neue", "PingFang HK","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
}
}
.hlist dd:after,
 
.hlist li:after {
pre,
   content: " · ";
code,
   font-weight: bold;
.mw-editfont-monospace,
.ve-ui-surface-source .ve-ui-surface-placeholder
.ve-ui-surface-source .ve-ce-documentNode {
font-family: Menlo, Consolas, monospace !important;
}
}
.hlist dd:last-child:after,
 
.hlist dt:last-child:after,
#p-logo a {
.hlist li:last-child:after {
background-size: contain;
   content: none;
}
}
/* For IE8 */
 
.hlist dd.hlist-last-child:after,
#mw-content-text img {
.hlist dt.hlist-last-child:after,
max-width: 100% !important;
.hlist li.hlist-last-child:after {
height: auto !important;
   content: none;
}
}
/* Add parentheses around nested lists */
 
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.clearfix:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
.clearfix:after {
   content: " (";
display: table;
   font-weight: normal;
content: "";
}
}
.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,
.clearfix:after {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
clear: both;
   content: ") ";
   font-weight: normal;
}
}
/* For IE8 */
 
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.col {
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
float: left;
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
box-sizing: border-box;
   content: ") ";
padding: .6rem;
   font-weight: normal;
}
}
/* Put ordinals in front of ordered list items */
 
.hlist ol {
.col-3 {
   counter-reset: listitem;
width: 25%;
}
}
.hlist ol > li {
 
   counter-increment: listitem;
.col-4 {
width: 33.3333%;
width: calc(100% / 3);
}
}
.hlist ol > li:before {
 
   content: " " counter(listitem) " ";
.col-6 {
   white-space: nowrap;
width: 50%;
}
}
.hlist dd ol > li:first-child:before,
 
.hlist dt ol > li:first-child:before,
.col-12 {
.hlist li ol > li:first-child:before {
width: 100%;
   content: " (" counter(listitem) " ";
}
}
 
/* Unbulleted lists */
.col.gray { background: #f1f1f1; }
.plainlist ol,
.col.yellow { background: #FDF5EB; }
.plainlist ul {
.col.blue { background: #EBF8FD; }
   line-height: inherit;
 
   list-style: none none;
@media (max-width: 800px) {
   margin: 0;
.col-3 {
width: 50%;
}
.col-4,
.col-6 {
width: 100%;
}
}
}
.plainlist ol li,
 
.plainlist ul li {
.multi-col-list { }
   margin-bottom: 0;
 
@media (min-width: 481px) {
.multi-col-list ul {
margin: 0;
}
 
.multi-col-list li {
display: inline-block;
width: 49%;
}
}
}


/* Default style for navigation boxes */
@media (min-width: 801px) {
.navbox {            /* Navbox container style */
.multi-col-list ul {
   border: 1px solid #aaa;
margin: 0;
   width: 100%;
}
   margin: auto;
 
   clear: both;
.multi-col-list li {
   font-size: 88%;
display: inline-block;
   text-align: center;
width: 19%;
   padding: 1px;
}
}
}
.navbox-inner,
 
.navbox-subgroup {
 
   width: 100%;
@media (min-width: 1001px) {
.multi-col-list ul {
margin: 0;
}
 
.multi-col-list li {
display: inline-block;
width: 15%;
}
}
}
.navbox-group,
 
.navbox-title,
.column { }
.navbox-abovebelow {
 
   padding: 0.25em 1em;    /* Title, group and above/below styles */
.column-2 { column-count: 2; }
   line-height: 1.5em;
.column-3 { column-count: 3; }
   text-align: center;
.column-4 { column-count: 4; }
}
.column-5 { column-count: 5; }
th.navbox-group {        /* Group style */
.column-6 { column-count: 6; }
   white-space: nowrap;
 
   /* @noflip */
@media (max-width: 800px) {
   text-align: right;
.column-2 { column-count: 1; }
}
.column-3 { column-count: 2; }
.navbox,
.column-4 { column-count: 2; }
.navbox-subgroup {
.column-5 { column-count: 3; }
   background: #fdfdfd;    /* Background color */
.column-6 { column-count: 4; }
}
.navbox-list {
   line-height: 1.8em;
   border-color: #fdfdfd;   /* Must match background color */
}
.navbox th,
.navbox-title {
   background: #ccccff;    /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
   background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
   background: #e6e6ff;    /* Level 3 color */
}
.navbox-even {
   background: #f7f7f7;    /* Even row striping */
}
.navbox-odd {
   background: transparent; /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
   margin-top: -1px;      /* (doesn't work for IE6, but that's okay)     */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
   padding: 0.125em 0;    /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
   margin-top: 0.5em;     /* Prevent lists from clinging to navboxes */
}
/* Default styling for Navbar template */
.navbar {
   display: inline;
   font-size: 88%;
   font-weight: normal;
}
.navbar ul {
   display: inline;
   white-space: nowrap;
}
.navbar li {
   word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
   font-size: 100%;
}
.navbox .navbar {
   display: block;
   font-size: 100%;
}
.navbox-title .navbar {
   /* @noflip */
   float: left;
   /* @noflip */
   text-align: left;
   /* @noflip */
   margin-right: 0.5em;
   width: 6em;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
   /* @noflip */
   float: right;
   font-weight: normal;
   /* @noflip */
   margin-left: 0.5em;
   /* @noflip */
   text-align: right;
   width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
  from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
   width: 6em;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
   font-weight: normal;
   /* @noflip */
   text-align: right;
}
.navbox .mw-collapsible-toggle {
   width: 6em;
}
}


/* Messagebox templates */
@media (max-width: 500px) {
.messagebox {
.column-2 { column-count: 1; }
   border: 1px solid #aaa;
.column-3 { column-count: 1; }
   background-color: #f9f9f9;
.column-4 { column-count: 2; }
   width: 80%;
.column-5 { column-count: 2; }
   margin: 0 auto 1em auto;
.column-6 { column-count: 2; }
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 0;
   padding: 2px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   /* @noflip */
   float: right;
   clear: both;
   /* @noflip */
   margin: 0 0 1em 1em;
   line-height: 1.25em;
}
.messagebox.small-talk {
   width: 238px;
   font-size: 85%;
   /* @noflip */
   float: right;
   clear: both;
   /* @noflip */
   margin: 0 0 1em 1em;
   line-height: 1.25em;
   background: #F8EABA;
}
/* 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;
   /* @noflip */
   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;
   /* @noflip */
   padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
   text-align: center;
}
td.mbox-imageright {      /* The right image cell */
   border: none;
   /* @noflip */
   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: 0;
   width: 1px;
}
/* Article message box styles */
table.ambox {
   margin: 0 10%;          /* 10% = Will not overlap with other elements */
   border: 1px solid #aaa;
   /* @noflip */
   border-left: 10px solid #1e90ff;  /* Default "notice" blue */
   background: #fbfbfb;
}
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 */
   /* @noflip */
   padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {    /* The right image cell */
   /* @noflip */
   padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
table.ambox-notice {
   /* @noflip */
   border-left: 10px solid #1e90ff;   /* Blue */
}
table.ambox-speedy {
   /* @noflip */
   border-left: 10px solid #b22222;   /* Red */
   background: #fee;          /* Pink */
}
table.ambox-delete {
   /* @noflip */
   border-left: 10px solid #b22222;   /* Red */
}
table.ambox-content {
   /* @noflip */
   border-left: 10px solid #f28500;   /* Orange */
}
table.ambox-style {
   /* @noflip */
   border-left: 10px solid #f4c430;   /* Yellow */
}
table.ambox-move {
   /* @noflip */
   border-left: 10px solid #9932cc;   /* Purple */
}
table.ambox-protection {
   /* @noflip */
   border-left: 10px solid #bba;    /* Gray-gold */
}
/* Image message box styles */
table.imbox {
   margin: 4px 10%;
   border-collapse: collapse;
   border: 3px solid #1e90ff;   /* Default "notice" blue */
   background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
   margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right.     */
   display: block;     /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {    /* For imboxes inside other templates.  */
   margin: 4px;
}
table.imbox-notice {
   border: 3px solid #1e90ff;   /* Blue */
}
table.imbox-speedy {
   border: 3px solid #b22222;   /* Red */
   background: #fee;       /* Pink */
}
table.imbox-delete {
   border: 3px solid #b22222;   /* Red */
}
table.imbox-content {
   border: 3px solid #f28500;   /* Orange */
}
table.imbox-style {
   border: 3px solid #f4c430;   /* Yellow */
}
table.imbox-move {
   border: 3px solid #9932cc;   /* Purple */
}
table.imbox-protection {
   border: 3px solid #bba;    /* Gray-gold */
}
table.imbox-license {
   border: 3px solid #88a;    /* Dark gray */
   background: #f7f8ff;      /* Light gray */
}
table.imbox-featured {
   border: 3px solid #cba135;   /* Brown-gold */
}
/* Category message box styles */
table.cmbox {
   margin: 3px 10%;
   border-collapse: collapse;
   border: 1px solid #aaa;
   background: #DFE8FF;   /* Default "notice" blue */
}
table.cmbox-notice {
   background: #D8E8FF;   /* Blue */
}
table.cmbox-speedy {
   margin-top: 4px;
   margin-bottom: 4px;
   border: 4px solid #b22222;   /* Red */
   background: #FFDBDB;      /* Pink */
}
table.cmbox-delete {
   background: #FFDBDB;   /* 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 */
table.ombox {
   margin: 4px 10%;
   border-collapse: collapse;
   border: 1px solid #aaa;    /* Default "notice" gray */
   background: #f9f9f9;
}
table.ombox-notice {
   border: 1px solid #aaa;    /* Gray */
}
table.ombox-speedy {
   border: 2px solid #b22222;   /* Red */
   background: #fee;       /* Pink */
}
table.ombox-delete {
   border: 2px solid #b22222;   /* Red */
}
table.ombox-content {
   border: 1px solid #f28500;   /* Orange */
}
table.ombox-style {
   border: 1px solid #f4c430;   /* Yellow */
}
table.ombox-move {
   border: 1px solid #9932cc;   /* Purple */
}
table.ombox-protection {
   border: 2px solid #bba;    /* Gray-gold */
}
/* 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" class ensures that */
   margin: 2px 0;        /* this declaration overrides other styles (including mbox-small above)  */
   width: 100%;         /* For Safari and Opera */
}
.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 #b22222;   /* Red */
   background: #fee;       /* Pink */
}
table.tmbox-delete {
   border: 2px solid #b22222;   /* Red */
}
table.tmbox-content {
   border: 2px solid #f28500;   /* Orange */
}
table.tmbox-style {
   border: 2px solid #f4c430;   /* 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;
}
/* Footer and header message box styles */
table.fmbox {
   clear: both;
   margin: 0.2em 0;
   width: 100%;
   border: 1px solid #aaa;
   background: #f9f9f9;   /* Default "system" gray */
}
table.fmbox-system {
   background: #f9f9f9;
}
table.fmbox-warning {
   border: 1px solid #bb7070;  /* Dark pink */
   background: #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,
div#mw-protect-cascadeon,
div.titleblacklist-warning {
   clear: both;
   margin: 0.2em 0;
   border: 1px solid #bb7070;
   background: #ffdbdb;
   padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
   clear: both;
   margin: 0.2em 0;
   border: 1px solid #aaa;
   background: #f9f9f9;
   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. */
   /* @noflip */
   clear: right;
   /* @noflip */
   float: right;
   /* @noflip */
   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. */
   /* @noflip */
   margin: 4px 1em 4px 0;
   width: 238px;
   border-collapse: collapse;
   font-size: 88%;
   line-height: 1.25em;
}
/* 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;
}
/* 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;
}
}


/* For template documentation */
/* Custom styles copied from Wikipedia
.template-documentation {
  https://en.wikipedia.org/wiki/MediaWiki:Common.css
   clear: both;
*/
   margin: 1em 0 0 0;
   border: 1px solid #aaa;
   background-color: #ecfcf4;
   padding: 1em;
}

2019年1月13日 (日) 13:27的最新版本

/* 放置于这里的 CSS 将应用于所有皮肤 */
/* html {
	-webkit-filter:invert(100%);
	filter:invert(100%);
}
 
img {
	-webkit-filter:invert(100%);
	filter:invert(100%);
}
 
.wikiEditor-preview-spinner {
	-webkit-filter:invert(0%);
	filter:invert(0%);
} */

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

body,
[lang=zh], [lang=zh] h1, [lang=zh] h2, [lang=zh] h3, [lang=zh] h4, [lang=zh] h5, [lang=zh] h6 {
	font-family: "Helvetica Neue", "Hiragino Sans GB","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
}

[lang=zh-Hans], [lang=zh-Hans] h1, [lang=zh-Hans] h2, [lang=zh-Hans] h3, [lang=zh-Hans] h4, [lang=zh-Hans] h5, [lang=zh-Hans] h6,
[lang=zh-Hans-CN], [lang=zh-Hans-CN] h1, [lang=zh-Hans-CN] h2, [lang=zh-Hans-CN] h3, [lang=zh-Hans-CN] h4, [lang=zh-Hans-CN] h5, [lang=zh-Hans-CN] h6,
[lang=zh-Hans-MY], [lang=zh-Hans-MY] h1, [lang=zh-Hans-MY] h2, [lang=zh-Hans-MY] h3, [lang=zh-Hans-MY] h4, [lang=zh-Hans-MY] h5, [lang=zh-Hans-MY] h6,
[lang=zh-Hans-SG], [lang=zh-Hans-SG] h1, [lang=zh-Hans-SG] h2, [lang=zh-Hans-SG] h3, [lang=zh-Hans-SG] h4, [lang=zh-Hans-SG] h5, [lang=zh-Hans-SG] h6 {
	font-family: "Helvetica Neue", "PingFang SC","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
}

[lang=zh-Hant], [lang=zh-Hant] h1, [lang=zh-Hant] h2, [lang=zh-Hant] h3, [lang=zh-Hant] h4, [lang=zh-Hant] h5, [lang=zh-Hant] h6,
[lang=zh-Hant-MO], [lang=zh-Hant-MO] h1, [lang=zh-Hant-MO] h2, [lang=zh-Hant-MO] h3, [lang=zh-Hant-MO] h4, [lang=zh-Hant-MO] h5, [lang=zh-Hant-MO] h6,
[lang=zh-Hant-TW], [lang=zh-Hant-TW] h1, [lang=zh-Hant-TW] h2, [lang=zh-Hant-TW] h3, [lang=zh-Hant-TW] h4, [lang=zh-Hant-TW] h5, [lang=zh-Hant-TW] h6 {
	font-family: "Helvetica Neue", "PingFang TC","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
}

[lang=zh-Hant-HK], [lang=zh-Hant-HK] h1, [lang=zh-Hant-HK] h2, [lang=zh-Hant-HK] h3, [lang=zh-Hant-HK] h4, [lang=zh-Hant-HK] h5, [lang=zh-Hant-HK] h6 {
	font-family: "Helvetica Neue", "PingFang HK","Microsoft Yahei","WenQuanYi Micro Hei", Arial, sans-serif !important;
}

pre,
code,
.mw-editfont-monospace,
.ve-ui-surface-source .ve-ui-surface-placeholder, 
.ve-ui-surface-source .ve-ce-documentNode {
	font-family: Menlo, Consolas, monospace !important;
}

#p-logo a {
	background-size: contain;
}

#mw-content-text img {
	max-width: 100% !important;
	height: auto !important;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.col {
	float: left;
	box-sizing: border-box;
	padding: .6rem;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333%;
	width: calc(100% / 3);
}

.col-6 {
	width: 50%;
}

.col-12 {
	width: 100%;
}

.col.gray { background: #f1f1f1; }
.col.yellow { background: #FDF5EB; }
.col.blue { background: #EBF8FD; }

@media (max-width: 800px) {
	.col-3 {
		width: 50%;
	}
	
	.col-4,
	.col-6 {
		width: 100%;
	}
}

.multi-col-list { }

@media (min-width: 481px) {
	.multi-col-list ul {
		margin: 0;
	}

	.multi-col-list li {
		display: inline-block;
		width: 49%;
	}
}

@media (min-width: 801px) {
	.multi-col-list ul {
		margin: 0;
	}

	.multi-col-list li {
		display: inline-block;
		width: 19%;
	}
}


@media (min-width: 1001px) {
	.multi-col-list ul {
		margin: 0;
	}

	.multi-col-list li {
		display: inline-block;
		width: 15%;
	}
}

.column { }

.column-2 { column-count: 2; }
.column-3 { column-count: 3; }
.column-4 { column-count: 4; }
.column-5 { column-count: 5; }
.column-6 { column-count: 6; }

@media (max-width: 800px) {
	.column-2 { column-count: 1; }
	.column-3 { column-count: 2; }
	.column-4 { column-count: 2; }
	.column-5 { column-count: 3; }
	.column-6 { column-count: 4; }
}

@media (max-width: 500px) {
	.column-2 { column-count: 1; }
	.column-3 { column-count: 1; }
	.column-4 { column-count: 2; }
	.column-5 { column-count: 2; }
	.column-6 { column-count: 2; }
}

/* Custom styles copied from Wikipedia
   https://en.wikipedia.org/wiki/MediaWiki:Common.css
*/