Upload für erste instanz

This commit is contained in:
DedBash
2025-07-22 10:02:56 +02:00
commit 8c9f84a1d2
17 changed files with 1514 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.skinHeader-withBackground {
background-color: transparent;
}
/*Pages the have single unit height taskbar*/
@media all and (min-width: 100em){
#indexPage,
#moviesPage,
#tvRecommendedPage,
#musicRecommendedPage {
margin-top: 68px;
padding-top: 0px !important;
overflow-y: scroll;
}
}
/*Pages the have two unit height taskbar*/
@media all and (max-width: 100em){
#indexPage,
#moviesPage,
#tvRecommendedPage,
#musicRecommendedPage {
margin-top: 130px;
padding-top: 0.5em !important;
overflow-y: scroll;
}
}
.force-scroll {
overflow-y: auto;
overflow-x: auto;
}