/*边框*/
.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;
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;
}
#mw-content-text h2:before, #mw-content-text h3:before, #mw-content-text h4:before, #mw-content-text h5:before, #mw-content-text h6:before {
display:none !important;
background-color:transparent !important;
}
h6:before, h5:before, h4:before, h3:before, h2:before, .mw-parser-output h2:before, .mw-parser-output h3:before, .mw-parser-output h4:before, .mw-parser-output h5:before, .mw-parser-output h6:before {
display:none !important;
background-color:transparent !important;
}
/*修改维基表格*/
.wikitable th {
border: none !important;
border-radius: 4px;
background-color: #175973;
}
.wikitable td {
border: none !important;
}