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

Pieces系列/style.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索
/* for [[Pieces系列]] 系列条目 */

/* 标题前图片 */
h2 .mw-headline::before {
    content: "\00A0";
    background: url("https://img.moegirl.org.cn/common/4/4a/Pieces_feather_left.png") center/contain no-repeat;
    display: inline-block;
    width: 1.2em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}
 
/* 标题后图片 */
h2 .mw-headline::after {
    content: "\00A0";
    background: url("https://img.moegirl.org.cn/common/6/6d/Pieces_feather_right.png") center/contain no-repeat;
    display: inline-block;
    width: 1.2em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}

h2 {
    padding-left: 0 !important;
    border: 0 !important;
}

h2::before {
    display: none !important;
}

/* 目录分列 */
@media screen and (min-width:800px) {
    .toc ul {
        column-count: 2;
    }
    .toc ul > li > ul {
        column-count: 1;
    }
    .toctoggle {
        float: right;
    }
}

.chara div.TabLabelText {
	width: 90px;
	height: 90px;
	border-width: 1px !important;
    margin: 1px;
    border-radius: 50%;
    transition: all .2s !important;
}

.chara div.TabLabelText.select {
    border-bottom: 1px solid green;
}
 
.chara div.TabLabelText img{
    border-radius: 50%;
}

/* 标签卡鼠标悬停效果 */
.chara .TabLabelText:hover {
    box-shadow: 0px 1rem 1rem rgba(55, 55, 55, 0.15);
    transform: translate(0, -5px);
}

/* Cquote内文字样式 */
.cquote_text {
	font-size: 1.5em;
	font-family: kozuka-mincho-pro, 思源宋体, 'Source Han Serif', serif;
	font-weight: 700;
	text-align: center;
}

/* toggle按钮样式 */
.display_button {
	display:inline-block;
	border:1px solid rgb(93, 142, 201);
	background:rgba(93, 142, 201, .05);
	padding:0.2em 0.4em;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* [[Category:在主名字空间下的CSS页面]] */