2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

Template:Gochiusatop/styles.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索
/*通用页顶模板:窄屏下隐藏图标节约行宽(由于使用了蒙版图片,该功能只能在此处手动实现)*/
@media screen and (max-width:720px) {
	.gochiusatop .infoBoxIcon {
		display:none;
	}
}
/*特别页顶模板:窄屏的艺术字与页顶为上下排列,并取消显示图标*/
@media screen and (max-width:720px) {
	.gochiusa-top-logo{
		display:none;
	}
	.gochiusa-top-special .infoBoxIcon{
		display:none;
	}
}
/*特别页顶模板:宽屏的艺术字与页顶为左右排列*/
@media screen and (min-width:720px) {
	.gochiusa-top-logo{
		display:table-cell;
		border-left-width:10px;
	}
}
.gochiusa-top-special .infoBox{
	width:auto; 
	margin-top:5px;
	border-left-width:4px!important;
}
.gochiusa-top-special .infoBoxContent{
	border:0;
}
.gochiusa-top-special .infoBoxText{
	padding:0 0.5em;
}
/* [[Category:在模板名字空间下的CSS页面]] */