Add view on Plex overlay on newsletter

This commit is contained in:
JonnyWong16
2018-01-11 09:30:24 -08:00
parent 4577704f19
commit 33c2315384
2 changed files with 18 additions and 492 deletions

View File

@@ -303,7 +303,7 @@
font-weight: lighter;
}
.sub-header-count .count {
color: #E9A049;
color: #E5A00D;
}
.sub-header-count .count-units {
color: #aaaaaa;
@@ -347,7 +347,7 @@
background-color: #3F4245;
background-position: center;
background-size: cover;
opacity: 0.40;
opacity: 0.25;
-webkit-filter: blur(3px);
filter: blur(3px);
position: absolute;
@@ -380,15 +380,9 @@
width: 100%;
}
.card-poster-overlay {
background: rgba(0, 0, 0, 0.75) url(http://tautulli.com/images/plex-logo-reversed-flat-transparent.png) center no-repeat;
background-size: 80px;
background: url(https://cdn.discordapp.com/attachments/334355557706235906/401064397780287489/newsletter-view-on-plex-flat.png) bottom right no-repeat;
width: 100%;
height: 100%;
border: 3px solid #E9A049;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.card-info-container {
margin: 4px;
@@ -441,7 +435,7 @@
float: right;
}
.star-rating-full {
color: #E9A049;
color: #E5A00D;
direction: ltr;
padding: 0;
overflow: hidden;