- Add comprehensive JAV studios quick reference guide - Update documentation index with JAV reference - Add logo animation components and test files - Update CSS styling for cards, buttons, forms, and theme - Add utility scripts for configuration and import workflows - Update templates and UI components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
35 lines
632 B
CSS
35 lines
632 B
CSS
/*
|
|
* GOONDEX SCENE CARDS
|
|
* Landscape-focused layout for scene listings.
|
|
*/
|
|
|
|
.scene-card-grid {
|
|
--gx-card-thumb-ratio: 16 / 9;
|
|
}
|
|
|
|
.scene-card .gx-card-meta + .gx-card-meta {
|
|
margin-top: 0.25rem;
|
|
}
|
|
|
|
.scene-card .gx-card-tags {
|
|
margin-top: 0.6rem;
|
|
}
|
|
|
|
/* Harsh pink style reserved for scene cards */
|
|
.scene-card .gx-card {
|
|
background: var(--color-brand);
|
|
color: #ffffff;
|
|
border: 5px solid #ffffff;
|
|
}
|
|
|
|
.scene-card .gx-card-title,
|
|
.scene-card .gx-card-meta,
|
|
.scene-card .gx-card-tag {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.scene-card .gx-card-tag {
|
|
background: rgba(255, 255, 255, 0.12);
|
|
border: 1px solid #ffffff;
|
|
}
|