Add view on Plex overlay on newsletter
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user