From e0c5a0937804281582f715ba6e81172fed2229a8 Mon Sep 17 00:00:00 2001 From: crowetic Date: Sat, 22 Feb 2025 18:05:35 -0800 Subject: [PATCH] change to version 1.06.4b, modified MinterBoard Card Filtering and header options, header layout, and header itself. Will modify other boards in the future. Default for card display is now 45 days, and it has been made more clear in regard to what the selected options do. Color changes on buttons as well. --- assets/css/forum-styles.css | 33 ++------- assets/js/MinterBoard.js | 134 +++++++++++++++++++++++++----------- assets/js/Q-Mintership.js | 2 +- index.html | 2 +- 4 files changed, 101 insertions(+), 70 deletions(-) diff --git a/assets/css/forum-styles.css b/assets/css/forum-styles.css index 6e282b8..bbd7c50 100644 --- a/assets/css/forum-styles.css +++ b/assets/css/forum-styles.css @@ -708,31 +708,6 @@ body { } -/* Responsive design */ -@media (max-width: 768px) { - .publish-card-view { - width: 90%; - padding: 2vh; - } - - .publish-card-button { - font-size: 1.8vh; - padding: 1.5vh; - } - - .publish-card-form button { - font-size: 1.8vh; - padding: 1.2vh; - } -} - -.refresh-cards-button { - border-color: white; - border-radius: 1.5vh; - background-color: black; - color: white; -} - /* Responsive Design */ @media (max-width: 768px) { .publish-card-view { @@ -754,8 +729,14 @@ body { .refresh-cards-button { border-color: white; border-radius: 1.5vh; - background-color: black; + background-color: rgba(0, 0, 0, 0.089); color: white; + font-size: 0.9rem; +} + +.refresh-cards-button:hover { + background-color: rgba(35, 129, 136, 0.137); + color: rgba(90, 201, 221, 0.793); } /* Two cards per row on medium screens */ diff --git a/assets/js/MinterBoard.js b/assets/js/MinterBoard.js index 88be43a..d1fef92 100644 --- a/assets/js/MinterBoard.js +++ b/assets/js/MinterBoard.js @@ -25,49 +25,99 @@ const loadMinterBoardPage = async () => { const publishButtonColor = '#527c9d' const minterBoardNameColor = '#527c9d' mainContent.innerHTML = ` -
-

Minter Board

-

Publish a Minter Card with Information, and obtain and view the support of the community. Welcome to the Minter Board!

- - - - - - -
-