置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

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