Feature: Inventando Histórias profissional com 3-stage pipeline narrativa, vinculacao a turmas/alunos, ilustracoes por cena, leitor interativo, TTS narrado e exportacao PDF/TXT

This commit is contained in:
2026-08-31 11:25:33 +00:00
parent 3931af93db
commit 837762c1af
4 changed files with 1193 additions and 175 deletions
+12 -1
View File
@@ -4134,7 +4134,8 @@ code {
@media (max-width: 768px) {
#musicaLeftPanel, #musicaRightPanel,
#poesiaLeftPanel, #poesiaRightPanel {
#poesiaLeftPanel, #poesiaRightPanel,
#historiaLeftPanel, #historiaRightPanel {
min-width: 100% !important;
width: 100% !important;
}
@@ -4150,6 +4151,16 @@ code {
100% { height: 40%; background-color: #fbbf24; }
}
.wave-bar-historia.wave-active {
animation: wave-pulse-historia 0.8s infinite ease-in-out alternate;
}
@keyframes wave-pulse-historia {
0% { height: 20%; background-color: #10b981; }
50% { height: 95%; background-color: #34d399; }
100% { height: 40%; background-color: #059669; }
}