update
This commit is contained in:
36
.obsidian/snippets/breadcrumbs.css
vendored
36
.obsidian/snippets/breadcrumbs.css
vendored
@@ -1,32 +1,12 @@
|
||||
|
||||
/* /1* BreadCrumbs top trail view *1/ */
|
||||
/* /1* view at the top of each file *1/ */
|
||||
/* .BC-trail { */
|
||||
/* font-size: 20px; */
|
||||
/* width:10%; */
|
||||
/* /1* make the height limited, but the content still visible with scrolling *1/ */
|
||||
/* max-height: 15vh; */
|
||||
/* overflow: scroll; */
|
||||
/* } */
|
||||
/*⣏⡱ ⣎⣱ ⡎⠑ ⣏⡉ ⡇⢸ ⡇ ⣏⡉ ⡇⢸ ⢎⡑*/
|
||||
/*⠇ ⠇⠸ ⠣⠝ ⠧⠤ ⠸⠃ ⠇ ⠧⠤ ⠟⠻ ⠢⠜*/
|
||||
|
||||
/* .BC-trail::after { */
|
||||
/* content: "\a"; */
|
||||
/* } */
|
||||
|
||||
/*/* BreadCrumbs down pane (nested list of subconcepts) */*/
|
||||
/*.BC-downs {*/
|
||||
/* font-size: calc(max(55%, 0.8vw));*/
|
||||
/*}*/
|
||||
|
||||
|
||||
/*.BC-Matrix {*/
|
||||
/* font-size: 70% !important;*/
|
||||
/* /* overflow: scroll; */*/
|
||||
/* /* height:min-content; */*/
|
||||
/*}*/
|
||||
|
||||
/*.BC-Matrix {*/
|
||||
/* padding-bottom: 100pt !important;*/
|
||||
/*}*/
|
||||
/*TRAIL*/
|
||||
|
||||
.BC-trail-view-item > .internal-link {
|
||||
/* smaller font size */
|
||||
font-size: var(--font-ui-small);
|
||||
|
||||
padding: 0px 0px 0px 0px;
|
||||
}
|
||||
|
14
.obsidian/snippets/day_planner.css
vendored
Normal file
14
.obsidian/snippets/day_planner.css
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
/* smaller tasks in the unscheduled tasks list */
|
||||
.unscheduled-task-container .padding .content .markdown-block-content {
|
||||
font-size: var(--font-ui-smaller);
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.unscheduled-task-container .padding .content .markdown-block-content .rendered-markdown {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.unscheduled-task-container .padding .content .markdown-block-content .rendered-markdown ul.contains-task-list li.task-list-item input.task-list-item-checkbox {
|
||||
transform: scale(0.9);
|
||||
}
|
57
.obsidian/snippets/general_interface.css
vendored
57
.obsidian/snippets/general_interface.css
vendored
@@ -1,4 +1,12 @@
|
||||
* {
|
||||
|
||||
/* font SIZES */
|
||||
/*--font-ui-normal: ...*/
|
||||
--font-ui-medium: 20px;
|
||||
--font-ui-small: 18px; /* what minimal theme settings calls "small font size" */
|
||||
--font-ui-smaller: 15px;
|
||||
|
||||
|
||||
/* dataview */
|
||||
--table-background: inherit;
|
||||
/* --table-row-alt-background: #1A1A1A; */
|
||||
@@ -7,18 +15,28 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/* /1* side panes margins *1/ */
|
||||
/* .workspace-leaf-content>.view-content { */
|
||||
/* padding: 5pt; */
|
||||
/* } */
|
||||
|
||||
/* for every pane content */
|
||||
.markdown-source-view.mod-cm6:not(.is-readable-line-width) .cm-contentContainer {
|
||||
/* bigger left-margin */
|
||||
/* margin: 0 0 0 calc(52% - var(--max-width)/2) !important; /1* note : i hate the person that used !important in the first place *1/ */
|
||||
/* tags */
|
||||
body:not(.minimal-unstyled-tags) a.tag,
|
||||
a.tag {
|
||||
font-size: unset; /* make the size like the text around it */
|
||||
}
|
||||
|
||||
/* horizontal rulers */
|
||||
.markdown-rendered hr {
|
||||
border-color: var(--text-normal);
|
||||
}
|
||||
.is-live-preview .markdown-rendered hr {
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
/* ⡇ ⡇ ⢎⡑ ⢹⠁ ⢎⡑ */
|
||||
/* ⠧⠤ ⠇ ⠢⠜ ⠸ ⠢⠜ */
|
||||
|
||||
* {
|
||||
/* color of bullet points */
|
||||
--list-marker-color: var(--text-normal);
|
||||
}
|
||||
|
||||
/* bigger collapse indicator on titles and lists */
|
||||
.collapse-indicator {
|
||||
@@ -32,7 +50,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/*┏━┓╻ ╻ ╻┏━╸╻┏┓╻┏━┓*/
|
||||
/*┣━┛┃ ┃ ┃┃╺┓┃┃┗┫┗━┓*/
|
||||
/*╹ ┗━╸┗━┛┗━┛╹╹ ╹┗━┛*/
|
||||
|
||||
/* spaced repetition modal */
|
||||
.sr-modal-content {
|
||||
@@ -41,3 +61,18 @@
|
||||
|
||||
|
||||
|
||||
/*┏━┓┏━┓┏┓╻┏━╸┏━┓*/
|
||||
/*┣━┛┣━┫┃┗┫┣╸ ┗━┓*/
|
||||
/*╹ ╹ ╹╹ ╹┗━╸┗━┛*/
|
||||
|
||||
/* /1* side panes margins *1/ */
|
||||
/* .workspace-leaf-content>.view-content { */
|
||||
/* padding: 5pt; */
|
||||
/* } */
|
||||
|
||||
/* for every pane content */
|
||||
.markdown-source-view.mod-cm6:not(.is-readable-line-width) .cm-contentContainer {
|
||||
/* bigger left-margin */
|
||||
/* margin: 0 0 0 calc(52% - var(--max-width)/2) !important; /1* note : i hate the person that used !important in the first place *1/ */
|
||||
}
|
||||
|
||||
|
4
.obsidian/snippets/tabs_on_multiple_rows.css
vendored
4
.obsidian/snippets/tabs_on_multiple_rows.css
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
.workspace .mod-root .workspace-tab-header-container {
|
||||
/* display: table; */
|
||||
/*display: table; */
|
||||
height: unset;
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
/* wrapping rows */
|
||||
.workspace .mod-root .workspace-tab-header {
|
||||
flex: none !important;
|
||||
max-width: 25vw; /* maximum width of a tab (trim text longer that this) */
|
||||
}
|
||||
|
||||
/* styling on new tab button */
|
||||
@@ -67,3 +68,4 @@
|
||||
.workspace .mod-root .workspace-tabs:not(.mod-stacked) .workspace-tab-header:hover .workspace-tab-header-inner-close-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user