Changed style

This commit is contained in:
zeldaroot 2020-03-16 22:01:06 +02:00
parent 69a5581fe5
commit f0adc292d0
1 changed files with 1 additions and 7 deletions

View File

@ -2,13 +2,7 @@
<a href="<%- movie.url %>">
<div style="z-index:1;width:100%;height:300px;background: url('<%- movie.poster %>') center no-repeat;background-size: cover;box-shadow: 0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19);"
title="<%= movie.title %>"></div>
<div class="short_header">
<%= movie.title %> (
<% if (movie.season && movie.episode) { %><%- movie.season %> <%- page.l.season %> <%- movie.episode %> <%- page.l.episode %> <% if (movie.translate) { %><%- movie.translate %><% } %>
<% } else { %><%- movie.year %>
<% } %>
)
</div>
<div class="short_header"><%= movie.title %> (<% if (movie.season && movie.episode) { %><%- movie.season %> <%- page.l.season %> <%- movie.episode %> <%- page.l.episode %> <% if (movie.translate) { %><%- movie.translate %><% } %><% } else { %><%- movie.year %><% } %>)</div>
</a>
<div class="short_overlay">
<a href="<%- movie.url %>">