From: Richard Whitehouse Date: Sun, 30 Jan 2011 20:29:48 +0000 (+0000) Subject: Enabled FLIR support. Split logo in two and added more link support. Shrunk logo... X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=ef521bfa5624edf49c581aa94607c6983d7f77e9;p=hmb.git Enabled FLIR support. Split logo in two and added more link support. Shrunk logo and footer. --- diff --git a/template/index.php b/template/index.php index 5189d88..bae0fe6 100644 --- a/template/index.php +++ b/template/index.php @@ -13,6 +13,13 @@ public function Display(){ Homerton May Ball + + - diff --git a/theme/hmb.css b/theme/hmb.css index 1e0becc..fd77efb 100644 --- a/theme/hmb.css +++ b/theme/hmb.css @@ -15,20 +15,36 @@ div#wrapper { } -div#logo { +div#logol { z-index: 20; position: absolute; left: 50%; - width: 100px; + width: 80px; top: 60px; height: 40px; - margin-top: -64px; + margin-top: -44px; margin-left: -60px; } -div#logo img { +div#logor { + z-index: 5; + position: absolute; + left: 50%; + margin-left: 30px; + width: 90px; + top: 60px; + height: 40px; + margin-top: -44px; +} + +div#logo img.l { z-index: 30; - width: 200px; + width: 90px; +} + +div#logo img.r { + z-index: 30; + width: 80px; } div#navbar { @@ -43,8 +59,10 @@ div#navbar { } div#navbar ul { + z-index: 100; margin: 0; padding: 0; + padding-left: 10px; list-style: none; height: 40px; } @@ -54,12 +72,16 @@ div#navbar ul li { position: relative; display: inline-block; text-align: center; - line-height: 40px; - margin: 0 0.2em; + padding-top: 10px; + margin: 0; + font-size: 14px; + font-family: carousel, sans-serif; } div#navbar ul li.l { float: left; + padding-left: 1px; + padding-right: 1px; } div#navbar ul li.r { @@ -67,7 +89,7 @@ div#navbar ul li.r { } div#navbar ul li a:link, div#navbar ul li a:visited { - padding: 0.7em; + padding: 0.7em 0.4em; position: relative; z-index: 50; text-decoration: none; @@ -176,10 +198,10 @@ div#footer { position: absolute; left: 50%; margin-left: -350px; - bottom: 10px; - height: 40px; - line-height: 40px; - font-size: 14px; + bottom: 17px; + height: 25px; + line-height: 30px; + font-size: 12px; color: white; text-align: center; font-weight: black; diff --git a/theme/logo170.png b/theme/logo170.png new file mode 100644 index 0000000..bd466b4 Binary files /dev/null and b/theme/logo170.png differ diff --git a/theme/logo170l.png b/theme/logo170l.png new file mode 100644 index 0000000..43969ac Binary files /dev/null and b/theme/logo170l.png differ diff --git a/theme/logo170r.png b/theme/logo170r.png new file mode 100644 index 0000000..ed10ca0 Binary files /dev/null and b/theme/logo170r.png differ