mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Modify file structure of repo and removed old code
This commit is contained in:
parent
7735a84685
commit
2564564778
@ -1,4 +0,0 @@
|
|||||||
:root {
|
|
||||||
--main-accent-color: #6D9887;
|
|
||||||
--secondary-accent-color: rgba(109, 152, 135, 0.2);
|
|
||||||
}
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
/* Rounded cards */
|
|
||||||
.cardContent,
|
|
||||||
.cardPadder,
|
|
||||||
.cardOverlayContainer,
|
|
||||||
.blurhash-canvas,
|
|
||||||
.dialog {
|
|
||||||
border-radius: 15px !important;
|
|
||||||
}
|
|
||||||
@ -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;
|
|
||||||
}
|
|
||||||
@ -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;
|
|
||||||
}
|
|
||||||
4
CSS/theme-seafoam.css
Normal file
4
CSS/theme-seafoam.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
:root {
|
||||||
|
--main-accent-color: #93D7B6;
|
||||||
|
--secondary-accent-color: #93D7B620;
|
||||||
|
}
|
||||||
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user