settings
code:style.css
body, .page { background-color: #ffff; box-shadow: unset } body, body * {
font-family: 'Helvetica', 'Arial', 'Verdana', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS Pゴシック', sans-serif !important;
}
/* ヘッダー白 */
.navbar-default {
}
/* カード型ページリンクの枠 */
.grid li.page-list-item a { border: 4px solid #009EE5 } .grid li.page-list-item a .header { border-top: unset }
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
.grid li.page-list-item a .content {
width: calc(100% - 30px);
height: calc(100% - 30px);
position: absolute;
top: 15px;
left: 15px;
padding: 0;
}
@media screen and (max-width: 800px) {
.grid li.page-list-item a .content {
width: calc(100% - 24px);
height: calc(100% - 24px);
top: 12px;
left: 12px;
}
}
.grid li.page-list-item a .header {
border: 0;
padding: 0;
}
.grid li.page-list-item a .title {
font-size: 13px;
line-height: 23px;
letter-spacing: 1.2px;
/* padding-bottom: 15px; */
max-height: none;
}
@media screen and (max-width: 800px) {
.grid li.page-list-item a .title {
font-size: 12px;
line-height: 20px;
position: relative;
top: -2px;
}
}
.grid li.page-list-item a .description {
padding: 0;
width: 100%;
height: 50%;
font-size: 12px;
line-height: 20px;
letter-spacing: 1px;
position: absolute;
top: 49%;
left: 0;
z-index: 2;
}
@media screen and (max-width: 800px) {
.grid li.page-list-item a .description {
font-size: 11px;
line-height: 18px;
}
}
.grid li.page-list-item a .icon {
padding: 0;
width: 100%;
position: absolute;
top: 50%;
left: 0;
z-index: 2;
}
/* テロメア非表示 */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
display: none;
}
/* settings非表示 */
display: none;
}
.page-list .grid li.pin:nth-child(1) {
display: none;
}
.quick-launch .project-home,
.quick-launch .project-home .icon-home {
font-size: 20px;
line-height: 1;
letter-spacing: 1.2px;
position: relative;
top: 1px;
}
@media screen {
/* 本文のフォント設定: 文字サイズ */
.app:not(.presentation) .editor { font-size: 130% }
/* 本文のフォント設定: 文字詰め */
.line .text:not(.code-block) { font-feature-settings: "pkna" }
/* 本文のフォント設定: 行間 */
.app:not(.presentation) .line .text:not(.code-block) { line-height: 2.1 }
.line .indent-mark .dot { top: calc(100% - .2em) }
/* ページタイトルのフォント設定と罫線 */
.app:not(.presentation) .line.line-title .text {
font-size: calc(1.2vw + 2rem); font-weight: 600; line-height: 1.2 !important;
border-bottom: 1px solid rgba(0,0,0,.2); padding-bottom: 1rem } }