MediaWiki:Common.css:修订间差异

跳到导航 跳到搜索
删除68字节 、​ 2020年8月4日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第1,343行: 第1,343行:
   list-style:none;
   list-style:none;
   background-color:#6da1ff;
   background-color:#6da1ff;
   margin:0px
   margin:0px;
}
}


第1,355行: 第1,355行:
   color: white;
   color: white;
   font-size:16px;
   font-size:16px;
  margin:0;
}
}


第1,367行: 第1,368行:


.tabs-contents {
.tabs-contents {
   display: block;
    
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
  position: relative;
 
}
}


.tab-c {
.tab-c {
   position: absolute;
   display: none;
  opacity: 0;
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
   color: black;
   color: black;
  transition: opacity .5s;
   background-color:#b1cdff;
   background-color:#b1cdff;
}
}


.tab-c.active {
.tab-c.active {
   opacity: 1;
   display: block;
}
}


第1,391行: 第1,388行:
   padding: .5em;
   padding: .5em;
}
}


/*分页tabs结束*/
/*分页tabs结束*/

导航菜单