Helpfeel Fixture
# 非公開
? a (:a) | a
? | a
code:style_helpfeel_custom.css
/*
.grid li.page-list-item:has(span.page-link:contains("#非公開")) {
{
display: none;
}
*/
{
display: none;
}
code:style.helpfeel.custom.css
.deco-\# {
background-color: yellow;
}
.deco-\> {
border-radius: 4px;
padding: 4px;
}
display: inline-block;
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 5em;
border-radius: 0.3em;
text-align: center;
font: 100%/normal Futura, Arial, sans-serif;
}
display: inline-block;
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 5em;
border-radius: 0.3em;
text-align: center;
font: 100%/normal Futura, Arial, sans-serif;
}
/* PDFページ */
display: inline-block;
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 5em;
border-radius: 0.3em;
text-align: center;
font: 100%/normal Futura, Arial, sans-serif;
}
/* Merge pagesを警戒できる見た目に変更する */
.merge-pages.alert > .btn.btn-primary {
display: none;
}
.merge-pages.alert {
}
.merge-pages.alert::after {
content: "同一タイトルの記事が既に存在します。タイトルを変更してください。";
display: block;
margin-top: 10px;
}
/* Delete this pageに警告を出す */
flex-wrap: wrap;
color: red !important;
}
content: "注意この記事を完全に削除します。復元できません。代わりに「#helpfeel非公開」タグを使ってください"; white-space: pre-wrap;
min-width: 130px;
font-size: small;
line-height: 1.6;
}
display: inline-block;
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 5em;
border-radius: 0.3em;
text-align: center;
font: 100%/normal Futura, Arial, sans-serif;
}
/* 特注記法 */
.deco-\<.deco-\/.deco-\> {
all: unset;
background-color: rgba(0, 0, 0, 0.1);
font-style: normal;
border-radius: 2px;
padding: 0px 4px;
}
/* 番号付きリスト */
.line.number-list .indent-mark .dot {
display: none;
}
/* Helpfeel記法で利用する記号を目立たせる */
.helpfeel {
font-weight: bold;
}
}
/* Cosense上にuploadしたfileの削除ボタンを非表示にする */
.file-delete-button { display: none; }
/* 情報量が多いページへのリンクを目立たせるスタイルを無効にする */
.line a.big-page-link { font-weight: inherit; }