From 2564564778808d4cedf4a8c2740043ef71f9c464 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 6 Jun 2024 23:41:57 -0400 Subject: [PATCH] Modify file structure of repo and removed old code --- CSS/css-scyfin/theme-seafoam.css | 4 - .../disable-static-drawer-backdrop.css | 0 .../disable-static-drawer.css | 0 CSS/rounded-cards.css | 8 -- CSS/rounded-drawer-buttons.css | 20 ----- .../scyfin-theme-backdrop.css | 0 CSS/{css-scyfin => }/scyfin-theme.css | 0 CSS/static-left-drawer.css | 37 --------- CSS/{css-scyfin => }/theme-coral.css | 0 CSS/theme-seafoam.css | 4 + CSS/{css-scyfin => }/theme-snow.css | 0 CSS/transparent-header.css | 79 ------------------- 12 files changed, 4 insertions(+), 148 deletions(-) delete mode 100644 CSS/css-scyfin/theme-seafoam.css rename CSS/{css-scyfin => }/disable-static-drawer-backdrop.css (100%) rename CSS/{css-scyfin => }/disable-static-drawer.css (100%) delete mode 100644 CSS/rounded-cards.css delete mode 100644 CSS/rounded-drawer-buttons.css rename CSS/{css-scyfin => }/scyfin-theme-backdrop.css (100%) rename CSS/{css-scyfin => }/scyfin-theme.css (100%) delete mode 100644 CSS/static-left-drawer.css rename CSS/{css-scyfin => }/theme-coral.css (100%) create mode 100644 CSS/theme-seafoam.css rename CSS/{css-scyfin => }/theme-snow.css (100%) delete mode 100644 CSS/transparent-header.css diff --git a/CSS/css-scyfin/theme-seafoam.css b/CSS/css-scyfin/theme-seafoam.css deleted file mode 100644 index a80b8af..0000000 --- a/CSS/css-scyfin/theme-seafoam.css +++ /dev/null @@ -1,4 +0,0 @@ -:root { - --main-accent-color: #6D9887; - --secondary-accent-color: rgba(109, 152, 135, 0.2); -} \ No newline at end of file diff --git a/CSS/css-scyfin/disable-static-drawer-backdrop.css b/CSS/disable-static-drawer-backdrop.css similarity index 100% rename from CSS/css-scyfin/disable-static-drawer-backdrop.css rename to CSS/disable-static-drawer-backdrop.css diff --git a/CSS/css-scyfin/disable-static-drawer.css b/CSS/disable-static-drawer.css similarity index 100% rename from CSS/css-scyfin/disable-static-drawer.css rename to CSS/disable-static-drawer.css diff --git a/CSS/rounded-cards.css b/CSS/rounded-cards.css deleted file mode 100644 index 87ea8bd..0000000 --- a/CSS/rounded-cards.css +++ /dev/null @@ -1,8 +0,0 @@ -/* Rounded cards */ -.cardContent, -.cardPadder, -.cardOverlayContainer, -.blurhash-canvas, -.dialog { - border-radius: 15px !important; -} \ No newline at end of file diff --git a/CSS/rounded-drawer-buttons.css b/CSS/rounded-drawer-buttons.css deleted file mode 100644 index a8eec4e..0000000 --- a/CSS/rounded-drawer-buttons.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Rounded buttons */ -.navMenuOption, -.navMenuOption:hover, -.navMenuOption-selected { - border-radius: 100px !important; - width: 85% !important; - margin: auto !important; - - /* Modify button height (optional) - height: 45px !important; - */ -} - -/* Center content vertically and shift to the left */ -.navMenuOptionIcon, -.navMenuOptionText { - position: inherit !important; - left: -7% !important; - margin-top: 0 !important; -} \ No newline at end of file diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/scyfin-theme-backdrop.css similarity index 100% rename from CSS/css-scyfin/scyfin-theme-backdrop.css rename to CSS/scyfin-theme-backdrop.css diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/scyfin-theme.css similarity index 100% rename from CSS/css-scyfin/scyfin-theme.css rename to CSS/scyfin-theme.css diff --git a/CSS/static-left-drawer.css b/CSS/static-left-drawer.css deleted file mode 100644 index e4d3401..0000000 --- a/CSS/static-left-drawer.css +++ /dev/null @@ -1,37 +0,0 @@ -/* Static left drawer */ -.layout-desktop .mainDrawer { - transform: none !important; - left: 0 !important; - top: 65px !important; - width: 250px !important; -} - -/* Shift content to the right */ -.layout-desktop .libraryPage { - margin-left: 225px !important; -} - -/* Hide transition on page load */ -.layout-desktop .touch-menu-la.transition { - transition: none !important; -} - -/* Hide hamburger button */ -.layout-desktop .mainDrawerButton { - display: none !important; -} - -/* Fix for dashboard height */ -.layout-desktop .dashboardDocument .mainDrawer { - top: 0px !important; -} - -/* Re-center header buttons */ -.layout-desktop .headerTabs { - margin-left: 250px !important; -} -/* Fix for video player and login page */ -.layout-desktop .hide-scroll .mainDrawer, -.layout-desktop .hideMainDrawer .mainDrawer { - left: -320px !important; -} \ No newline at end of file diff --git a/CSS/css-scyfin/theme-coral.css b/CSS/theme-coral.css similarity index 100% rename from CSS/css-scyfin/theme-coral.css rename to CSS/theme-coral.css diff --git a/CSS/theme-seafoam.css b/CSS/theme-seafoam.css new file mode 100644 index 0000000..2e03a3a --- /dev/null +++ b/CSS/theme-seafoam.css @@ -0,0 +1,4 @@ +:root { + --main-accent-color: #93D7B6; + --secondary-accent-color: #93D7B620; +} \ No newline at end of file diff --git a/CSS/css-scyfin/theme-snow.css b/CSS/theme-snow.css similarity index 100% rename from CSS/css-scyfin/theme-snow.css rename to CSS/theme-snow.css diff --git a/CSS/transparent-header.css b/CSS/transparent-header.css deleted file mode 100644 index 021f72b..0000000 --- a/CSS/transparent-header.css +++ /dev/null @@ -1,79 +0,0 @@ -/* Transparent header bar */ -.skinHeader { - background-color: transparent !important; -} - -/* Rounded header buttons */ -.headerTabs, -.headerRight { - background-color:rgba(35, 35, 35, 0.5) !important; - border-radius: 50px !important; - backdrop-filter: blur(50px) !important; -} - -/* Lower header and add padding to right buttons */ -.layout-desktop .headerRight { - padding: 5px !important; -} - -/* Header size */ -.layout-desktop .headerTabs { - height: 52px !important; - top: 1px !important; -} -.layout-mobile .headerTabs { - height: 45px !important; -} - -/* Center text */ -.emby-button-foreground { - top: -6px !important; -} - -/* Mobile fixes */ -.layout-mobile .headroom--unpinned { - transform: translateY(-50%); -} -.layout-mobile .sectionTabs { - margin-left: auto !important; - margin-right: auto !important; - width: auto !important; -} -.layout-mobile .emby-button-foreground { - top: -2px !important; -} - -/* Fix for scaling issues */ -@media (width: 1600px) { - .layout-desktop .headerRight { - margin-bottom: 0 !important; - } - .layout-desktop .headerTabs { - top: -7px !important; - } -} -@media (max-width: 1600px) { - .layout-desktop .emby-button-foreground { - top: -1px !important; - } -} -@media (max-width: 1599px) { - .layout-desktop .pageTitleWithLogo { - margin-left: 25px !important; - } - .layout-desktop .headerTabs { - margin-top: -65px !important; - } - .layout-desktop .headerRight { - margin-right: 15px !important; - } - .layout-desktop .sectionTabs { - width: auto !important; - align-self: center !important; - } -} -@media (max-width: 100em) { - .withSectionTabs .headerTop { - padding-bottom: 1em !important; - } -} \ No newline at end of file