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

User:Senyucishi/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
/*边框*/
.infoBoxContent, .toc, pre, table {
	border: none !important;
}
 
/*圆角*/
.infoBox, .infoBoxContent, .toc, pre, .wikitable, .card, .radius, div.bottomnotice, table.navbox {
	border-radius: 6px;
}

/* 调整黑幕颜色 */
.heimu {
	background-color: #012870;
	color: #012870;
}

/* 链接样式 */
a:link {
	color: #175973;
}
a:visited {
	color: #012870;
}
a:hover {
	text-decoration: underline dotted;
}
a.new {
	color: #0388A6;
}

/* 标题优化 */
h2 {
	overflow: visible;
	font: 700 1.6em serif;
	border-bottom: none !important;
	margin-top: 1.6em;
}
h2 .mw-headline {
	display: inline-block;
}
h2 .mw-headline:after {
	content: '';
	display: block;
	background: linear-gradient(66deg, #175973, #0782A8);
	height: 0.7em;
	margin: -0.5em 0 0 -0.5em;
	width: 100%;
	border-radius: 0.35em;
}
h2:hover, h2:focus, h3:hover, h4:hover, h3:focus, h4:focus {
	letter-spacing: 0.3em;
	transition: letter-spacing 1s ease 200ms;	
}
h3 {
	font: 700 1.4em serif;
}
h4 {
	font: 400 1.2em sans-serif;
}
h5 {
	font: 400 1.1em serif;
}
h2, h3, h4, h5, h6 {
	color: #012870;
}
h2:after, .mw-parser-output h2:after {
	display:none !important;
}
/*修改维基表格*/
.wikitable th {
	border: none !important;
	border-radius: 4px;
	background-color: #175973;
}
.wikitable td {
	border: none !important;
}