mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Finalized title options
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
.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;
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
}
|
||||
.detailLogo {
|
||||
display: none;
|
||||
}
|
||||
.layout-desktop .detailRibbon {
|
||||
margin-top: 0;
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
background: rgba(0,0,0,.2) !important;
|
||||
}
|
||||
.detailImageContainer .card.backdropCard {
|
||||
top: 40vh;
|
||||
}
|
||||
.itemBackdrop::after {
|
||||
background: rgba(0,0,0,.5) !important;
|
||||
}
|
||||
@@ -6,6 +6,14 @@
|
||||
background-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
/*Colors for title_2*/
|
||||
.layout-desktop .detailRibbon {
|
||||
background: rgba(0,0,0,.2) !important;
|
||||
}
|
||||
.itemBackdrop::after {
|
||||
background: rgba(0,0,0,.5) !important;
|
||||
}
|
||||
|
||||
/*Episode hover*/
|
||||
.listItem:hover {
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
|
||||
Reference in New Issue
Block a user