/* 页面[[总理俱乐部]]专用样式表 */
/*标题风格化*/
h2 {
max-width: 100%;
overflow: visible;
}
.mw-heading2 {
border-bottom: none !important;
}
.mw-heading h2 {
display: inline-block;
position: relative;
color: #537c90 !important;
letter-spacing: 2px;
font-family: sans-serif !important;
font-weight: bolder;
background: #d8e7ef;
padding: 5px 10px 5px 40px !important;
font-size: 110%;
border-radius: 30px 30px 30px 30px;
margin-left: 5px !important;
line-height: 1.4;
width: 40%;
}
.mw-heading h2::before {
content: url("https://img.moegirl.org.cn/common/d/dc/Soukura_title_icon.png" ) !important;
display: inline-block !important;
position: absolute;
left: -0.4em !important;
top: -5% !important;
width: auto !important;
height: auto !important;
background: none !important;
transform: none !important;
}
.mw-heading h3 {
color: #26516e !important;
font-size: 120% !important;
padding: 0 10px;
border-bottom: solid 2px #2d537f;
border-top: solid 2px #2d537f;
}
.mw-heading h4 {
border-left: solid 10px #20517d;
border-right: solid 10px #20517d;
border-radius: 5px;
color: #2e6896 !important;
padding-left: 7px !important;
padding-right: 8.58px !important;
position: relative !important;
font-size: 118% !important;
padding-bottom: 5px;
}
.mw-heading h5 {
border: 3.5px;
background: #c8d9e9;
border-radius: 5.5px;
padding-left: 10px !important;
padding-right: 10px !important;
font-size: 108% !important;
color: #6087be !important;
position: relative !important;
font-weight: 900;
}
.mw-heading h3::before,
.mw-heading h4::before,
.mw-heading h5::before {
display: none !important;
}
/*圆角化*/
.infoBox,.infoBoxContent,.navbox-title,.navbox-group,.navbox-abovebelow,.wikitable,.Customtop,.bilibili-title,.navBox,table,.toc,pre,.card,.radius,.TabContent {
border-radius: 10px;
}
.infoBoxContent {
border-radius: 0;
}
/* 黑幕颜色 */
.heimu {
background-color: #2c4a80;
color: #2c4a80;
}
.heimu a, .heimu.fakelink {
color: Transparent;
}
/* 编辑按钮右置、半透明 */
.mw-editsection {
float: right;
font-size: 13px;
opacity: 0.4;
color: #20517d;
transition: opacity 0.8s;
margin-top: 1em;
}
.mw-editsection:hover {
opacity: 1;
}
/* 更改选中颜色 */
::selection {
color: #20517d;
background-color: #bacdde;
}
/** 链接下划线 **/
a, .toggleunderline {
text-decoration-style: wavy;
}
/* target样式 */
:target {
color: #20517d;
background-color: #a0baca !important;
border: 2.5px outset #20517d;
}
/* [[Category:在主命名空间下的CSS页面]] */