MediaWiki:Mobile.css:修订间差异

跳到导航 跳到搜索
添加527字节 、​ 2020年8月20日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第22行: 第22行:
   display: flex;
   display: flex;
   list-style:none;
   list-style:none;
   background-color:#6da1ff;
   background-color:#e2e9f6;
   margin:0px;
   border-radius:4px;
}
}


第33行: 第33行:
.tab {
.tab {
   padding: 0.5em 1em;
   padding: 0.5em 1em;
   color: white;
   color: #244786;
   font-size:16px;
   font-size:16px;
   margin:0;
   margin:0 0 0 1em;
}
}


.tab:hover {
.tab:hover {
   background-color: #b1cdff;
   background-color: #a4c2f8;
}
}


.tab.active {
.tab.active {
  color:black;
   background-color: #c3d8fc;
   background-color: #b1cdff;
}
}


第57行: 第56行:
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
  color: black;
  background-color:#b1cdff;
}
}


第67行: 第64行:
.inner-content {
.inner-content {
   padding: .5em;
   padding: .5em;
  column-count:3;
  border:solid #e2e9f6;
  border-radius:4px;
  border-width:0 3px 3px;
}
}


/*分页tabs结束*/


/*分页tabs结束*/
/*传奇模板*/
.legendT {
    background:white;
    width:100%;
}
 
.legendT th{
    background-color:#E1685D;
    color:white;
    padding:1em;
}
.legendT ul{
    margin:0;
    width:100%;
}
.legendT li{
    display:inline-block;
    margin:0 .7% 0;
    text-align:center;
    vertical-align:text-top;
    width:7%;
    min-width:65px;
    max-width:125px;
}
.legendT img{
    width: 100%;
    min-width: 65px;
    max-width: 125px;
    height: auto;
}
 
/*传奇模板结束*/

导航菜单