From 2975b0b39847137d215ab2fd16839763db8e6fc9 Mon Sep 17 00:00:00 2001 From: CJ Date: Mon, 2 Sep 2024 15:51:06 -0500 Subject: [PATCH] removed redundant css file --- plugins/cjCardTweaks/cjCardTweaks.css | 187 -------------------------- 1 file changed, 187 deletions(-) delete mode 100644 plugins/cjCardTweaks/cjCardTweaks.css diff --git a/plugins/cjCardTweaks/cjCardTweaks.css b/plugins/cjCardTweaks/cjCardTweaks.css deleted file mode 100644 index d5126aa6..00000000 --- a/plugins/cjCardTweaks/cjCardTweaks.css +++ /dev/null @@ -1,187 +0,0 @@ -/* File Count Start */ - -span.file-count.badge.badge-pill.badge-info { - position: absolute; - top: 0.3rem; - right: 0.5rem; - border-radius: 50%; - width: 1.7rem; - height: 1.7rem; - padding: 5px 8px; - font-size: 100%; - box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5); -} - -.grid-card:hover .file-count.badge { - opacity: 0; - transition: opacity 0.5s; -} - -/* File Count End */ - -/* 3D Rating Banner Start */ - -.grid-card { - overflow: unset; -} - -.detail-group .rating-banner-3d { - display: none; -} - -.grid-card:hover .rating-banner-3d { - opacity: 0; - transition: opacity 0.5s; -} - -.rating-banner { - display: none; -} - -.rating-banner-3d { - height: 110px; - left: -6px; - overflow: hidden; - position: absolute; - top: -6px; - width: 110px; -} - -.rating-banner-3d span { - box-shadow: 0 5px 4px rgb(0 0 0 / 50%); - position: absolute; - display: block; - width: 170px; - padding: 10px 0; - padding-right: 5px; - background-color: #ff6a07; - color: #fff; - font: - 700 18px / 1 "Lato", - sans-serif; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); - text-transform: uppercase; - text-align: center; - font-size: 1rem; - font-weight: 700; - letter-spacing: 1px; - right: -20px; - top: 24px; - transform: rotate(-45deg); -} - -.rating-banner-3d::before { - top: 0; - right: 0; - position: absolute; - z-index: -1; - content: ""; - display: block; - border: 5px solid #a34405; - border-top-color: transparent; - border-left-color: transparent; -} - -.rating-banner-3d::after { - bottom: 0; - left: 0; - position: absolute; - z-index: -1; - content: ""; - display: block; - border: 5px solid #963e04; -} - -/* 3D Rating Banner End */ - -/* Performer Profile Card Start */ - -.performer-card:hover img.performer-card-image { - box-shadow: 0 0 0 rgb(0 0 0 / 20%), 0 0 6px rgb(0 0 0 / 90%); - transition: box-shadow .5s .5s; -} - -@media (min-width: 1691px) { - .performer-recommendations .card .performer-card-image { - height: unset; - } -} - -button.btn.favorite-button.not-favorite, -button.btn.favorite-button.favorite { - transition: filter .5s .5s; -} - -.performer-card:hover .thumbnail-section button.btn.favorite-button.not-favorite, -.performer-card:hover .thumbnail-section button.btn.favorite-button.favorite { - filter: drop-shadow(0 0 2px rgba(0, 0, 0, .9)); -} - -.performer-card .thumbnail-section button.btn.favorite-button.not-favorite, -.performer-card .thumbnail-section button.btn.favorite-button.favorite { - top: 10px; - filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .9)); -} - -.item-list-container .performer-card__age, -.recommendation-row .performer-card__age, -.item-list-container .performer-card .card-section-title, -.recommendation-row .performer-card .card-section-title, -.item-list-container .performer-card .thumbnail-section, -.recommendation-row .performer-card .thumbnail-section { - display: flex; - align-content: center; - justify-content: center; -} - -.item-list-container .performer-card .thumbnail-section a, -.recommendation-row .performer-card .thumbnail-section a { - display: contents; -} - -.item-list-container .performer-card-image, -.recommendation-row .performer-card-image { - aspect-ratio: 1 / 1; - display: flex; - object-fit: cover; - border: 3px solid var(--plex-yelow); - border-radius: 50%; - min-width: unset; - position: relative; - width: 58%; - margin: auto; - z-index: 1; - margin-top: 1.5rem; - box-shadow: - 0 13px 26px rgb(0 0 0 / 20%), - 0 3px 6px rgb(0 0 0 / 90%); - object-position: center; - transition: box-shadow .5s .5s; -} - -.item-list-container .performer-card hr, -.recommendation-row .performer-card hr { - width: 90%; -} - -.item-list-container .performer-card .fi, -.recommendation-row .performer-card .fi { - position: absolute; - top: 81.5%; - left: 69%; - border-radius: 50% !important; - background-size: cover; - margin-left: -1px; - height: 1.5rem; - width: 1.5rem; - z-index: 10; - border: solid 2px #252525; - box-shadow: unset; -} - -.item-list-container .performer-card .card-popovers .btn, -.recommendation-row .performer-card .card-popovers .btn { - font-size: 0.9rem; -} - -/* Performer Profile Card End */