- 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
673 B
CSS
35 lines
673 B
CSS
/*
|
|
* GOONDEX PERFORMER CARDS
|
|
* Portrait-focused layout for performer listings.
|
|
*/
|
|
|
|
.performer-card-grid {
|
|
--gx-card-thumb-ratio: 3 / 4;
|
|
}
|
|
|
|
.performer-card .gx-card-meta + .gx-card-meta {
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.performer-card .gx-card-tags {
|
|
margin-top: 0.6rem;
|
|
}
|
|
|
|
/* Harsh pink style reserved for performer cards */
|
|
.performer-card .gx-card {
|
|
background: var(--color-brand);
|
|
color: #ffffff;
|
|
border: 5px solid #ffffff;
|
|
}
|
|
|
|
.performer-card .gx-card-title,
|
|
.performer-card .gx-card-meta,
|
|
.performer-card .gx-card-tag {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.performer-card .gx-card-tag {
|
|
background: rgba(255, 255, 255, 0.12);
|
|
border: 1px solid #ffffff;
|
|
}
|