Files
Ultrachromic/header/header_transparent-dashboard.css
2021-08-01 13:53:18 +03:00

64 lines
1.3 KiB
CSS

/*Banner transparency*/
.skinHeader {
background: none !important;
background-color: rgba(0, 0, 0, 0) !important;
}
/*Achieves similar effect without use of mask-image, foregoing the cool fade effect*/
#dashboardPage,
#dashboardGeneralPage,
#userProfilesPage,
#devicesPage,
#serverActivityPage,
#liveTvStatusPage,
#liveTvSettingsPage,
#networkingPage,
#apiKeysPage,
#logPage,
#notificationSettingsPage,
#scheduledTasksPage,
#itemDetailPage,
#userImagePage,
#displayPreferencesPage,
#homeScreenPreferencesPage,
#languagePreferencesPage,
#quickConnectPreferencesPage {
margin-top: 60px;
padding-top: 0px !important;
overflow: scroll;
}
@media all and (min-width: 100em){
#indexPage,
#moviesPage,
#tvRecommendedPage,
#musicRecommendedPage {
margin-top: 70px;
padding-top: 0px !important;
overflow: scroll;
}
#encodingSettingsPage,
#mediaLibraryPage,
#dlnaSettingsPage,
#pluginsPage {
margin-top: 60px;
padding-top: 0px !important;
overflow: scroll;
}
}
@media all and (max-width: 100em){
#indexPage,
#moviesPage,
#tvRecommendedPage,
#encodingSettingsPage,
#mediaLibraryPage,
#dlnaSettingsPage,
#pluginsPage,
#musicRecommendedPage {
margin-top: 130px;
padding-top: 0.5em !important;
overflow: scroll;
}
}