2023年政策修订增补工作正在进行中,欢迎参与!
Template:Soukura TOP/styles.css
跳转到导航
跳转到搜索
/*隐藏图标在窄屏下节约节宽*/
@media screen and (max-width:720px) {
.Soukura .infoBoxIcon {
display:none;
}
}
/*页顶艺术字上下排列并取消图标*/
@media screen and (max-width:720px) {
.Soukura-top-logo{
display:none;
}
.Soukura-top-special .infoBoxIcon{
display:none;
}
}
/*宽屏的艺术字与页顶为左右排列*/
@media screen and (min-width:720px) {
.Soukura-top-logo{
display:table-cell;
border-left-width:10px;
}
}
.Soukura-top-special .infoBox{
width:auto;
margin-top:5px;
border-left-width:4px!important;
}
.Soukura-top-special .infoBoxContent{
border:0;
}
.Soukura-top-special .infoBoxText{
padding:0 0.5em;
}
/* [[Category:在模板名字空间下的CSS页面]] */