forPresentation
#2026/04/16 見出しを個別に変更していたのを廃止
code:style.css
/* 行間を広く */
.presentation .text { line-height: 1.8 }
htmldata-display-style*="presentation" body { padding-top: 0 !important; }
/* スライドごとのタイトルになる文字のスタイルを、太く、小さく、左寄せに */
.presentation .section-0 .line.section-title, .presentation .line.section-title, .presentation .line.section-title strong {
/* font-weight: 700 !important; */
/* font-size: 96px !important; */
text-align: left !important;
}
/* スライドの本文の文字を大きく */
.presentation .line {
font-size: 48px !important;
line-height: 1.1 !important;
}
/* スライドの本文中の見出しの行高さ */
.presentation .line strong {
line-height: 1.2 !important;
}
/* スライド内の版面率を上げる=余白を減らす */
.app.presentation { padding-top: 26px; }
.app.presentation .col-page { min-width: 95vw; }
/* 箇条書きのドットの位置を調整 */
.presentation .line .indent-mark .c-0 + .dot, .presentation .line .indent-mark .c-1 + .dot {
top: calc(100% - 0.15em);
width: 0.4em;
height: 0.3em;
margin-right: 0.1em;
}
.presentation .line .indent-mark .c-2 + .dot {
top: calc(100% - 0.85em);
width: 0.4em;
height: 0.3em;
margin-right: 0.3em;
}
.presentation .line .indent-mark .c-3 + .dot {
top: calc(100% - 0.4em);
width: 0.4em;
height: 0.3em;
margin-right: 0.3em;
}
/* スライドタイトルの目立つ見出しのmarginをゼロに */
.presentation .line.section-title .deco-\~, .presentation .line .section-title .deco-\., .presentation .line.section-title .deco-\&, .presentation .line.section-title .deco-\+ {
margin-top: 0;
}
.presentation .section-title .deco-\~, .presentation .section-title .deco-\., .presentation .section-title .deco-\&, .presentation .section-title .deco-\+ {
margin-top: 0;
}
.app.presentation .line.section-title:not(.section-0) .text {
text-align: left !important;
}