mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Top bar module rework
This commit is contained in:
@@ -1,77 +1,24 @@
|
||||
/*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 !important;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/*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 {
|
||||
padding-top: 0px !important;
|
||||
overflow: scroll;
|
||||
.skinHeader-withBackground {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*Pages the have single unit height taskbar*/
|
||||
@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;
|
||||
margin-top: 68px;
|
||||
padding-top: 0px !important;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
/*Pages the have two unit height taskbar*/
|
||||
@media all and (max-width: 100em){
|
||||
#indexPage,
|
||||
#moviesPage,
|
||||
#tvRecommendedPage,
|
||||
#encodingSettingsPage,
|
||||
#mediaLibraryPage,
|
||||
#dlnaSettingsPage,
|
||||
#pluginsPage,
|
||||
#musicRecommendedPage {
|
||||
margin-top: 130px;
|
||||
padding-top: 0.5em !important;
|
||||
|
||||
@@ -1,46 +1,20 @@
|
||||
#liveTvStatusPage .skinHeader,
|
||||
#itemDetailPage .skinHeader,
|
||||
#userImagePage .skinHeader,
|
||||
#displayPreferencesPage .skinHeader,
|
||||
#homeScreenPreferencesPage .skinHeader,
|
||||
#languagePreferencesPage .skinHeader,
|
||||
#indexPage .skinHeader,
|
||||
#moviesPage .skinHeader,
|
||||
#tvRecommendedPage .skinHeader,
|
||||
#musicRecommendedPage .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*/
|
||||
#liveTvStatusPage,
|
||||
#itemDetailPage,
|
||||
#userImagePage,
|
||||
#displayPreferencesPage,
|
||||
#homeScreenPreferencesPage,
|
||||
#languagePreferencesPage {
|
||||
margin-top: 60px;
|
||||
padding-top: 0px !important;
|
||||
overflow: scroll;
|
||||
.skinHeader-withBackground {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*Pages the have single unit height taskbar*/
|
||||
@media all and (min-width: 100em){
|
||||
#indexPage,
|
||||
#moviesPage,
|
||||
#tvRecommendedPage,
|
||||
#musicRecommendedPage {
|
||||
margin-top: 70px;
|
||||
padding-top: 0px !important;
|
||||
overflow: scroll;
|
||||
}
|
||||
#encodingSettingsPage,
|
||||
#mediaLibraryPage {
|
||||
margin-top: 60px;
|
||||
margin-top: 68px;
|
||||
padding-top: 0px !important;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
/*Pages the have two unit height taskbar*/
|
||||
@media all and (max-width: 100em){
|
||||
#indexPage,
|
||||
#moviesPage,
|
||||
|
||||
Reference in New Issue
Block a user