diff --git a/public/themes/default/blog-post.template.php b/public/themes/default/blog-post.template.php
index 0dd45c0..07a79ee 100644
--- a/public/themes/default/blog-post.template.php
+++ b/public/themes/default/blog-post.template.php
@@ -9,11 +9,10 @@
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..abdd77f 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,81 @@ code {
a.monstra-blog-tag {
text-decoration: none;
-}
\ No newline at end of file
+}
+
+.masthead {
+ background: -webkit-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
+ background: -moz-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
+ background: -o-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
+ background: linear-gradient(45deg, #412e4c, #a56365, #b39c68);
+}
+
+.navbar {
+ border: 0;
+ border-radius: 0;
+ margin-bottom: 0;
+ background-color: transparent;
+ background-color: #fff;
+}
+
+.navbar-nav a {
+ color: #696969;
+}
+
+.navbar-nav > li > a:hover {
+ background: transparent;
+ color: #000;
+}
+
+.navbar-nav a:hover {
+ color: #000;
+ background: transparent;
+}
+
+.navbar-nav > li.active > a {
+ background: transparent;
+ color: #000;
+}
+
+a.navbar-brand {
+ color: #000;
+ font-size: 36px;
+}
+
+.navbar .container {
+ margin-bottom: 20px;
+ margin-top: 20px;
+}
+
+.page-header {
+ color: #fff;
+ border:none;
+ margin-right: auto;
+ margin-left: auto;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ border-bottom: none;
+ padding-bottom: 0px;
+ padding-top: 0px;
+}
+
+.page-header h1 {
+ font-size: 40px;
+ text-align: left;
+ margin-bottom: 20px;
+ margin-top: 20px;
+}
+
+.tags .label {
+ font-size: 14px;
+}
+
+.container {
+ margin-bottom: 10px;
+ margin-top: 10px;
+}
+
+footer {
+ padding-bottom: 40px;
+ color: #aaa;
+}
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 @@
-