置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:FAVORITEtop/style.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
/* 模板内台词样式 */
.word_text {
    font-size: 1.2em;
    font-weight: 700;
}

/* Cquote文本样式 */
.cquote_text {
    font-size: 1.6em;
    font-weight: 700;
    font-family: '思源宋体', 'Source Han Serif', serif;
}

/* Cquote文本样式(小字号,一般用于人物台词的日文部分) */
.cquote_text_small {
    font-size: 1.2em;
    font-weight: 700;
    font-family: '思源宋体', 'Source Han Serif', serif;
}

/* 分集谢幕词样式 */
.episode_end {
    font-size: 1.3em;
    text-align: center;
    font-family: 'Lucida Calligraphy', 'Monotype Corsiva', 'Edwardian Script ITC', 'Brush Script MT', 'Times New Roman', Times;
}

/* toggle按钮样式 */
.display_button {
	display:inline-block;
	border:1px solid #0E6FEA;
	background:rgba(14, 111, 234, .05);
	font-size:1.2em;
	padding:0.1em 0.3em;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

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