Initial commit: NexusArchitect Professional Workstation Overhaul

This commit is contained in:
Debian
2026-04-24 20:27:22 +02:00
commit f3e94c4f42
193 changed files with 5809 additions and 0 deletions
@@ -0,0 +1,53 @@
.reader-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 40px;
background: #F9F9F9;
border-top: 1px solid rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
padding: 0 1.5rem;
z-index: 10;
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
font-family: var(--nexus-font-sans);
font-size: 0.75rem;
color: #666;
}
.progress-container {
flex: 1;
height: 4px;
background: rgba(0, 0, 0, 0.1);
margin: 0 2rem;
border-radius: 2px;
overflow: hidden;
max-width: 400px;
}
.progress-bar {
height: 100%;
background: linear-gradient(90deg, #00ff99 0%, #00d4ff 100%);
border-radius: 2px;
}
.page-info, .meta-info {
display: flex;
gap: 0.5rem;
align-items: center;
}
.label {
opacity: 0.7;
}
.value {
font-weight: 600;
}