Arcaea中文维基:沙盒/styles.css:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第93行: 第93行:
.img-text{
.img-text{
font-weight:bold;
font-weight:bold;
}
.img-tab{
display: flex;
}
.img-tab-part1,.img-tab-part2{
align-items: center;
   display: inline-flex;
   font-size: 14px;
   font-weight: 500;
   height: 40px;
   letter-spacing: .5px;
   margin: 0 11px;
   text-align: center;
   text-decoration: none;
   transition: color .1s;
   white-space: nowrap;
margin-left: 3px;
margin-right: 3px;
}
.img-tab-part1{
border-bottom: 1.5px solid #a040a0;
}
.img-tab-part2{
border-bottom: 1.5px solid #a04040;
}
}