From 8bd318cd78b4faf8992ffda0efe4878fff9ce5f7 Mon Sep 17 00:00:00 2001 From: zeldaroot Date: Fri, 13 Mar 2020 04:24:38 +0200 Subject: [PATCH] Changed style --- views/categories.ejs | 6 +- views/category.ejs | 108 +++++++++++++++++++++--------- views/download.ejs | 101 ++++++++++++++++++++-------- views/episode.ejs | 105 ++++++++++++++++++++--------- views/includes/footer.ejs | 8 ++- views/includes/header.ejs | 21 +++--- views/includes/header2.ejs | 3 +- views/includes/left.ejs | 47 ++++++++----- views/index.ejs | 29 ++++++-- views/movie.ejs | 133 +++++++++++++++++++++++++------------ views/online.ejs | 105 ++++++++++++++++++++--------- views/picture.ejs | 105 ++++++++++++++++++++--------- views/trailer.ejs | 104 ++++++++++++++++++++--------- 13 files changed, 620 insertions(+), 255 deletions(-) diff --git a/views/categories.ejs b/views/categories.ejs index 4b1eb85..912b588 100644 --- a/views/categories.ejs +++ b/views/categories.ejs @@ -51,8 +51,10 @@ <% categories.forEach(function (content) { %>
-
- <%= content.title %> +
+ <%= content.title %>
<% }); %> diff --git a/views/category.ejs b/views/category.ejs index 57f3c45..46919eb 100644 --- a/views/category.ejs +++ b/views/category.ejs @@ -60,10 +60,14 @@ <% } %>
<% if (content.tags) { %> - <%- content.tags %> + <%- content.tags %> <% } %> <% if (content.tags) { %> - <%- content.publish %> + <%- content.publish %> <% } %>
@@ -72,7 +76,7 @@
+ onclick="window.location.href='<%- (page.url.indexOf('?') + 1 ? page.url + '&random=' : page.url + '?random=') %><%- Math.random() %>'"> <%= page.l.random %> <%- page.l.lucky %> <%- page.l.random %> @@ -118,7 +122,8 @@