From f2d0bd2745ed12037f0d4ec16bd8a921c6b5174c Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 13 Feb 2014 22:07:14 +0200 Subject: [PATCH 1/7] UI Improvements - Default Theme - Updates #194 --- public/themes/default/blog.template.php | 2 +- public/themes/default/css/default.css | 71 +++++++++++++++++++++---- public/themes/default/footer.chunk.php | 4 +- public/themes/default/header.chunk.php | 22 ++++++-- 4 files changed, 81 insertions(+), 18 deletions(-) diff --git a/public/themes/default/blog.template.php b/public/themes/default/blog.template.php index 9f5f5fd..3580c21 100644 --- a/public/themes/default/blog.template.php +++ b/public/themes/default/blog.template.php @@ -11,7 +11,7 @@
-
+

Tags

diff --git a/public/themes/default/css/default.css b/public/themes/default/css/default.css index 614c578..42f1836 100644 --- a/public/themes/default/css/default.css +++ b/public/themes/default/css/default.css @@ -1,19 +1,15 @@ body { - padding-top: 60px; - padding-bottom: 40px; + } -.user-panel { - margin-top: 16px; +a { + color: #4169E1; + text-decoration: none; } -.user-panel { - color: #fff; -} - -.user-panel a { - color: #fff; - text-decoration: underline; +a:hover { + color: #DC143C; + text-decoration: none; } .error { @@ -53,4 +49,57 @@ code { a.monstra-blog-tag { text-decoration: none; +} + +.masthead { + min-height: 300px; + padding-top: 30px; + background: -webkit-linear-gradient(45deg, #b39c68, #a56365, #412e4c); + background: -moz-linear-gradient(45deg, #b39c68, #a56365, #412e4c); + background: -o-linear-gradient(45deg, #b39c68, #a56365, #412e4c); + background: linear-gradient(45deg, #b39c68, #a56365, #412e4c); +} + +.navbar { + border: 0; + border-radius: 0; + margin-bottom: 0; + background-color: transparent; +} + +.navbar-nav a { + color: #fff; +} + +.navbar-nav a:hover { + color: #333; + background: #fff; +} + +.navbar-nav > li.active > a { + background: #fff; + color: #333; +} + +a.navbar-brand { + color: #fff; + font-size: 36px; +} + +.page-header { + color: #fff; + border:none; +} + +.page-header h1 { + font-size: 64px; +} + +.tags .label { + font-size: 16px; +} + +footer { + padding-bottom: 40px; + color: #aaa; } \ No newline at end of file diff --git a/public/themes/default/footer.chunk.php b/public/themes/default/footer.chunk.php index ca1894d..dd2ce51 100644 --- a/public/themes/default/footer.chunk.php +++ b/public/themes/default/footer.chunk.php @@ -1,6 +1,6 @@
-
-
+
+
diff --git a/public/themes/default/header.chunk.php b/public/themes/default/header.chunk.php index d27216f..37f259a 100644 --- a/public/themes/default/header.chunk.php +++ b/public/themes/default/header.chunk.php @@ -47,7 +47,9 @@ -