/* 顶部
---------------------------------------- */
.bearbin-talktop {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
text-align: center;
}
.bearbin-talkbutton {
flex-basis: 14em;
margin: .3em;
white-space: nowrap;
}
.bearbin-talkbutton a.external {
background: none;
padding: 0;
}
.bearbin-talkbutton a:hover {
text-decoration: none;
}
.bearbin-talkbutton-text {
padding: 0.3em 0.5em;
border: 1px solid #bbb;
border-radius: 0.4em;
font-family: "Source Han Serif SC", "思源宋体", "Source Han Serif CN", "Noto Serif CJK SC", sans-serif;
font-size: 1.0714em;
font-weight: 800;
box-shadow: 1px 2px 5px rgba(127, 127, 127, 0.3);
transition-duration: .5s;
background: linear-gradient(125deg,
rgba(255, 255, 255, 0.8) 0,
rgba(255, 255, 255, 0.5) 23%,
rgba(255, 255, 255, 0) 36%,
rgba(255, 255, 255, 0) 64%,
rgba(255, 255, 255, 0.5) 77%,
rgba(255, 255, 255, 0.8) 100%);
}
.bearbin-talkbutton-text:hover {
transform: translate(0, -0.15em);
}
/* 花里胡哨的目录
---------------------------------------- */
.bearbin-talk #toc {
display: block;
font-size: 97%;
border: 1px solid rgba(127, 127, 127, 0.3);
border-radius: .6em;
box-shadow: 1px 2px 5px rgba(127, 127, 127, 0.4);
background: linear-gradient(125deg,
rgba(255, 255, 255, 0.8) 0,
rgba(255, 255, 255, 0.5) 23%,
rgba(255, 255, 255, 0) 36%,
rgba(255, 255, 255, 0) 64%,
rgba(255, 255, 255, 0.5) 77%,
rgba(255, 255, 255, 0.8) 100%);
}
.bearbin-talk .toc .toctitle h2 {
font-size: 1.2em;
}
.bearbin-talk .toctitle .toctogglespan {
display: none;
}
.bearbin-talk .toc>ul {
display: flex;
flex-flow: row wrap;
}
.bearbin-talk .toc>ul>li {
flex: 1 0 25.2em;
min-width: 30%;
}
.bearbin-talk .toc>ul>li>a {
display: flex;
width: 100%;
border-radius: .5em;
transition-duration: .5s;
}
.bearbin-talk .toc>ul>li>a::before {
content: "\00a0";
display: inline-block;
width: 1.2em;
background: url("https://img.moegirl.org.cn/common/d/df/%E5%8D%83%E6%A1%83icon.png") center/contain no-repeat;
}
.bearbin-talk .toc>ul a:hover {
text-decoration: none;
background-color: rgba(172, 172, 172, 0.3);
}
.bearbin-talk .toc .tocnumber {
display: none;
}
.bearbin-talk .toc .toctext {
padding-left: .1em;
}
/* 星章墙
---------------------------------------- */
.wikilove-wall {
display: block;
margin: .5em auto 1em;
padding: 1em;
border: 1px solid rgba(127, 127, 127, 0.3);
border-radius: .6em;
box-shadow: 1px 2px 5px rgba(127, 127, 127, 0.4);
transition-duration: .3s;
background: linear-gradient(125deg,
rgba(255, 255, 255, 1) 0,
rgba(255, 255, 255, 0.6) 23%,
rgba(255, 255, 255, 0) 36%,
rgba(255, 255, 255, 0) 64%,
rgba(255, 255, 255, 0.6) 77%,
rgba(255, 255, 255, 1) 100%);
}
.wikilove-list {
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center;
column-gap: 2px;
}
.wikilove-wall .mw-collapsible {
display: flex;
justify-content: center;
margin-top: 1em;
}
.wikilove-wall .mw-collapsible>table {
width: 50em;
max-width: 100%;
margin: 0 !important;
}
/* 二级标题
---------------------------------------- */
h2 {
margin: .3em 0 !important;
padding: 0 !important;
}
h2::before {
content: none !important;
}
h2 .mw-headline {
padding: 0 !important;
font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", 黑体, sans-serif;
color: #FFFFFF;
text-shadow:
-1px -1px 0 #595de6,
1px -1px 0 #595de6,
-1px 1px 0 #595de6,
1px 1px 0 #595de6,
0 1px 0 #595de6,
0 -1px 0 #595de6,
1px 0 0 #595de6,
-1px 0 0 #595de6,
0 2px 2px rgba(0, 0, 0, 0.6);
}
h2 .mw-headline::before {
display: inline-block;
content: '\00A0';
background: url("https://img.moegirl.org.cn/common/4/4a/Pieces_feather_left.png") center/contain no-repeat;
width: 1.2em;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}
h2 .mw-headline::after {
display: inline-block;
content: '\00A0';
background: url("https://img.moegirl.org.cn/common/6/6d/Pieces_feather_right.png") center/contain no-repeat;
width: 1.2em;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}
h2 .mw-headline a,
h2 .mw-headline a:visited {
color: inherit;
text-decoration: underline;
}
h2 .mw-headline a:hover {
text-decoration-style: dashed;
}
h2 .in-page-edit-article-link-group {
display: none !important;
}
/* 月报
---------------------------------------- */
.moegirlMonthlyReport-v202112-root {
background: rgba(255, 255, 255, .5) !important;
}