This commit is contained in:
VS-Code
2026-02-06 15:57:03 +01:00
parent 4978c5c9b4
commit f6bc5eead1

View File

@@ -109,30 +109,25 @@
background-color: #111; background-color: #111;
border-left: 3px solid #1793d1; border-left: 3px solid #1793d1;
padding: 20px; padding: 20px;
font-family: 'Courier New', monospace;
text-align: left;
border-radius: 5px; border-radius: 5px;
margin-bottom: 50px; /* Abstand nach unten zu den Games */
box-shadow: 0 10px 30px rgba(0,0,0,0.5); box-shadow: 0 10px 30px rgba(0,0,0,0.5);
font-family: 'JetBrains Mono', monospace;
}
/* Der "Inhalt" (ASCII-Grafik) */
.terminal pre {
margin: 0 0 20px 0; /* Unten Abstand zum Prompt, oben bündig */
line-height: 1.2; /* Hält die ASCII-Art kompakt */
white-space: pre; /* Verhindert Zeilenumbrüche durch den Browser */
} }
/* Spezifische Farben für das Terminal-Banner */ /* Spezifische Farben für das Terminal-Banner */
.t-blue { color: #3498db; } /* Das Blau von ~]$ */ .t-blue { color: #3498db; } /* Das Blau von ~]$ */
.t-yellow { color: #f1c40f; } /* Ein kräftiges Gelb für Symbole */ .t-yellow { color: #f1c40f; } /* Ein kräftiges Gelb für Symbole */
.t-white { color: #ffffff; } /* Reinweiß für den Rest */ .t-white { color: #ffffff; } /* Reinweiß für den Rest */
.terminal pre {
margin: 0 0 20px 0;
font-family: 'Courier New', monospace;
line-height: 1.2;
white-space: pre; /* Behält die Abstände der ASCII-Art bei */
}
.prompt { color: #2ecc71; } .prompt { color: #2ecc71; }
.path { color: #3498db; } .path { color: #3498db; }
.command { color: #e0e0e0; } .command { color: #e0e0e0; }
.cursor {
display: inline-block; width: 8px; height: 15px; background: #e0e0e0;
}
.title-cursor { .title-cursor {
display: inline-block; display: inline-block;
color: var(--accent-color); /* Nutzt dein Helios-Blau */ color: var(--accent-color); /* Nutzt dein Helios-Blau */
@@ -225,7 +220,7 @@
<span class="t-white">Disk </span><span class="t-yellow">:</span> <span class="t-white" id="stat-disk">0</span><span class="t-white">%</span></pre> <span class="t-white">Disk </span><span class="t-yellow">:</span> <span class="t-white" id="stat-disk">0</span><span class="t-white">%</span></pre>
<span class="path">[</span><span class="prompt">admin@helios:</span> <span class="path">~]$</span> <span class="path">[</span><span class="prompt">admin@helios:</span> <span class="path">~]$</span>
<span class="command">./deploy-projects.sh --active</span><span class="cursor"></span> <span class="command">./deploy-projects.sh --active</span>
</div> </div>
<h2 class="apps-title">Apps & Dashboard</h2> <h2 class="apps-title">Apps & Dashboard</h2>