stylesheets-presentation-mode
文字装飾記法の拡張 中央寄せ
code:style.css
.deco-\| {
position: absolute;
width: 100%;
text-align: center;
}
文字装飾記法の拡張 右寄せ
code:style.css
.deco-\> {
position: absolute;
width: 100%;
text-align: right;
}
プレゼンモードのレイアウト調整
code:style.css
.presentation .line-title {
font-weight: bold;
}
.presentation .section-title {
margin: .75em 0 !important;
font-size: 4vw !important;
}
.presentation .line .dot {
width: 1.5vw !important;
height: 1.5vw !important;
top: calc(.6em - .75vw) !important;
right: 2vw !important;
}
.presentation .line:not(.section-title) .text:not(.code-block) {
margin: 1.0em 0 !important;
}
.presentation .line img.icon {
height: .75em;
vertical-align: middle;
}