scyfin/CSS/css-scyfin/scyfin-theme.css
2022-11-11 01:34:39 -05:00

211 lines
4.5 KiB
CSS

/* Increase size of Jellyfin logo */
.pageTitleWithLogo {
margin-left: 15px !important;
height: 40px !important;
margin-top: 5px !important;
}
/* Static left drawer */
.layout-desktop .mainDrawer {
transform: none !important;
left: 0 !important;
top: 0 !important;
width: 250px !important;
/* Modified background color */
background-color: #181818 !important;
/* Added border to right side */
border-right: 1px solid #3B3B3B;
/* Move drawer behind header */
z-index: 998 !important;
}
/* Lower drawer buttons */
.mainDrawer-scrollContainer {
margin-top: 95px !important;
}
/* Shift content to the right */
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage) {
margin-left: 250px !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 drawer button height */
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
padding-top: 0 !important;
}
/* Hide home button */
.layout-desktop .headerHomeButton {
display: none !important;
}
.layout-desktop .dashboardDocument .headerHomeButton {
display: block !important;
}
/* Fix for video player and login page */
.layout-desktop .hide-scroll .mainDrawer,
.hideMainDrawer .mainDrawer {
left: -320px !important;
}
/* Rounded cards */
.cardContent,
.cardPadder,
.cardOverlayContainer,
.blurhash-canvas,
.dialog {
border-radius: 10px !important;
}
/* Rounded left drawer buttons */
.navMenuOption,
.navMenuOption:hover,
.navMenuOption-selected {
border-radius: 100px !important;
width: 85% !important;
margin: auto !important;
text-align: center !important;
height: 45px !important;
}
/* Center icons and text and shift to the left */
.navMenuOptionIcon,
.navMenuOptionText {
position: inherit !important;
left: -10% !important;
margin-top: 0 !important;
}
/* Fix for header buttons */
.emby-button-foreground {
top: -9px !important;
}
/* Left drawer button color */
.navMenuOption-selected {
background: #46372D!important;
color: #FFB380 !important;
}
/* Modified background color */
.backgroundContainer,
.dialog,
html {
background-color: #0F0F0F !important;
}
/* Transparent header bar */
.skinHeader {
background-color: transparent !important;
margin-top: 1.5em !important;
}
/* Rounded header buttons */
.headerTabs,
.headerRight {
background-color:rgba(35, 35, 35, 0.5) !important;
border-radius: 50px !important;
backdrop-filter: blur(50px) !important;
margin-left: 250px !important;
margin-bottom: 10px !important;
}
/* Button height */
.headerRight,
.emby-tab-button {
height: 45px !important;
}
/* Lower header and add padding to right buttons */
.headerRight {
padding: 0px 5px !important;
}
/* Move left header back up */
.headerLeft {
position: relative !important;
top: -17px !important;
}
/* Settings and dashboard modifications */
.emby-input,
.emby-textarea,
.paperList,
.listItem:hover,
.subtitleappearance-preview {
border-radius: 15px !important;
}
.button-submit,
.emby-select,
.checkboxOutline,
.btnRefresh,
#btnShutdown {
border-radius: 100px !important;
}
.raised:not(.button-submit, .btnRefresh, #btnShutdown) {
background: transparent !important;
font-weight: normal !important;
}
/* Red shutdown button */
#btnShutdown {
background: #AE3739 !important;
}
/* Remove border under certain dashboard items */
.listItem-border {
border: 0 !important;
}
/* Add padding to list items */
.listItem {
padding-left: 15px !important;
}
/* Rounded dashboard cards */
.cardBox {
border-radius: 15px !important;
}
/* Removed ugliness of Networking section in dashboard */
.dashboardHostingForm .verticalSection {
border-radius: 15px !important;
border-color: #3B3B3B !important;
padding: 10px 35px !important;
}
/* Fix for scaling issues */
@media (width: 1600px) {
.headerRight {
margin-bottom: 0 !important;
}
.emby-button-foreground {
top: -4px !important;
}
}
@media (max-width: 1599px) {
.pageTitleWithLogo {
margin-left: 25px !important;
}
.headerTabs {
margin-top: -65px !important;
}
.headerRight {
margin-right: 15px !important;
}
.sectionTabs {
width: auto !important;
align-self: center !important;
}
.emby-button-foreground {
top: -2px !important;
}
}