74 lines
2.1 KiB
CSS
74 lines
2.1 KiB
CSS
/*Banner transparency*/
|
|
.skinHeader {
|
|
background: none !important;
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
}
|
|
|
|
#dashboardPage,
|
|
#dashboardGeneralPage,
|
|
#userProfilesPage,
|
|
#devicesPage,
|
|
#serverActivityPage,
|
|
#liveTvStatusPage,
|
|
#liveTvSettingsPage,
|
|
#networkingPage,
|
|
#apiKeysPage,
|
|
#logPage,
|
|
#notificationSettingsPage,
|
|
#scheduledTasksPage,
|
|
#itemDetailPage {
|
|
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 60px, rgb(0, 0, 0) 90px);
|
|
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 60px, rgb(0, 0, 0) 90px);
|
|
overflow: scroll;
|
|
}
|
|
|
|
@media all and (min-width: 100em){
|
|
#indexPage,
|
|
#moviesPage,
|
|
#tvRecommendedPage,
|
|
#musicRecommendedPage {
|
|
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 70px, rgb(0, 0, 0) 120px);
|
|
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 70px, rgb(0, 0, 0) 120px);
|
|
overflow: scroll;
|
|
}
|
|
#encodingSettingsPage,
|
|
#mediaLibraryPage,
|
|
#dlnaSettingsPage,
|
|
#pluginsPage {
|
|
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 60px, rgb(0, 0, 0) 90px);
|
|
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 60px, rgb(0, 0, 0) 90px);
|
|
overflow: scroll;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 100em){
|
|
#indexPage,
|
|
#moviesPage,
|
|
#tvRecommendedPage,
|
|
#encodingSettingsPage,
|
|
#mediaLibraryPage,
|
|
#dlnaSettingsPage,
|
|
#pluginsPage,
|
|
#musicRecommendedPage {
|
|
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 100px, rgb(0, 0, 0) 130px);
|
|
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 100px, rgb(0, 0, 0) 135px);
|
|
overflow: scroll;
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 100em){
|
|
#indexPage,
|
|
#moviesPage,
|
|
#tvRecommendedPage,
|
|
#encodingSettingsPage,
|
|
#mediaLibraryPage,
|
|
#dlnaSettingsPage,
|
|
#pluginsPage,
|
|
#musicRecommendedPage {
|
|
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 100px, rgb(0, 0, 0) 130px);
|
|
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0, 0, 0, 0) 100px, rgb(0, 0, 0) 130px);
|
|
overflow: scroll;
|
|
margin-top: 20px;
|
|
}
|
|
} |