Update finimalism3-0

This commit is contained in:
tedhinklater 2023-11-29 02:14:04 +00:00 committed by GitHub
parent c5b88d0bd8
commit 8770769a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,6 @@ span.homeLibraryText {
font-size: 14pt; font-size: 14pt;
} }
/* Overlay Progress Bar */ /* Overlay Progress Bar */
#itemDetailPage .itemProgressBar, #itemDetailPage .itemProgressBar,
#indexPage .itemProgressBar { #indexPage .itemProgressBar {
@ -45,11 +43,6 @@ span.homeLibraryText {
background: linear-gradient(to right, rgba(163, 95, 198, 0.7) 0%, rgba(6, 161, 217, 0.2) 100%); background: linear-gradient(to right, rgba(163, 95, 198, 0.7) 0%, rgba(6, 161, 217, 0.2) 100%);
} }
/*Alternate itempage*/ /*Alternate itempage*/
.itemBackdrop { .itemBackdrop {
@ -166,7 +159,6 @@ fieldset {
background: rgba(0,0,0,.5) !important; background: rgba(0,0,0,.5) !important;
} }
/*Homepage modifications, transparent footerplayer and fixed sectiontitles*/ /*Homepage modifications, transparent footerplayer and fixed sectiontitles*/
.appfooter { .appfooter {
background: rgba(0,0,0,0.9); background: rgba(0,0,0,0.9);
@ -222,7 +214,6 @@ progress::-webkit-progress-value {
box-shadow: none; box-shadow: none;
} }
/*Modify subtitle settings page*/ /*Modify subtitle settings page*/
.subtitleappearance-preview { .subtitleappearance-preview {
background: linear-gradient(140deg,#444,#111) !important; background: linear-gradient(140deg,#444,#111) !important;
@ -508,7 +499,6 @@ progress::-webkit-progress-value {
scrollbar-color: rgba(var(--accent),0.8) #0000 !important; scrollbar-color: rgba(var(--accent),0.8) #0000 !important;
} }
/* Syncplay theming*/ /* Syncplay theming*/
.syncPlayIconCircle { .syncPlayIconCircle {
color: rgba(var(--accent),1) !important; color: rgba(var(--accent),1) !important;
@ -996,8 +986,6 @@ div[data-role="controlgroup"] a[data-role="button"] {
margin-right: .2em; margin-right: .2em;
} }
/*Remove background on some icons*/ /*Remove background on some icons*/
.listItemIcon { .listItemIcon {
background: #0000 !important; background: #0000 !important;
@ -1467,10 +1455,6 @@ progress::-webkit-progress-value {
padding: 1.8em; padding: 1.8em;
} }
/* Display the new sections */ /* Display the new sections */
.homeLibraryButton { .homeLibraryButton {
display: inline-block; display: inline-block;
@ -1487,8 +1471,6 @@ progress::-webkit-progress-value {
text-align: center; /* Center the content inside the container */ text-align: center; /* Center the content inside the container */
} }
/*hover zoom*/ /*hover zoom*/
.homeLibraryButton:hover, .homeLibraryButton:hover,
.homeLibraryButton:focus, .homeLibraryButton:focus,
@ -1501,8 +1483,6 @@ progress::-webkit-progress-value {
transition: transform 1s ease; /* Add a 1-second transition with ease timing function */ transition: transform 1s ease; /* Add a 1-second transition with ease timing function */
} }
/* Custom CSS to show only the channel name without the channel number */ /* Custom CSS to show only the channel name without the channel number */
.channelsContainer .guide-channelHeaderCell::after { .channelsContainer .guide-channelHeaderCell::after {
content: attr(title); content: attr(title);
@ -1517,7 +1497,6 @@ progress::-webkit-progress-value {
display: none; /* Hide the channel number */ display: none; /* Hide the channel number */
} }
/*Style backdrop*/ /*Style backdrop*/
.backdropImage {filter: blur(2px) saturate(120%) contrast(130%) brightness(40%);} .backdropImage {filter: blur(2px) saturate(120%) contrast(130%) brightness(40%);}
@ -1542,9 +1521,6 @@ progress::-webkit-progress-value {
padding: 10px; padding: 10px;
} }
/* Hide Genres and Writers */ /* Hide Genres and Writers */
.detailsGroupItem.genresGroup, .detailsGroupItem.genresGroup,
.detailsGroupItem.writersGroup { .detailsGroupItem.writersGroup {
@ -1607,7 +1583,6 @@ progress::-webkit-progress-value {
height: 3.2em; height: 3.2em;
} }
/* Hide specific Live TV buttons */ /* Hide specific Live TV buttons */
a[href="#!/livetv.html?tab=0&serverId=67303d06cb7c4c16b5be3492dafb9cae"], a[href="#!/livetv.html?tab=0&serverId=67303d06cb7c4c16b5be3492dafb9cae"],
a[href="#!/livetv.html?tab=1&serverId=67303d06cb7c4c16b5be3492dafb9cae"], a[href="#!/livetv.html?tab=1&serverId=67303d06cb7c4c16b5be3492dafb9cae"],
@ -1623,15 +1598,10 @@ a[href="#!/livetv.html?tab=5&serverId=67303d06cb7c4c16b5be3492dafb9cae"] {
width: 80px; /* Adjust this value as needed */ width: 80px; /* Adjust this value as needed */
} }
.verticalSection-extrabottompadding > .sectionTitle-cards:not(#similarCollapsible .sectionTitle-cards) { .verticalSection-extrabottompadding > .sectionTitle-cards:not(#similarCollapsible .sectionTitle-cards) {
display: none; display: none;
} }
/* Adjusted size for cards in the "Next Up" section */ /* Adjusted size for cards in the "Next Up" section */
@media all and (min-width: 131.25em) { @media all and (min-width: 131.25em) {
.verticalSection.section2 .card.overflowBackdropCard { .verticalSection.section2 .card.overflowBackdropCard {
@ -1691,8 +1661,6 @@ a[href="#!/livetv.html?tab=5&serverId=67303d06cb7c4c16b5be3492dafb9cae"] {
} }
} }
/* Gradient for buttons on hover */ /* Gradient for buttons on hover */
.mainDrawer-scrollContainer.scrollContainer .navMenuOption:hover, .mainDrawer-scrollContainer.scrollContainer .navMenuOption:hover,
.mainDrawer-scrollContainer.scrollContainer .navMenuOption:hover emby-button, .mainDrawer-scrollContainer.scrollContainer .navMenuOption:hover emby-button,