-
This commit is contained in:
16
index.html
16
index.html
@@ -95,7 +95,6 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
letter-spacing: 4px;
|
letter-spacing: 4px;
|
||||||
text-transform: uppercase;
|
|
||||||
/* Ein leichter Leuchteffekt passend zum Blau */
|
/* Ein leichter Leuchteffekt passend zum Blau */
|
||||||
text-shadow: 0 0 10px rgba(23, 147, 209, 0.3), 0 0 20px rgba(23, 147, 209, 0.2);
|
text-shadow: 0 0 10px rgba(23, 147, 209, 0.3), 0 0 20px rgba(23, 147, 209, 0.2);
|
||||||
}
|
}
|
||||||
@@ -131,7 +130,18 @@
|
|||||||
display: inline-block; width: 8px; height: 15px; background: #e0e0e0;
|
display: inline-block; width: 8px; height: 15px; background: #e0e0e0;
|
||||||
animation: blink 1s infinite; vertical-align: middle;
|
animation: blink 1s infinite; vertical-align: middle;
|
||||||
}
|
}
|
||||||
@keyframes blink { 50% { opacity: 0; } }
|
.title-cursor {
|
||||||
|
display: inline-block;
|
||||||
|
color: var(--accent-color); /* Nutzt dein Helios-Blau */
|
||||||
|
margin-left: 5px;
|
||||||
|
animation: blink 1s infinite;
|
||||||
|
font-family: 'JetBrains Mono', monospace;
|
||||||
|
font-weight: 300; /* Etwas dünner sieht oft edler aus */
|
||||||
|
}
|
||||||
|
@keyframes blink {
|
||||||
|
0%, 100% { opacity: 1; }
|
||||||
|
50% { opacity: 0; }
|
||||||
|
}
|
||||||
|
|
||||||
/* --- NEU: DASHBOARD GRID FÜR SPIELE --- */
|
/* --- NEU: DASHBOARD GRID FÜR SPIELE --- */
|
||||||
.apps-title {
|
.apps-title {
|
||||||
@@ -198,7 +208,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1>Helios<span class="cursor"></span></h1>
|
<h1>Helios<span class="title-cursor">_</span></h1>
|
||||||
|
|
||||||
<div class="terminal">
|
<div class="terminal">
|
||||||
<pre>
|
<pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user