更改

跳到导航 跳到搜索
添加210字节 、 2019年12月24日 (二) 21:22
无编辑摘要
第3行: 第3行:  
body.page-首页 h1.firstHeading { display:none; }
 
body.page-首页 h1.firstHeading { display:none; }
   −
/* 首行缩进 */
  −
p {text-indent: 2em;}
     −
/**
+
 
* Styling for links generated by [[MediaWiki:Edittools]]
  −
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
  −
* @updated 2012-02-29
  −
*/
  −
.mw-charinsert-buttons {
  −
margin-top: 8px;
  −
border: 1px solid #aaaaaa;
  −
padding: 1px;
  −
font-size: 100%;
  −
}
  −
.mw-charinsert-buttons a {
  −
color: black;
  −
background-color: #cde !important;
  −
font-weight: bold;
  −
font-size: .9em;
  −
text-decoration: none;
  −
border: thin #069 outset;
  −
padding: 0 .1em .1em;
  −
}
  −
.mw-charinsert-buttons a:hover,
  −
.mw-charinsert-buttons a:active {
  −
background-color: #bcd;
  −
border-style: inset;
  −
}
  −
.client-js .mw-edittools-section {
  −
display: inline;
  −
}
  −
.client-js .mw-edittools-section input[type="button"] {
  −
font-size: 0.9em;
  −
padding-left: 1px;
  −
padding-right: 1px;
  −
margin-left: 1px;
  −
}
      
/* info类模板 */
 
/* info类模板 */
 
.infoBox {
 
.infoBox {
 
     margin: 0 auto;
 
     margin: 0 auto;
 +
}
 +
.infobox-note{
 +
    display: none;
 
}
 
}
 
.infoBoxTitle {
 
.infoBoxTitle {
第116行: 第84行:  
   color: #999;
 
   color: #999;
 
}
 
}
 +
 +
/* 精简简繁内容,不转换0,简体1(本段代码引用自zhangjintao.org) */
 +
 +
/*隐藏中文简繁转换: #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; }
 +
 +
/* 回到顶部 */
 +
.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;} */

导航菜单