2021-05-30 17:25:50 +03:00
|
|
|
/*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;
|
2021-08-01 13:53:18 +03:00
|
|
|
padding-top: 0.5em !important;
|
2021-05-30 17:25:50 +03:00
|
|
|
overflow: scroll;
|
|
|
|
|
}
|
2021-08-01 13:53:18 +03:00
|
|
|
}
|