settings
UserCSS
code:style.css
body {
}
.navbar{
box-shadow: 0 0 10px 1px #bbb; }
.page{
box-shadow: 0px 1px 5px 2px #bbb; border-radius: 12px;
}
/* 中黒を薄く小さく */
.line .indent-mark .dot {
top: 11px;
width: 6px;
height: 6px;
opacity: 0.3;
}
.page-list-item {
box-shadow: 0px 1px 5px 1px #bbb; }
/* 画像のサイズ調整 */
.level-1 img { width: 16.7%; max-height: none; }
.level-2 img { width: 33.3%; max-height: none; }
.level-3 img { width: 50%; max-height: none; }
.level-4 img { width: 66.7%; max-height: none; }
.level-5 img { width: 83.3%; max-height: none; }
.level-6 img { width: 100%; max-height: none; }
code:古いやつ
/* はりつくメニューバー */
/* @media screen and (min-height: 600px) and (min-width: 768px) { */
@media screen {
body:not(.presentation) { padding-top: 90px; padding-right: 0 !important }
body:not(.presentation) .page-menu { position: fixed; top: 90px }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 990; overflow: unset }
.dropdown.open .dropdown-menu {
position: absolute; left: auto; top: auto;
max-height: calc(100vh - 100px); overflow-y: auto }
.dropdown.open .dropdown-menu.global-menu { left: 0; top: 54px }
.page-menu .dropdown.open .dropdown-menu { position: absolute; top: 0 }
}