478 lines
573 KiB
CSS
Raw Normal View History

2024-10-21 22:52:33 +02:00
@charset "UTF-8";
/*!
/* @settings
name: Ukiyo Style Settings
id: entry-point
settings:
-
id: modes
title: Modes
type: heading
level: 1
collapsed: true
-
id: smooth-mode-title
title: Smooth mode
type: heading
level: 2
collapsed: true
-
id: smooth-mode
title: Toggle mode
type: class-toggle
default: false
-
id: minimal-mode-title
title: Minimal Mode
type: heading
level: 2
collapsed: true
-
id: minimal-mode
title: Toggle mode
type: class-toggle
default: false
-
id: minimal-sidebar
title: Sidebar
type: class-select
allowEmpty: false
default: sidebar-hide
options:
-
label: Show
value: sidebar-show
-
label: Hover
value: sidebar-hover
-
label: Hide
value: sidebar-hide
-
id: minimal-workspace-sides
title: Lateral Workspaces
type: heading
level: 3
collapsed: true
-
id: minimal-workspace-sides-tabs
title: Tabs
type: class-select
allowEmpty: false
default: sides-tabs-hover
options:
-
label: Show
value: sides-tabs-show
-
label: Hover
value: sides-tabs-hover
-
label: Hide
value: sides-tabs-hide
-
id: minimal-workspace-nav-header
title: Nav header
type: class-select
allowEmpty: false
default: nav-header-hover
options:
-
label: Show
value: nav-header-show
-
label: Hover
value: nav-header-hover
-
id: minimal-workspace-root
title: Workspace Root
type: heading
level: 3
collapsed: true
-
id: minimal-workspace-root-tabs
title: Tabs
type: class-select
allowEmpty: false
default: root-tabs-hover
options:
-
label: Show
value: root-tabs-show
-
label: Hover
value: root-tabs-hover
-
id: color-scheme
title: Color Scheme
type: heading
level: 1
collapsed: true
-
id: color-scheme-selector
title: Select a color scheme
type: class-select
allowEmpty: false
default: color-scheme-default
options:
-
label: Cozy typewritter
value: color-scheme-default
-
label: Ukiyo
value: color-scheme-ukiyo
-
label: Golden Coffee
value: color-scheme-golden-coffee
-
label: Golden Book
value: color-scheme-golden-book
-
label: Alchemy
value: color-scheme-alchemy
-
label: Rose Shadow
value: color-scheme-rose-shadow
-
label: Custom
value: color-scheme-custom
-
id: separate-color-scheme
title: Customize each mode
description: Select a color scheme for each mode
type: class-toggle
default: false
-
id: dark-mode-color-scheme-selector
title: Dark mode
type: class-select
allowEmpty: false
default: dm-color-scheme-default
options:
-
label: Cozy typewritter
value: dm-color-scheme-default
-
label: Ukiyo
value: dm-color-scheme-ukiyo
-
label: Golden Coffee
value: dm-color-scheme-golden-coffee
-
label: Golden Book
value: dm-color-scheme-golden-book
-
label: Alchemy
value: dm-color-scheme-alchemy
-
label: Rose Shadow
value: dm-color-scheme-rose-shadow
-
label: Custom
value: dm-color-scheme-custom
-
id: light-mode-color-scheme-selector
title: Light mode
type: class-select
allowEmpty: false
default: lm-color-scheme-default
options:
-
label: Cozy typewritter
value: lm-color-scheme-default
-
label: Ukiyo
value: lm-color-scheme-ukiyo
-
label: Golden Coffee
value: lm-color-scheme-golden-coffee
-
label: Alchemy
value: lm-color-scheme-alchemy
-
label: Custom
value: lm-color-scheme-custom
-
id: color-scheme-custom-container
title: Custom Color Scheme
type: heading
level: 2
collapsed: true
-
id: color-scheme-custom-background-primary
title: Background primary
type: variable-themed-color
format: hex
opacity: true
default-dark: '#372d29'
default-light: '#e1c4a6'
-
id: color-scheme-custom-background-secondary-alt
title: Background secondary
type: variable-themed-color
format: hex
opacity: true
default-dark: '#413632'
default-light: '#cbaa87'
-
id: color-scheme-custom-background-primary-alt
title: Background primary alt
type: variable-themed-color
format: hex
opacity: true
default-dark: '#2b2723'
default-light: '#daba97'
-
id: color-scheme-custom-background-secondary
title: Background secondary
type: variable-themed-color
format: hex
opacity: true
default-dark: "#413632"
default-light: "#dabb9a"
-
id: color-scheme-custom-background-modifier-form-field
title: Background modifier form field
type: variable-themed-color
format: hex
opacity: true
default-dark: "#2b2723"
default-light: "#4c4743"
-
id: color-scheme-custom-background-modifier-border
title: Background modifier border
type: variable-themed-color
format: hex
opacity: true
default-dark: "#504431"
default-light: "#c6a57f"
-
id: color-scheme-custom-background-modifier-border-hover
title: Background modifier border hover
type: variable-themed-color
format: hex
opacity: true
default-dark: '#645743'
default-light: '#a8865f'
-
id: color-scheme-custom-background-modifier-border-focus
title: Background modifier border focus
type: variable-themed-color
format: hex
opacity: true
default-dark: '#504431'
default-light: '#b4916a'
-
id: color-scheme-custom-text-faint
title: Text faint
type: variable-themed-color
format: hex
opacity: true
default-dark: '#868074'
default-light: '#7a6d68'
-
id: color-scheme-custom-text-muted
title: Text muted
type: variable-themed-color
format: hex
opacity: true
default-dark: '#b2a699'
default-light: '#5b4f4a'
-
id: color-scheme-custom-text-normal
title: Text normal
type: variable-themed-color
format: hex
opacity: true
default-dark: '#ccc2b7'
default-light: '#5f4f49'
-
id: color-scheme-custom-tooltip-notice-background-color
title: Tooltip + Notice Background color
type: variable-themed-color
format: hex
opacity: true
default-dark: '#281f1b'
default-light: '#d7b38d'
-
id: color-scheme-custom-color-accent
title: Color accent
type: variable-themed-color
format: hex
opacity: true
default-dark: '#ba945f'
default-light: '#800000'
-
id: color-scheme-custom-color-accent-hover
title: Color accent - Hover
type: variable-themed-color
format: hex
opacity: true
default-dark: '#e0ba86'
default-light: '#a00000'
-
id: color-scheme-custom-activeline
title: Active line
type: variable-themed-color
format: hex
opacity: true
default-dark: '#51454140'
default-light: '#d4b4946a'
-
id: color-scheme-custom-text-selection
title: Text selection
type: variable-themed-color
format: hex
opacity: true
default-dark: '#6154508f'
default-light: '#c7a78683'
-
id: color-scheme-custom-bold
title: Bold
type: variable-themed-color
format: hex
opacity: true
default-dark: '#ba945f'
default-light: '#bd5757'
-
id: color-scheme-custom-italic
title: Italic
type: variable-themed-color
format: hex
opacity: true
default-dark: '#e77a59'
default-light: '#ae612b'
-
id: color-scheme-custom-highlight-bg
title: Highlight background
type: variable-themed-color
format: hex
opacity: true
default-dark: '#926b22e6'
default-light: '#eac357'
-
id: color-scheme-custom-heading-formatting-color
title: Heading formatting color
type: variable-themed-color
format: hex
opacity: true
default-dark: '#c72626'
default-light: '#d34747'
-
id: color-scheme-custom-in-between-background
title: In between background (Smooth mode)
type: variable-themed-color
format: hex
opacity: true
default-dark: '#2e2420'
default-light: '#d4af88'
-
id: pop-callout
title: Pop Callout
type: heading
level: 1
collapsed: true
-
id: pop-callout-slide-out-duration
title: Slide out duration
description: "Set to 0 to remove slide-out animation"
type: variable-number
default: 700
format: ms
-
id: floating-sides-title
title: Floating Sides
type: heading
level: 1
collapsed: true
-
id: floating-sides
title: Toggle floating sides
type: class-toggle
default: false
*/
@keyframes scale-up-downwards{0%{transform:scale(.5) translate(0,-300px);opacity:0}to{transform:scale(1) translate(0,0);opacity:1}}@keyframes pop-slide-to-right{0%{transform:translate(-50%,0);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes pop-slide-to-right-reverse{0%,70%{transform:translate(0,0);opacity:1;visibility:visible}to{transform:translate(-50%,0);opacity:0;visibility:visible}}@keyframes workspace-split-left-slide-in{0%{transform:translate(-300px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes workspace-split-left-slide-out{0%{transform:translate(0,0);opacity:1;visibility:visible}to{transform:translate(-300px,0);opacity:0;visibility:visible}}@keyframes workspace-split-right-slide-in{0%{transform:translate(50%,0);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes workspace-split-right-slide-out{0%{transform:translate(0,0);opacity:1;visibility:visible}to{transform:translate(200px,0);opacity:0;visibility:visible}}@keyframes scale-up{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slow-fade-out{0%,80%{opacity:1;height:var(--header-height)}to{opacity:0;height:calc(var(--header-height)/3)}}.setting-item.setting-item-heading.style-settings-heading{margin-bottom:0}.setting-item.setting-item-heading.style-settings-heading[data-level="0"]+.style-settings-container{padding-left:25px}.style-settings-container{padding-left:15px;padding-bottom:0}.setting-item+.setting-item-heading{margin-top:.2em}body:not(.color-scheme-custom) .setting-item[data-id*=color-scheme-custom],body:not(.separate-color-scheme) .setting-item[data-id*=dark-mode-color-scheme-selector],body:not(.separate-color-scheme) .setting-item[data-id*=light-mode-color-scheme-selector]{display:none}.separate-color-scheme .setting-item[data-id=separate-color-scheme]{border-top:none}.separate-color-scheme .setting-item[data-id=color-scheme-selector],.workspace-split.mod-vertical.mod-root .workspace-tab-header-container-inner .workspace-tab-header:after,.workspace-split.mod-vertical.mod-root .workspace-tab-header-container-inner .workspace-tab-header:before{display:none}.themed-color-wrapper{display:flex}.themed-color-wrapper .theme-dark,.themed-color-wrapper .theme-light,.workspace-ribbon.side-dock-ribbon.mod-left .side-dock-actions .side-dock-ribbon-action,.workspace-ribbon.side-dock-ribbon.mod-left .side-dock-settings .side-dock-ribbon-action{margin:0}.theme-dark .themed-color-wrapper .theme-dark,.theme-light .themed-color-wrapper .theme-light{border:1px solid var(--text-faint)}:root{--hover-faster-animation-duration:75ms;--hover-animation-duration:100ms;--default-animation-duration:150ms;--cubic-animation:cubic-bezier(0.175, 0.9, 0.3, 1.1);--default-border-radius:4px;--pop-callout-width:20px;--pop-callout-slide-out-duration:700ms}body{--font-default:"CMU Typewriter Text";--font-monospace-default:"JetBrains Mono";--font-ui-smaller:13px!important;--font-ui-small:14px!important;--font-ui-medium:16px!important;--font-ui-large:20px!important;--header-height:30px;--file-line-width:900px;--tag-radius:4px;--ribbon-width:40px;--ribbon-padding:0px;--clickable-icon-radius:0px;--list-indent:1.4em}body p{line-height:3.125ex}body *{font-variant-ligatures:none}@media print{.theme-dark a,.theme-dark em,.theme-dark i,.theme-dark strong,.theme-light a,.theme-light em,.theme-light i,.theme-light strong{font-family:"CMU Typewriter Text"!important;color:#000!important}.theme-dark ol,.theme-dark p,.theme-dark ul,.theme-light ol,.theme-light p,.theme-light ul{font-family:"CMU Typewriter Text"!important}.theme-dark li::before,.theme-dark li::marker,.theme-light li::before,.theme-light li::marker{color:#000!important;font-weight:700!important}.theme-dark .markdown-rendered.show-indentation-guide li>ol::before,.theme-dark .markdown-rendered.show-indentation-guide li>ul::before,.theme-dark hr::after,.theme-light .markdown-rendered.show-indentation-guide li>ol::before,.theme-light .markdown-rendered.show-indentation-guide li>ul::before,.theme-light hr::after{display:none}.theme-dark .task-list-item,.theme-dark .task-list-item i
--color-scheme-custom-background-modifier-form-field,
#2b2723
);--color-base-30:var(
--color-scheme-custom-background-modifier-border,
#504431
);--color-base-35:var(
--color-scheme-custom-background-modifier-border-hover,
#645743
);--color-base-40:var(
--color-scheme-custom-background-modifier-border-focus,
#504431
);--color-base-50:var(--color-scheme-custom-text-faint, #868074);--color-base-70:var(--color-scheme-custom-text-muted, #b2a699);--color-base-100:var(--color-scheme-custom-text-normal, #ccc2b7);--background-modifier-message:var(
--color-scheme-custom-tooltip-notice-background-color,
#281f1b
);--color-accent:var(--color-scheme-custom-color-accent, #ba945f);--color-accent-1:var(--color-accent);--color-accent-2:var(--color-scheme-custom-color-accent-hover, #e0ba86);--titlebar-background-focused:var(--color-base-20);--activeline:var(--color-scheme-custom-activeline, #51454140);--text-selection:var(--color-scheme-custom-text-selection, #6154508f);--color-bold:var(--color-scheme-custom-bold, --accent);--color-italic:var(--color-scheme-custom-italic, #e77a59);--text-highlight-bg:var(--color-scheme-custom-highlight-bg, #926b22e6);--heading-formatting-color:var(
--color-scheme-custom-heading-formatting-color,
#c72626
);--in-between-background:var(
--color-scheme-custom-in-between-background,
#2e2420
)}.color-scheme-custom:not(.separate-color-scheme).theme-light{--color-base-00:var(--color-scheme-custom-background-primary, #e1c4a6);--color-base-05:var(--color-scheme-custom-background-secondary-alt, #cbaa87);--color-base-10:var(--color-scheme-custom-background-primary-alt, #daba97);--color-base-20:var(--color-scheme-custom-background-secondary, #dabb9a);--color-base-25:var(
--color-scheme-custom-background-modifier-form-field,
#4c4743
);--color-base-30:var(
--color-scheme-custom-background-modifier-border,
#c6a57f
);--color-base-35:var(
--color-scheme-custom-background-modifier-border-hover,
#a8865f
);--color-base-40:var(
--color-scheme-custom-background-modifier-border-focus,
#b4916a
);--color-base-50:var(--color-scheme-custom-text-faint, #7a6d68);--color-base-70:var(--color-scheme-custom-text-muted, #5b4f4a);--color-base-100:var(--color-scheme-custom-text-normal, #5f4f49);--background-modifier-message:var(
--color-scheme-custom-tooltip-notice-background-color,
#d7b38d
);--color-accent:var(--color-scheme-custom-color-accent, #800000);--color-accent-1:var(--color-accent);--color-accent-2:var(--color-scheme-custom-color-accent-hover, #a00000);--titlebar-background-focused:var(--color-base-20);--activeline:var(--color-scheme-custom-activeline, #d4b4946a);--text-selection:var(--color-scheme-custom-text-selection, #c7a78683);--color-bold:var(--color-scheme-custom-bold, #bd5757);--color-italic:var(--color-scheme-custom-italic, #ae612b);--text-highlight-bg:var(--color-scheme-custom-highlight-bg, #eac357);--heading-formatting-color:var(
--color-scheme-custom-heading-formatting-color,
#d34747
);--in-between-background:var(
--color-scheme-custom-in-between-background,
#d4af88
);--color-red-rgb:207, 30, 51;--color-red:#cf1e33;--color-orange-rgb:193, 109, 24;--color-orange:#c16d18;--color-yellow-rgb:151, 116, 0;--color-yellow:#977400;--color-green-rgb:1, 144, 59;--color-green:#01903b;--color-cyan-rgb:0, 158, 155;--color-cyan:#009e9b;--color-blue-rgb:2, 95, 200;--color-blue:#025fc8;--color-purple-rgb:95, 56, 214;--color-purple:#5f38d6;--color-pink-rgb:191, 32, 109;--color-pink:#bf206d}.separate-color-scheme.dm-color-scheme-custom.theme-dark{--color-base-00:var(--color-scheme-custom-background-primary, #372d29);--color-base-05:var(--color-scheme-custom-background-secondary-alt, #413632);--color-base-10:var(--color-scheme-custom-background-primary-alt, #2b2723);--color-base-20:var(--color-scheme-custom-background-secondary, #413632);--color-base-25:var(
--color-scheme-custom-background-modifier-form-field,
#2b2723
);--color-base-30:var(
--color-scheme-custom-background-modifier-border,
#504431
);--color-base-35:var(
--color-scheme-custom-background-modifier-border-hover,
#645743
);--color-base-40:var(
--color-scheme-custom-background-modifier-border-focus,
#504431
);--color-base-50:var(--color-scheme-custom-text-faint, #868074);--color-base-70:var(--color-scheme-custom-text-muted, #b2a699);--color-base-100:var(--color-scheme-custom-text-normal, #ccc2b7);--background-modifier-message:var(
--color-scheme-custom-tooltip-notice-background-color,
#281f1b
);--color-accent:var(--color-scheme-custom-color-accent, #ba945f);--color-accent-1:var(--color-accent);--color-accent-2:var(--color-scheme-custom-color-accent-hover, #e0ba86);--titlebar-background-focused:var(--color-base-20);--activeline:var(--color-scheme-custom-activeline, #51454140);--text-selection:var(--color-scheme-custom-text-selection, #6154508f);--color-bold:var(--color-scheme-custom-bold, --accent);--color-italic:var(--color-scheme-custom-italic, #e77a59);--text-highlight-bg:var(--color-scheme-custom-highlight-bg, #926b22e6);--heading-formatting-color:var(
--color-scheme-custom-heading-formatting-color,
#c72626
);--in-between-background:var(
--color-scheme-custom-in-between-background,
#2e2420
)}.separate-color-scheme.lm-color-scheme-custom.theme-light{--color-base-00:var(--color-scheme-custom-background-primary, #e1c4a6);--color-base-05:var(--color-scheme-custom-background-secondary-alt, #cbaa87);--color-base-10:var(--color-scheme-custom-background-primary-alt, #daba97);--color-base-20:var(--color-scheme-custom-background-secondary, #dabb9a);--color-base-25:var(
--color-scheme-custom-background-modifier-form-field,
#4c4743
);--color-base-30:var(
--color-scheme-custom-background-modifier-border,
#c6a57f
);--color-base-35:var(
--color-scheme-custom-background-modifier-border-hover,
#a8865f
);--color-base-40:var(
--color-scheme-custom-background-modifier-border-focus,
#b4916a
);--color-base-50:var(--color-scheme-custom-text-faint, #7a6d68);--color-base-70:var(--color-scheme-custom-text-muted, #5b4f4a);--color-base-100:var(--color-scheme-custom-text-normal, #5f4f49);--background-modifier-message:var(
--color-scheme-custom-tooltip-notice-background-color,
#d7b38d
);--color-accent:var(--color-scheme-custom-color-accent, #800000);--color-accent-1:var(--color-accent);--color-accent-2:var(--color-scheme-custom-color-accent-hover, #a00000);--titlebar-background-focused:var(--color-base-20);--activeline:var(--color-scheme-custom-activeline, #d4b4946a);--text-selection:var(--color-scheme-custom-text-selection, #c7a78683);--color-bold:var(--color-scheme-custom-bold, #bd5757);--color-italic:var(--color-scheme-custom-italic, #ae612b);--text-highlight-bg:var(--color-scheme-custom-highlight-bg, #eac357);--heading-formatting-color:var(
--color-scheme-custom-heading-formatting-color,
#d34747
);--in-between-background:var(
--color-scheme-custom-in-between-background,
#d4af88
);--color-red-rgb:207, 30, 51;--color-red:#cf1e33;--color-orange-rgb:193, 109, 24;--color-orange:#c16d18;--color-yellow-rgb:151, 116, 0;--color-yellow:#977400;--color-green-rgb:1, 144, 59;--color-green:#01903b;--color-cyan-rgb:0, 158, 155;--color-cyan:#009e9b;--color-blue-rgb:2, 95, 200;--color-blue:#025fc8;--color-purple-rgb:95, 56, 214;--color-purple:#5f38d6;--color-pink-rgb:191, 32, 109;--color-pink:#bf206d}