This commit is contained in:
2025-07-08 23:48:39 +02:00
parent d222758849
commit a71e6c81f6
8 changed files with 30 additions and 11 deletions

View File

@ -287,12 +287,36 @@ p {
.windows-eol {
padding: 5rem 0;
background: #fffbeb;
position: relative;
overflow: hidden;
}
.windows-eol::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
radial-gradient(circle at 20% 30%, rgba(217, 119, 6, 0.05) 15%, transparent 15%),
radial-gradient(circle at 80% 70%, rgba(217, 119, 6, 0.05) 15%, transparent 15%),
radial-gradient(circle at 60% 20%, rgba(217, 119, 6, 0.03) 20%, transparent 20%),
radial-gradient(circle at 40% 80%, rgba(217, 119, 6, 0.03) 20%, transparent 20%);
pointer-events: none;
z-index: 1;
}
.windows-eol .container {
position: relative;
z-index: 2;
}
.windows-eol h2 {
text-align: center;
margin-bottom: 3rem;
color: #d97706;
position: relative;
}
.eol-content {
@ -1157,11 +1181,6 @@ footer {
}
}
/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/* No terminal-specific styles needed */
}
/* Animations */
@keyframes fadeInUp {
from {