vault backup (): 13-05-2026 00:27

Files Changed: 352
Too many files to list
This commit is contained in:
2026-05-13 00:27:01 +02:00
parent e30063976c
commit e3d2847288
352 changed files with 367932 additions and 2 deletions
@@ -0,0 +1,48 @@
:root {
/* Catppuccin Mocha — Rainbow Ordered */
--chart-color-1: #f38ba8; /* red */
--chart-color-2: #fab387; /* orange / peach */
--chart-color-3: #f9e2af; /* yellow */
--chart-color-4: #a6e3a1; /* green */
--chart-color-5: #94e2d5; /* teal / cyan */
--chart-color-6: #89b4fa; /* blue / sky */
--chart-color-7: #cba6f7; /* violet / mauve */
--chart-color-8: #f5c2e7; /* pink */
--chart-color-9: #f5e0dc; /* rosewater (soft highlight) */
/* Supporting colors */
--chart-text: #cdd6f4;
--chart-bg: #1e1e2e;
--chart-surface: #11111b;
/* RGBA transparent variants */
--chart-color-1-rgba-12: rgba(243,139,168,0.12);
--chart-color-2-rgba-12: rgba(250,179,135,0.12);
--chart-color-3-rgba-12: rgba(249,226,175,0.12);
--chart-color-4-rgba-12: rgba(166,227,161,0.12);
--chart-color-5-rgba-12: rgba(148,226,213,0.12);
--chart-color-6-rgba-12: rgba(137,180,250,0.12);
--chart-color-7-rgba-12: rgba(203,166,247,0.12);
--chart-color-8-rgba-12: rgba(245,194,231,0.12);
--chart-color-9-rgba-12: rgba(245,224,220,0.12);
--chart-color-1-rgba-30: rgba(243,139,168,0.30);
--chart-color-2-rgba-30: rgba(250,179,135,0.30);
--chart-color-3-rgba-30: rgba(249,226,175,0.30);
--chart-color-4-rgba-30: rgba(166,227,161,0.30);
--chart-color-5-rgba-30: rgba(148,226,213,0.30);
--chart-color-6-rgba-30: rgba(137,180,250,0.30);
--chart-color-7-rgba-30: rgba(203,166,247,0.30);
--chart-color-8-rgba-30: rgba(245,194,231,0.30);
--chart-color-9-rgba-30: rgba(245,224,220,0.30);
}
/* Optional styling */
.cm-chartjs-tooltip, .chartjs-tooltip, .cm-chartjs {
color: var(--chart-text) !important;
}
.cm-chartjs-canvas-wrapper, .chartjs-wrapper {
background: var(--chart-surface);
}
+38
View File
@@ -0,0 +1,38 @@
/* Only style checkboxes in notes with the 'styled-checkbox' class */
.styled-checkbox li.task-list-item input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
width: 1.2em;
height: 1.2em;
border-radius: 0.3em;
border: 2px solid #74c7ec; /* Text */
background-color: #1e1e2e; /* Overlay0 */
cursor: pointer;
position: relative;
vertical-align: center;
transition: all 0.2s ease;
}
.styled-checkbox li.task-list-item input[type="checkbox"]:hover {
border-color: #a6e3a1; /* Yellow */
}
.styled-checkbox li.task-list-item input[type="checkbox"]:checked {
background-color: #a6e3a1; /* Green */
border-color: #a6e3a1;
}
.styled-checkbox li.task-list-item input[type="checkbox"]:checked::after {
content: "✔";
color: #11111b; /* dark text for contrast */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.9em;
}
+212
View File
@@ -0,0 +1,212 @@
/* ==================================================
New Yorker Lions Spielplan Notiz
Eigenständig, Darkmode Cattppuccin Mocha
View Mode Only
================================================== */
/* ---------- Farben ---------- */
:root {
--lions-darkblue: #13324E;
--lions-white: #FFFFFF;
--lions-red: #AF443B;
--lions-grayblue: #425E72;
}
/* ---------- Hintergrund - View Mode Only ---------- */
.gfl-table-note.markdown-preview-view {
background: linear-gradient(135deg, rgba(19, 50, 78, 0.5) 0%, rgba(66, 94, 114, 0.4) 100%) !important;
padding: 1.5em !important;
}
/* ---------- H1 Titel ---------- */
.gfl-table-note.markdown-preview-view h1 {
font-size: 2rem !important;
font-weight: 900 !important;
color: var(--lions-white) !important;
border-bottom: 4px solid var(--lions-red) !important;
padding-bottom: 0.3em !important;
margin-bottom: 1em !important;
letter-spacing: 0.5px !important;
text-align: center !important;
}
/* ---------- H2 Heim/Auswärtsspiel ---------- */
.gfl-table-note.markdown-preview-view h2 {
font-size: 1.5rem !important;
font-weight: 800 !important;
color: var(--lions-white) !important;
margin-top: 1.5em !important;
margin-bottom: 0.5em !important;
text-align: center !important;
border-bottom: 3px solid var(--lions-red) !important;
padding-bottom: 0.25em !important;
}
/* ---------- H3 Spieltage ---------- */
.gfl-table-note.markdown-preview-view h3 {
font-size: 1.25rem !important;
font-weight: 700 !important;
color: var(--lions-white) !important;
margin-top: 1.2em !important;
margin-bottom: 0.5em !important;
margin-left: 1em !important;
border-left: 6px solid var(--lions-red) !important;
padding-left: 0.5em !important;
}
/* ---------- Links ---------- */
.gfl-table-note.markdown-preview-view a {
color: var(--lions-red) !important;
text-decoration: underline !important;
}
.gfl-table-note.markdown-preview-view a:hover {
color: var(--lions-grayblue) !important;
}
/* ---------- HR ---------- */
.gfl-table-note.markdown-preview-view hr {
border: 2px solid var(--lions-red) !important;
margin: 1em 0 !important;
}
/* ---------- Checkbox Listen zentral ---------- */
.gfl-table-note.markdown-preview-view ul.task-list {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
gap: 1em !important;
list-style: none !important;
padding: 0 !important;
margin: 0.5em 0 1.5em 0 !important;
}
/* Box-Format für Checkbox-Items */
.gfl-table-note.markdown-preview-view ul.task-list li {
background-color: rgba(175, 68, 59, 0.15) !important;
border: 2px solid var(--lions-red) !important;
border-radius: 8px !important;
padding: 0.5em 0.75em !important;
min-width: 220px !important;
text-align: center !important;
transition: all 0.2s ease !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
/* Hover Effekt für Checkbox Box */
.gfl-table-note.markdown-preview-view ul.task-list li:hover {
background-color: rgba(66, 94, 114, 0.2) !important;
}
/* Checkbox Styling */
.gfl-table-note.markdown-preview-view input[type="checkbox"] {
appearance: none !important;
-webkit-appearance: none !important;
width: 18px !important;
height: 18px !important;
border: 2px solid var(--lions-red) !important;
border-radius: 4px !important;
margin-right: 0.5em !important;
position: relative !important;
cursor: pointer !important;
background-color: var(--lions-grayblue) !important;
}
/* Checked State */
.gfl-table-note.markdown-preview-view input[type="checkbox"]:checked::after {
content: "✔" !important;
color: var(--lions-white) !important;
position: absolute !important;
top: 0 !important;
left: 1px !important;
font-size: 14px !important;
font-weight: bold !important;
}
/* Text bei erledigten Tasks */
.gfl-table-note.markdown-preview-view li.is-checked {
text-decoration: line-through !important;
color: var(--lions-white) !important;
}
/* ---------- Tabellen Styling ---------- */
.gfl-table-note.markdown-preview-view table {
width: 100% !important;
border-collapse: collapse !important;
margin: 0.8em 0 1.5em 0 !important;
font-size: 0.95rem !important;
color: var(--lions-white) !important;
background-color: rgba(19, 50, 78, 0.4) !important;
border-radius: 6px !important;
overflow: hidden !important;
}
/* Tabellenkopf */
.gfl-table-note.markdown-preview-view thead tr {
background-color: var(--lions-darkblue) !important;
}
.gfl-table-note.markdown-preview-view th {
color: var(--lions-white) !important;
font-weight: 700 !important;
padding: 8px 12px !important;
text-align: left !important;
border-bottom: 2px solid var(--lions-red) !important;
}
/* Tabellenzellen */
.gfl-table-note.markdown-preview-view td {
padding: 6px 10px !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
color: var(--lions-white) !important;
}
/* Zebra-Streifen */
.gfl-table-note.markdown-preview-view tbody tr:nth-child(even) {
background-color: rgba(66, 94, 114, 0.15) !important;
}
/* Hover: Text lesbar */
.gfl-table-note.markdown-preview-view tbody tr:hover {
background-color: rgba(175, 68, 59, 0.3) !important;
color: var(--lions-white) !important;
}
/* Ergebnis Spalte zentriert */
.gfl-table-note.markdown-preview-view td:last-child {
text-align: center !important;
font-weight: 700 !important;
color: var(--lions-red) !important;
}
/* Uhrzeit Spalte */
.gfl-table-note.markdown-preview-view td:nth-child(1) {
white-space: nowrap !important;
font-variant-numeric: tabular-nums !important;
}
/* Stadion Spalte */
.gfl-table-note.markdown-preview-view td:nth-child(4) {
font-size: 0.9em !important;
color: var(--lions-white) !important;
}
/* Mobile Support */
@media (max-width: 800px) {
.gfl-table-note.markdown-preview-view table {
display: block !important;
overflow-x: auto !important;
}
.gfl-table-note.markdown-preview-view ul.task-list {
flex-direction: column !important;
align-items: center !important;
}
}
.gfl-table-note img {
display: block;
margin: 0 auto;
}
+5
View File
@@ -0,0 +1,5 @@
/* Hide the Properties section only on the homepage */
.no-properties .metadata-container {
display: none !important;
}
+31
View File
@@ -0,0 +1,31 @@
/* CSS class to add a blurred background image to a note */
.note-bg-blur {
position: relative;
z-index: 0;
}
/* Create the blurred background */
.note-bg-blur::before {
content: "";
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
/* Replace this URL with your image URL */
background-image: var(--note-bg-image);
background-size: cover;
background-position: center;
filter: blur(10px);
/* Optional: dim the background slightly */
opacity: 0.2;
}
/* Ensure note content is above the background */
.note-bg-blur .markdown-preview-section {
position: relative;
z-index: 1;
}
+15
View File
@@ -0,0 +1,15 @@
/* Scoped Catppuccin Mocha styling for notes with cssclass: small-text */
.small-text.markdown-preview-view {
font-size: 1.0em; /* base text size */
line-height: 1.5;
color: #cdd6f4; /* Catppuccin Mocha text */
}
/* Headings */
.small-text.markdown-preview-view h1 { font-size: 2.3em; }
.small-text.markdown-preview-view h2 { font-size: 1.9em; }
.small-text.markdown-preview-view h3 { font-size: 1.2em; }
.small-text.markdown-preview-view h4 { font-size: 0.95em; }
.small-text.markdown-preview-view h5 { font-size: 0.9em; }
.small-text.markdown-preview-view h6 { font-size: 0.85em; }
+7
View File
@@ -0,0 +1,7 @@
.markdown-preview-view hr {
border: none;
height: 4px;
background: linear-gradient(to right, #f5c2e7, #fab387, #a6e3a1);
margin: 1em 0;
}
+56
View File
@@ -0,0 +1,56 @@
.markdown-preview-view table,
.markdown-source-view.mod-cm6 .cm-table-widget table {
border-collapse: collapse;
border-spacing: 0;
}
/* Header Styling */
.markdown-preview-view table thead tr,
.markdown-source-view.mod-cm6 .cm-table-widget thead tr {
background-color: #11111b;
}
.markdown-preview-view table thead th,
.markdown-source-view.mod-cm6 .cm-table-widget thead th {
color: #cdd6f4;
font-weight: 600;
padding: 1px;
border: 1px solid #313244;
}
/* Odd Row Background */
.markdown-preview-view table tbody tr:nth-child(odd),
.markdown-source-view.mod-cm6 .cm-table-widget tbody tr:nth-child(odd) {
background-color: #1e1e2e;
}
/* Even Row Background */
.markdown-preview-view table tbody tr:nth-child(even),
.markdown-source-view.mod-cm6 .cm-table-widget tbody tr:nth-child(even) {
background-color: #181825;
}
/* Table Cells */
.markdown-preview-view table td,
.markdown-source-view.mod-cm6 .cm-table-widget td {
color: #cdd6f4;
padding: 2px;
border: 1px solid #313244;
}
/* Hover Effect with Matching Cursor Color */
.markdown-preview-view table tbody tr:hover,
.markdown-source-view.mod-cm6 .cm-table-widget tbody tr:hover {
background-color: #b4befe;
color: #11111b;
transition: background-color 0.2s ease, color 0.2s ease;
caret-color: #11111b;
}
/* Ensure table cells also update their text and cursor color */
.markdown-preview-view table tbody tr:hover td,
.markdown-source-view.mod-cm6 .cm-table-widget tbody tr:hover td {
color: #11111b;
caret-color: #11111b;
}
+29
View File
@@ -0,0 +1,29 @@
/* Wide layout only for notes with cssclass: wide-dashboard */
.wide-dashboard .markdown-source-view,
.wide-dashboard .markdown-preview-view {
max-width: 100% !important;
width: 100% !important;
padding-left: 1rem;
padding-right: 1rem;
}
/* Make Dataview and Columns plugin blocks span full width */
.wide-dashboard .dataviewjs-rendered,
.wide-dashboard .markdown-preview-section {
max-width: 100% !important;
width: 100% !important;
}
/* Optional: reduce padding/margins for tighter dashboard look */
.wide-dashboard .markdown-preview-view {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
/* Columns plugin fine-tuning */
.wide-dashboard .callout[data-callout="col"] {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}