mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-28 03:27:10 +00:00
website: Synchronize and randomize mockup video titles, and fix Step 2 illustration to use realistic select video dropdown
This commit is contained in:
+46
-21
@@ -3975,34 +3975,59 @@ header[id] {
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.popup-select-buttons {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
margin-top: 8px;
|
||||
.popup-form-group {
|
||||
margin-top: 6px;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.popup-form-label {
|
||||
display: block;
|
||||
font-size: 0.6rem;
|
||||
color: var(--text-muted);
|
||||
margin-bottom: 4px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.popup-select-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.popup-select-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 6px;
|
||||
padding: 6px;
|
||||
background: rgba(99, 102, 241, 0.15);
|
||||
border: 1px solid rgba(99, 102, 241, 0.35);
|
||||
border-radius: 6px;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 700;
|
||||
.popup-select-mock {
|
||||
width: 100%;
|
||||
background: var(--card);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: white;
|
||||
padding: 6px;
|
||||
border-radius: 6px;
|
||||
font-family: inherit;
|
||||
font-size: 0.62rem;
|
||||
outline: none;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
cursor: default;
|
||||
box-shadow: 0 0 8px rgba(99, 102, 241, 0.2);
|
||||
animation: tab-select-pulse 1.8s infinite alternate;
|
||||
display: block;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
@keyframes tab-select-pulse {
|
||||
0% { box-shadow: 0 0 4px rgba(99, 102, 241, 0.2); transform: scale(1); }
|
||||
100% { box-shadow: 0 0 12px rgba(99, 102, 241, 0.5); transform: scale(1.02); }
|
||||
.popup-cursor-pointer {
|
||||
position: absolute;
|
||||
bottom: -15px;
|
||||
right: 15px;
|
||||
font-size: 1.1rem;
|
||||
pointer-events: none;
|
||||
z-index: 10;
|
||||
animation: pointer-click 1.6s infinite ease-in-out;
|
||||
}
|
||||
|
||||
@keyframes pointer-click {
|
||||
0%, 100% { transform: translate(0, 0) scale(1); }
|
||||
50% { transform: translate(-3px, -3px) scale(0.9); }
|
||||
}
|
||||
|
||||
/* Step 3 forest movie continuous animation bindings */
|
||||
|
||||
Reference in New Issue
Block a user