2023年政策修订增补工作正在进行中,欢迎参与!
天津罪/style.css
< 天津罪
/* for [[天津罪]] 系列条目 */
/* 各章标题前图片 */
/*
h2 span.mw-headline::before {
content: url("https://img.moegirl.org.cn/common/thumb/4/43/Amatsutsumi_Title_flat.png/110px-Amatsutsumi_Title_flat.png");
display: inline-block;
position: relative;
top: 20px;
width: 12px;
z-index: -1;
} */
/* 各章标题背景图片 */
@media screen and (min-width:760px) {
h2 {
overflow: visible;
}
h2 > .mw-headline {
background: url("https://img.moegirl.org.cn/common/4/43/Amatsutsumi_Title_flat.png");
background-position: center left;
background-size: auto 1.8em;
background-repeat: no-repeat;
padding-top: 0 !important;
}
}
/* tabs样式 */
div.TabLabelText {
margin: 0px;
border-radius: 50%;
}
div.TabLabelText img{
border-radius: 50%;
background-color: #fff;
}
.quote_text {
font-size: 1.2em;
font-weight: 700;
}
/* [[Category:在主名字空间下的CSS页面]] */