From f2e016d321c5776790a7a9a41276ee4fecffa23f Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Wed, 26 Oct 2016 13:39:12 -0700 Subject: [PATCH] Modified home screen and footer styling. --- Teknik/Areas/Home/Content/Home.css | 14 +++- Teknik/Areas/Home/Views/Home/Index.cshtml | 82 +++++++++++++---------- Teknik/Content/common.css | 9 +++ 3 files changed, 67 insertions(+), 38 deletions(-) diff --git a/Teknik/Areas/Home/Content/Home.css b/Teknik/Areas/Home/Content/Home.css index a2c0014..a0948f7 100644 --- a/Teknik/Areas/Home/Content/Home.css +++ b/Teknik/Areas/Home/Content/Home.css @@ -27,4 +27,16 @@ margin-bottom: 5px; font-size: 12px; line-height: 1; -} \ No newline at end of file +} + +.panel-body.updates { + padding: 0 +} + +.panel-body.updates .list-group-item { + border: none; +} + +.panel-body.updates .list-group-item:nth-of-type(2n) { + background-color: #f5f5f5; +} diff --git a/Teknik/Areas/Home/Views/Home/Index.cshtml b/Teknik/Areas/Home/Views/Home/Index.cshtml index 1867590..04bbb2c 100644 --- a/Teknik/Areas/Home/Views/Home/Index.cshtml +++ b/Teknik/Areas/Home/Views/Home/Index.cshtml @@ -75,48 +75,56 @@
+
+
-
-

Sign Up for free and get access to these features and more!

-
-
- -
diff --git a/Teknik/Content/common.css b/Teknik/Content/common.css index e5c03cf..27840ae 100644 --- a/Teknik/Content/common.css +++ b/Teknik/Content/common.css @@ -28,6 +28,15 @@ body { padding-top: 70px; } margin-top: 20px; margin-bottom: 0; border-radius: 0; + background-color: #333; + color: #f5f5f5; + border: none; +} + +#footer .btn, #footer .input-group-addon, #footer .form-control { + background-color: #444; + color: #dedede; + border-color: #4a4a4a; } .v-center div[class*='col-'] {