This commit is contained in:
Alvin-Zilverstand
2026-02-09 10:59:59 +01:00
parent 83c1f586af
commit 10b9ba4e61
12 changed files with 991 additions and 250 deletions

View File

@@ -166,6 +166,37 @@ body {
backdrop-filter: blur(10px);
}
/* Text Content Styles */
.text-content {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
color: var(--text-primary);
padding: 4rem;
border-radius: var(--border-radius);
box-shadow: var(--shadow);
max-width: 80%;
max-height: 70%;
overflow: auto;
text-align: center;
backdrop-filter: blur(10px);
border: 2px solid rgba(255, 255, 255, 0.3);
}
.text-content-title {
font-size: 3rem;
font-weight: 600;
color: var(--primary-color);
margin-bottom: 2rem;
text-shadow: 2px 2px 4px rgba(0, 102, 204, 0.1);
}
.text-content-body {
font-size: 1.8rem;
line-height: 1.6;
color: var(--text-primary);
white-space: pre-wrap;
word-wrap: break-word;
}
.content-placeholder i {
font-size: 6rem;
margin-bottom: 1rem;