mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Reduced the main media title font weight
dev: fixed formatting
This commit is contained in:
@@ -982,8 +982,9 @@ html {
|
|||||||
|
|
||||||
|
|
||||||
/* Uncomment to turn dithering back on - START*/
|
/* Uncomment to turn dithering back on - START*/
|
||||||
.backgroundContainer:not(.withBackdrop, .backgroundContainer-transparent) {
|
.backgroundContainer:not(.withBackdrop, .backgroundContainer-transparent),
|
||||||
background: var(--backgroundGradient)
|
.backdropContainer {
|
||||||
|
background: var(--backgroundGradient);
|
||||||
/* background: var(--lighterGradientPoint); */
|
/* background: var(--lighterGradientPoint); */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2516,7 +2517,35 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
.infoWrapper h1.itemName,
|
.infoWrapper h1.itemName,
|
||||||
.infoWrapper h1.parentName {
|
.infoWrapper h1.parentName {
|
||||||
font-size: xxx-large;
|
font-size: 4em;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
/* font-family: 'Inter'; */
|
||||||
|
/* text-transform: uppercase; */
|
||||||
|
/* margin-top: -25%; */
|
||||||
|
/* font-weight: 200; */
|
||||||
|
/* letter-spacing: .5em; */
|
||||||
|
/* transform: translateY(-8%); */
|
||||||
|
/* padding-left: 1ch; */
|
||||||
|
padding-bottom: .5ch;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infoWrapper h1.itemName,
|
||||||
|
.infoWrapper h1.parentName,
|
||||||
|
.infoWrapper h1.itemName a,
|
||||||
|
.infoWrapper h1.parentName a {
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infoWrapper h1.itemName bdi,
|
||||||
|
.infoWrapper h1.parentName bdi,
|
||||||
|
.infoWrapper h1.itemName a,
|
||||||
|
.infoWrapper h1.parentName a {
|
||||||
|
overflow: hidden;
|
||||||
|
display: -webkit-box !important;
|
||||||
|
-webkit-line-clamp: 3;
|
||||||
|
line-clamp: 3;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .infoWrapper h1.itemName,
|
.layout-mobile .infoWrapper h1.itemName,
|
||||||
@@ -2524,6 +2553,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
.layout-mobile .infoWrapper h1.parentNameLast {
|
.layout-mobile .infoWrapper h1.parentNameLast {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
padding-bottom: 0ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemName.originalTitle {
|
.itemName.originalTitle {
|
||||||
@@ -2573,7 +2603,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
border-radius: var(--smallerRadius);
|
border-radius: var(--smallerRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
#guideTab{
|
#guideTab {
|
||||||
padding-top: 3em !important;
|
padding-top: 3em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user