diff --git a/static/main.css b/static/main.css index 5d77ef6..1452d21 100644 --- a/static/main.css +++ b/static/main.css @@ -60,8 +60,28 @@ a:disabled {color: #9BB291;} font-size:2em; color: #B0C592; } - +#bodypane { + float: left; + width: 80%; +} +#footer { + align-content: center; + float:left; + width: 100%; +} #navblock { background-color: #2D3F3E; - font-size: 2em; + width: 15%; + float: left; + margin:5px 10px 20px 20px; + padding: 5px 5px 5px 5px; +} +.navitemsmall { + font-size: 1em; +} +.navitem { + font-size: 1.4em; +} +.navitemborder { + border-bottom: solid; } diff --git a/templates/about.html b/templates/about.html index 6c9b70a..37e30e0 100644 --- a/templates/about.html +++ b/templates/about.html @@ -7,7 +7,7 @@ - +{% include 'include/navblock.html' %}

About TheWords!

We're all about getting thewords out and allowing us to communicate securely to friends and loved ones.

@@ -22,7 +22,4 @@ GitHub. This is a side project of mine so development will be slow for as long as its only me. Thanks for your interest!

- {% include 'include/footer.html' %} - - - +{% include 'include/footer.html' %} diff --git a/templates/deny.html b/templates/deny.html index 4226318..ca9928a 100644 --- a/templates/deny.html +++ b/templates/deny.html @@ -6,7 +6,7 @@ }); - +{% include 'include/navblock.html' %}

503 Denied.

{{ denymsg }}

{% include 'include/footer.html' %} diff --git a/templates/error.html b/templates/error.html index 66d9771..03a226b 100644 --- a/templates/error.html +++ b/templates/error.html @@ -6,7 +6,7 @@ }); - +{% include 'include/navblock.html' %}

Application error!

{{ denymsg }}

Please retry again later, or do something different. Then if it still does not work, contact support. Use the github at https://github.com/hailey/sms-proj

diff --git a/templates/homepage.html b/templates/homepage.html index 9d3c6a6..da7e751 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -6,7 +6,7 @@ $("document").ready(function() { }); - +{% include 'include/navblock.html' %}

TheWords.faith Home Page

TheWords.Faith Alpha Logo
diff --git a/templates/include/footer.html b/templates/include/footer.html index d31cfce..17c0598 100644 --- a/templates/include/footer.html +++ b/templates/include/footer.html @@ -1,6 +1,4 @@ -{% if loggedin == False %} -

Please login at The Login Page

-{% endif %} +