From 2a94b652e25e09de0115a61cd2b5cbbeedd9a8ad Mon Sep 17 00:00:00 2001 From: ChrisplayzYT/BLOX Date: Mon, 3 Feb 2025 19:59:42 -0600 Subject: [PATCH 1/2] lil design update --- site_storage/index_template.html | 26 +++++-- site_storage/loading_template.html | 29 +++++-- site_storage/watch_wii_template.html | 108 +++++++++++++++++++++------ 3 files changed, 128 insertions(+), 35 deletions(-) diff --git a/site_storage/index_template.html b/site_storage/index_template.html index 1be6cd8..a89041c 100644 --- a/site_storage/index_template.html +++ b/site_storage/index_template.html @@ -4,6 +4,14 @@ ReviveTube - A YouTube App for the Wii
- +
@@ -93,23 +142,34 @@
-
- - - - - -
-

{{ title }}

-

Uploaded by: {{ uploader }}

-

Views: {{ viewCount }}

-

Likes: {{ likeCount }}

-

Upload Date: {{ publishedAt }}

+
+
+ + + + + +
+
+

+ {{ title }}

+
+

Uploader: + {{ uploader }}

+

Views: + {{ viewCount }}

+

Likes: + {{ likeCount }}

+

Upload Date: + {{ publishedAt }}

Skip Description -

Description:

-

{{ description | safe }}

-

Comments:

-
+

Description:

+

+ {{ description | safe }}

+
+

+ Comments:

+
{% if comments %} {% for comment in comments %}
@@ -123,5 +183,7 @@ {% endif %}
+ +
From e4700a1b9829705bf1761a0602afd2e5592355aa Mon Sep 17 00:00:00 2001 From: ChrisplayzYT/BLOX Date: Mon, 3 Feb 2025 20:04:53 -0600 Subject: [PATCH 2/2] upd 2 --- site_storage/index_template.html | 2 +- site_storage/loading_template.html | 17 +++++++++++++---- site_storage/watch_wii_template.html | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/site_storage/index_template.html b/site_storage/index_template.html index a89041c..654997c 100644 --- a/site_storage/index_template.html +++ b/site_storage/index_template.html @@ -91,7 +91,7 @@ ReviveTube
- +
diff --git a/site_storage/loading_template.html b/site_storage/loading_template.html index ef84485..068e912 100644 --- a/site_storage/loading_template.html +++ b/site_storage/loading_template.html @@ -67,15 +67,24 @@ margin: 20px auto; } #goButton { - display: none; + display: block; margin-top: 20px; padding: 10px 20px; font-size: 16px; - background-color: #4caf50; + background-color: #268ee9; + border:none; color: white; - border: none; cursor: pointer; } + #goButton:hover { + background-color: #087be0; + border:none; + + } + #goButton:active { + background-color: #42a7ff; + border:none; + } #goButton:disabled { background-color: gray; cursor: not-allowed; @@ -105,7 +114,7 @@

Fetching Info...


- Loading Screen will NOT work in Dolphin Emulator.

Long Video = Longer Download and Converting.

Videos over 5 minutes will not play.
+ Loading Screen will NOT work in Dolphin Emulator.

Long Video = Longer Download and Converting.

Videos over 5 minutes will not play.