macbook-pro-de-oscar-1.home 2025-8-27:18:3:37

This commit is contained in:
oskar
2025-08-27 18:03:38 +02:00
parent 63d5db3e26
commit 2a9943c757
98 changed files with 22814 additions and 8234 deletions

View File

@@ -7,6 +7,7 @@
box-shadow: 0 0 10px #ccc
}
.theme-dark .cm-icon-menus[data-v-359bda15] {
background: #333;
box-shadow: 0 0 10px #222
@@ -374,6 +375,10 @@
border: 1px solid #000
}
.theme-dark .cm-structure-delete svg {
fill: #adabab;
}
.cm-structure-item {
display: inline-flex;
width: 120px;
@@ -1006,7 +1011,8 @@ th {
box-shadow: 0 0 10px #222
}
.cm-float-settings {
.cm-float-settings,
.mm-list-icon-bar {
background: #fff;
width: 40px;
height: 40px;
@@ -1021,12 +1027,15 @@ th {
box-shadow: 0 0 10px #ccc
}
.theme-dark .cm-float-settings {
.theme-dark .cm-float-settings,
.theme-dark .mm-list-icon-bar {
background: #333;
box-shadow: 0 0 10px #222
}
.theme-dark .cm-float-settings svg {
.theme-dark .cm-float-settings svg,
.theme-dark .mm-list-icon-bar svg {
fill: #ccc
}
@@ -1454,12 +1463,24 @@ th {
margin-top: -5px;
}
.mm-node-right.mm-mindmap7-node>.mm-node-bar {
right: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node-right.mm-mindmap1-node>.mm-node-bar {
right: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node-right.mm-htime-node>.mm-node-bar {
right: -20px;
top: 50%;
margin-top: -5px;
}
.mm-root>.mm-node-bar,
.mm-node-second>.mm-node-bar {
@@ -1488,16 +1509,34 @@ th {
top: -15px;
}
.mm-node-up.mm-htime-node>.mm-node-bar {
left: 50%;
margin-left: -5px;
top: -15px;
}
.mm-node-left>.mm-node-bar {
left: -10px;
}
.mm-node-left.mm-htime-node>.mm-node-bar {
left: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node-left.mm-mindmap2-node>.mm-node-bar {
left: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node-left.mm-mindmap7-node>.mm-node-bar {
left: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node-left.mm-mindmap1-node>.mm-node-bar {
left: -20px;
top: 50%;
@@ -1505,17 +1544,38 @@ th {
}
.mm-node-right.mm-fish-node>.mm-node-bar {
bottom: -6px !important;
/* bottom: -6px !important;
right: -12px !important;
top: auto;
top: auto; */
right: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node-left.mm-fish-node>.mm-node-bar {
bottom: -6px !important;
left: -12px !important;
top: auto;
left: -20px;
top: 50%;
margin-top: -5px;
}
.mm-node.mm-node-left.mm-fish-top>.mm-node-bar {
display: block;
left: 50%;
margin-left: -2px;
top: 100%;
margin-top: 4px;
}
.mm-node.mm-node-left.mm-fish-bottom>.mm-node-bar {
display: block;
left: 50%;
margin-left: 0px;
top: -15px;
}
.mm-node-collapse>.mm-node-bar {
display: block !important;
box-sizing: border-box;
@@ -1530,6 +1590,26 @@ th {
display: none !important;
}
.mm-node.mm-node-right.mm-fish-top>.mm-node-bar {
display: block !important;
left: 50%;
margin-left: -7px;
top: 100%;
margin-top: 4px;
}
.mm-node.mm-node-right.mm-fish-bottom>.mm-node-bar {
display: block !important;
left: 50%;
margin-left: -10px;
top: -15px;
}
.mm-node.mm-node-induce .mm-node-content {
background-color: var(--background-primary);
}
@@ -1748,6 +1828,8 @@ th {
padding-top: 4px;
}
/* .mm-edit-node .mm-node-assist .mm-node-annotate{
float: none;
display: none;
@@ -1798,6 +1880,15 @@ th {
padding-right: 6px;
}
.mm-link-board .mm-file-path {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 0.8em;
margin-bottom: 2px;
}
.mm-block-ext {
font-size: 0.6em;
padding-right: 6px;
@@ -2132,7 +2223,7 @@ th {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #444343;
border: 1px solid #7f7e7e;
left: -3px;
top: -3px;
}
@@ -2312,7 +2403,13 @@ th {
.li-node .node-assist {
height: 30px;
box-sizing: border-box;
padding-top: 8px;
padding-top: 4px;
}
.li-node .node-assist .mm-icon-item {
margin-right: 6px;
vertical-align: initial;
cursor: pointer;
}
.linkSetup {
@@ -2363,7 +2460,7 @@ th {
}
.mm-list li.node-showNode>.node-control .text {
border-bottom: 2px solid #989898;
/* border-bottom: 2px solid #989898; */
font-size: 20px;
font-weight: bold;
padding-bottom: 3px;
@@ -2394,7 +2491,8 @@ th {
}
.text ol li {
list-style-type: disc;
list-style-type: decimal;
margin-left: 16px;
}
.text>p,
@@ -3575,4 +3673,8 @@ span.mm-sline .line {
display: flex;
justify-content: center;
align-items: center;
}
.mm-node-embed {
display: none !important;
}