From 861ef41a9f39db5760df060b19725c1d98663102 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 10 Aug 2026 11:55:50 +1200 Subject: [PATCH] Sources base text added for where they will go and did some css editing on it --- static/style.css | 12 ++++++++++-- templates/bivariate.html | 7 ++++++- templates/calculus.html | 5 +++++ templates/simultaneousequations.html | 5 +++++ templates/triganometry.html | 5 +++++ 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 6b87939..d200d80 100644 --- a/static/style.css +++ b/static/style.css @@ -86,12 +86,14 @@ image { } .sources { - background-color: gray; + background-color: rgba(187, 185, 185, 0.479); color: white; text-align: left; height: 200px; - width: 1660px; + width: 1710px; margin-top: auto; + margin-left: -20px; + margin-bottom: -27px; } .sourcescontent{ @@ -99,6 +101,12 @@ image { color:white; } +.sourcestext{ + color: rgb(97, 97, 97); + font-family: Arial, Helvetica, sans-serif; + line-height: 8px; +} + .mainpart { display: flex; flex-direction: column; diff --git a/templates/bivariate.html b/templates/bivariate.html index de0cb4f..f1d0d46 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file diff --git a/templates/calculus.html b/templates/calculus.html index d26c64e..1303c40 100644 --- a/templates/calculus.html +++ b/templates/calculus.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file diff --git a/templates/simultaneousequations.html b/templates/simultaneousequations.html index f234118..86426a4 100644 --- a/templates/simultaneousequations.html +++ b/templates/simultaneousequations.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file diff --git a/templates/triganometry.html b/templates/triganometry.html index 91044d1..83969fe 100644 --- a/templates/triganometry.html +++ b/templates/triganometry.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file