Stadium Ticket Diorama Grid Across Eras
From Wikiprompt, the free prompt encyclopedia
Stadium Ticket Diorama Grid Across Eras Generate a 2x2 grid of stadium-ticket dioramas for four countries across different decades, using CSS3 3D folding to morph ticket elements into stadium scenes with regionally accurate fan details.
Related media
Prompt ContentSave
馃寪
2x2 grid, 16:9, do this for 4 countries and different decades /* system: css3 3d topological folding engine */
:root {
--country: "[$country]";
--era: "[$decade]";
--camera: "35mm macro lens, premium studio lighting";
}
.diorama-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
perspective: 1000px; /* forces 3d spatial depth */
}
/* base 2d ticket */
.ticket-base {
background-image: semantic_infer_vintage_ticket(var(--country));
transform-style: preserve-3d;
}
/* topological extrusions */
.ticket-fold {
transform: rotatex(45deg) translatez(20px);
content: "morphs into populated grandstands";
}
.ticket-barcode {
transform: rotatex(90deg) translatez(50px) scaley(5);
content: "morphs into iron fences and floodlights";
}
.ticket-perforation {
transform: translatez(10px);
content: "morphs into crowd barriers";
}
/* population & props */
.micro-spectators {
content: "semantic inference: regionally accurate fan rituals (scarves, umbrellas, chants)";
scale: 0.015; /* 1/87 miniature scale */
}
.museum-label {
position: absolute;
bottom: 0; right: 0;
content: "[inferred sport | region | var(--country) | var(--era)]";
}
Sign in to see the full prompt
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
Usage
This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.
For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.
References
- Category: creative Prompts
- Source: https://x.com/Gdgtify/status/2089855864266183112
Talk
0 comments