Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Aug 4, 2024
1 parent 9961d3d commit 1973593
Showing 1 changed file with 49 additions and 17 deletions.
66 changes: 49 additions & 17 deletions themes/Theme-PornHub/Theme-PornHub.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,18 @@ body {
background-repeat: no-repeat;
background-size: cover;
color: var(--color-text);
font-family: Inter, system-ui, -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 @@ -63,7 +74,17 @@ 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 @@ -106,7 +127,7 @@ body a {
}

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

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

.card {
background-color: var(--color-black);
background-color: rgb(0 0 0 / .3);
background-color: rgb(0 0 0 / 0.3);
border-radius: 3px;
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);
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);
padding: 20px;
}

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

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

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

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

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

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

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

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

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

option {
Expand Down Expand Up @@ -394,7 +422,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 @@ -546,7 +574,7 @@ body .rating-banner {
background-size: contain;
color: #fff;
display: block;
font-size: .86rem;
font-size: 0.86rem;
font-weight: 400;
height: 0;
left: 0;
Expand Down Expand Up @@ -585,15 +613,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 @@ -806,7 +834,10 @@ 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 @@ -925,7 +956,8 @@ h2 {
}
}

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

Expand Down

0 comments on commit 1973593

Please sign in to comment.