「MediaWiki:Common.css」:修訂間差異

增加 1,635 位元組 、​ 2024年7月10日 (星期三)
搬运
(搬运)
(搬运)
第176行: 第176行:
}
}


  .wenzi1 {
.wenzi1 {
   font-size: 15px;
  font-size: 15px;
   color: #000;
  color: #000;
   letter-spacing:0.08em;
  letter-spacing:0.08em;
   line-height:1.8em;
  line-height:1.8em;
   margin-bottom: 15px;
  margin-bottom: 15px;
   }
   }
/*隐藏首页标题*/
.page-首页 #firstHeading{display:none;}
/*隐藏首页分类*/
.page-首页 #catlinks{display:none;}
/*标题*/
#firstHeading{
font-family:MicrosoftYaHei-Bold;
font-size: 30px;
color: rgba(0,0,0,0.85);
line-height: 40px;
padding-bottom:10px;
}
.mw-body-content h2 {
  font-family:MicrosoftYaHei-Bold;
  font-size: 26px;
  color: rgba(0,0,0,0.85);
  line-height: 32px;
  padding-bottom:8px;
}
.mw-body-content h3 {
   font-family:MicrosoftYaHei-Bold;
   font-size: 22px;
   color: rgba(0,0,0,0.85);
   line-height: 24px;
   padding-bottom:6px;
}
.mw-body-content h4 {
  font-family: MicrosoftYaHei-Bold;font-size: 18px;color: rgba(0,0,0,0.85);line-height: 22px;
}
/*表格*/
table.wikitable > tr > th, table.wikitable > * > tr > th {
background:#e9edf2;
height:40px;
opacity:0.6;
border-right: 1px solid rgba(0, 0, 0, .1);
}
table.wikitable > tr > td, table.wikitable > * > tr > td{
background-color: #fff;
height:40px;
border-right: 1px solid rgba(0, 0, 0, .1)
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border: 1px #ccc solid;padding:0.3em 1em;
}
table.wikitable{border: 1px solid rgba(0,0,0,0.10);;margin: 10px 0;font-family: SourceHanSansCN;}
/*首页h2标题高度修复*/
.bili-title-h2 {
   font-size: 16px;
   line-height: 24px;
   margin-bottom:15px;
}
.bili-divider {
   height: 1px;
   margin: 20px 0;
   background: rgba(0,0,0,.16);
}
/*首页链接颜色*/
.update-log a{
   font-family: MicrosoftYaHei;
   font-size: 14px;
   color: rgba(0,0,0,0.85) !important;
   line-height: 22px;
}