/* 模板内台词样式 */
.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页面]] */