MediaWiki:Common.css:修订间差异

跳到导航 跳到搜索
删除3,332字节 、​ 2020年8月13日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第294行: 第294行:
}
}


/*
== headline edit ==
*/
.editsection {
font-weight: normal !important;
margin-left: 1em;
}
/*修正IE的渲染bug*/
.noedit {
padding-top: 1px;
}
.noedit .editsection, .noedit .mw-editsection
{
display: none;
}
.nosecnum .mw-headline-number
{
display: none;
}


/*
== for some templates ==
Messagebox templates
*/
.messagebox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  width: 80%;
  margin: 0 auto 1em auto;
  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;
}
.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: #F8EABA;
}
/* For template documentation */
/* For template documentation */
.template-documentation {
.template-documentation {
第374行: 第302行:
     background-color: #ecfcf4;  
     background-color: #ecfcf4;  
     padding: 5px;
     padding: 5px;
}
/*
== 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/2/23/Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
span.geolink a {
    background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}
/*
== ToolTips ==
*/
.ILHClickButton_tip {
    border: 1px solid #8888aa;
    background: #f7f8ff;
    padding: 0.5em;
}
/*
== other ==
*/
span.lanLabel {
    color: #777777;
    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 #A9A9A9;
    background-color: #FFEFD5;
}
/* 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;
    }
}
}


第463行: 第316行:
   color: #c00;
   color: #c00;
   }
   }
.mw-plusminus-pos {color: #060;}
.mw-plusminus-neg {color: #900;}
/************************
**Fix margin of topicon**
************************/
.topicon {
    margin-right: 0 !important;
}


/********************
/********************

导航菜单