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

25
inst01/title_simple.css Normal file
View File

@@ -0,0 +1,25 @@
/*Tweak series/movie/album title screen*/
.detailSectionContent {
max-width: 66em;
}
.trackSelections {
max-width: 22em;
}
.detailLogo {
display: none;
}
.detailPagePrimaryContainer {
background: rgba(0,0,0,0) !important;
}
.layout-desktop .detailRibbon {
background: rgba(0,0,0,0) !important;
}
@media all and (min-width: 32em){
.itemBackdrop {
display: none;
}
.layout-desktop .detailRibbon {
margin-top: 13vh;
}
}