2025-04-22 14:13:07 +00:00
|
|
|
/* variables start */
|
|
|
|
|
body {
|
|
|
|
|
--reading-heading-decorator-margin: var(--size-2-3);
|
|
|
|
|
--reading-heading-decorator-translate: var(--size-4-3);
|
|
|
|
|
--preview-heading-decorator-margin: var(--size-2-3);
|
|
|
|
|
--preview-heading-decorator-translate: var(--size-4-3);
|
|
|
|
|
--source-heading-decorator-margin: var(--size-2-3);
|
|
|
|
|
--source-heading-decorator-translate: var(--size-4-3);
|
|
|
|
|
--outline-heading-decorator-margin: var(--size-4-1);
|
2025-05-27 14:44:28 +00:00
|
|
|
--quiet-outline-heading-decorator-margin: var(--size-4-1);
|
2025-04-22 14:13:07 +00:00
|
|
|
--file-explorer-heading-decorator-margin: var(--size-4-1);
|
|
|
|
|
}
|
|
|
|
|
/* variables end */
|
|
|
|
|
|
2025-03-10 11:04:36 +00:00
|
|
|
/* reading start */
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator {
|
2025-03-12 07:57:17 +00:00
|
|
|
display: inline-block;
|
2025-04-09 13:45:01 +00:00
|
|
|
opacity: 20%;
|
|
|
|
|
user-select: none;
|
2025-04-18 15:35:39 +00:00
|
|
|
transition: 0.25s ease-out;
|
2025-04-09 13:45:01 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-inside-heading-decorator,
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-end: var(--reading-heading-decorator-margin);
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-collapsed
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-collapsed
|
2025-04-18 15:35:39 +00:00
|
|
|
[dir="auto"]
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-collapsed
|
2025-04-18 15:35:39 +00:00
|
|
|
[dir="ltr"]
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator,
|
2025-03-13 04:22:58 +00:00
|
|
|
.markdown-preview-view.allow-fold-headings
|
2025-04-18 15:35:39 +00:00
|
|
|
[data-heading]:hover
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator,
|
2025-03-13 04:22:58 +00:00
|
|
|
.markdown-preview-view.allow-fold-headings
|
2025-04-18 15:35:39 +00:00
|
|
|
[data-heading][dir="auto"]:hover
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator,
|
2025-03-13 04:22:58 +00:00
|
|
|
.markdown-preview-view.allow-fold-headings
|
2025-04-18 15:35:39 +00:00
|
|
|
[data-heading][dir="ltr"]:hover
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
translate: calc(-1 * var(--reading-heading-decorator-translate));
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-collapsed
|
2025-04-18 15:35:39 +00:00
|
|
|
[dir="rtl"]
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator,
|
2025-03-13 04:22:58 +00:00
|
|
|
.markdown-preview-view.allow-fold-headings
|
2025-04-18 15:35:39 +00:00
|
|
|
[data-heading][dir="rtl"]:hover
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
translate: var(--reading-heading-decorator-translate);
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.after-inside-heading-decorator,
|
|
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator.after-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-start: var(--reading-heading-decorator-margin);
|
2025-03-10 06:01:36 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="10%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 10%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="20%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="30%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 30%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="40%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 40%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="50%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="60%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 60%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="70%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 70%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="80%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 80%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="90%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 90%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.reading-custom-heading-decorator[data-decorator-opacity="100%"] {
|
2025-03-10 06:01:36 +00:00
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
2025-03-10 11:04:36 +00:00
|
|
|
/* reading end */
|
|
|
|
|
|
|
|
|
|
/* preview start */
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator {
|
2025-03-12 07:57:17 +00:00
|
|
|
display: inline-block;
|
2025-04-09 13:45:01 +00:00
|
|
|
opacity: 20%;
|
|
|
|
|
user-select: none;
|
2025-04-18 15:35:39 +00:00
|
|
|
transition: 0.25s ease-out;
|
2025-04-09 13:45:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cm-focused
|
|
|
|
|
.cm-active
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator,
|
2025-04-19 12:48:22 +00:00
|
|
|
.cm-line:has(.cm-header.cm-formatting-header)
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator,
|
2025-04-09 13:45:01 +00:00
|
|
|
.cm-focused
|
|
|
|
|
.cm-active
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator,
|
2025-04-19 12:48:22 +00:00
|
|
|
.cm-line:has(.cm-header.cm-formatting-header)
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator {
|
2025-04-09 13:45:01 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-inside-heading-decorator,
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-end: var(--preview-heading-decorator-margin);
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="auto"]:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="ltr"]:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="auto"]:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="ltr"]:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
translate: calc(-1 * var(--preview-heading-decorator-translate));
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="rtl"]:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator,
|
2025-03-12 07:57:17 +00:00
|
|
|
.is-live-preview
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="rtl"]:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
translate: var(--preview-heading-decorator-translate);
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.after-inside-heading-decorator,
|
|
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator.after-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-start: var(--preview-heading-decorator-margin);
|
2025-03-10 11:04:36 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="10%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 10%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="20%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="30%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 30%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="40%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 40%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="50%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="60%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 60%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="70%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 70%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="80%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 80%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="90%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 90%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.preview-custom-heading-decorator[data-decorator-opacity="100%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
|
|
|
|
/* preview end */
|
|
|
|
|
|
|
|
|
|
/* source start */
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator {
|
2025-03-12 07:57:17 +00:00
|
|
|
display: inline-block;
|
2025-04-09 13:45:01 +00:00
|
|
|
opacity: 20%;
|
|
|
|
|
user-select: none;
|
2025-04-18 15:35:39 +00:00
|
|
|
transition: 0.25s ease-out;
|
2025-04-09 13:45:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cm-focused
|
|
|
|
|
.cm-active
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator,
|
2025-04-09 13:45:01 +00:00
|
|
|
.cm-focused
|
|
|
|
|
.cm-active
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator {
|
2025-04-09 13:45:01 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-inside-heading-decorator,
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-end: var(--source-heading-decorator-margin);
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator,
|
|
|
|
|
.cm-line[dir="auto"]:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator,
|
|
|
|
|
.cm-line[dir="ltr"]:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator,
|
|
|
|
|
.cm-line:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator,
|
|
|
|
|
.cm-line[dir="auto"]:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator,
|
|
|
|
|
.cm-line[dir="ltr"]:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
translate: calc(-1 * var(--source-heading-decorator-translate));
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.cm-line[dir="rtl"]:has(> .is-collapsed)
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator,
|
|
|
|
|
.cm-line[dir="rtl"]:has(.cm-fold-indicator):hover
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.before-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
translate: var(--source-heading-decorator-translate);
|
2025-03-12 07:57:17 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.after-inside-heading-decorator,
|
|
|
|
|
.custom-heading-decorator.source-custom-heading-decorator.after-heading-decorator {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-start: var(--source-heading-decorator-margin);
|
2025-03-10 11:04:36 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="10%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 10%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="20%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="30%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 30%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="40%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 40%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="50%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="60%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 60%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="70%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 70%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="80%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 80%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="90%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 90%;
|
|
|
|
|
}
|
2025-04-18 15:35:39 +00:00
|
|
|
.custom-heading-decorator.source-custom-heading-decorator[data-decorator-opacity="100%"] {
|
2025-03-10 11:04:36 +00:00
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
2025-04-27 13:36:17 +00:00
|
|
|
|
|
|
|
|
.hide-source-number-signs {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.cm-focused .cm-active .hide-source-number-signs,
|
|
|
|
|
.cm-focused .cm-active .hide-source-number-signs {
|
|
|
|
|
display: unset;
|
|
|
|
|
}
|
2025-03-10 11:04:36 +00:00
|
|
|
/* source end */
|
2025-03-31 05:34:57 +00:00
|
|
|
|
|
|
|
|
/* outline start */
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator::after {
|
|
|
|
|
content: attr(data-heading-decorator);
|
|
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator::before {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-end: var(--outline-heading-decorator-margin);
|
2025-03-31 05:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator::after {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-start: var(--outline-heading-decorator-margin);
|
2025-03-31 05:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="10%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="10%"]::after {
|
|
|
|
|
opacity: 10%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="20%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="20%"]::after {
|
|
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="30%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="30%"]::after {
|
|
|
|
|
opacity: 30%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="40%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="40%"]::after {
|
|
|
|
|
opacity: 40%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="50%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="50%"]::after {
|
|
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="60%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="60%"]::after {
|
|
|
|
|
opacity: 60%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="70%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="70%"]::after {
|
|
|
|
|
opacity: 70%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="80%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="80%"]::after {
|
|
|
|
|
opacity: 80%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="90%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="90%"]::after {
|
|
|
|
|
opacity: 90%;
|
|
|
|
|
}
|
|
|
|
|
.outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="100%"]::before,
|
|
|
|
|
.outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="100%"]::after {
|
|
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
|
|
|
|
/* outline end */
|
2025-04-22 11:27:05 +00:00
|
|
|
|
2025-05-27 14:44:28 +00:00
|
|
|
/* quiet-outline start */
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator::after {
|
|
|
|
|
content: attr(data-heading-decorator);
|
|
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator::before {
|
|
|
|
|
margin-inline-end: var(--quiet-outline-heading-decorator-margin);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator::after {
|
|
|
|
|
margin-inline-start: var(--quiet-outline-heading-decorator-margin);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="10%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="10%"]::after {
|
|
|
|
|
opacity: 10%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="20%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="20%"]::after {
|
|
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="30%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="30%"]::after {
|
|
|
|
|
opacity: 30%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="40%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="40%"]::after {
|
|
|
|
|
opacity: 40%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="50%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="50%"]::after {
|
|
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="60%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="60%"]::after {
|
|
|
|
|
opacity: 60%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="70%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="70%"]::after {
|
|
|
|
|
opacity: 70%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="80%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="80%"]::after {
|
|
|
|
|
opacity: 80%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="90%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="90%"]::after {
|
|
|
|
|
opacity: 90%;
|
|
|
|
|
}
|
|
|
|
|
.quiet-outline-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="100%"]::before,
|
|
|
|
|
.quiet-outline-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="100%"]::after {
|
|
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
|
|
|
|
/* quiet-outline end */
|
|
|
|
|
|
2025-04-22 11:27:05 +00:00
|
|
|
/* file-explorer start */
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator::after {
|
|
|
|
|
content: attr(data-heading-decorator);
|
|
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator::before {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-end: var(--file-explorer-heading-decorator-margin);
|
2025-04-22 11:27:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator::after {
|
2025-04-22 14:13:07 +00:00
|
|
|
margin-inline-start: var(--file-explorer-heading-decorator-margin);
|
2025-04-22 11:27:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="10%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="10%"]::after {
|
|
|
|
|
opacity: 10%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="20%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="20%"]::after {
|
|
|
|
|
opacity: 20%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="30%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="30%"]::after {
|
|
|
|
|
opacity: 30%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="40%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="40%"]::after {
|
|
|
|
|
opacity: 40%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="50%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="50%"]::after {
|
|
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="60%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="60%"]::after {
|
|
|
|
|
opacity: 60%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="70%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="70%"]::after {
|
|
|
|
|
opacity: 70%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="80%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="80%"]::after {
|
|
|
|
|
opacity: 80%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="90%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="90%"]::after {
|
|
|
|
|
opacity: 90%;
|
|
|
|
|
}
|
|
|
|
|
.file-explorer-custom-heading-decorator.before-heading-decorator[data-decorator-opacity="100%"]::before,
|
|
|
|
|
.file-explorer-custom-heading-decorator.after-heading-decorator[data-decorator-opacity="100%"]::after {
|
|
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
|
|
|
|
/* file-explorer start */
|
2026-01-09 05:04:07 +00:00
|
|
|
|
|
|
|
|
/* setting start */
|
|
|
|
|
body .heading-decorator-setting-container,
|
|
|
|
|
.heading-decorator-setting-item + .setting-item-heading {
|
|
|
|
|
margin-top: 0.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body .heading-decorator-setting-container .setting-item-heading:first-child {
|
|
|
|
|
padding-top: 0.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body .heading-decorator-setting-item {
|
|
|
|
|
padding-top: 0.75em;
|
|
|
|
|
border-top: 1px solid var(--background-modifier-border);
|
|
|
|
|
}
|
|
|
|
|
/* setting end */
|