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

飞翔之羊与盛夏之花/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
/* Only for [[飞翔之羊与盛夏之花]] */
/*目录在宽屏下改为两栏显示*/
@media screen and (min-width:800px) {
	.toc ul {
		column-count: 2;
	}
	.toc ul > li > ul {
		column-count: 1;
	}
	.toctoggle {
		float: right;
	}
}
/*标题格式*/
h2 .mw-headline {
	display:inline-block;
	position:relative;
	color:#fff;
	font-weight:bolder;
	background:linear-gradient(#66ccce,#4787e3,#619de5,#74aaf0);
	padding:5px;
	border-radius:0.2em;
} 
h3 {
	color:#33bde6;
	padding:3px;
	font-size:120%;
	border-bottom:0.6px solid #f6cc33;
}
h4 {
	color: #33bde6;
	padding:2px;
}
/* [[Category:在主名字空间下的CSS页面]] */