From ade4f6a63529225452d9734f0e7ea3088fd942c7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 25 Dec 2021 00:52:31 +0200 Subject: [PATCH] fds --- files/templates/default.html | 2 +- files/templates/leaderboard.html | 10 +++++----- files/templates/most_downvoted.html | 10 ---------- files/templates/submission_listing.html | 4 ---- files/templates/truescore.html | 25 ------------------------- 5 files changed, 6 insertions(+), 45 deletions(-) delete mode 100644 files/templates/most_downvoted.html delete mode 100644 files/templates/truescore.html diff --git a/files/templates/default.html b/files/templates/default.html index 24525924df..3e80bb5f6b 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -292,7 +292,7 @@ {% endif %} - + diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 993d66bd0d..199ebc6057 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -109,7 +109,7 @@ -
top 25 by post count
+
Top 25 by post count
 
 
@@ -134,7 +134,7 @@
 
 
 
-
top 25 by comment count
+
Top 25 by comment count
 
 
@@ -161,7 +161,7 @@
 
 
 
-
top 25 by received awards
+
Top 25 by received awards
 
 
@@ -188,7 +188,7 @@
 
 
 
-
Most downvoted users
+
Top 25 by received downvotes
 
 
@@ -221,7 +221,7 @@
 
 
 	
-
top 25 by based count
+
Top 25 by based count
 
 
diff --git a/files/templates/most_downvoted.html b/files/templates/most_downvoted.html
deleted file mode 100644
index 96d0236318..0000000000
--- a/files/templates/most_downvoted.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "default.html" %}
-{% block content %}
-
-
-	
-
-
Most downvoted users
-

-
-{% endblock %}
\ No newline at end of file
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index 6a1c7941a5..c753371e22 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -673,10 +673,6 @@
 		background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet );
 		text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
 	}
-
-	lite-youtube {
-		margin: auto
-	}
 
 
 
diff --git a/files/templates/truescore.html b/files/templates/truescore.html
deleted file mode 100644
index d34103518d..0000000000
--- a/files/templates/truescore.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "settings2.html" %}
-
-{% block pagetitle %}Truescore Leaderboard{% endblock %}
-
-{% block content %}
-

-
Top 25 by truescore
-

-
-
-	
-		
-		
-		
-	
-
-{% for user in users %}
-	
-		
-		
-		
-	
-{% endfor %}
-
#NameScore
{{loop.index}}{{user.username}}{{user.truecoins}}
-{% endblock %} \ No newline at end of file