Skip to content

Commit

Permalink
Update Theme-PornHub.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon authored Aug 4, 2024
1 parent 65985ee commit 5349c75
Showing 1 changed file with 26 additions and 56 deletions.
82 changes: 26 additions & 56 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 @@ -28,17 +24,7 @@ body {
background-repeat: no-repeat;
background-size: cover;
color: var(--color-text);
font-family:
Inter,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
Helvetica Neue,
sans-serif;
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
height: 100%;
padding: 6rem 0 0;
/* background-image: url("https://user-images.githubusercontent.com/63812189/79506691-4af78900-7feb-11ea-883e-87b8e05ceb1c.png"); */
Expand Down Expand Up @@ -77,17 +63,7 @@ body .tag-item {
body div,
body p,
body a {
font-family:
Inter,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
Helvetica Neue,
sans-serif;
font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.show-carat.dropdown .btn,
Expand Down Expand Up @@ -130,7 +106,7 @@ body a {
}

* {
scrollbar-color: hsl(0deg 0% 100% / 0.2) transparent;
scrollbar-color: hsl(0deg 0% 100% / .2) transparent;
}

.bg-dark {
Expand All @@ -139,12 +115,9 @@ body a {

.card {
background-color: var(--color-black);
background-color: rgb(0 0 0 / 0.3);
background-color: rgb(0 0 0 / .3);
border-radius: 3px;
box-shadow:
0 0 0 1px rgb(16 22 26 / 0.4),
0 0 0 rgb(16 22 26 / 0),
0 0 0 rgb(16 22 26 / 0);
box-shadow: 0 0 0 1px rgb(16 22 26 / .4), 0 0 0 rgb(16 22 26 / 0), 0 0 0 rgb(16 22 26 / 0);
padding: 20px;
}

Expand Down Expand Up @@ -199,7 +172,7 @@ body p {
}

.btn-secondary.filter-item.col-1.d-none.d-sm-inline.form-control {
background-color: rgb(0 0 0 / 0.15);
background-color: rgb(0 0 0 / .15);
}

.btn.active,
Expand Down Expand Up @@ -246,15 +219,15 @@ minimal.w-100.active.btn.btn-primary,
}

input[type="range"]::-moz-range-track {
background: hsl(0deg 0% 100% / 0.25);
background: hsl(0deg 0% 100% / .25);
}

input[type="range"]::-moz-range-thumb {
background: #bcbcbc;
}

div.react-select__control {
background-color: hsl(0deg 0% 39.2% / 0.4);
background-color: hsl(0deg 0% 39.2% / .4);
border-color: #394b59;
color: #182026;
cursor: pointer;
Expand All @@ -276,11 +249,7 @@ div.react-select__control {
}

.scene-wall-item-text-container {
background: radial-gradient(
farthest-corner at 50% 50%,
rgb(50 50 50 / 0.5) 50%,
#323232 100%
);
background: radial-gradient(farthest-corner at 50% 50%, rgb(50 50 50 / .5) 50%, #323232 100%);
color: #eee;
}

Expand Down Expand Up @@ -323,7 +292,7 @@ button.minimal.brand-link.d-none.d-md-inline-block.btn.btn-primary {

a:hover,
a:focus {
color: hsl(0deg 0% 100% / 0.7);
color: hsl(0deg 0% 100% / .7);
}

option {
Expand All @@ -341,14 +310,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 @@ -425,7 +394,7 @@ body .top-nav .navbar-brand button::after {
background: var(--color-hubs);
border-radius: 3px;
color: var(--color-black);
content: "hub";
content: 'hub';
display: inline-block;
font-weight: 700 !important;
margin: 0 0 0 3px;
Expand Down Expand Up @@ -577,7 +546,7 @@ body .rating-banner {
background-size: contain;
color: #fff;
display: block;
font-size: 0.86rem;
font-size: .86rem;
font-weight: 400;
height: 0;
left: 0;
Expand Down Expand Up @@ -616,15 +585,15 @@ body .rating-banner::after {
}

body .rating-banner.rating-3::after {
content: "3";
content: '3';
}

body .rating-banner.rating-4::after {
content: "4";
content: '4';
}

body .rating-banner.rating-5::after {
content: "5";
content: '5';
}

.wall-item-text {
Expand Down Expand Up @@ -837,10 +806,7 @@ div[role="toolbar"] + .d-flex > .tag-item.badge.badge-secondary {
gap: 10px;
}

div[role="toolbar"]
+ .d-flex
> .tag-item.badge.badge-secondary
button[type="button"] {
div[role="toolbar"] + .d-flex > .tag-item.badge.badge-secondary button[type="button"] {
align-items: center;
background: none !important;
bottom: 0 !important;
Expand Down Expand Up @@ -959,8 +925,7 @@ h2 {
}
}

[data-rb-event-key="https://opencollective.com/stashapp"]
{
[data-rb-event-key="https://opencollective.com/stashapp"] {
display: none !important;
}

Expand All @@ -970,3 +935,8 @@ h2 {
padding-top: 0;
}
}

[href="/performers/new"],
[href="/scenes/new"] {
display: none;
}

0 comments on commit 5349c75

Please sign in to comment.