Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200");
- body {
- --list-indent: 1.25em;
- --size-4-3: 12px;
- --boxShadow: 0 2px 8px var(--background-modifier-box-shadow);
- --blurFilter: blur(10px) saturate(2);
- --textColorBase: 0, 96, 139;
- --textColor: rgb(var(--textColorBase));
- --code-comment: rgba(var(--textColorBase), 0.7);
- --textFontWeight: 500;
- --dividerColor: rgba(193, 193, 193, 0.66);
- --snw-counter-opacity: 0.6;
- --snw-icon-opacity: 0.6;
- --callout-default: 120, 82, 238;
- --callout-color: var(--callout-default);
- --callout-title-color: var(--callout-color);
- --linkHoverColor: #02a645;
- --linkColor: #00C853;
- --codeColor: 83, 109, 254;
- --nav-item-children-padding-left: 5px;
- --nav-indentation-guide-width: 2px;
- --Transition: all 0.3s cubic-bezier(.25,.8,.25,1);
- --fastTransition: all 0.1s cubic-bezier(.25,.8,.25,1);
- --file-line-width: 1000px;
- --titleColor: #0288d1;
- --pluginTitleColor: #007EB6;
- --h1-color: #c51162;
- --h2-color: #8bc34a;
- --h3-color: #fbc02d;
- --h4-color: #f44336;
- --interactive-hover: var(--color-base-20);
- --interactive-accent: #9176EC;
- --interactive-accent-translucent: #9176EC80;
- --interactive-accent-hover: #866dd6;
- --code-background: #f0f9ff;
- --code-normal: #006390;
- --highlightColor: #CBBBF8;
- --searchBackground: #fff;
- --bold-weight: 800;
- --tagColorBase: 120, 82, 238;
- --tag-background: rgba(var(--tagColorBase), 0.1);
- --tag-color: rgb(var(--tagColorBase));
- --tag-size: calc(var(--font-text-size) - 3px);
- --font-monospace: "SF Mono";
- --quoteBorder: 3px solid rgba(var(--textColorBase), 0.75);
- }
- :is(.mod-active, *) > .document-search-container {
- border: 1.33px solid rgba(193, 193, 193, 0.66);
- -webkit-backdrop-filter: var(--blurFilter);
- background-color: rgba(255,255,255,0.5);
- backdrop-filter: var(--blurFilter);
- box-shadow: var(--boxShadow);
- width: calc(100% - 15px);
- color: var(--textColor);
- margin: 78px 0 0 7.5px;
- border-radius: 5px;
- position: fixed;
- padding: 5px 0
- }
- [class*=inlinkedEntries], [class*=inlinkedEntries] * {
- line-height: calc(var(--font-text-size) + 3px);
- font-size: var(--font-text-size);
- }
- .search-result-file-title {
- font-size: calc(var(--font-text-size) - 2px) !important;
- }
- .tree-item-flair {
- font-size: calc(var(--font-text-size) - 3px) !important;
- }
- .search-result-file-matches {
- font-size: calc(var(--font-text-size) - 3px) !important;
- --background-modifier-border: rgba(224,224,224,0.75);
- --search-result-background: rgba(255,255,255,0.75);
- background: #FFF;
- margin-bottom: 5px;
- }
- .mod-global-search .tree-item-icon.collapse-icon {
- margin-top: -3px;
- }
- .search-info-container {
- font-size: calc(var(--font-text-size) - 3px) !important;
- padding: 0px 15px;
- }
- .search-info-children {
- font-weight: var(--textFontWeight);
- border: none;
- padding: 0;
- }
- .search-info-container > div:first-child {
- font-weight: var(--bold-weight);
- }
- .search-params .setting-item-name, .search-results-info * {
- font-size: calc(var(--font-text-size) - 3px) !important;
- }
- .search-result-file-match:hover {
- background: var(--nav-item-background-hover) !important;
- }
- .backlink-pane .tree-item-icon.collapse-icon {
- width: calc(100% - 15px);
- display: inline-block;
- position: absolute;
- height: 100%;
- }
- .mod-global-search .tree-item-icon.collapse-icon svg {
- color: var(--titleColor);
- opacity: 0.75;
- }
- [class*="inlinkedEntries"] {
- padding: 5px 10px !important;
- }
- influx-element .clickable-icon.nav-action-button {
- line-height: 40px;
- }
- .backlink-pane .tree-item-self.search-result-file-title {
- width: auto !important;
- position: relative;
- display: inline;
- margin-top: 3px;
- }
- .tree-item-inner {
- display: inline-block;
- }
- .backlink-pane .search-result .search-result-file-title > .tree-item-inner {
- font-size: var(--font-text-size);
- text-indent: 15px !important;
- }
- .backlink-pane .search-result .search-result-file-title > .tree-item-inner a {
- position: relative;
- z-index: 99999;
- }
- .tree-item-self.is-clickable:hover {
- background-color: var(--nav-item-background-hover) !important;
- font-weight: var(--nav-item-weight-hover) !important;
- color: var(--nav-item-color-hover) !important;
- }
- .embedded-backlinks .nav-buttons-container {
- top: 7px;
- }
- .embedded-backlinks input[type="checkbox"] {
- height: calc(var(--checkbox-size) + 2px);
- width: calc(var(--checkbox-size) + 2px);
- margin-right: 4px;
- }
- input[type='search'] {
- background: var(--searchBackground);
- }
- .inlineSpan {
- border-radius: 3px;
- padding: 0 1px;
- }
- .markdown-source-view.mod-cm6 .cm-line.HyperMD-codeblock + .cm-line.HyperMD-codeblock:is(:not(:has(*:not(:empty)))):not(.cm-active) {
- height: 5px;
- }
- :is(.cm-embed-block, .inline-embed):has(:is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]).is-collapsed) {
- box-shadow: 0 0 0 1.125px rgba(var(--shadowColor), 0.16), inset 0 0 0 1.125px rgba(var(--shadowColor), 0.16);
- border-radius: 3px;
- }
- .markdown-source-view.mod-cm6 :is(.cm-embed-block, .inline-embed):hover {
- box-shadow: 0 0 0 1.125px rgba(var(--shadowColor), 0.33), inset 0 0 0 1.125px rgba(var(--shadowColor), 0.33);
- --shadowColor: var(--textColorBase);
- border-radius: 3px;
- }
- .cm-callout:has([data-callout="warning"], [data-callout="caution"], [data-callout="attention"]) {
- --callout-color: var(--callout-question);
- }
- .cm-callout:has([data-callout="failure"], [data-callout="fail"], [data-callout="missing"]) {
- --callout-color: var(--callout-fail);
- }
- .callout[data-callout="success"], .callout[data-callout="check"], .callout[data-callout="done"],
- .cm-callout:has([data-callout="success"], [data-callout="check"], [data-callout="done"]) {
- --callout-color: var(--callout-success);
- --calloutTextColorBase: 3, 145, 59;
- }
- .cm-callout:has([data-callout="question"], [data-callout="help"], [data-callout="faq"]) {
- --callout-color: var(--callout-question);
- }
- .cm-callout:has([data-callout="danger"], [data-callout="error"]) {
- --callout-color: var(--callout-error);
- }
- .callout:has(.callout[data-callout="info"]) {
- --callout-color: var(--callout-info);
- }
- .callout:has(.callout[data-callout="tip"]) {
- --callout-color: var(--callout-tip);
- }
- .markdown-source-view.mod-cm6 .cm-callout .edit-block-button {
- color: var(--calloutTextColor);
- }
- .markdown-source-view.mod-cm6 .cm-embed-block.cm-callout:has([data-callout="quote"]):hover {
- border-radius: 2px 3px 3px 2px;
- }
- :not(.HyperMD-codeblock.HyperMD-codeblock-bg.cm-line) + .HyperMD-codeblock.HyperMD-codeblock-bg.cm-line:not(.cm-active):has([contenteditable="false"]) + .HyperMD-codeblock.HyperMD-codeblock-bg.cm-line:not(.cm-active) {
- margin-top: -12.5px !important;
- }
- .nav-file-title {
- --nav-item-padding: 4px 8px 4px 24px;
- }
- .graph-view.color-fill {
- color: #8a70d4;
- }
- .graph-view.color-fill-attachment {
- color: #00B8D4;
- }
- .graph-view.color-arrow, .graph-view.color-circle, .graph-view.color-line, .graph-view.color-fill-unresolved {
- color: #C9C3DE;
- }
- .document-search-buttons, .document-replace-buttons, .document-search-button {
- overflow: hidden;
- }
- .link-favicon[data-is-readable-a-a="false"] {
- filter: unset;
- }
- .file-embed.mod-generic, .popover.hover-popover > .mod-empty, .markdown-source-view.mod-cm6 .cm-content .file-embed.mod-empty {
- font-size: calc(var(--font-text-size) - 1px);
- font-weight: var(--textFontWeight);
- transition: var(--fastTransition);
- white-space: nowrap !important;
- margin-bottom: 5px !important;
- text-overflow: ellipsis;
- background: #ffe2df;
- border-radius: 4px;
- padding: 6px 20px;
- max-height: 38px;
- color: #B71C1C;
- }
- .popover.hover-popover > .mod-empty {
- white-space: unset !important;
- margin: 0 !important;
- border-radius: 5px;
- max-height: unset;
- padding: 5px 15px;
- }
- .popover.hover-popover:has(.mod-empty) {
- box-shadow: var(--boxShadow);
- min-height: unset;
- min-width: unset;
- max-width: unset;
- border: none;
- width: unset;
- }
- .file-embed.mod-generic:hover, .file-embed.mod-empty:hover, .markdown-source-view.mod-cm6 .cm-content .file-embed.mod-empty:hover {
- background: #fcdad6;
- color: #9e1313;
- }
- .file-embed.mod-generic, .file-embed.mod-empty:before, .file-embed.mod-empty:before {
- margin: 0 3.5px 0 -7.5px;
- content: "";
- }
- :has(> .lucide-airplay):after {
- content: "";
- }
- :has(> .lucide-heart)::after {
- content: "";
- }
- .workspace-split:not(.mod-root) :is(.mod-active, *) > .document-search-container {
- margin: 7.5px 0 0 7.5px;
- }
- .workspace-tabs:has([data-type="file-explorer"]) .workspace-tab-header-container {
- justify-content: center;
- flex-direction: row;
- }
- /*
- body:has(.modal-container):not(:has(.better-command-palette)) .app-container {
- filter: blur(5px);
- }
- */
- input.prompt-input, input.prompt-input:hover, input.prompt-input:focus, input.prompt-input:focus-visible, .prompt-instructions {
- font-weight: var(--textFontWeight);
- background: transparent;
- border: none;
- }
- .search-input-container:before, .search-input-clear-button:after {
- color: var(--search-icon-color);
- font-family: "SF Pro Text";
- -webkit-mask-image: unset;
- background: unset;
- font-weight: 400;
- opacity: 0.75;
- content: "";
- top: 5.5px;
- }
- .tag::first-letter {
- font-size: 0;
- }
- .search-input-clear-button:after {
- font-size: 0.8em;
- height: unset;
- content: "";
- }
- .search-input-clear-button {
- border-radius: 50%;
- margin-right: 4px;
- cursor: pointer;
- height: 22px;
- width: 22px;
- }
- .backlink-pane .tree-item-inner {
- color: var(--nav-item-color-active);
- }
- .nav-header ~ .search-input-container {
- margin: 0px 10px;
- width: auto;
- }
- .search-result-container {
- padding: 7.5px 8px;
- }
- .search-params {
- margin: 0 10px 0 15px;
- }
- .search-row > .clickable-icon {
- margin-top: 1.5px;
- }
- .search-row {
- margin-top: 5px;
- }
- .search-results-info *, .search-results-info .dropdown, .tree-item-flair {
- font-weight: var(--textFontWeight);
- color: #808080;
- opacity: 1;
- }
- textarea:active, input[type='text']:active, input[type='search']:active, input[type='email']:active, input[type='password']:active, input[type='number']:active, textarea:focus, input[type='text']:focus, input[type='search']:focus, input[type='email']:focus, input[type='password']:focus, input[type='number']:focus, textarea:focus-visible, input[type='text']:focus-visible, input[type='search']:focus-visible, input[type='email']:focus-visible, input[type='password']:focus-visible, input[type='number']:focus-visible {
- box-shadow: 0 0 0 1.5px var(--background-modifier-border-focus);
- }
- input[type="search"]:active {
- border-radius: 3px;
- }
- .document-search-container input[type='text'] {
- font-size: calc(var(--font-text-size) * 0.9);
- font-weight: var(--textFontWeight);
- padding: 8px 12px 8px 6px;
- background: transparent;
- color: var(--textColor);
- box-shadow: unset;
- border-radius: 0;
- border: unset;
- border-bottom: 2px solid #00608b80;
- }
- div.dataview-error-box {
- border: 3px dashed rgba(var(--textColorBase), 0.25);
- border-radius: 3px;
- min-height: 50px;
- }
- .document-search-container input[type='text']::placeholder {
- color: #00608b80;
- }
- .document-search-container input[type='text']:focus {
- border-bottom: 2px solid var(--textColor);
- }
- .suggestion-container, .prompt, .suggestion-container.mod-search-suggestion .suggestion, .menu, .markdown-preview-view, .graph-controls, :is(.workspace-split:not(.mod-root), *) .graph-controls.is-close {
- -webkit-backdrop-filter: var(--blurFilter);
- background-color: rgba(255,255,255,0.5);
- background: rgba(255,255,255,0.5);
- backdrop-filter: var(--blurFilter);
- font-weight: var(--textFontWeight);
- --searchBackground: #FFFFFF80;
- }
- .markdown-rendered button.copy-code-button {
- border: 1.75px solid rgba(var(--textColorBase), 0.25);
- backdrop-filter: var(--blurFilter);
- transition: var(--fastTransition);
- color: var(--textColor);
- }
- .markdown-rendered pre:not(:hover) > button.copy-code-button {
- display: unset;
- opacity: 0;
- }
- .markdown-source-view.mod-cm6 .code-block-flair:hover {
- background: rgba(var(--codeColor), 0.2) !important;
- }
- .markdown-rendered button.copy-code-button:hover {
- background-color: rgba(var(--textColorBase), 0.05);
- }
- .graph-controls input[type='range'] {
- background: var(--interactive-accent-translucent);
- }
- .graph-controls input[type='range']::-webkit-slider-thumb {
- background: var(--interactive-accent);
- border: none;
- opacity: 1;
- }
- .popover.hover-popover > .markdown-embed > .markdown-embed-content > .markdown-preview-view {
- padding: 15px;
- }
- .menu-item.selected:not(.is-disabled):not(.is-label), .menu-item.selected:not(.is-disabled):not(.is-label) * {
- background: var(--interactive-accent);
- color: var(--text-on-accent);
- }
- .community-item.is-selected * {
- color: var(--text-on-accent);
- }
- .community-modal-info-author, .community-modal-info-repo, .community-modal-info-version, .community-modal-info-desc {
- font-size: var(--font-text-size);
- }
- .prompt-instruction {
- --text-muted: rgba(255,255,255,0.35);
- }
- .document-search-buttons :first-child, .document-search-buttons :nth-child(2) {
- font-size: 0;
- }
- .document-search-buttons :first-child:after, .document-search-buttons :nth-child(2):after {
- font-size: var(--font-ui-small);
- content: "";
- }
- .document-search-buttons :nth-child(2):after {
- content: "";
- }
- input.document-search-input.mod-no-match {
- background-color: unset !important;
- color: #FF5252 !important;
- }
- button:not(.clickable-icon).document-search-button {
- border: 1.33px solid rgba(193, 193, 193, 0.66);
- background: none;
- box-shadow: none;
- padding: 0 10px;
- }
- .search-result-hover-button {
- backdrop-filter: var(--blurFilter);
- right: 3px;
- top: 3px;
- }
- .search-result-hover-button.mod-bottom {
- bottom: 3px;
- top: unset;
- }
- .search-result-file-match {
- padding: 7.5px 10px;
- }
- .search-result-hover-button {
- height: 20px;
- width: 20px;
- }
- .search-result-hover-button:after {
- font-size: 1.0625em !important;
- position: relative;
- top: 2.5px;
- }
- .search-result-file-match {
- min-height: 45px;
- }
- button:not(.clickable-icon).document-search-button:hover {
- background: rgba(193, 193, 193, 0.66);
- cursor: pointer;
- }
- .clickable-icon, .workspace-tab-header-inner-close-button, .notice, .collapse-icon, .search-result-hover-button, .code-block-flair, .modal-close-button, button.mod-cta, .community-modal-button-container button, .community-item, button:not(.clickable-icon), .pg-collapsible-header, :is(.backlink-pane, .mod-global-search) .tree-item-self.is-clickable, .mod-global-search .search-result-file-match, .mod-global-search .search-result-file-match {
- cursor: pointer !important;
- }
- .pg-collapsible-icon {
- left: 10px;
- top: -2px;
- }
- .pg-collapsible-header {
- margin: 0 -10px 5px !important;
- padding: 2.5px 10px;
- }
- .pg-collapsible-header .pg-collapsible-icon:after {
- font-size: 0.75em;
- font-weight: 700;
- opacity: 0.5;
- }
- .community-item:hover {
- background: var(--interactive-hover);
- }
- .mod-community-modal .modal-sidebar .clickable-icon[aria-label="Change sort order"] {
- padding: 6px;
- color: var(--icon-color);
- }
- .community-modal-button-container button, button:not(.clickable-icon), .setting-item-control select {
- border: 1px solid rgba(0,0,0,0.125);
- box-shadow: none;
- font-weight: 500;
- }
- textarea, input[type='text'], input[type='search'], input[type='email'], input[type='password'], input[type='number'] {
- transition: var(--Transition) !important;
- }
- .community-modal-button-container button.mod-cta, button.mod-cta, .setting-item, button.mod-warning {
- border: none;
- }
- .tasks-settings details > summary > .collapser > .handle {
- height: 25px;
- opacity: 0.6;
- width: 25px;
- }
- .document-search-close-button {
- border-radius: 50%;
- text-align: center;
- line-height: 27px;
- cursor: pointer;
- height: 30px;
- width: 30px;
- }
- .cm-hashtag, a.tag {
- color: var(--tag-color) !important;
- border-radius: var(--tag-radius);
- padding-left: 6px !important;
- --tag-padding-x: 9.5px;
- --tag-padding-y: 1.5px;
- position: relative;
- font-weight: 600;
- bottom: 1px;
- }
- a.tag {
- padding-right: 6px;
- }
- :has(> .lucide-hash):after {
- content: "";
- }
- .cm-hashtag-end:before {
- font-size: calc(var(--font-text-size) - 5px);
- color: var(--tag-color);
- position: relative;
- margin-right: 2px;
- content: "";
- bottom: 1px;
- }
- .cm-active .cm-hashtag {
- border-radius: 0 var(--tag-radius) var(--tag-radius) 0;
- padding-left: 0px !important;
- }
- .cm-active .cm-hashtag.cm-hashtag-begin {
- border-radius: var(--tag-radius) 0 0 var(--tag-radius);
- padding-left: 9px !important;
- }
- .document-search-close-button:hover {
- background-color: var(--background-modifier-hover);
- color: var(--text-normal);
- }
- .cm-s-obsidian span.cm-formatting-link {
- --text-faint: rgba(var(--textColorBase), 0.66);
- }
- .callout input[type=checkbox] {
- --checkbox-color-hover: rgb(var(--callout-color));
- border: 1.5px solid rgb(var(--callout-color));
- --checkbox-color: rgb(var(--callout-color));
- }
- ol > li::marker, ul > li::marker, .cm-s-obsidian .cm-formatting-list {
- --list-marker-color: var(--textColor) !important;
- }
- .callout ol > li::marker, .callout ul > li::marker, .callout .cm-s-obsidian .cm-formatting-list {
- --list-marker-color: rgb(var(--callout-color)) !important;
- }
- .is-collapsed :has(> .lucide-chevron-down):after {
- transform: rotate(-90deg);
- }
- :has(> .lucide-chevron-down):after {
- transition: var(--Transition);
- font-size: 0.9em;
- content: "";
- }
- .cm-s-obsidian span.cm-formatting-quote {
- color: var(--textColor);
- opacity: 0.5;
- }
- .markdown-embed-link, span.code-block-flair {
- color: var(--interactive-accent) !important;
- backdrop-filter: var(--blurFilter);
- font-weight: 700;
- }
- span.code-block-flair {
- color: var(--code-normal) !important;
- }
- .markdown-source-view.mod-cm6 .edit-block-button, .markdown-source-view.mod-cm6 .code-block-flair:has(svg) {
- transition: var(--fastTransition);
- color: var(--textColor);
- padding: 1.5px 0 0 4px;
- cursor: pointer;
- height: 25px;
- width: 27px;
- }
- .markdown-source-view.mod-cm6 .code-block-flair:has(svg) {
- backdrop-filter: var(--blurFilter);
- }
- .markdown-source-view.mod-cm6 .code-block-flair:has(svg) {
- padding: 5.5px 6.5px;
- }
- .markdown-source-view.mod-cm6 .code-block-flair {
- right: 5px;
- top: 5px;
- }
- .markdown-source-view.mod-cm6 .cm-embed-block:hover .edit-block-button:hover {
- background: rgba(var(--textColorBase), 0.1);
- }
- .markdown-source-view.mod-cm6 .cm-embed-block.cm-callout:hover .edit-block-button:hover {
- background: rgba(var(--calloutBackgroundColorBase), 0.15);
- }
- :has(> .lucide-file):after {
- content: "";
- }
- :has([class*="lucide"], .svg-icon):after {
- font-weight: var(--textFontWeight);
- text-decoration: none;
- }
- .view-action {
- text-decoration: none !important;
- }
- .cm-line:not(.cm-active):has(> br:only-child) {
- height: 10px !important;
- }
- .cm-line:has(> br:only-child) {
- clear: both;
- }
- .search-result-hover-button {
- padding: 0px 3px;
- font-size: 0.9em;
- }
- .workspace-split:not(.mod-right-split) li.todoist-p4 {
- display: flex;
- width: 100%;
- }
- .prompt-instructions {
- gap: 5px;
- }
- .workspace-leaf-content :not([class*="image-layouts"]):not([alt="inlL"]):not([alt="max"]) > img:not([width]), .workspace-leaf-content .image-embed:not([class*="image-layouts"]):not([alt="max"]):not([width]) {
- max-width: 50%;
- }
- .markdown-source-view.mod-cm6 .cm-line:not(.cm-active):not(.HyperMD-header):not(.HyperMD-task-line) .cm-fold-indicator .collapse-indicator, .markdown-source-view.mod-cm6 .cm-line:not(.cm-active):not(.HyperMD-header):not(.HyperMD-task-line) .cm-fold-indicator .collapse-indicator {
- padding-right: 0.75em;
- right: -0.75em;
- }
- .cm-line:has([alt="inl"]) {
- display: flex !important;
- }
- .cm-line:has([alt="inl"]) .image-embed > img {
- max-width: 100%;
- object-fit: cover;
- }
- .cm-line:has([alt="inl"]) .image-embed {
- margin-left: 5px;
- flex: 1 1 0px;
- }
- .media-embed:has([alt="inlL"]), .markdown-source-view.mod-cm6 .cm-content > .media-embed:has([alt="inlL"]) {
- margin: 3px 5px 0 0 !important;
- float: left;
- }
- .media-embed:has([alt="inlR"]), .markdown-source-view.mod-cm6 .cm-content > .media-embed:has([alt="inlR"]) {
- margin: 3px 0 0 5px !important;
- float: right;
- }
- .better-command-palette .better-command-palette-title, .sidebar-left, :is([data-callout*="no-title"], [data-callout*="quote"]) .callout-title, .svg-icon.lucide-file-digit :not(path), #influx-react-anchor-div br, .markdown-source-view.mod-cm6 .cm-foldPlaceholder, .cm-line:not(.cm-active) .cm-hashtag-begin, .cm-active .cm-hashtag-end:before, .cm-hmd-codeblock .cm-indent:before,
- .svg-icon:is(.help, .fa-Images, .lucide-mic, .dice), .markdown-source-view:not(.is-live-preview) span:has(.link-favicon, .link), .dataview.small-text::after, .dataview.small-text::before,
- .cm-line:has([alt="inl"]) *:not(:has(img), .image-embed > img),
- :is(.active-workspace, [aria-label="bullet list"], [aria-label="Clear text formatting"], [aria-label="Important To-Do"], [aria-label="Small & Misc Tasks"], [aria-label="Desktop workspace"], [aria-label="Rename workspace"], [aria-label="Delete workspace"], [aria-label="Calendar Tasks"], [aria-label="Center Panes"]) svg,
- .lucide-settings, .lucide-folder-plus, .lucide-folder-closed, .lucide-edit, .lucide-git-fork, .lucide-search, .lucide-star, .lucide-clock, .lucide-terminal-square, .lucide-terminal, .question-mark-glyph, .lucide-undo-2, .lucide-redo-2, .lucide-arrow-left, .lucide-arrow-right, .lucide-sticky-note, .lucide-sidebar, .lucide-pencil, .lucide-airplay, .lucide-shopping-bag, .lucide-package, .lucide-brush, .lucide-layout-dashboard, .lucide-heart, .lucide-plus-circle, .lucide-folder-open, .lucide-alert-circle, .lucide-plus, .lucide-x, .lucide-more-vertical, .lucide-hash, .lucide-list, .lucide-trash-2, .lucide-trash, .lucide-code, .lucide-align-left, .lucide-forward, .sidebar-right, .lucide-scissors, .lucide-arrow-left-right, .lucide-files, .lucide-file-edit, .lucide-chevrons-up-down, .uppercase-lowercase-a, .lucide-move-vertical, .lucide-copy, .lucide-chevron-up, .lucide-refresh-cw, .lucide-rotate-ccw, .lucide-info, .lucide-link, .lucide-layout, .lucide-download-cloud, .lucide-chevron-left, .lucide-calendar, .lucide-calendar-check, .svg-icon.lucide-mic, .bracket-glyph, .lucide-clipboard-type, .lucide-table, .lucide-box-select, .lucide-clipboard-check, .lucide-git-branch-plus, .lucide-code-2, .lucide-type, .lucide-archive, .lucide-type, .lucide-file-text, .lucide-alert-triangle, .lucide-chevron-down, .lucide-file, .vault, .lucide-edit-3, figcaption.obsidian-image-caption, .lucide-lightbulb, .lucide-zap, .lucide-bug, .lucide-help-circle, .lucide-check, .lucide-check-square, .lucide-book, .lucide-glasses, .lucide-repeat, .lucide-power, .lucide-power-off, .lucide-image, .lucide-file-audio, .lucide-book-open, .lucide-file-plus, [class*="lucide-sort"], .lucide-chevrons-up-down, .lucide-more-horizontal, .lucide-keyboard, .lucide-filter {
- display: none !important;
- }
- [aria-label="Center Panes"] .workspace-tab-header-inner-icon:after {
- content: "";
- }
- :has(> :is([class*="lucide-sort"], .lucide-chevrons-up-down, .lucide-chevrons-down-up)):after {
- font-family: 'Material Symbols Outlined';
- font-size: 1.5em;
- font-weight: 300;
- }
- :has(> .lucide-filter):after {
- content: "";
- }
- :has(> [class*="lucide-sort"]):after {
- font-size: 1.3em;
- content: "sort";
- }
- :has(> .lucide-chevrons-up-down):after {
- content: "unfold_more";
- }
- :has(> .lucide-chevrons-down-up):after {
- content: "unfold_less";
- }
- :has(> .lucide-keyboard):after {
- content: "";
- }
- :has(> .lucide-bookmark):after {
- content: "";
- }
- [aria-label="Unfinished Daily Note Tasks"] .workspace-tab-header-inner-icon:after {
- content: "";
- }
- :has(> .lucide-file-audio):after {
- content: "";
- }
- :has(> .lucide-image):after {
- content: "";
- }
- :has(> .lucide-power):after {
- content: "";
- }
- :has(> .lucide-power-off):after {
- content: "";
- }
- :has(> .lucide-repeat):after {
- transform: rotate(90deg);
- content: "";
- }
- :has(> .lucide-glasses):after {
- content: "";
- }
- :has(> .lucide-book):after {
- content: "";
- }
- :has(> .lucide-check-square):after {
- content: "";
- }
- :has(> .lucide-bug):after {
- transform: scale(0.8);
- content: "";
- }
- :has(> .lucide-zap):after {
- content: "";
- }
- :has(> .lucide-lightbulb):after, [data-type="release-notes"] .workspace-tab-header-inner-icon:after {
- content: "";
- }
- :has(> .lucide-edit-3):after {
- content: "";
- }
- [aria-label="When Tired"] .workspace-tab-header-inner-icon:after {
- content: "";
- }
- :has(> .vault):after {
- transform: scale(1.1);
- content: "";
- }
- :has(> .lucide-file):after {
- content: "";
- }
- :has(> .lucide-archive):after {
- content: "";
- }
- :has(> .lucide-book-open):after {
- content: "";
- }
- :has(> .lucide-file-text):after, [aria-label*="Current view: editing"]:after {
- content: "";
- }
- :has(> .lucide-type):after {
- content: "";
- }
- :has(> .lucide-code-2):after {
- content: "";
- }
- :has(> .lucide-git-branch-plus):after {
- content: "";
- }
- :has(> .lucide-clipboard-check):after {
- content: "";
- }
- :has(> .lucide-box-select):after {
- content: "";
- }
- :has(> .lucide-table):after {
- content: "";
- }
- :has(> .lucide-chevron-left):after {
- content: "";
- }
- :has(> .lucide-download-cloud):after {
- content: "";
- }
- [aria-label="Desktop workspace"]:after {
- content: "";
- }
- :has(> .lucide-layout):after {
- content: "";
- }
- :has(> .lucide-info):after {
- content: "";
- }
- :has(> .lucide-rotate-ccw):after {
- transform: rotate(-45deg);
- content: "";
- }
- :has(> .lucide-refresh-cw):after {
- content: "";
- }
- :has(> .lucide-chevron-up):after {
- content: "";
- }
- :has(> .lucide-move-vertical):after {
- content: "";
- }
- :has(> .lucide-file-edit):after {
- content: "";
- }
- :has(> .lucide-arrow-left-right):after {
- content: "";
- }
- :has(> .sidebar-right):after {
- content: "";
- }
- :has(> .lucide-forward):after {
- content: "";
- }
- :has(> .lucide-align-left):after {
- content: "";
- }
- :has(> .svg-icon.dice):after {
- content: "";
- }
- :has(> .lucide-folder-open):after {
- content: "";
- }
- :has(> .lucide-message-square):after {
- content: "";
- }
- .clickable-icon.graph-controls-button.mod-animate:after {
- content: "";
- }
- :has(> .lucide-layout-dashboard)::after {
- content: "";
- }
- :has(> :is(.lucide-plus-circle, .lucide-plus))::after {
- content: "";
- }
- .graph-view.color-fill-tag {
- color: #1DE9B6;
- }
- .graph-view.color-text {
- font-weight: 900 !important;
- }
- .workspace-tab-header-inner-close-button:after {
- font-weight: var(--textFontWeight);
- height: 16px !important;
- width: 16px !important;
- font-size: 13px;
- }
- :has(> .lucide-x)::after {
- content: "";
- }
- .setting-delete-hotkey:has(> .lucide-x)::after {
- transform: scale(0.8);
- }
- :has(> .lucide-more-vertical):after, :has(> .lucide-more-horizontal):after {
- content: "";
- }
- :has(> .lucide-shopping-bag):after {
- content: "";
- }
- :has(> .lucide-package):after {
- transform: scale(0.95) translateX(1.5px);
- content: "";
- }
- :has(> .lucide-brush):after {
- content: "";
- }
- :is([aria-label="Important To-Do"], [aria-label="Small & Misc Tasks"]) .workspace-tab-header-inner-icon:after {
- transform: scale(1.125);
- content: "";
- }
- .svg-icon.lucide-file-digit path {
- d: path("M8.70467 12C8.21657 11.6404 7.81269 11.1817 7.52044 12.6549C7.22819 10.1281 7.0544 9.54553 7.01086 8.94677C6.96732 8.348 7.05504 7.74701 7.26808 7.18456C7.48112 6.62212 7.81449 6.11138 8.24558 5.68697L10.7961 3.17516C11.5978 2.41258 12.6716 1.99062 13.7861 2.00016C14.9007 2.0097 15.9668 2.44997 16.755 3.22615C17.5431 4.00234 17.9902 5.05233 17.9998 6.14998C18.0095 7.24763 17.5811 8.30511 16.8067 9.09467L15.9014 10 M11.2953 8C11.7834 8.35957 12.1873 8.81831 12.4796 9.34512C12.7718 9.87192 12.9456 10.4545 12.9891 11.0532C13.0327 11.652 12.945 12.253 12.7319 12.8154C12.5189 13.3779 12.1855 13.8886 11.7544 14.313L9.20392 16.8248C8.40221 17.5874 7.32844 18.0094 6.21389 17.9998C5.09933 17.9903 4.03318 17.55 3.24504 16.7738C2.4569 15.9977 2.00985 14.9477 2.00016 13.85C1.99047 12.7524 2.41893 11.6949 3.19326 10.9053L4.09859 10 M17 21L14 18L17 15 M21 18H14") !important;
- }
- .internal-embed.markdown-embed.inline-embed.is-loaded {
- border-color: var(--interactive-accent);
- margin-bottom: 5px !important;
- --shadowColor: 145, 118, 236;
- --embed-padding: 0 0 0 10px;
- border-width: 3px;
- max-height: 300px;
- overflow: scroll;
- }
- .callout, .cm-callout {
- --calloutBackgroundColorBase: var(--callout-color);
- --calloutTextColorBase: var(--callout-color);
- --calloutBackgroundColor: rgba(var(--calloutBackgroundColorBase), 0.1);
- --calloutTextColor: rgb(var(--calloutTextColorBase));
- --shadowColor: var(--callout-color) !important;
- color: var(--calloutTextColor);
- }
- .callout {
- padding: 5px 10px;
- }
- .callout-title {
- color: var(--calloutTextColor);
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]).is-collapsed .callout-content {
- display: unset !important;
- filter: blur(10px);
- }
- .callout:is([data-callout*="abstract"], [data-callout*="summary"], [data-callout*="tldr"]), .cm-callout:has([data-callout*="abstract"], [data-callout*="summary"], [data-callout*="tldr"]) {
- --calloutTextColorBase: 0, 156, 135;
- --callout-color: 0, 191, 166;
- --callout-icon: align-left;
- }
- .callout[data-callout*="example"], .callout:has(.callout[data-callout*="example"]) {
- --callout-color: 150, 82, 238;
- --callout-icon: book;
- }
- .callout[data-callout*="chat"], .callout:has(.callout[data-callout*="chat"]) {
- --callout-color: 0, 199, 102;
- --callout-icon: message-square;
- }
- .callout[data-callout*="todo"], .callout:has(.callout[data-callout*="todo"]) {
- --callout-icon: check-square;
- --callout-color: 63, 81, 181;
- }
- .callout[data-callout*="bug"], .cm-callout:has(.callout[data-callout*="bug"]) {
- --callout-color: 221, 44, 0;
- }
- .cm-callout:has([data-callout="info"]) {
- --callout-color: var(--callout-info);
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) :has(> .lucide-chevron-down):after {
- line-height: 25px;
- transform: none;
- content: "";
- }
- .is-collapsed:is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) :has(> .lucide-chevron-down):after {
- content: "";
- }
- .callout[data-callout*="tip"], .callout[data-callout*="hint"], .cm-callout:has([data-callout*="tip"], [data-callout*="hint"]) {
- --calloutTextColorBase: 0, 158, 156;
- --callout-color: var(--callout-tip);
- --callout-icon: lucide-lightbulb;
- }
- .callout[data-callout*="warning"] {
- --callout-icon: alert-circle;
- }
- .more-options-icon {
- background: transparent !important;
- color: inherit;
- }
- .sidebar-toggle-button.mod-right, .mod-macos.is-hidden-frameless:not(.is-popout-window) .sidebar-toggle-button.mod-right, body:has(.app-container) .modal-bg, .suggestion-container.mod-search-suggestion, .modal.mod-settings, .graph-controls, :is(.workspace-split:not(.mod-root), *) .graph-controls.is-close, .dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
- background: transparent;
- box-shadow: none;
- }
- :not([class*="inlinkedEntry"]) > * > * > .callout-title-inner {
- max-width: calc(100% - 80px);
- text-indent: 20px;
- }
- [class*="inlinkedEntry"] .callout-title {
- gap: 0;
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) {
- --callout-icon: lucide-alert-triangle !important;
- --callout-color: var(--color-red-rgb) !important;
- background: transparent;
- padding: 0;
- }
- .cm-callout:has([data-callout*="warningblur"]) {
- --callout-color: var(--color-red-rgb) !important;
- }
- [data-callout*="nsfw"], .cm-callout:has([data-callout*="nsfw"]) {
- --callout-color: 77, 134, 161 !important;
- --callout-icon: glasses !important;
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) .callout-title {
- background-color: rgba(var(--callout-color), 0.1);
- border-radius: var(--callout-radius);
- margin-bottom: 5px;
- padding: 5px;
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) .callout-content {
- color: var(--textColor);
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) .callout-fold {
- height: 22px;
- width: 28px;
- }
- :is([data-callout*="spoiler"], [data-callout*="warningblur"], [data-callout*="nsfw"]) .callout-fold:after {
- margin-top: -3px;
- }
- .callout-fold {
- transition: var(--fastTransition);
- border-radius: 5px;
- padding: 2px 3px;
- cursor: pointer;
- height: 23px;
- width: 23px;
- margin: 0;
- }
- .callout-fold:hover {
- background-color: var(--calloutBackgroundColor) !important;
- }
- .callout[data-callout*="note"] {
- --callout-icon: lucide-airplay;
- }
- .callout[data-callout*="custom"] {
- --callout-color: 0, 0, 255;
- }
- .calllout[data-callout*="no-title"], .callout[data-callout*="quote"], .cm-callout:has([data-callout*="quote"], [data-callout*="no-title"]) {
- --callout-color: var(--textColorBase);
- }
- .callout[data-callout*="quote"] {
- border-left: var(--quoteBorder);
- background: transparent;
- border-radius: 0;
- padding: 0 5px;
- }
- .callout-icon {
- width: 0;
- }
- .cm-s-obsidian span.cm-formatting-task {
- color: var(--textColor);
- opacity: 0.66;
- }
- [data-callout*="spoiler"], .cm-callout:has([data-callout*="spoiler"]) {
- --callout-color: 0, 198, 212 !important;
- --calloutTextColorBase: 0, 150, 161;
- }
- :has(> .lucide-alert-triangle):after {
- content: "";
- }
- :has(> .lucide-arrow-right):after {
- font-weight: 600;
- content: "";
- }
- .view-header-title-container *, .workspace-tab-header-inner * {
- font-weight: 600;
- font-size: 15px;
- }
- .view-header-title-parent .view-header-breadcrumb, .view-header-title {
- padding: 4px 6px;
- }
- .view-header-title-parent .view-header-breadcrumb {
- cursor: pointer;
- margin: 0 2px;
- }
- .view-header-title-parent .view-header-breadcrumb-separator {
- position: relative;
- top: 1.5px;
- }
- .workspace-tab-header-inner * {
- text-align: center;
- font-size: 14px;
- }
- .mod-root .workspace-tabs .workspace-tab-header {
- max-width: unset;
- width: 700px;
- }
- .active-workspace:after, :has(> .lucide-check):after {
- transform: scale(0.8);
- display: block;
- content: "";
- }
- .workspace-item {
- padding: 5px 6rem 5px 1.6rem;
- }
- :has(> .uppercase-lowercase-a):after {
- content: "";
- }
- :has(> .lucide-files):after {
- content: "";
- }
- :has(> .lucide-trash):after, :has(> .lucide-trash-2):after, [aria-label="Delete workspace"]:after {
- content: "";
- }
- .workspace-tab-header[aria-label="Calendar Tasks"] .workspace-tab-header-inner-icon:after,
- :has(> :is(.svg-icon.lucide-calendar, .lucide-calendar-check)):after {
- content: "";
- }
- :has(> .svg-icon.fa-Images):after {
- content: "";
- }
- :has( > .sidebar-left):after, :has(> .lucide-sidebar):after {
- content: "";
- }
- :has(> .svg-icon.lucide-mic):after {
- content: "";
- }
- :has(> .lucide-search):after {
- content: "";
- }
- :has(> .lucide-pencil):after, [aria-label="Rename workspace"]:after {
- transform: scale(0.85);
- font-weight: 900;
- content: "";
- }
- :has(> .lucide-arrow-left):after {
- font-weight: 600;
- content: "";
- }
- [aria-label="Navigate forward(Ctrl+Alt+ArrowRight)"]:after {
- transform: scale(0.8);
- }
- :has(> .lucide-settings):after {
- content: "";
- }
- :has(> .lucide-folder-closed):after {
- content: "";
- }
- :has(> .lucide-folder-plus):after {
- margin: 2px 2px 0 0;
- content: "";
- }
- :has(> .question-mark-glyph, > .svg-icon.help, > .lucide-help-circle):after {
- content: "";
- }
- :has(> .lucide-edit):after {
- content: "";
- }
- :has(> .lucide-git-fork):after {
- content: "";
- }
- :has(> :is(.lucide-star)):after {
- content: "";
- }
- :has(> .lucide-clock):after {
- content: "" !important;
- transform: scale(1.15);
- }
- :has(> :is(.lucide-terminal-square, .lucide-terminal)):after {
- content: "";
- }
- :has(> .lucide-redo-2):after {
- content: "";
- }
- [aria-label="Collapse results"]:after {
- content: "";
- }
- [aria-label="Open command palette"]:after {
- transform: scale(0.9);
- }
- [aria-label="Open quick switcher"]:after {
- transform: scale(0.9);
- content: "";
- }
- [aria-label="Navigate back(Ctrl+Alt+ArrowLeft)"]:after {
- transform: scale(0.8);
- }
- .mobile-toolbar :is(.clickable-icon, .workspace-tab-header-inner-icon, button, .mobile-toolbar-option):has(.lucide-redo-2, .lucide-undo-2, .lucide-code, .lucide-terminal-square, .lucide-link, .lucide-sticky-note, .lucide-paperclip, .lucide-indent, .lucide-outdent, .keyboard-toggle, .lucide-wrench, .lucide-minimize-2, .lucide-scissors, .lucide-copy, .lucide-clipboard-type, .lucide-search):after {
- transform: scale(0.8);
- }
- .prompt-results:not(.renaming) .workspace-item.is-selected, .search-input-clear-button:hover, .callout-fold:hover, .better-command-palette p.hidden-items-header:hover, .search-results-info .dropdown:hover {
- background-color: var(--background-modifier-hover);
- }
- .mobile-toolbar :has(.question-mark-glyph, .lucide-quote):after {
- transform: scale(0.9);
- }
- [aria-label="Clear text formatting"]:after {
- transform: translateX(-1px);
- content: "";
- }
- [aria-label="Toggle strikethrough"]:after {
- transform: scale(1.25);
- content: "";
- }
- [aria-label="Toggle underline"]:after {
- transform: scale(1.125);
- content: "";
- }
- :is(.clickable-icon, .workspace-tab-header-inner-icon, button, .mobile-toolbar-option):has(.lucide-undo-2):after {
- content: "";
- }
- :is(.clickable-icon, .workspace-tab-header-inner-icon, button, .mobile-toolbar-option):has(.lucide-redo-2):after {
- content: "";
- }
- [aria-label="undo editor"]:after, [aria-label="redo editor"]:after {
- transform: translate(-1px, -1px);
- }
- [aria-label="numbered list"]:after {
- content: "";
- }
- :has(> .lucide-code):after {
- content: "";
- }
- :has(> .lucide-terminal-square):after {
- content: "";
- }
- :has(> .lucide-italic):after {
- content: "";
- }
- :has(> .lucide-strikethrough):after {
- content: "";
- }
- :has(> :is(.lucide-link, .svg-icon.link)):after {
- content: "";
- }
- :has(> .bracket-glyph):after {
- content: "";
- }
- :has(> .lucide-sticky-note):after {
- content: "";
- }
- :has(> .lucide-file-plus):after {
- content: "";
- }
- :has(> .lucide-paperclip):after {
- content: "";
- }
- :has(> .heading-glyph):after {
- content: "";
- }
- :has(> .lucide-quote):after {
- content: "";
- }
- [aria-label="bullet list"]:after,
- :has(> .lucide-list):after {
- content: "";
- }
- :has(> .lucide-list-ordered):after {
- content: "";
- }
- :has(> .lucide-indent):after {
- content: "";
- }
- :has(> .lucide-outdent):after {
- content: "";
- }
- :has(> .keyboard-toggle):after {
- content: "";
- }
- :has(> .lucide-wrench):after {
- content: "";
- }
- :has(> .lucide-minimize-2):after {
- content: "";
- }
- .markdown-source-view.mod-cm6 .cm-fold-indicator .collapse-indicator {
- padding: 0;
- top: 1px;
- }
- .setting-item:not(:first-child) {
- padding: 0.25em 0;
- }
- .installed-plugins-container .setting-item {
- padding: 0.25em 0;
- }
- .setting-item-control {
- gap: 2px;
- }
- .setting-item-control .search-input-container {
- margin-right: 3px;
- }
- .cm-fold-indicator .svg-icon.right-triangle {
- border-radius: 2px;
- stroke-width: 5px;
- padding: 2px;
- height: 14px;
- width: 14px;
- }
- .collapse-indicator:hover svg {
- background: var(--nav-item-background-hover);
- }
- .modal.mod-settings .vertical-tab-header {
- padding: 12px 10px;
- }
- .modal-close-button {
- backdrop-filter: var(--blurFilter);
- background: transparent;
- z-index: 999999;
- }
- .setting-item-name, .setting-item-description {
- color: var(--textColor);
- font-weight: 600;
- }
- .setting-item-description, .is-selected .community-item-desc {
- opacity: 0.8;
- }
- .setting-delete-hotkey {
- padding: 2px;
- }
- .setting-delete-hotkey:hover {
- background-color: var(--background-modifier-hover);
- cursor: pointer;
- color: inherit;
- }
- button.mod-cta[aria-label="Add additional folder template"] {
- font-size: 15px;
- height: 25px;
- width: 25px;
- padding: 0;
- }
- select:hover, .dropdown:hover, select:focus, .dropdown:focus {
- box-shadow: none;
- cursor: pointer;
- }
- .callout ul > li.task-list-item[data-task="x"], .callout ul > li.task-list-item[data-task="X"] {
- --checklist-done-color: rgb(var(--callout-color)) ;
- }
- :not(.markdown-embed-content) > .markdown-rendered ul > li:not(.task-list-item):before {
- margin-right: 5px;
- margin-left: 4px;
- content: "-";
- }
- /* task styling */
- .cm-line:has([data-task]), [data-task], [data-task] *, .task-list-item-checkbox {
- --tag-background: rgba(var(--taskColorBase), 0.1);
- --checklist-done-color: var(--taskColor);
- --checkbox-color-hover: var(--taskColor);
- --tag-color: rgb(var(--taskColorBase));
- --taskColor: rgb(var(--taskColorBase));
- --taskColorBase: var(--textColorBase);
- --checkbox-color: var(--taskColor);
- --checkboxColor: var(--taskColor);
- color: var(--taskColor);
- }
- input[type=checkbox] {
- border: 1.5px solid var(--checkbox-color);
- margin: 0 1.5px 0 0;
- border-radius: 3px;
- }
- [data-task]:not([data-task=" "]):not([data-task=""]) {
- text-decoration: var(--checklist-done-decoration);
- }
- .cm-line:has([data-task="x"]), [data-task="x"], [data-task="x"] * {
- --taskColorBase: 2, 173, 150;
- }
- .cm-line:has([data-task=" "]), [data-task=" "], [data-task=" "] * {
- --tag-background: unset;
- --tag-color: unset;
- }
- .cm-line:has([data-task="-"]), [data-task="-"], [data-task="-"] * {
- --taskColorBase: 255, 82, 82;
- }
- .cm-line:has([data-task="/"]), [data-task="/"], [data-task="/"] * {
- --taskColorBase: 255, 145, 0;
- }
- input[type=checkbox]:is([data-task="-"], [data-task="/"]):checked:after, :is([data-task="-"], [data-task="/"]) input[type=checkbox]:checked:after {
- -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' stroke='%23000' stroke-width='4'%3E%3Cpath d='M6 36v-3h36v3Zm0'/%3E%3C/svg%3E") !important;
- transform: scale(1.125, 1.25) translateY(-2.6px) !important;
- }
- input[type=checkbox][data-task="/"]:checked:after, [data-task="/"] input[type=checkbox]:checked:after {
- transform: scale(1.5, 1.25) translate(-2px, -1.5px) rotate(-67.5deg) !important;
- }
- .search-results-info .dropdown {
- height: unset !important;
- width: 155px !important;
- padding-bottom: 4.5px;
- padding-top: 4.5px;
- }
- .dropdown {
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
- background-position: calc(100% - 5px);
- background-size: 17.5px;
- }
- .tree-item-flair-outer {
- text-align: right;
- }
- /* frontmatter styling */
- /*
- .cm-line:has(.cm-def.cm-hmd-frontmatter):not(.cm-active) {
- height: 5px;
- }
- .cm-line:has(.cm-def.cm-hmd-frontmatter) {
- border-radius: 5px 5px 0 0;
- }
- .cm-line:has(.cm-def.cm-hmd-frontmatter):not(:first-child) {
- margin-bottom: 5px !important;
- padding: 0px 10px !important;
- border-radius: 0 0 5px 5px;
- }
- .cm-line:has(.cm-hmd-frontmatter) {
- font-family: var(--font-text);
- color: white !important;
- background: black;
- }
- .cm-line:has(.cm-def.cm-hmd-frontmatter):not(.cm-active) span {
- font-size: 0;
- }
- */
- /* document styling */
- .cm-line, .list-bullet, .markdown-rendered p:not(.callout p), .community-item *, .graph-control-section-header, .search-result-file-match, .search-result-file-match:hover, .dataview, ul {
- --list-marker-color: var(--textColor);
- font-weight: var(--textFontWeight);
- color: var(--textColor);
- }
- .community-modal-readme, .dynbedded, .markdown-embed *, .community-modal-info-author, .community-modal-info-repo, .community-modal-info-version, .community-modal-info-downloads, .community-modal-info-desc {
- font-weight: var(--textFontWeight);
- color: var(--textColor);
- }
- .markdown-rendered *:not(pre) > code, .cm-s-obsidian span.cm-inline-code, .cm-s-obsidian span.cm-blockid, kbd, .prompt-instruction-command, code {
- background-color: rgba(var(--codeColor), 0.1) !important;
- font-family: var(--font-monospace);
- color: rgb(var(--codeColor));
- font-weight: 700;
- }
- pre code {
- background: transparent !important;
- }
- .HyperMD-codeblock > span, pre {
- font-family: var(--font-monospace);
- font-weight: 700;
- }
- .HyperMD-codeblock [class="cm-hmd-codeblock"], pre {
- color: var(--code-normal);
- }
- .cm-s-obsidian div.HyperMD-codeblock-bg, pre {
- font-size: var(--code-size);
- }
- .cm-em {
- opacity: 0.9;
- }
- .prompt-instruction-command {
- border-radius: 2px;
- padding: 0 2px;
- }
- .cm-line[class*="HyperMD-list-line"] {
- position: relative;
- right: 4px;
- }
- .cm-formatting:has(.list-bullet), .cm-formatting:has(.list-bullet) + [class*=cm-list] {
- position: relative;
- left: 2.25px;
- }
- .list-bullet {
- font-size: calc(var(--font-text-size) + 1px);
- max-height: 22px;
- }
- .cm-s-obsidian span.cm-blockid {
- border-radius: 1em;
- padding: 1px 5px;
- }
- .installed-plugins-container {
- border: none;
- padding: 0;
- }
- .cm-s-obsidian span.cm-inline-code, code {
- font-size: calc(var(--font-text-size) - 2px) !important;
- border-radius: 1px;
- padding: 0 2px;
- }
- .callout :has([class*="lucide"], .svg-icon):after, .callout-title-inner, .search-result-hover-button:after, .community-item > div:not(:first-child):not(:last-child), .community-item-downloads-text, .community-item-downloads :after {
- font-weight: 700;
- }
- .community-modal-info {
- padding: 30px 20px 20px;
- }
- .modal-setting-nav-bar {
- padding: 4px var(--size-4-3) 5px;
- background: transparent;
- position: absolute;
- border: none;
- }
- .modal-setting-nav-bar .clickable-icon:not(.search-results-result-count) {
- backdrop-filter: var(--blurFilter);
- z-index: 99999;
- height: 24px;
- width: 24px;
- }
- .modal-setting-nav-bar .clickable-icon:not(.search-results-result-count):after {
- height: 16px;
- }
- .flair.mod-pop {
- border-radius: 3px;
- font-weight: 600;
- padding: 3px 8px;
- font-size: 12px;
- }
- .community-item-name .flair.mod-pop {
- padding: 2px 6px;
- font-size: 11px;
- }
- .markdown-rendered .callout p, .markdown-rendered .callout, .callout :has(> .lucide-alert-circle):after {
- font-weight: var(--textFontWeight);
- }
- :has(> .lucide-alert-circle):after {
- content: "";
- }
- .vertical-tab-content {
- padding-right: 20px;
- padding-left: 20px;
- }
- .vertical-tab-content h2 {
- font-size: var(--h2-size);
- }
- .cm-line:not([class*="HyperMD"]) {
- padding-bottom: 5px !important;
- }
- .markdown-source-view.mod-cm6 .HyperMD-codeblock + .cm-line:not(:has(:only-child)):not(.HyperMD-codeblock) {
- padding-top: 5px !important;
- }
- .markdown-source-view.mod-cm6 .HyperMD-codeblock + .cm-embed-block {
- margin-top: 5px !important;
- }
- body, .markdown-source-view.mod-cm6 .cm-link .cm-underline, .markdown-source-view.mod-cm6 .cm-url .cm-underline, .cm-s-obsidian span.cm-formatting-link.cm-url, .cm-s-obsidian span.cm-url, .cm-s-obsidian span.cm-link, .cm-s-obsidian span.cm-link:hover, .cm-s-obsidian span.cm-hmd-internal-link, .markdown-source-view.mod-cm6 .cm-underline, .markdown-source-view.mod-cm6 .is-unresolved .cm-underline, .external-link, .internal-link {
- transition: var(--Transition);
- --link-external-color-hover: var(--linkHoverColor) !important;
- --link-color-hover: var(--linkHoverColor) !important;
- --link-unresolved-color: var(--linkColor) !important;
- --link-external-color: var(--linkColor) !important;
- --link-external-decoration-hover: none !important;
- --blockquote-color: var(--textColor) !important;
- --link-color: var(--linkColor) !important;
- --link-decoration-hover: none !important;
- --link-decoration: unset !important;
- --link-unresolved-opacity: 1;
- text-decoration: none;
- }
- .external-link, .external-link *, [data-task] :is(.cm-hmd-internal-link, .cm-url, .cm-link), [data-task] :is(.cm-hmd-internal-link, .cm-url, .cm-link) * {
- color: var(--linkColor);
- }
- .external-link:hover, .external-link *:hover, [data-task] :is(.cm-hmd-internal-link, .cm-url):hover, [data-task] :is(.cm-hmd-internal-link, .cm-url) *:hover {
- color: var(--linkHoverColor) !important;
- }
- .snw-reference {
- padding: 0px 2px !important;
- border-radius: 2.5px;
- border: 1.5px solid;
- font-weight: 700;
- opacity: 0.7;
- }
- .community-modal-search-results {
- padding: 8px;
- gap: 8px;
- }
- .community-item {
- padding: 8px 12px;
- }
- .community-item-name {
- color: var(--pluginTitleColor);
- font-weight: 700;
- font-size: 16px;
- }
- .is-flashing *, .cm-s-obsidian .is-flashing span.cm-inline-code {
- background-color: transparent !important;
- color: var(--text-on-accent) !important;
- }
- .community-item .suggestion-highlight {
- color: var(--text-on-accent);
- background: #9578F080;
- font-weight: inherit;
- border-radius: 3px;
- padding: 0 1px;
- }
- .community-item.is-selected .suggestion-highlight, .community-item.is-selected .flair, .community-item.is-selected:hover .flair {
- background: var(--text-on-accent);
- font-weight: 700;
- color: #9578F0;
- }
- .cm-blockid + * + .snw-reference {
- color: rgb(var(--codeColor));
- }
- a + .snw-reference {
- color: var(--link-color);
- }
- .mobile-toolbar :has(.lucide-italic, .lucide-scissors, .lucide-copy, .lucide-clipboard-type):after {
- transform: unset;
- }
- :has(> .lucide-scissors):after {
- content: "";
- }
- :has(> .lucide-copy):after {
- content: "";
- }
- :has(> .lucide-clipboard-type):after {
- content: "";
- }
- .internal-link {
- color: var(--link-color);
- }
- .internal-link:hover {
- color: var(--link-color-hover);
- }
- .cm-hmd-internal-link > span:after, .internal-link:after {
- font-size: 0.8em !important;
- transform: translateY(-1px);
- display: inline-block;
- margin-left: 2px;
- font-weight: 700;
- text-indent: 0;
- content: "";
- }
- *:after, .vertical-tab-nav-item {
- font-family: "SF Pro Text";
- font-weight: 500;
- }
- div.community-modal-readme > ul.contains-task-list > li.task-list-item {
- margin-left: 2px;
- }
- .external-link {
- padding-right: 3px;
- background: none;
- }
- span.cm-formatting.cm-formatting-link-string.cm-string.cm-url.external-link {
- background-image: none;
- }
- span.cm-formatting.cm-formatting-link-string.cm-string.cm-url.external-link:after, .markdown-rendered .external-link:after, .external-link:after, .cm-line > .cm-url:first-of-type:after {
- margin-left: 3px;
- content: "";
- }
- .cm-s-obsidian span.cm-hmd-internal-link {
- transition: var(--Transition);
- }
- .markdown-rendered p, .workspace-tab-header-container-inner, .better-command-palette .hidden-items-header, .markdown-rendered :is(h1, h2, h3, h4, h5, h6), .callout-icon, .community-item-updated, .inline-title, .setting-filter-container, .popover.hover-popover > .mod-empty {
- margin: 0;
- }
- .inline-title, .diff .d2h-file-name, .embed-title, .embed-title.markdown-embed-title, .community-modal-info-name, .search-result-file-title .tree-item-inner {
- color: var(--titleColor);
- font-weight: 800;
- }
- .dataview.small-text {
- color: var(--titleColor);
- font-weight: 700;
- }
- .search-result-file-title .tree-item-inner {
- font-weight: 600;
- }
- .vertical-tab-content h4 {
- font-size: var(--h3-size);
- color: var(--h3-color);
- }
- .vertical-tab-header-group-title {
- font-size: calc(var(--font-ui-small) + 1px);
- color: rgb(142, 142, 142);
- padding-bottom: 5px;
- }
- .inline-title, .embed-title, .mod-root .workspace-tab-header-container-inner, .vertical-tab-nav-item.settings-search-input, .setting-item-description, .vertical-tab-header-group, :not(:has(.setting-item)) > :has(.setting-item + .setting-item) > .setting-item:first-child:not(:only-child), .setting-item, .cm-s-obsidian .cm-line.HyperMD-header {
- padding: 0;
- }
- .archiver-rule-container {
- border: none;
- padding: 0;
- }
- .community-modal-info-name {
- font-size: var(--h1-size);
- margin-bottom: -3px;
- }
- .HyperMD-header:has(.cm-header-1), :is(*, .markdown-rendered) h1 {
- font-size: var(--h1-size);
- color: var(--h1-color);
- font-weight: 800;
- }
- .HyperMD-header:has(.cm-header-2), :is(*, .markdown-rendered) h2, .setting-item-heading .setting-item-name, :is(*, .markdown-rendered) .dataview h4 {
- font-size: var(--h2-size);
- color: var(--h2-color);
- font-weight: 800;
- }
- .HyperMD-header:has(.cm-header-3), :is(*, .markdown-rendered) h3 {
- font-size: var(--h3-size);
- color: var(--h3-color);
- font-weight: 800;
- }
- .mod-settings h4 {
- margin-bottom: -5px;
- }
- .HyperMD-header:has(.cm-header-4), :is(*, .markdown-rendered) h4 {
- font-variant: initial !important;
- font-size: var(--h4-size);
- color: var(--h4-color);
- font-weight: 800;
- }
- :is(*, .markdown-rendered) .dataview h4 {
- font-size: var(--h4-size);
- }
- .HyperMD-header:has(.cm-header-5), :is(*, .markdown-rendered) h5, .search-info-container {
- color: var(--textColor);
- }
- .cm-line ol, .cm-line div ul {
- padding-inline-start: 22px !important;
- }
- .markdown-rendered hr {
- border-color: var(--textColor);
- }
- .setting-item.is-flashing {
- background: #9678f04c;
- padding: 0.5em 10px;
- margin: 0 -10px;
- }
- hr {
- border-color: var(--textColor);
- margin: 3px 0 !important;
- opacity: 0.5;
- }
- .cm-line + .HyperMD-header, .markdown-source-view.mod-cm6 .cm-line.HyperMD-header, .markdown-source-view.mod-cm6 .cm-content > .cm-line + div:has(hr) {
- margin-top: -3px !important;
- }
- .cm-line:not(.HyperMD-list-line):not(.HyperMD-header).cm-line:has(hr) {
- padding-bottom: 0px !important;
- }
- :not(.markdown-preview-sizer) > div > ul.contains-task-list > li, .markdown-embed-content div > ul > li {
- margin-left: -22px;
- }
- :not(.markdown-embed-content) > .markdown-rendered ul {
- list-style-type: none;
- }
- :not(.markdown-embed-content) > .markdown-rendered input[type=checkbox] {
- margin: 0 5px 0 2px;
- }
- blockquote, .markdown-rendered blockquote {
- padding: 2px 0 2px 10px;
- border-left: 3px solid;
- margin: 0;
- }
- .markdown-rendered ul, .markdown-rendered table, .markdown-rendered ol, h1, h2, h3, h4, h5, h6, pre {
- margin-inline-start: 0;
- margin-block-start: 0;
- margin-block-end: 0;
- }
- .community-modal-button-container {
- margin: 10px 0;
- }
- .cm-s-obsidian span.cm-hmd-escape-backslash {
- color: unset;
- opacity: 0.5;
- }
- .cm-header, .view-content .list-collapse-indicator svg.svg-icon, .view-content .collapse-indicator svg.svg-icon, .view-content .is-collapsed .list-collapse-indicator svg.svg-icon, .view-content .is-collapsed .collapse-indicator svg.svg-icon {
- font-weight: inherit;
- color: inherit;
- }
- .search-results-info .dropdown:hover {
- color: inherit;
- }
- .community-modal-info-downloads span:first-child {
- position: relative;
- bottom: 2px;
- }
- .cm-formatting-header {
- opacity: 0.75;
- }
- .markdown-source-view.mod-cm6 .cm-indent::before, .markdown-rendered li > :is(ul, ol)::before {
- background: var(--textColor) !important;
- transform: translateX(0.3em) !important;
- border: none !important;
- opacity: 0.5 !important;
- width: 2px !important;
- }
- .better-command-palette p.hidden-items-header {
- padding: var(--size-2-3) var(--size-4-3);
- margin: 6px 12px -8px !important;
- border-radius: var(--radius-s);
- color: #000 !important;
- }
- .markdown-rendered li > :is(ul, ol)::before {
- left: 0.25em !important;
- top: 1px !important;
- }
- .markdown-rendered .list-bullet {
- margin-left: 0.25em;
- margin-right: 5px;
- }
- .cm-callout.markdown-rendered.show-indentation-guide li > ul::before, .cm-callout.markdown-rendered.show-indentation-guide li > ol::before {
- background: rgb(var(--callout-color)) !important;
- }
- .markdown-source-view.mod-cm6.is-live-preview .HyperMD-quote:before, .markdown-source-view.mod-cm6 .cm-blockquote-border:before {
- border-left: var(--quoteBorder);
- width: 0px;
- left: 5px;
- }
- [class*="quote-1"] ~ .cm-blockquote-border:before {
- opacity: 0.5;
- }
- [class*="quote-2"] ~ .cm-blockquote-border:before {
- opacity: 1;
- }
- .markdown-source-view.mod-cm6 .cm-blockquote-border:before {
- left: unset;
- }
- .HyperMD-quote {
- right: 5px;
- }
- .callout blockquote, .callout blockquote blockquote blockquote {
- border-color: rgba(var(--callout-color), 0.75);
- }
- .callout blockquote blockquote {
- border-color: rgba(var(--callout-color), 0.375);
- }
- .multi-select-pill {
- --pill-background: #00E5FF;
- --pill-color: #006064;
- padding: 0 7px;
- }
- .TaskTable span:has(> a):before {
- display: inline-block;
- text-align: center;
- border-radius: 1em;
- margin-right: 5px;
- content: "";
- width: 22px;
- }
- .TaskTable :is(ol, ul) {
- margin: 0 !important;
- padding-left: 26px;
- }
- .TaskTable tr:has(.TaskOverdue) span:has(> a):before {
- background: #FF0000;
- color: #FFF;
- content: "X";
- }
- .TaskTable tr:has(.Priority2) a.internal-link {
- color: #00E5FF;
- }
- .TaskTable td {
- text-overflow: unset !important;
- }
- .TaskTable td::-webkit-scrollbar, .TaskTable td::-webkit-scrollbar-track, .TaskTable td::-webkit-scrollbar-thumb, .TaskTable td::-webkit-scrollbar-thumb:hover {
- width: 0 !important;
- height: 0 !important;
- background: transparent !important;
- }
- td {
- max-width: 400px !important;
- overflow: scroll !important;
- }
- .TaskTable {
- overflow: scroll;
- }
- th, td {
- white-space: nowrap !important;
- }
- .workspace-tab-header:before, .workspace-tab-header:after, .workspace-tab-header-spacer, .mod-top-left-space .workspace-tab-header-inner-icon svg, .side-dock-settings, .workspace .mod-root .workspace-tab-header-inner::after, .tooltip-arrow, .cm-scroller::-webkit-scrollbar, .workspace-ribbon.mod-left:before, .sidebar-toggle-button.mod-left, .cm-line:has(hr) br, .u-muted div:not(:first-child), .mod-right-split .cm-contentContainer > div:first-child > div:has(.dynbedded), .view-header-title-container:not(.mod-at-end):after, .clickable-icon[aria-label="New note"], .dot-container.svelte-q3wqg9, :not(.has-list-bullet) * > * > .list-bullet:before, .list-bullet:after, .mod-root .workspace-tab-header:not(.is-active), .workspace-ribbon, .mod-right-split .snw-header-count-wrapper, .workspace-tab-header-new-tab, .workspace-tab-header-inner-close-button, .workspace-tab-header-tab-list, [aria-label="More options"] {
- display: none !important;
- }
- div#main, .dataview.task-list-item, .dataview.task-list-basic-item, .sync-history-list-item, .view-action:not(:last-child) {
- margin: 0;
- }
- body.hypothesis-highlights-always-on {
- background: #FFF;
- }
- .has-list-bullet .list-bullet:before {
- display: block !important;
- content: "-";
- }
- @media (max-width: 1010px) {
- .mod-right-split {
- display: none;
- }
- }
- @media (max-width: 740px) {
- .mod-left-split {
- display: none;
- }
- }
- td .day.svelte-q3wqg9 {
- border-radius: 50%;
- line-height: 30px;
- font-weight: 500;
- font-size: 0.9em;
- height: 40px;
- margin: auto;
- width: 40px;
- }
- tr th.svelte-pcimu8 {
- color: var(--color-base-60);
- font-size: 0.7em;
- font-weight: 600;
- }
- div .nav.svelte-1vwr9dd.svelte-1vwr9dd {
- margin: 0.6em 0 0.4em;
- padding: 0 4px;
- }
- .day.today.svelte-q3wqg9 {
- font-weight: 700;
- }
- .day.has-note.svelte-q3wqg9 {
- letter-spacing: 0.25px;
- font-weight: 800;
- color: #4C3299;
- }
- td .day.svelte-q3wqg9.today {
- text-decoration-thickness: 1.5px;
- text-underline-offset: 2.5px;
- text-decoration: underline;
- }
- .active.svelte-q3wqg9 {
- color: #FFF !important;
- }
- div .arrow.svelte-156w7na svg.svelte-156w7na {
- color: var(--icon-color);
- height: 14px;
- width: 14px;
- }
- div .reset-button.svelte-1vwr9dd.svelte-1vwr9dd {
- line-height: 2.25em;
- border-radius: 3px;
- padding: 0 7.5px;
- }
- .arrow.svelte-156w7na.svelte-156w7na {
- border-radius: 5px;
- height: 24px;
- }
- .arrow.svelte-156w7na.svelte-156w7na:hover, div .reset-button.svelte-1vwr9dd.svelte-1vwr9dd:hover {
- background: rgba(185, 181, 189, 0.25);
- }
- td .day.svelte-q3wqg9:hover {
- background: var(--background-modifier-active-hover);
- color: #4c3299;
- }
- h3 .month.svelte-1vwr9dd.svelte-1vwr9dd {
- letter-spacing: 0.25px;
- font-weight: 800;
- color: #896CE2;
- }
- .markdown-rendered th {
- color: var(--textColor);
- font-weight: 800;
- }
- .markdown-rendered td {
- color: var(--textColor);
- font-weight: 500;
- }
- .is-focused .workspace-leaf.mod-active .view-header-title {
- color: var(--text-muted);
- }
- .workspace-ribbon {
- padding: 1.5px var(--size-4-1);
- }
- .mod-right-split .workspace-tab-container:has(.workspace-leaf:not([style="display: none;"]) .mod-cm6) {
- margin-top: -35px;
- }
- .mod-right-split .workspace-leaf-content .view-content:has(.mod-cm6) .cm-scroller .cm-sizer:before {
- margin: 0 -100px 0 -100px;
- background: white;
- display: block;
- height: 30px;
- width: 200%;
- content: "";
- }
- .nav-file-title, .nav-folder-title {
- font-size: 13.5px;
- }
- .nav-folder.mod-root > .nav-folder-title {
- padding-left: 8px;
- }
- .nav-folder.mod-root > .nav-folder-title, .nav-folder.mod-root > .nav-folder-title:hover {
- color: rgb(64,64,64);
- font-weight: 400;
- font-size: 14px;
- }
- .workspace-tab-header-container {
- border: none;
- height: 35px;
- z-index: 1;
- }
- .notice-container {
- padding: 10px 7px;
- top: 30px;
- }
- .nav-buttons-container {
- justify-content: center;
- }
- .workspace-tab-header {
- border-radius: 0;
- padding: 0;
- }
- .workspace-leaf-content[data-type="calendar"] .view-content, .is-hidden-frameless:not(.is-fullscreen) .workspace-tabs.mod-top-left-space .workspace-tab-header-container, .cm-editor .cm-content, .mod-root .workspace-tab-header-container, .sync-history-list {
- padding: 0;
- }
- .mod-left-split .workspace-tab-header.has-active-menu, .mod-right-split .workspace-tab-header.has-active-menu, .mod-left-split .workspace-tab-header.is-active, .mod-right-split .workspace-tab-header.is-active {
- background-color: var(--background-modifier-active-hover);
- color: var(--icon-color-active);
- }
- .mod-left-split .workspace-tab-header.has-active-menu .workspace-tab-header-inner-icon, .mod-right-split .workspace-tab-header.has-active-menu .workspace-tab-header-inner-icon, .mod-left-split .workspace-tab-header.is-active .workspace-tab-header-inner-icon, .mod-right-split .workspace-tab-header.is-active .workspace-tab-header-inner-icon {
- color: #4c3299 !important;
- }
- .cmdr.clickable-icon {
- color: var(--icon-color) !important;
- }
- /* custom icons */
- .clickable-icon:not(.search-results-result-count) {
- height: 26px;
- width: 30px;
- }
- .is-translucent:not(.is-fullscreen) .workspace-tabs.mod-top-right-space .workspace-leaf {
- background-color: var(--background-secondary) !important;
- }
- .workspace-leaf-resize-handle {
- opacity: 0 !important;
- }
- .cmdr-adder {
- opacity: 1;
- }
- .plugin-obsidian-git > div {
- margin-bottom: -2px;
- }
- .document-search-close-button {
- top: 0px;
- }
- .workspace-tab-header-inner-close-button:after {
- transform: scale(0.9);
- }
- .workspace-tab-header-inner-close-button {
- position: relative !important;
- padding: 3.5px !important;
- border-radius: 50%;
- left: 3px;
- }
- .workspace-tab-header-inner-close-button:hover {
- background: #C3C1C5;
- }
- .recent-files-file-delete {
- width: 17px;
- border-radius: 50%;
- }
- .recent-files-file-delete:hover {
- background: rgba(0,0,0,0.1);
- }
- input[type=checkbox]:checked:after {
- left: -1.5px;
- }
- .nav-folder:not(.mod-root) .nav-file-title {
- --nav-item-padding: 4px 8px;
- }
- .menu-item {
- border-radius: 6px;
- max-height: 22px;
- font-weight: 400;
- }
- .menu {
- border-radius: 6px;
- padding: 5px;
- }
- .menu-separator {
- width: calc(100% - 15px);
- margin: 5px auto;
- }
- .backlink-pane .search-result-container, .outgoing-link-pane .search-result-container {
- padding: 0px 1px 3px 0px;
- }
- .embedded-backlinks .nav-buttons-container {
- top: 10px;
- }
- .embedded-backlinks .backlink-pane {
- padding-top: 5px;
- }
- .inlinkedEntries-0-0-1706 {
- padding: 10px;
- }
- .workspace-leaf.mod-active .nav-folder.has-focus > .nav-folder-title, .workspace-leaf.mod-active .nav-file.has-focus > .nav-file-title, .workspace-leaf.mod-active .nav-folder.has-focus > .nav-folder-title:focus-within, .workspace-leaf.mod-active .nav-file.has-focus > .nav-file-title:focus-within {
- box-shadow: none;
- }
- /* icon css */
- .cm-editor .cm-content {
- padding-bottom: 0 !important;
- padding-top: 30px;
- }
- influx-element .embedded-backlinks {
- background: #F6F5F8;
- border-radius: 5px;
- margin-top: 0.5em;
- padding: 0 0.5em;
- border: none;
- }
- influx-element .embedded-backlinks .nav-header {
- height: unset;
- }
- /*
- .is-translucent:not(.is-fullscreen) .titlebar, .is-translucent:not(.is-fullscreen) .app-container {
- background-color: rgba(215, 215, 215, 0.9);
- }
- */
- .diff .d2h-file-list>li {
- margin-top: -15px;
- }
- .markdown-source-view.mod-cm6 .cm-scroller {
- --line-height-normal: 1.33;
- }
- .status-bar {
- border: none;
- bottom: 5px;
- right: 5px;
- }
- .status-bar, .notice, .tooltip {
- backdrop-filter: var(--blurFilter);
- background: rgba(255,255,255,0.5);
- border-radius: 5px;
- }
- .tooltip {
- background: rgba(0,0,0,0.5);
- }
- .notice {
- color: #000;
- }
- .notice {
- padding: 7.5px 15px;
- }
- .tooltip.mod-right {
- transform: translateY(-50%) translateX(-12.5%) !important;
- }
- .nav-folder-title[data-count]::after {
- font-size: calc(var(--nav-item-size) - 1px);
- color: #808080;
- padding: 0;
- }
- .nav-files-container {
- padding: 10px 10px var(--size-4-6);
- }
- .nav-buttons-container .clickable-icon *, .nav-buttons-container .clickable-icon:after {
- transform: scale(1.05);
- }
- .mod-root .workspace-tab-container {
- margin-top: -35px;
- padding-top: 35px;
- }
- .workspace-leaf-content .view-content {
- padding: 16px 10px var(--size-4-6);
- }
- .n-input {
- --n-border-hover: var(--input-border-width) solid var(--background-modifier-border) !important;
- }
- .n-input .n-input-wrapper {
- border: var(--input-border-width) solid var(--background-modifier-border);
- border-radius: var(--input-radius);
- }
- .n-input .n-input-wrapper:active {
- box-shadow: 0 0 0 1.5px var(--background-modifier-border-focus);
- border-radius: 3px;
- }
- .workspace-tab-header:not(.is-active):hover {
- background: rgba(185, 181, 189, 0.25);
- }
- .modal.mod-sync-history.diff {
- min-height: calc(100% - 40px);
- min-width: calc(100% - 40px);
- overflow: hidden;
- top: 10px;
- }
- .sync-history-list-container {
- flex-basis: 210px;
- border: none;
- }
- .d2h-file-list-wrapper {
- backdrop-filter: var(--blurFilter);
- background: rgba(0,0,0,0);
- padding: 15px 0 0 0;
- margin-top: -7px;
- z-index: 999999;
- }
- .diff .d2h-wrapper {
- margin-top: -40px;
- padding-top: 40px;
- }
- .diff .d2h-file-stats > span {
- background: #ffe2df;
- margin-right: -7.5px;
- line-height: 1.75em;
- border-radius: 1em;
- padding: 0px 10px;
- color: #7f0202;
- font-weight: 500;
- border: none;
- }
- .diff .d2h-file-stats > span.d2h-lines-added {
- background: var(--color-green);
- margin-right: 5px;
- color: #1B5E20;
- }
- .diff .line-num2 {
- padding-right: 5px;
- }
- .diff .d2h-code-linenumber {
- border-left: none;
- }
- .diff .d2h-diff-table {
- font-family: var(--font-monospace);
- }
- ol.d2h-file-list, .diff .sync-history-list-container .sync-history-list {
- padding: 0;
- margin: 0;
- }
- .sync-history-list-container button.mod-cta {
- background-color: var(--interactive-accent);
- color: var(--text-on-accent);
- border-radius: 0.25em;
- margin: 0 !important;
- box-shadow: none;
- padding: 18px;
- }
- .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner {
- background-color: transparent;
- }
- .mod-root .workspace-tab-header.is-active {
- background: rgba(246,245,248,0.45) !important;
- box-shadow: none;
- }
- .mod-root .workspace-tabs .workspace-tab-header {
- background: rgba(246,245,248,0.3);
- }
- .mod-root .workspace-tabs .workspace-tab-header {
- border-right: 1px solid rgba(175, 173, 179, 0.66);
- }
- .is-translucent:not(.is-fullscreen) .mod-vertical .workspace-tab-header-container, .is-translucent:not(.is-fullscreen) .mod-right-split .workspace-tab-header-container {
- background: rgba(215, 207, 215, 0.5) !important;
- border-bottom: 1px solid var(--dividerColor);
- backdrop-filter: var(--blurFilter);
- z-index: 1;
- }
- .is-translucent:not(.is-fullscreen) .mod-right-split .workspace-tabs:not(:first-child) .workspace-tab-header-container {
- border-top: 1px solid var(--dividerColor);
- }
- .mod-right-split {
- border-left: 1px solid var(--dividerColor);
- }
- .mod-left-split {
- border-right: 1px solid var(--dividerColor);
- }
- .koncham-workspace-root-panes {
- margin: -5px -2.5px -12.5px -2.5px;
- }
- .koncham-workspace-root-panes .nav-file .nav-file-title-content {
- padding: 0 10px;
- }
- .koncham-workspace-root-panes:before {
- content: " Open Tabs";
- padding: 0 7.5px 5px;
- color: #896CE2;
- font-weight: 700;
- font-size: 14px;
- display: block;
- }
- .workspace-leaf-resize-handle {
- --divider-color: var(--dividerColor);
- opacity: 1;
- }
- .workspace-split.mod-horizontal.mod-right-split .workspace-leaf-content {
- background: #F6F5F8;
- }
- .is-translucent .workspace-leaf-resize-handle:hover {
- background-color: transparent;
- border-color: var(--hr-color);
- }
- .sidebar-toggle-button.mod-right {
- margin-top: -2px;
- }
- .workspace-tab-header-new-tab {
- margin-top: -2px;
- margin-right: 0;
- }
- .workspace-tab-header-tab-list {
- margin-top: -2px;
- }
- .sidebar-toggle-button.mod-right {
- margin-top: -3px;
- }
- .external-link:hover {
- color: var(--link-external-color-hover);
- }
- .nav-file-title, .nav-folder-title {
- --nav-item-color: #444344;
- }
- .mod-root .view-content > .markdown-source-view.mod-cm6 > .cm-editor > .cm-scroller {
- padding: 82px 15px 40px !important;
- }
- .mod-vertical.mod-root .workspace-leaf:has(.cm-scroller) {
- height: calc(100% + 71px);
- margin-top: -71px;
- }
- .release-notes-view .markdown-preview-view.markdown-rendered {
- padding: 70px 10px 0;
- }
- .view-content:has(.graph-controls) {
- margin-top: -71px;
- }
- .view-content:has(.graph-controls) canvas {
- margin-top: 71px;
- }
- .graph-controls {
- padding: var(--size-2-3) var(--size-4-3);
- border: none !important;
- top: 83px;
- }
- .graph-control-section {
- padding: 0 !important;
- border: none;
- }
- .mod-right-split .view-content > .markdown-source-view.mod-cm6 > .cm-editor > .cm-scroller {
- padding: 5px 10px;
- }
- .workspace-tabs:last-child .view-content > .markdown-source-view.mod-cm6 > .cm-editor > .cm-scroller {
- padding-bottom: 40px;
- }
- .view-header, .is-focused .workspace-leaf.mod-active .view-header {
- border-bottom: 1px solid var(--dividerColor);
- background: rgba(237,235,241,0.66);
- backdrop-filter: var(--blurFilter);
- padding-left: 16px;
- }
- .mod-vertical.mod-root .workspace-leaf:has(.cm-scroller) .view-header {
- top: 71px;
- }
- .workspace-ribbon {
- border: none;
- }
- .workspace .mod-root .workspace-tab-header {
- padding: 0 6px;
- }
- .mod-left-split .workspace-tab-header-container-inner, .mod-right-split .workspace-tab-header-container-inner {
- padding: 1px 8px 3.75px;
- margin: 3px 0 0 0;
- }
- .mod-left-split .workspace-tab-header-container-inner {
- padding: 1px 8px 4.75px;
- }
- .is-translucent:not(.is-fullscreen) .workspace-tabs.mod-top-right-space .workspace-leaf {
- --background-secondary: #F6F5F8;
- }
- .mod-horizontal.mod-right-split .workspace-tab-header-container {
- justify-content: center;
- }
- /* icon css */
- body:not(.is-grabbing) .nav-file-title.is-active:hover, body:not(.is-grabbing) .nav-folder-title.is-active:hover, .nav-file-title.is-active, .nav-folder-title.is-active {
- background: var(--interactive-accent);
- color: var(--text-on-accent);
- }d
- /* document style */
- .inline-title, .diff .d2h-file-name, .embed-title {
- font-size: 30px !important;
- }
- .HyperMD-header .cm-header-1, .cm-line h1 {
- font-size: 26px !important;
- }
- .HyperMD-header .cm-header-2, .cm-line h2 {
- font-size: 23px !important;
- }
- .HyperMD-header .cm-header-3, .cm-line h3 {
- font-size: 21px !important;
- }
- .HyperMD-header .cm-header-4, .cm-line h4 {
- font-size: 19px !important;
- font-family: "SF Pro";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement