settings
code:style.css
body {background-color:F2EBD8;}
.navbar-form .dropdown.open .dropdown-menu {
min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
code:style.css
.line .indent-mark .dot {
top: 9.9px;
width: 6px;
height: 6px;
border-left: 5px solid black;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-radius: 0%;
}
code:style.css
/* ドロップシャドウ */
.grid li.page-list-item a {
box-shadow:none;
filter:drop-shadow(0px 0px 0px rgba(0, 0, 0));
}
/* ページ設定 */
.page {
box-shadow:none;
background-color:#FFFFFF;
}
/* グリッド小さく */
.page-list ul.grid {
display: grid
gap: clamp(2px, 1.5px, 4px);
}
code:style.css
}
}
}
}
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;
}