settings
code:style.css
@media screen {
/* ページタイトル行のテキスト */
.app:not(.presentation) .line.line-title .text {
font-size: 3.4rem !important;
font-weight: 400;
font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif !important;
}
}
.deco-\# {
color: #fff; /* 白文字 */
background-color: #6a6; /* 緑背景 */
}
.deco-\! { /* 重要な部分は!を付ける */
color: #fff;
background-color: #e66; /* 赤背景 */
font-size: 1.2em; /* 重要なので最初から大きな文字にする */
}
.line .quote { font-style: normal; background: #ffffff; }
body { background-color: #f7f3e9 !important; font-family: 'Times New Roman','UDデジタル教科書体','游教科書体 横用','游教科書体 横用 ミディアム','YuKyo_Yoko-Medium','游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','BIZ UDP明朝 Medium',serif;}
.editor, .stream, li.page-list-item {
color: #333 !important;
font-family: inherit;
}
.page {
background-color: #fdfaf2 !important;
}
.line strong {
font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif !important;
}
/* セル間に線を入れる */
.table-block .cell {
/* 全てのセルの右と下 */
border-right: solid 1px #ffffff;
border-bottom: solid 1px #dddddd;
}
.table-block .cell:first-child {
/* 1列目のセルの左 */
border-left: solid 1px #ffffff;
}
.section-title + .line .table-block .cell {
/* 1行目のセルの上 */
border-top: solid 1px #ffffff;
}
/* 1行目を太字、中央揃え */
.section-title + .line .table-block .cell {
font-weight: bolder;
text-align: center;
}