From dcd41b05a8091cbd38efffb485a9097a7f2b0421 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:35:42 +0300 Subject: [PATCH] Update Theme-PornHub (#384) --- themes/Theme-PornHub/Theme-PornHub.css | 18 ++++++++++-------- themes/Theme-PornHub/Theme-PornHub.yml | 3 ++- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/themes/Theme-PornHub/Theme-PornHub.css b/themes/Theme-PornHub/Theme-PornHub.css index a7671e83..c2a78b57 100644 --- a/themes/Theme-PornHub/Theme-PornHub.css +++ b/themes/Theme-PornHub/Theme-PornHub.css @@ -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; @@ -30,6 +26,7 @@ body { color: var(--color-text); font-family: Inter, + system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, @@ -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; } @@ -970,3 +967,8 @@ h2 { padding-top: 0; } } + +[href="/performers/new"], +[href="/scenes/new"] { + display: none; +} diff --git a/themes/Theme-PornHub/Theme-PornHub.yml b/themes/Theme-PornHub/Theme-PornHub.yml index 14f9cc09..3e3ef738 100644 --- a/themes/Theme-PornHub/Theme-PornHub.yml +++ b/themes/Theme-PornHub/Theme-PornHub.yml @@ -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