Admin backoffice : rubriques General/Evenement + videos situation + surprise + rembobinage ruban
- Reorganisation menu admin en 2 rubriques (General / Evenement) - Destinations deplace dans Evenement - Nouveau panneau Videos : upload par situation (montage, depannage, bourrage, rechargement) - Nouveau panneau Surprise : photo/video affichee ~1s avant capture pour provoquer sourire - Toggle rembobinage ruban Mitsubishi (StpiDecklist) pour economiser le ruban sur petits formats - Historique email cloisonne par evenement - Memoire projet consolidee dans memoire.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -417,6 +417,17 @@ html, body {
|
||||
100% { opacity: 0; }
|
||||
}
|
||||
|
||||
.surprise-overlay {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
background: #000;
|
||||
z-index: 19;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.capture-en-cours {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
@@ -889,6 +900,30 @@ html, body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.admin-rubriques {
|
||||
display: flex;
|
||||
gap: 0;
|
||||
background: rgba(0,0,0,0.3);
|
||||
border-bottom: 1px solid rgba(255,255,255,0.08);
|
||||
}
|
||||
.rubrique {
|
||||
flex: 1;
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: var(--texte-secondaire);
|
||||
padding: 0.8rem 1rem;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: var(--transition);
|
||||
border-bottom: 3px solid transparent;
|
||||
}
|
||||
.rubrique.actif {
|
||||
color: var(--primaire);
|
||||
border-bottom-color: var(--primaire);
|
||||
background: rgba(255,255,255,0.03);
|
||||
}
|
||||
|
||||
.admin-onglets {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -898,6 +933,20 @@ html, body {
|
||||
background: var(--fond-carte);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.admin-onglets.cache { display: none; }
|
||||
|
||||
.video-situation-bloc {
|
||||
background: rgba(255,255,255,0.03);
|
||||
border-radius: 8px;
|
||||
padding: 1rem;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
.video-situation-bloc h4 { margin-bottom: 0.5rem; }
|
||||
.video-situation-current {
|
||||
font-size: 0.85rem;
|
||||
color: var(--texte-secondaire);
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.onglet {
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user