2023年政策修订增补工作正在进行中,欢迎参与!
冥契的牧神节/style.css
< 冥契的牧神节
/* for [[冥契的牧神节]]系列条目 */
/* 标题前后图片 */
h2 .mw-headline::before, h2 .mw-headline::after {
content: "\00A0";
background: url("https://img.moegirl.org.cn/common/8/84/MekeiTitle.png") center/contain no-repeat;
display: inline-block;
width: 3em;
}
/* 标题后图片 */
h2 .mw-headline::after {
transform: rotateY(180deg); /* 镜像翻转 */
}
/* 字体及粗细 */
h2 .mw-headline {
font-weight: bold;
font-family: 'Times New Roman', Times, '思源宋体', serif;
}
/* 2至6级标题颜色 */
h2, h3, h4, h5, h6 {
color: #503989;
}
/* 表格字色 */
td {
color: #322355;
}
/* story背景图片 */
#story_bg{
background:url("https://img.moegirl.org.cn/common/2/27/冥契storybg.png");
position:relative;
}
/* [[Category:在主名字空间下的CSS页面]] */