MediaWiki:Common.css:修订间差异

跳到导航 跳到搜索
删除2,840字节 、​ 2020年8月13日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第1行: 第1行:
/* Style for horizontal lists (separator following item) */
/* Style for horizontal lists (separator following item)  
  ---NavBar*/
.skin-monobook .hlist dl,
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-modern .hlist dl,
第78行: 第79行:




/* Infobox template style */
/* ---Infobox template style */


.infobox {
.infobox {
第168行: 第169行:
}
}


/* Default style for navigation boxes */
/* Default style for ----navigation boxes */
.navbox {                    /* Navbox container style */
.navbox {                    /* Navbox container style */
     border: 1px solid #aaa;
     border: 1px solid #aaa;
第295行: 第296行:




/* For template documentation */
/* For template ------documentation*/
.template-documentation {
.template-documentation {
     clear: both;
     clear: both;
第310行: 第311行:


/*****
/*****
** Bytecounter colours
** Bytecounter colours最近更改
*****/
*****/
strong.mw-plusminus-neg
strong.mw-plusminus-neg
第492行: 第493行:
     background: #ffdbdb;
     background: #ffdbdb;
     padding: 0.25em 0.9em;
     padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
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. */
    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;
}
}


第560行: 第531行:
.compact-ambox .hide-when-compact {
.compact-ambox .hide-when-compact {
     display: none;
     display: none;
}
#siteNotice div {
margin: 0;
}
#mw-dismissable-notice {
background:transparent;
}
#wpSummary, #wpSummaryLabel, input#wpSummary,input.mw-summary{
        margin-top: 0;
margin-bottom: 0;
}
/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    margin: 0 0 0 2em;
}
/* Allow limiting of which header levels are shown in a TOC;
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }
/* dablink */
.dablink > div {
    padding-left: 32px;
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Disambig_gray.svg/26px-Disambig_gray.svg.png) no-repeat;
}
/* 解决cite定位内文字显示为斜体的问题 */
cite {
    font-style: normal;
}
/* [[Template:Kai]] */
.template-kai {
    font-family: 楷体, 楷体_GB2312, KaiTi, KaiTi_GB2312, 华文楷体, STKaiti, 'AR PL UKai CN', 標楷體, DFKai-SB, 'AR PL UKai HK', 'AR PL UKai TW', 全字庫正楷體, TW-Kai, EUDCKAI;
}
.template-kai:lang(zh-hant),
.template-kai:lang(zh-hk),
.template-kai:lang(zh-mo),
.template-kai:lang(zh-tw) {
    font-family: 標楷體, DFKai-SB, 'AR PL UKai HK', 'AR PL UKai TW', 全字庫正楷體, TW-Kai, 楷体, 楷体_GB2312, KaiTi, KaiTi_GB2312, 华文楷体, STKaiti, 'AR PL UKai CN', EUDCKAI;
}
/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}
}


导航菜单