update timer images

This commit is contained in:
Luke Pulverenti
2016-12-17 21:35:21 -05:00
parent 6190a7ea45
commit 67bfc785cb
4 changed files with 4 additions and 43 deletions
+2 -37
View File
@@ -13,7 +13,7 @@
.background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6, 6, .94) !important;
background: linear-gradient(to right, rgba(0, 0, 0, .98), rgba(0, 0, 0, .95), rgba(0, 0, 0, .64)) !important;
background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .92), rgba(0, 0, 0, .5)) !important;
}
.ui-body-b {
@@ -250,7 +250,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-size: cover;
background-position: center 15%;
background-repeat: no-repeat;
height: 300px;
height: 50vh;
position: relative;
}
@@ -518,41 +518,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
display: inline-block;
}
@media all and (max-height: 540px) {
.itemBackdrop {
height: 290px;
}
}
@media all and (max-height: 500px) {
.itemBackdrop {
height: 240px;
}
}
@media all and (max-height: 460px) {
.itemBackdrop {
height: 200px;
}
}
@media all and (max-height: 300px) {
.itemBackdrop {
height: 150px;
}
}
@media all and (max-height: 250px) {
.itemBackdrop {
height: 120px;
}
}
@media all and (max-width: 800px) {
.editorMenuLink {
-5
View File
@@ -6,11 +6,6 @@
.itemBackdrop {
display: none;
}
.background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6, 6, .94) !important;
background: linear-gradient(to right, rgba(0, 0, 0, .98), rgba(0, 0, 0, .98), rgba(0, 0, 0, .4)) !important;
}
}
</style>
+1
View File
@@ -123,6 +123,7 @@
showDetailsMenu: true,
centerText: !supportsImageAnalysis,
showParentTitle: true,
overlayText: false,
allowBottomPadding: allowBottomPadding,
cardLayout: supportsImageAnalysis,
vibrant: supportsImageAnalysis
+1 -1
View File
@@ -95,7 +95,7 @@
}
}
var holidayThemeKey = 'holidaytheme5';
var holidayThemeKey = 'holidaytheme6';
function getHolidayTheme() {
return appSettings.get(holidayThemeKey);
}