Single-source the scheduler help from markdown the AI index can read
This commit is contained in:
@@ -503,6 +503,36 @@ body.vv-fullscreen #displaybox { padding-left: 1rem !important; padding-top: .5r
|
||||
.vv-info-cols li strong { color: #ccc; }
|
||||
.vv-info-cols code { background: #1a1a1a; padding: 0 4px; border-radius: 2px;
|
||||
font-size: 11px; color: #9ab; border: 1px solid #333; }
|
||||
/* ── Rendered page docs (include/docs.php → pages/readme/*.md) ─────────────────────────────── */
|
||||
/* Two columns so the reference tables and the task sections sit side by side rather than making
|
||||
the panel a long scroll. Headings span both, which is what keeps a task and its steps together
|
||||
instead of splitting across the gap. */
|
||||
.vv-doc { columns: 320px 2; column-gap: 26px; font-size: 12px; color: #aaa; line-height: 1.55; }
|
||||
.vv-doc > h1 { display: none; } /* the panel already has its own title */
|
||||
.vv-doc h2 { column-span: all; margin: 12px -4px 7px; padding: 4px 8px; background: #161a1d;
|
||||
border-left: 2px solid #1e6fa5; font-size: 10px; font-weight: bold;
|
||||
text-transform: uppercase; letter-spacing: .08em; color: #4a8ab5; }
|
||||
.vv-doc h2:first-child { margin-top: 2px; }
|
||||
.vv-doc p { margin: 0 0 7px; break-inside: avoid; }
|
||||
.vv-doc ul, .vv-doc ol { margin: 0 0 8px; padding-left: 16px; }
|
||||
.vv-doc li { margin-bottom: 4px; break-inside: avoid; }
|
||||
.vv-doc strong { color: #ccc; }
|
||||
.vv-doc em { color: #9a9a9a; font-style: italic; }
|
||||
.vv-doc hr { display: none; } /* h2 bars already separate the sections */
|
||||
.vv-doc code { background: #1a1a1a; padding: 0 4px; border-radius: 2px; font-size: 11px;
|
||||
color: #9ab; border: 1px solid #333; }
|
||||
.vv-doc blockquote { margin: 0 0 8px; padding: 6px 9px; background: #16130d;
|
||||
border-left: 2px solid #7a5a2a; color: #b39a72; break-inside: avoid; }
|
||||
.vv-doc .vv-live-var { color: #8fc98f; border-color: #2e4a2e; }
|
||||
.vv-doc .vv-unknown-var { color: #e57; border-color: #5a2a2a; }
|
||||
.vv-doc-table { width: 100%; border-collapse: collapse; margin: 0 0 9px; break-inside: avoid; }
|
||||
.vv-doc-table th { text-align: left; font-size: 9px; text-transform: uppercase; letter-spacing: .07em;
|
||||
color: #4a4a4a; border-bottom: 1px solid #2a2a2a; padding: 3px 6px 3px 0; }
|
||||
.vv-doc-table td { font-size: 11px; color: #999; border-bottom: 1px solid #1a1a1a;
|
||||
padding: 4px 6px 4px 0; vertical-align: top; }
|
||||
.vv-doc-code { background: #0d0d0d; border: 1px solid #222; border-radius: 3px; padding: 7px 9px;
|
||||
font-size: 11px; color: #9ab; overflow-x: auto; break-inside: avoid; }
|
||||
|
||||
.vv-info-divider { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: #444;
|
||||
padding: 10px 12px 4px; border-top: 1px solid #2a2a2a; margin-top: 2px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user