七日内新公告:全站维护公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

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页面]] */