settings
字の大きさ
code:style.css
.line {
font-size:22px;
}
.line-title {
font-size:32px !important;
}
code:style.css
.line .dot {
background-color:#FFF!important;
}
.indent{
margin-left:initial !important;
}
.line .indent::before {
content: " ";
}
code:style.css
display: none;
}
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
プロジェクトタイトル
code:style.css
.project-home > .title {
/* Make title line-height more narrow */
line-height: 1.2em;
}
/* Project description */
.project-home > .title:after {
content: "\A\A セルバンテス 著 / 島村抱月・片上伸 共訳";
white-space: pre;
font-size: 0.8em;
}
code:style.css
body {
font-family: '游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',serif;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
code:style.css
body {
font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
code:style.css
display: none;
}
code:style.css
/* テロメア非表示 */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
display: none;
}