settings
code:style.css
/*
@media screen and (min-height: 600px) and (min-width: 768px) {
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 } }
*/
code:style.css
.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:style.css
.form-group .dropdown .dropdown-menu {max-height: 26em !important;}
引用の色
code:style.css
.line .quote {
background-color: rgba(128,128,128,0.05);
}
code:style.css
.navbar .navbar-menu>li.stream-btn { display: block; }
code:style.cs
.line img.icon {vertical-align: -9%;}
引用の色を薄くする
code:style.css
.line .quote {
background-color: rgba(128,128,128,0.05);
}
[* []]のみyoutubeを小さくする
code:style.css
.iframe-video-player iframe.spotify.type-track {
width: 340px;
}
.level-1 .iframe-video-player iframe.youtube {
height: 80px;
width: 340px;
}