/* 嗯,是久违的新企画。把用户页整的花哨一点(x */
/*因为自己啥也不会,所以参考了很多大佬的页面,包括但不限于:[[User:あめろ/style.css]]、[[User:一位史蒂夫/style.css]]、[[User:竹林烟雨/style.css]](第一次看到真的大受震撼,大佬nb) */
/*配色方面大体是偏向清新的配色方案,选用了以蓝、绿色系为主的偏冷色搭配*/
/*******分割线********/
/*去除快速编辑*/
.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;
}