MediaWiki:Common.css:修订间差异

跳到导航 跳到搜索
删除64字节 、​ 2020年8月5日 (星期三)
无编辑摘要
无编辑摘要
无编辑摘要
第1,342行: 第1,342行:
   display: flex;
   display: flex;
   list-style:none;
   list-style:none;
   background-color:#6da1ff;
   background-color:#e2e9f6;
  margin:0px;
   border-radius:4px;
   border-radius:4px;
  box-shadow:inset 0 -6px rgba(0,0,0,.15);
}
}


第1,355行: 第1,353行:
.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;
}
}


第1,379行: 第1,376行:
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
  color: black;
  background-color:#b1cdff;
  border-radius:0 0 4px 4px;
}
}


第1,391行: 第1,385行:
   padding: .5em;
   padding: .5em;
   column-count:3;
   column-count:3;
  border:solid #e2e9f6;
  border-radius:4px;
  border-width:0 3px 3px;
}
}




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

导航菜单