用户:Tokur233/style.css

来自SS唯基
跳到导航 跳到搜索
/* 萌百用户:あお那里copy来的css 嗯 不得不说大佬tql */

/*******分割线********/
/* 背景图关闭 */
body {
    background:rgb(227,85,85)!important; 
}

/*去除快速编辑*/
.mw-editsection {
  display: none;
}

/*标题*/
h2 {
	border-bottom: none;
	font-family: "SimSun";
	font-weight: bolder;
	margin-top: 1.6em;
	color: #226A6D;
	text-shadow: 0px 0px 10px #EEF5FC;
}
h2 .mw-headline {
	display: inline-block;
}
h2 .mw-headline::after {
	content: '';
	background: linear-gradient(90deg,#C5E7DC, #C1EAEB 90%, transparent );
	display: block;
	margin: -30px 0px 0px -30px;
	width: 160%;
	border-radius: 6px;
	height: 33px;
}

h3 {
	color: #1E483B;
	text-shadow: 0px 0px 5px #8CCFBB;
}
h4, h5, h6 {
	color: #30735E;
}

/*圆角*/
.infoBox ,.infoBoxContent, .toc, pre, .card , .wikitable,.backToTop {
	border-radius: 10px;
}

/*阴影*/
.infoBox ,.userbox ,.userbox-b ,.wikitable, .toc ,.card, .shadow {
	box-shadow: 0px 0px 20px #34A0A4;
}

/* 黑幕 */
.heimu {
	background-color: #1D5B5D;
	color: #1E483B;
}
	
/* 选中 */
::selection {
	color: #36816B;
	background-color: #A9DBCB;
	text-decoration: underline dashed;
}

/* 折叠窗优化 */ 
table.wikitable img {
	height: auto;
	max-width: 80%;
}
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #C5E7DC;
}
 
.mw-collapsible-text {
	color: #1E483B;
}
 
table.wikitable tbody{
	display: contents;
}

/*其它*/
a:hover {
	text-decoration: underline dashed;
}

a:link, a:visited {
	color: #2C878C;
}

code {
	background: #B7E1D5;
	border-width: 0 0 2px;
	border-color: #2C888C;
	margin: 0 2px;
	color: inherit;
	border-radius: 3px;
	padding: 1px 3px 0;
}