/* 模板內台詞樣式 */ .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頁面]] */