From 3ad2f79fbb011cd6697fec9235a93707c737237a Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sun, 30 Jun 2019 20:40:51 -0400 Subject: [PATCH 1/3] Used proper inline CSS to centre-align footer --- includes/footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/footer.md b/includes/footer.md index 7d678ce..e61fda1 100644 --- a/includes/footer.md +++ b/includes/footer.md @@ -1 +1 @@ -
All content in this wiki is under the CC-By-SA 4.0 or later license.
+

All content in this wiki is under the CC-By-SA 4.0 or later license.

From 2d11c620d6d27fdf6c002ec19f473ce1f4f4df75 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sun, 30 Jun 2019 20:45:21 -0400 Subject: [PATCH 2/3] Modified CSS to use the tildeverse text & background colours --- includes/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/site.css b/includes/site.css index 9d9909a..c6667e4 100644 --- a/includes/site.css +++ b/includes/site.css @@ -1,11 +1,12 @@ body { font-size: 10pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; - color: black; + color: #3EE77B; line-height: 14pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; + background-color: #040304; } From 47d54cdd652275a226768b254a80c6a54c4c67da Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sun, 30 Jun 2019 20:49:36 -0400 Subject: [PATCH 3/3] Fixed wiki.php to point to correct directory for style.css --- wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki.php b/wiki.php index ae923ca..aa0a446 100644 --- a/wiki.php +++ b/wiki.php @@ -12,7 +12,7 @@ print " $site_name - $page - + "; echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );