SysOps: voice-agy-webbuilder-backup — 2026-06-23 10:04 UTC

This commit is contained in:
sysops
2026-06-23 10:04:23 +00:00
parent 3bf15c4850
commit 26fe76afdd
165 changed files with 47427 additions and 1264 deletions
+94
View File
@@ -558,3 +558,97 @@
display: flex; gap: 1rem; align-items: center; margin-bottom: 1rem;
}
.agent-soul-editor .agent-editor-header h2 { margin: 0; }
/* Herman dashboard tabs */
.herman-dash-tabs {
display: flex;
gap: 0.4rem;
flex-wrap: wrap;
margin: 0 0 1rem;
padding: 0.35rem;
background: rgba(6, 10, 18, 0.88);
border: 1px solid rgba(0, 229, 255, 0.14);
border-radius: 14px;
}
.herman-dash-tab {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.55rem 1rem;
border-radius: 10px;
font-size: 0.82rem;
font-weight: 600;
cursor: pointer;
border: 1px solid transparent;
background: transparent;
color: #94a3b8;
transition: all 0.18s;
}
.herman-dash-tab:hover { color: #e2e8f0; background: rgba(0, 229, 255, 0.06); }
.herman-dash-tab.active {
color: #e0f2fe;
background: linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(168, 85, 247, 0.1));
border-color: rgba(0, 229, 255, 0.35);
box-shadow: 0 0 18px rgba(0, 229, 255, 0.08);
}
.herman-dash-tab-badge {
font-size: 0.62rem;
padding: 0.1rem 0.4rem;
border-radius: 999px;
background: rgba(0, 229, 255, 0.15);
color: #7dd3fc;
}
.hm-rss-teaser {
font-size: 0.8rem;
color: #94a3b8;
margin: 0;
}
.hm-rss-teaser a { color: #38bdf8; }
/* RSS hub tab */
.herman-rss-hub { margin-top: 0.25rem; }
.herman-rss-head {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 0.75rem;
margin-bottom: 1rem;
}
.herman-rss-head h2 { margin: 0; font-size: 1.15rem; color: #f1f5f9; }
.herman-rss-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.herman-rss-filters {
display: grid;
grid-template-columns: 1fr 200px auto;
gap: 0.55rem;
align-items: center;
margin-bottom: 1rem;
}
@media (max-width: 720px) { .herman-rss-filters { grid-template-columns: 1fr; } }
.herman-rss-count { font-size: 0.72rem; color: #94a3b8; white-space: nowrap; }
.herman-rss-grid {
display: grid;
grid-template-columns: 1.4fr 0.9fr;
gap: 1rem;
align-items: start;
}
@media (max-width: 1000px) { .herman-rss-grid { grid-template-columns: 1fr; } }
.herman-rss-list {
max-height: 68vh;
overflow-y: auto;
display: flex;
flex-direction: column;
gap: 0.55rem;
padding-right: 0.25rem;
}
.herman-rss-card { margin: 0; }
.herman-rss-side-item {
padding: 0.45rem 0;
border-bottom: 1px solid rgba(148, 163, 184, 0.08);
font-size: 0.78rem;
}
.herman-rss-side-item a { color: #e2e8f0; text-decoration: none; display: block; margin-bottom: 0.15rem; }
.herman-rss-side-item a:hover { color: #7dd3fc; }
.herman-rss-side-item small { color: #64748b; font-size: 0.65rem; }
.herman-rss-col-side .hm-chart-panel { margin-bottom: 0.75rem; }
.herman-rss-col-side h4 { margin: 0 0 0.5rem; font-size: 0.75rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.06em; }