更改

跳到导航 跳到搜索
添加189字节 、 2019年12月24日 (二) 21:22
无编辑摘要
第3行: 第3行:  
body.page-首页 h1.firstHeading { display:none; }
 
body.page-首页 h1.firstHeading { display:none; }
   −
/* 首行缩进 */
  −
div#mw-content-text {text-indent: 2em;}
  −
td, li, form, .mw-headline {text-indent: 0em;}
        第12行: 第9行:  
.infoBox {
 
.infoBox {
 
     margin: 0 auto;
 
     margin: 0 auto;
 +
}
 +
.infobox-note{
 +
    display: none;
 
}
 
}
 
.infoBoxTitle {
 
.infoBoxTitle {
第85行: 第85行:  
}
 
}
   −
/* 回到顶部 */(本段代码修改自萌娘百科) */
  −
.backToTop {
  −
    display: none;
  −
    width: 20px;
  −
    padding: 5px 0;
  −
    background-color: #000;
  −
    color: #fff;
  −
    font-size: 12px;
  −
    text-align: center;
  −
    position: fixed;
  −
    _position: absolute;
  −
    right: 0;
  −
    bottom: 100px;
  −
    _bottom: "auto";
  −
    cursor: pointer;
  −
    opacity: .6;
  −
    filter: Alpha(opacity=60);
  −
}
   
/* 精简简繁内容,不转换0,简体1(本段代码引用自zhangjintao.org) */
 
/* 精简简繁内容,不转换0,简体1(本段代码引用自zhangjintao.org) */
    
/*隐藏中文简繁转换: #p-variants {display:none;} */
 
/*隐藏中文简繁转换: #p-variants {display:none;} */
 
li#ca-varlang-0,li#ca-varlang-3,li#ca-varlang-4,li#ca-varlang-5,li#ca-varlang-6,li#ca-varlang-7,li#ca-varlang-8 { display: none; }
 
li#ca-varlang-0,li#ca-varlang-3,li#ca-varlang-4,li#ca-varlang-5,li#ca-varlang-6,li#ca-varlang-7,li#ca-varlang-8 { display: none; }
 +
 +
/* 回到顶部 */
 +
.backToTop {
 +
  display: none;
 +
  width: 60px;
 +
  height: 50px;
 +
  line-height: 50px;
 +
  padding: 5px 0;
 +
  background-color: rgb(255, 255, 255);
 +
  color: rgb(102, 102, 102);
 +
  font-size: 12px;
 +
  text-align: center;
 +
  position: fixed;
 +
  _position: absolute;
 +
  right: 50px;
 +
  bottom: 100px;
 +
  _bottom: "auto";
 +
  cursor: pointer;
 +
  /* opacity: .6; */
 +
  border-radius: 100px;
 +
  filter: Alpha(opacity=60);
 +
  box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.35),0px 20px 70px 8px rgba(0, 0, 0, 0.25);
 +
  z-index: 999;
 +
  opacity: 0.9;
 +
}
 +
 +
#rocket {
 +
margin: 9px 0;
 +
}
 +
 +
/* 首行缩进 */
 +
/* div#mw-content-text {text-indent: 2em;} */
 +
/* td, li, form, .mw-headline {text-indent: 0em;} */

导航菜单