Settings
(各ページの見た目をコントロールするページです。)
普段 font-size: 140% line-height: 35px
大きめ font-size: 160% line-height: 40px
特大 font-size: 200% line-height: 50px
小さめ font-size: 120% line-height: 32px
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: 180%;
}
Line height
code:style.css
.line {
line-height: 45px;
}
Enlarge images
code:style.css
.line img.image {
max-height: none !important;
max-width: 95% !important;
}
━━━━━━━━━━━━
少しshiraishi.iconが自分で手を入れた部分があるかもしれません。
フォント等
code:style.css
body {
font-family: 'Arial','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic ProN W4','Times New Roman','UDデジタル教科書体','游教科書体 横用','YuKyokasho Yoko',sans-serif;font-weight: medium;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
行頭のドットスタイル
code:style.css
.line .indent-mark .dot {
top: 18px;
width: 7px;
height: 4px;
}
虫眼鏡非表示
code:style.css
.navbar-form .kamon { display: none !important; }
「+」表示
code:style.css
.new-button { background-color: #7ebeab !important; } .horizontal-line { background-color: #1f3134 !important; } .vertical-line { background-color: #1f3134 !important; } Date modifiedなどを大人しく
code:style.css
.dropdown-toggle { color: #485859 !important; } .grid-size-range { display: none !important; }
ページ情報アイコンを大人しく
code:style.css
.dropdown-toggle { color: #485859 !important; } .random-jump-button { color: #485859 !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 } 二重括弧にマーカーを引く
二重括弧[[]]で蛍光ラインマーカーを引く
f3f3f2 は 白練
383c3c は 羊羹色
0095d9 は 青
code:style.css
/* [ ]<ーこれに蛍光のラインを引く */
color:#f3f3f2;
background:linear-gradient(#383c3c 50%,#0095d9 60%)
}
ホームマーク削除
code:style.css
.icon-home { display: none !important; }