mirror of
https://github.com/Alvin-Zilverstand/narrow_casting_system.git
synced 2026-03-06 21:29:47 +01:00
yes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user