Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions themes/Theme-Minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ For intended experience:

## Changelog

### Version 0.2.6 - 2025-04-06

- Theme studio rating.

### Version 0.2.5 - 2025-04-06

- Theme tag card view.
Expand Down
2 changes: 1 addition & 1 deletion themes/Theme-Minimal/Theme-Minimal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Theme - Minimal
description: Minimal Theme for Stash
version: 0.2.5
version: 0.2.6
ui:
css:
- index.css
Expand Down
280 changes: 140 additions & 140 deletions themes/Theme-Minimal/scenes.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,175 +53,175 @@
.thumbnail-section {
border-radius: 12px;
overflow: hidden;
}

a.tag-card-header {
img {
border-radius: 12px;
overflow: hidden;
width: unset;
}
a.tag-card-header {
img {
border-radius: 12px;
overflow: hidden;
width: unset;
}
}

.scene-card-preview {
margin-bottom: 0;
}
.scene-card-preview {
margin-bottom: 0;
}

.studio-overlay,
.rating-banner,
.overlay-resolution,
.overlay-duration {
height: auto;
.studio-overlay,
.rating-banner,
.overlay-resolution,
.overlay-duration {
height: auto;

background-color: var(--black-a7);
backdrop-filter: blur(10px);
color: var(--primary-12);
opacity: unset;

border-radius: 8px;
margin: 6px;
padding: 6px 8px;

line-height: 1;
font-size: var(--text-2xs);
font-weight: normal;
letter-spacing: 0.05ch;
}

background-color: var(--black-a7);
backdrop-filter: blur(10px);
color: var(--primary-12);
opacity: unset;
.studio-overlay {
--image-size: 4rem;
right: 0;
top: 0;

border-radius: 8px;
margin: 6px;
padding: 6px 8px;
height: unset;
transition: opacity 0.5s;

line-height: 1;
font-size: var(--text-2xs);
font-weight: normal;
letter-spacing: 0.05ch;
}
a {
display: block;
text-transform: uppercase;
color: inherit;
text-shadow: none;
text-decoration: none;
letter-spacing: inherit;

.studio-overlay {
--image-size: 4rem;
right: 0;
top: 0;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}

height: unset;
transition: opacity 0.5s;
a:has(> img) {
display: block;
line-height: 0;
padding: 0;

a {
display: block;
text-transform: uppercase;
color: inherit;
text-shadow: none;
text-decoration: none;
letter-spacing: inherit;
img {
margin: 0.1rem;
height: auto;
max-height: var(--image-size);
min-height: unset;

white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}
max-width: var(--image-size);
min-width: unset;

a:has(> img) {
display: block;
line-height: 0;
padding: 0;

img {
margin: 0.1rem;
height: auto;
max-height: var(--image-size);
min-height: unset;

width: 100%;
max-width: var(--image-size);
min-width: unset;

object-fit: contain;
object-position: center;
}
object-fit: contain;
object-position: center;
}
}
}

.rating-banner {
transform: none;
left: 0;
top: 0;
border-style: solid;
border-width: 0.5px;
background-color: unset;

&.rating-5 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-5-background),
rgba(102, 136, 70, 0.75)
);
border-color: rgba(153, 204, 105, 0.25);
}
.rating-banner {
transform: none;
left: 0;
top: 0;
border-style: solid;
border-width: 0.5px;
background-color: unset;

&.rating-5 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-5-background),
rgba(102, 136, 70, 0.75)
);
border-color: rgba(153, 204, 105, 0.25);
}

&.rating-4 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-4-background),
rgba(134, 106, 0, 0.75)
);
border-color: rgba(201, 159, 0, 0.25);
}
&.rating-4 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-4-background),
rgba(134, 106, 0, 0.75)
);
border-color: rgba(201, 159, 0, 0.25);
}

&.rating-3 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-3-background),
rgba(154, 96, 0, 0.75)
);
border-color: rgba(231, 144, 0, 0.25);
}
&.rating-3 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-3-background),
rgba(154, 96, 0, 0.75)
);
border-color: rgba(231, 144, 0, 0.25);
}

&.rating-2 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-2-background),
rgba(172, 80, 0, 0.75)
);
border-color: rgba(255, 120, 0, 0.25);
}
&.rating-2 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-2-background),
rgba(172, 80, 0, 0.75)
);
border-color: rgba(255, 120, 0, 0.25);
}

&.rating-1 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-1-background),
rgba(188, 56, 44, 0.75)
);
border-color: rgba(255, 84, 66, 0.25);
}
&.rating-1 {
background-color: transparent;
background-image: linear-gradient(
to right,
var(--rating-1-background),
rgba(188, 56, 44, 0.75)
);
border-color: rgba(255, 84, 66, 0.25);
}
}

.scene-specs-overlay {
left: 0;
right: 0;
bottom: 0;
.scene-specs-overlay {
left: 0;
right: 0;
bottom: 0;

display: flex !important;
justify-content: space-between;
align-items: center;
}
display: flex !important;
justify-content: space-between;
align-items: center;
}

.preview-scrubber {
.hover-scrubber {
.hover-scrubber-indicator {
background-color: unset;
.hover-scrubber-indicator-marker {
background-color: var(--primary-a10);
}
.preview-scrubber {
.hover-scrubber {
.hover-scrubber-indicator {
background-color: unset;
.hover-scrubber-indicator-marker {
background-color: var(--primary-a10);
}
}
}
}

.progress-bar {
bottom: 0;
height: 4px;
width: 100%;
background-color: unset;
.progress-bar {
bottom: 0;
height: 4px;
width: 100%;
background-color: unset;

.progress-indicator {
height: 100%;
background-color: var(--primary-a10);
backdrop-filter: blur(10px);
border-radius: 0 4px 0 0;
}
.progress-indicator {
height: 100%;
background-color: var(--primary-a10);
backdrop-filter: blur(10px);
border-radius: 0 4px 0 0;
}
}

Expand Down