From d01a5db0ff11a1ce666715c78dd9f947c42352d8 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens Date: Sun, 26 Mar 2017 17:00:41 +0200 Subject: [PATCH] Base mainpage + base CSS --- public/assets/css/main.css | 49 ++++++++++++++++++++++++++++++++++++++ templates/__footer.phtml | 6 +++++ templates/__header.phtml | 25 +++++++++++++++++++ templates/index.phtml | 3 --- 4 files changed, 80 insertions(+), 3 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index e69de29..5ac77cb 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -0,0 +1,49 @@ +/** Header **/ +.header { + height: 150px; + margin-bottom: 30px; +} + +.top > .container { + position: relative; + padding-top: 20px; + height: 100px; +} + +.user { + text-align: right; + position: absolute; + bottom: 30px; + right: 0; +} + +.menu { + background: #0094ff; + padding: 15px 0; + height: 50px; +} + +ul.nv { + list-style-type: none; + margin: 0; + padding: 0; +} + +.nv > li { + float: left; + margin-right: 50px; +} + +.nv > li > a { + color: white; +} + +.nv > li > a:hover { + color: white; +} + +/** Footer **/ +.footer { + color: grey; + margin-top: 50px; +} diff --git a/templates/__footer.phtml b/templates/__footer.phtml index 308b1d0..ffd2193 100644 --- a/templates/__footer.phtml +++ b/templates/__footer.phtml @@ -1,2 +1,8 @@ + + diff --git a/templates/__header.phtml b/templates/__header.phtml index 670aa15..913831f 100644 --- a/templates/__header.phtml +++ b/templates/__header.phtml @@ -4,5 +4,30 @@ Inforbank + +
+
+
+ Inforbank +
+ Welkom
+ Uitloggen +
+
+
+ +
+ +
diff --git a/templates/index.phtml b/templates/index.phtml index bcda5f1..5e65b95 100644 --- a/templates/index.phtml +++ b/templates/index.phtml @@ -1,8 +1,5 @@ -

Welkom klant

-Uitloggen -