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