mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Huge hopefully final update
This commit is contained in:
49
titlepage/title_banner-logo.css
Normal file
49
titlepage/title_banner-logo.css
Normal file
@@ -0,0 +1,49 @@
|
||||
/*Alternate itempage*/
|
||||
.itemBackdrop {
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
}
|
||||
.detailLogo {
|
||||
display: none;
|
||||
}
|
||||
.layout-desktop .detailRibbon {
|
||||
margin-top: 0;
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
.detailImageContainer .card.backdropCard {
|
||||
top: 40vh;
|
||||
}
|
||||
|
||||
#itemDetailPage .detailLogo {
|
||||
position: static;
|
||||
margin-left: 32.5%;
|
||||
display: block;
|
||||
-webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
|
||||
/*! filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75)); */
|
||||
flex-shrink: 0;
|
||||
background-position: 0 50%;
|
||||
margin-top: -18vh;
|
||||
margin-bottom: 2vh;
|
||||
}
|
||||
|
||||
.layout-mobile .detailLogo {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#itemDetailPage .itemName.infoText.parentNameLast {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide+.detailPageWrapperContainer .itemName {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.itemName {
|
||||
margin: .5em 0 !important;
|
||||
}
|
||||
|
||||
.layout-mobile #itemDetailPage .itemName.infoText.parentNameLast {
|
||||
display: block;
|
||||
}
|
||||
|
||||
16
titlepage/title_banner.css
Normal file
16
titlepage/title_banner.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/*Alternate itempage*/
|
||||
.itemBackdrop {
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
}
|
||||
.detailLogo {
|
||||
display: none;
|
||||
}
|
||||
.layout-desktop .detailRibbon {
|
||||
margin-top: 0;
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
.detailImageContainer .card.backdropCard {
|
||||
top: 40vh;
|
||||
}
|
||||
60
titlepage/title_simple-logo.css
Normal file
60
titlepage/title_simple-logo.css
Normal file
@@ -0,0 +1,60 @@
|
||||
/*Tweak series/movie/album title screen*/
|
||||
.detailImageContainer .card {
|
||||
position:fixed;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
#itemDetailPage .detailLogo {
|
||||
position: static;
|
||||
margin-left: 32.5%;
|
||||
display: block;
|
||||
-webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
|
||||
/*! filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75)); */
|
||||
flex-shrink: 0;
|
||||
background-position: 0 50%;
|
||||
margin-top: 8vh;
|
||||
margin-bottom: -10em;
|
||||
}
|
||||
|
||||
.layout-mobile .detailLogo {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#itemDetailPage .itemName.infoText.parentNameLast {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide+.detailPageWrapperContainer .itemName {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.itemName {
|
||||
margin: .5em 0 !important;
|
||||
}
|
||||
|
||||
.layout-mobile #itemDetailPage .itemName.infoText.parentNameLast {
|
||||
display: block;
|
||||
}
|
||||
|
||||
27
titlepage/title_simple.css
Normal file
27
titlepage/title_simple.css
Normal file
@@ -0,0 +1,27 @@
|
||||
/*Tweak series/movie/album title screen*/
|
||||
.detailImageContainer .card {
|
||||
position:fixed;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user