settings
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
/* Overwrite the brand icon */
a.navbar-brand.dropdown-toggle {
position: relative;
}
a.navbar-brand.dropdown-toggle::before {
content: "";
width: 36px;
height: 40px;
display: block;
position: absolute;
top: 0px;
left: 0px;
background-size: contain;
background-repeat: no-repeat;
border-radius: 50%;
}
背景
code:style.css
}
/* 付箋の折返しを背景と同色に */
.grid li.page-list-item a .pin {
}
ナビバーの色
code:style.css
.navbar {
}
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
display: none;
}
code:style.css
/* 外部リンクにiconをつける */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}
code:style.css
/* テロメア非表示 */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
display: none;
}