">> [>] 矢印 * [*] 重要 !! [!!] 警告 ! [!] 注意 ? [?] 疑問
_ [_] タスク x [x] 完了タスク e [e] イベント o o x [x] code:style.css
/* タグアイコンの共通スタイル (1) */
.line:not(.cursor-line) ahref$='/!':not(.icon) span, .line:not(.cursor-line) ahref$='/*':not(.icon) span, .line:not(.cursor-line) ahref$='/_':not(.icon) span, .line:not(.cursor-line) ahref$='/x':not(.icon) span, .line:not(.cursor-line) ahref$='/o':not(.icon) span, .line:not(.cursor-line) ahref$='/e':not(.icon) span { display: inline-block; width: 0; text-indent: -9999px;
}
/* タグアイコンの共通スタイル (2) */
.line:not(.cursor-line) ahref$='/!!':not(.icon)::after, .line:not(.cursor-line) ahref$='/!':not(.icon)::after, .line:not(.cursor-line) ahref$='/*':not(.icon)::after, .line:not(.cursor-line) ahref$='/_':not(.icon)::after, .line:not(.cursor-line) ahref$='/x':not(.icon)::after, .line:not(.cursor-line) ahref$='/o':not(.icon)::after, .line:not(.cursor-line) ahref$='/oo':not(.icon)::after, .line:not(.cursor-line) ahref$='/e':not(.icon)::after { display: inline-block; min-width: 1.15em; padding-left: 1px; padding-right: 1px;
font-family: 'Font Awesome 5 Free'; font-weight: 900;
font-size: 100%; text-align: center; vertical-align: middle;}
/* ここから各アイコンの設定 */
.line:not(.cursor-line) ahref$='/%22':not(.icon)::after { content: '\f10d'; color: lightgray } .line:not(.cursor-line) ahref$='/!!':not(.icon)::after { content: '\f06a'; color: #FF4400 } .line:not(.cursor-line) ahref$='/!':not(.icon)::after { content: '\f06a'; color: #F6AE2D } .line:not(.cursor-line) ahref$='/*':not(.icon)::after { content: '\f005'; color: #F26419 } .line:not(.cursor-line) ahref$='/_':not(.icon)::after { content: '\f096'; color: #08BDBD } .line:not(.cursor-line) ahref$='/x':not(.icon)::after { content: '\f057'; color: #F6AE2D } .line:not(.cursor-line) ahref$='/o':not(.icon)::after { content: '\f058'; color: #2489C5 } .line:not(.cursor-line) ahref$='/oo':not(.icon)::after { content: '\f559'; color: #2489C5 } .line:not(.cursor-line) ahref$='/e':not(.icon)::after { content: '\f10c'; color: #F26419 } --.icon
--.iconは選択させない
code:style.css
pointer-events: none; cursor: default;
}
page-break-after: always;
}
ポップアップメニューをさっぱり
code:style.css
/* ポップアップメニューの修飾ボタンをアイコン化 */
.popup-menu .button-container .button.strong-button > strong,
.popup-menu .button-container .button.italic-button > i,
.popup-menu .button-container .button.strike-button > strike {
display: inline-block; width: 0; text-indent: -9999px }
.selections .popup-menu .button-container .button.link-button,
.selections .popup-menu .button-container .button.new-page-button,
.selections .popup-menu .button-container .button.copy-plain-button {
font-size: 0;
}
.popup-menu .button-container .button.copy-plain-button::after,
.popup-menu .button-container .button.link-button::after,
.popup-menu .button-container .button.strong-button::after,
.popup-menu .button-container .button.italic-button::after,
.popup-menu .button-container .button.strike-button::after {
font: 900 100%/normal 'Font Awesome 5 Free';
display: inline-block; min-width: 16px; text-align: center }
.popup-menu .button-container .button.strong-button::after { content: '\f032' }
.popup-menu .button-container .button.italic-button::after { content: '\f033' }
.popup-menu .button-container .button.strike-button::after { content: '\f0cc' }
.popup-menu .button-container .button.link-button::after {
font-size: 11px;
content: '\f0c1';
}
.popup-menu .button-container .button.copy-plain-button::after {
font-size: 11px;
content: '\f0c5';
}
/* ポップアップメニューのボタン周りの線を消す */
.selections .popup-menu .button-container .button:not(:first-of-type) { border: 0 }