Settings倉庫
(各ページの見た目をコントロールするページです。)
フォント等
code:style.css
body {
font-family: 'Times New Roman','UDデジタル教科書体','游教科書体 横用','YuKyokasho Yoko','游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','BIZ UDP明朝 Medium',serif;font-weight: medium;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
普段
font-size: 140%
line-height: 35px
大きめ
font-size: 160%
line-height: 40px
特大
font-size: 200%
line-height: 50px
小さめ
font-size: 120%
line-height: 32px
Settings
各ページの見え方をコントロールするページです。
Title of the project
code:style.css
.icon-home { display: none !important; }
.project-home { font-size: 24px !important; }
Font size
code:style.css
.line {
font-size: 160%;
}
Line height
code:style.css
.line {
line-height: 40px;
}
Enlarge images
code:style.css
.line img.image {
max-height: none !important;
max-width: 95% !important;
}
━━━━━━━━━━━━
少しshiraishi.iconが自分で手を入れた部分があるかもしれません。
フォント等
code:style.css
body {
font-family: 'Times New Roman','UDデジタル教科書体','游教科書体 横用','YuKyokasho Yoko','游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','BIZ UDP明朝 Medium',serif;font-weight: medium;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
テロメア
code:style.css
/* スリムなテロメア */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
transition: none;
box-sizing: content-box; border-color: #ffffff } .line .telomere .telomere-border:hover, .line .telomere .telomere-border.unread:hover {
box-sizing: border-box; width: auto;
border-color: #ffffff; background-color: transparent } /* ↓新着以外のテロメアの色と太さ */
.line .telomere .telomere-border { background-color: #ffffff; width: 2px } /* ↓新着のテロメアの色と太さ */
.line .telomere .telomere-border.unread { background-color: #556b2f; width: 5px } 二重括弧にマーカーを引く
二重括弧[[]]で蛍光ラインマーカーを引く
緑なら c1d8ac
ピンクなら ffc0cb
code:style.css
/* [ ]<ーこれに蛍光のラインを引く */
color:#0a0705;
background:linear-gradient(#ffffff 50%,#ffc0cb 60%)
}
ピンしたページのスタイル
code:style.css
/* ピンしたページのスタイル */
.grid li.page-list-item a .pin { background-color: transparent; background-image: none }
.grid li.page-list-item a .pin::after {
content: '\f08d'; font-family: 'FontAwesome'; font-size: 20px; color: #800000; bottom: 0; display: inline-block; transform: rotate(35deg) }
ホームマーク削除
code:style.css
.icon-home { display: none !important; }