2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

天津罪/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页面]] */