From 5e983203e3187239fe53a985004ad2abe48209ac Mon Sep 17 00:00:00 2001 From: JamesAlfonse <120358302+JamesAlfonse@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:02:40 -0500 Subject: [PATCH 1/4] Added message about empty cells and how to contribute data. --- index.html | 5 ++++- src/web/css/styles.css | 14 +++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 44e6f140..8ea29e27 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,10 @@ -

WhyDRS Database

+

WhyDRS Database*

+ + +

* Empty cells indicate missing data. You can help us improve by contributing missing information or emailing us at hi@whydrs.org.

diff --git a/src/web/css/styles.css b/src/web/css/styles.css index efd6bc77..9d07a201 100644 --- a/src/web/css/styles.css +++ b/src/web/css/styles.css @@ -17,11 +17,23 @@ h1 { /* Set the heading text color */ color: #134F9B; /* Add space below the heading */ - margin-bottom: 30px; + margin-bottom: 10px; /* Set the font size */ font-size: 2em; } +/* Styles for informational text under the heading */ +.info-text { + /* Center the text */ + text-align: center; + /* Set the font size */ + font-size: 1em; + /* Set the text color */ + color: #3E3E3E; + /* Add margin below the text */ + margin-bottom: 20px; +} + /* Styles for the loading overlay */ #loading-overlay { /* Position the overlay to cover the entire viewport */ From 818ac4be08260eb8ea0028fdd6f7c1d22501886c Mon Sep 17 00:00:00 2001 From: JamesAlfonse <120358302+JamesAlfonse@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:30:45 -0500 Subject: [PATCH 2/4] Removed asterisk from WhyDRS --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8ea29e27..9e4a005f 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ -

WhyDRS Database*

+

WhyDRS Database

* Empty cells indicate missing data. You can help us improve by contributing missing information or emailing us at hi@whydrs.org.

From c1f7d131c3f524a7322698c0d809b8ede25b9ee8 Mon Sep 17 00:00:00 2001 From: JamesAlfonse <120358302+JamesAlfonse@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:41:09 -0500 Subject: [PATCH 3/4] Added footer --- index.html | 6 ++++++ src/web/css/styles.css | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/index.html b/index.html index 9e4a005f..ab91e8d3 100644 --- a/index.html +++ b/index.html @@ -63,5 +63,11 @@

WhyDRS Database

+ + + diff --git a/src/web/css/styles.css b/src/web/css/styles.css index 9d07a201..62aecc4b 100644 --- a/src/web/css/styles.css +++ b/src/web/css/styles.css @@ -330,3 +330,11 @@ div.dt-button-collection .dt-button[aria-pressed="true"]:hover { /* Ensure text color remains white */ color: #FFFFFF !important; } + +/* Styles for the footer message */ +.footer { + text-align: center; + font-size: 1em; + margin-top: 30px; + color: #3E3E3E; +} From 40ac6545cf5f0de8fa3529500431dde3388f43a8 Mon Sep 17 00:00:00 2001 From: JamesAlfonse <120358302+JamesAlfonse@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:05:35 -0500 Subject: [PATCH 4/4] Updated footer. --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index ab91e8d3..6a8c65b3 100644 --- a/index.html +++ b/index.html @@ -66,8 +66,7 @@

WhyDRS Database