/*来自BearBin的越改越窄的基础分块容器 以及小祈吖还有一位史蒂夫 */
/* 标题前图片 */
h2 .mw-headline::before {
display: inline-block;
content: '\00A0';
background: url("https://img.moegirl.org.cn/common/a/ab/%E4%B8%83%E5%BD%B1%E8%9D%B6l.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/5/5f/%E4%B8%83%E5%BD%B1%E8%9D%B6r.png") center/contain no-repeat;
width: 1.2em;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}
h2 span.mw-headline,
h3 span.mw-headline,
h4 span.mw-headline,
h5 span.mw-headline,
h6 span.mw-headline {
padding: 0 0 0 3px;
}
/* 各级标题文字颜色、描边 */
h2 .mw-headline,
h3 .mw-headline,
h4 .mw-headline,
h5 .mw-headline,
h6 .mw-headline {
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 #48D1CC,
1px -1px 0 #48D1CC,
-1px 1px 0 #48D1CC,
1px 1px 0 #48D1CC,
0 1px 0 #48D1CC,
0 -1px 0 #48D1CC,
1px 0 0 #48D1CC,
-1px 0 0 #48D1CC,
0 2px 2px rgba(0, 0, 0, 0.6);
}
/* 分块样式 */
.quote_block {
max-width: 1600px;
padding: 1.6em;
margin: 0.8em auto;
background-color: rgba(255, 255, 255, 0.1);
box-shadow: 0 2px 5px #aaa;
}
/* 越改越窄的基础分块容器
---------------------------------------- */
.bearbin-wrapper {
display: flow-root;
box-sizing: border-box;
max-width: 93em;
margin: .5em auto 1em;
padding: 1.3em;
border-radius: .6em;
box-shadow: 0 2px 10px #bbb;
transition-duration: .3s;
}
@media screen and (max-width: 768px) {
.bearbin-wrapper {
padding: .9em;
}
}
@media screen and (max-width: 480px) {
.bearbin-wrapper {
padding: .6em;
}
}
.bearbin-wrapper>ul .external {
background: none;
padding-right: inherit;
}
.bearbin-wrapper>ul>li {
margin-bottom: .1em;
}
/* 调整黑幕颜色 */
.heimu {
background-color:#30D5C8 ;
color: #30D5C8 ;
}
/*干掉UserName */
a[href="#cite_note-UserName-Tips-1"] {
display: none !important;
}
/*干掉绿条 */
h2, h3, h4, h5, h6 {
padding-left: 0 !important;
}
h2:before, h3:before, h4:before, h5:before, h6:before {
content: unset !important;
}