From a42633edd28b6a1eb1e3013e895b57a47a76309b Mon Sep 17 00:00:00 2001 From: cool-mist Date: Sun, 13 Dec 2020 14:38:01 +0000 Subject: [PATCH] Styling --- _includes/head.html | 8 ++--- _includes/sidebar.html | 2 +- _layouts/default.html | 17 ++++++++--- _posts/2020-12-08-getting-ready.md | 4 ++- index.html | 3 +- public/css/custom.css | 49 +++++++++++++++++++++++++++++- public/css/poole.css | 2 +- 7 files changed, 71 insertions(+), 14 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 2740a94..07b25c2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,10 +16,10 @@ {% endif %} - - - - + + + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index cd3d785..099d6fc 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,6 +1,6 @@ - + {% endfor %} diff --git a/public/css/custom.css b/public/css/custom.css index 2cea25c..7beffb8 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1 +1,48 @@ -img[alt="OSI Outline"] { width: 100%; } +/* osi */ +img[alt="OSI Outline"] { + width: 100%; +} + +/* Navigation Bar */ + +.navbar { + display: inline-block; +} + +.navbar ul { + list-style-type: none; + margin: 0; +} + +.navbar ul li { + display: inline; + display: inline-block; + zoom: 1; + margin-left: 0.3rem; +} + +.navbar-link a{ + display: block; + text-align: center; + text-decoration: none; + padding: 0.1rem; +} + +a.navbar-link:link, a.navbar-link:visited{ + text-decoration: none; + color: #505050; +} + +a.navbar-link:hover{ + text-decoration: none; +} + +a.navbar-link:active{ + text-decoration: none; +} + +/* General */ +.inline-block { + display: inline-block; +} + diff --git a/public/css/poole.css b/public/css/poole.css index 99d0bf5..a7206ce 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -286,7 +286,7 @@ tbody tr:nth-child(odd) th { */ .container { - max-width: 38rem; + max-width: 50rem; padding-left: 1rem; padding-right: 1rem; margin-left: auto;