settings
code:style.css
@import "../インデントが深すぎると色が変わる箇条書きのバレット/style.css";
@import "../Font_Awesomeを常時使えるようにするUserCSS/style.css";
@import "../特定のリンクを持つページをカード一覧から非表示にする/style.css";
@import "../所属しているプロジェクトからの更新通知を非表示にする/style.css";
@import "/api/code/ork/settings/style.css";
/* @import "../customize/画面幅に応じてページの表示スケールを変更する/style.css"; */
カード一覧からページを非表示にする
code:style.css
.page-list-item:is(
){
display: none !important;
}
code:style.css
body:has(#L65f58ba268385a0000ffac7a) .iframe-video-player iframe {
height: 180px;
}
[https://www.youtube.com/watch?v=BwiSAk5EHjg][https://www.youtube.com/watch?v=pTLA1uEFmZU][https://www.youtube.com/watch?v=UEfK-X8qVvo][https://www.youtube.com/watch?v=I8zmf2OM4yY][https://www.youtube.com/watch?v=4_de-49fgng][https://www.youtube.com/watch?v=AjXVIlI2NDE]
code:style.css
/* マトリクス記法 */
.line:not(.cursor-line) .deco-\| { display: inline-flex }
.line .deco-\| img.image { object-fit: contain; margin: 0 }
/* 太字記法と組み合わせて列数を変える */
.line .level-1 .deco-\| > span { width: calc(100%/1) }
.line .level-2 .deco-\| > span { width: calc(100%/2) }
.line .level-3 .deco-\| > span { width: calc(100%/3) }
.line .level-4 .deco-\| > span { width: calc(100%/4) }
.line .level-5 .deco-\| > span { width: calc(100%/5) }
画像を通常 max-width: 100%で表示する
code:style.cssa
img { width: 100%; max-height: none !important; }
span.text {
line-height: 1.5em !important;
}
code:style.css
.level-1 img { width: 100%; 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.cssa
.line .indent-mark .dot {
top: 12px;
width: 6px;
height: 4px;
border-radius: 0;
}
level-2のもっと太字をlevel-5の大きさにする
code:style.css
.line strong.level-2 {
font-size: 2.07em;
line-height: 49px;
}
code:style.css
.page-list-item:is(
){
display: none !important;
}
横長のページのテーマ
code:style.css
max-width: 9600px !important;
}