mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
50 lines
953 B
CSS
50 lines
953 B
CSS
/*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;
|
|
}
|
|
|