Skip to content

Commit

Permalink
Update Theme-PornHub (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon authored Aug 4, 2024
1 parent 65985ee commit dcd41b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 10 additions & 8 deletions themes/Theme-PornHub/Theme-PornHub.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/* Author: ronilaukkarinen */
/* stylelint-disable selector-max-specificity, declaration-no-important, selector-type-no-unknown, selector-max-class, a11y/no-outline-none, no-descending-specificity, selector-max-pseudo-class, property-disallowed-list, font-weight-notation, max-line-length, a11y/no-display-none, a11y/font-size-is-readable */
/* Pornhub inspired stash theme */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* NEEDS PLEX THEME TO BE INSTALLED AND ENABLED */
/* Stashub: A pornhub inspired stash theme by neurokinin */
/* Variables */
:root {
--color-black: #000;
Expand All @@ -30,6 +26,7 @@ body {
color: var(--color-text);
font-family:
Inter,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Expand Down Expand Up @@ -341,14 +338,14 @@ option:focus {
}

.folder-list .btn-link {
/*color: #2c2e30;*/
color: #ffffff;
color: #2c2e30;
}

#performer-scraper-popover {
z-index: 10;
}

#root,
body {
background: var(--color-black) !important;
}
Expand Down Expand Up @@ -970,3 +967,8 @@ h2 {
padding-top: 0;
}
}

[href="/performers/new"],
[href="/scenes/new"] {
display: none;
}
3 changes: 2 additions & 1 deletion themes/Theme-PornHub/Theme-PornHub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Theme - Pornhub
description: PornHub Theme for Stash by ronilaukkarinen
description: PornHub Theme for Stash by neurokinin
version: 1.0
ui:
css:
- Theme-PornHub.css
- https://raw.githubusercontent.com/stashapp/CommunityScripts/main/themes/Theme-Plex/Theme-Plex.css

0 comments on commit dcd41b0

Please sign in to comment.