settings
https://gyazo.com/8ea23d82cf57b0bfa2817e67aa4e49df
いらすとやのプリン
フォントの変更
code:style.css
font-family:
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}
test
あいうえお
あいうえお
abc
abc
abc
[/icons2/hr4.icon]を押せなくする
code:style.css
pointer-events: none;
}
test /icons2/hr4.icon
インライン引用符
code:style.css
.deco-\" {
border-radius: .2em;
padding: 0 .4em;
background-color: rgba(128,128,128,0.1);
font-size: 95%;
font-style: italic;
}
.deco-\"::before {
font-size: 85%;
font-family: 'Font Awesome 5 Free';
content: '\f10d';
font-weight: 900;
vertical-align: super;
}
test
のびのびドロップダウン
code:style.css
.navbar-form .dropdown.open .dropdown-menu {
min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }
code:style.css
@import url('api/code/sf-starfield/数式内でもインデント/style.css');
watch listを消す
code:style.css
.global-menu.dropdown-menu > li > a:not(href*="sf"), .touch-scrollable-container.drawer-menu li > a:not(href*="sf") {
display: none;
}
テロメアを薄くする
code:style.css
body {
}
ナビバーもいじろうとしたけど、公式のやつがいちばんいい気がしてやめた
ちょっと透けてるのがいいな
これを保持できたら色を変更してprojectごとの区別をつけたいのだが
ピン止めしたページを段分けするProjectCSS
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
code:style.css
.line .indent-mark .dot {
}