-
Notifications
You must be signed in to change notification settings - Fork 4
/
titlePage.css
50 lines (42 loc) · 954 Bytes
/
titlePage.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*Alternate itempage*/
.itemBackdrop {
height: 31vh !important;
display: inherit;
}
.detailLogo {
display: none;
}
.layout-desktop .detailRibbon {
margin-top: 0;
padding-top: .5em;
padding-bottom: .5em;
}
.layout-desktop .detailImageContainer .card {
top: 18vh;
}
#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;
}