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

向日葵的教会与长长的暑假/style.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索
/* only for [[向日葵的教会与长长的暑假]] */
/* 图片链入 [[File:Kuroneko of himanatsu.png]] */

h2 .mw-headline::before{
	content: "\00A0";
	display: inline-block;
	background: url("https://img.moegirl.org.cn/common/5/51/Kuroneko_of_himanatsu.png") center/contain no-repeat;
    width: 1.5em;
}

div.TabLabelText{
    margin: 0 5px;
    border-radius: 5px 5px 0 0;
}

.stand{
    float: right;
    position: relative;
    z-index: 1;
}

.chara_name{
    font-size: 1.5em;
    color: black;
}

.cv{
    font-size: 1.1em;
    margin: 5px 0 0 50px;
}

.intro{
    position: relative;
}

.intro::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #8CCFBD;
    z-index: 0;
}

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