1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Modified home screen and footer styling.

This commit is contained in:
Uncled1023 2016-10-26 13:39:12 -07:00
parent c98e6cbf8e
commit f2e016d321
3 changed files with 67 additions and 38 deletions

View File

@ -28,3 +28,15 @@
font-size: 12px;
line-height: 1;
}
.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;
}

View File

@ -75,12 +75,17 @@
</div>
</div>
<br />
<br />
<br />
<div class="container">
<div class="row text-center">
<h1>Sign Up for free and get access to these features and more!</h1>
<div class="row">
<div class="col-sm-12">
<div class="panel panel-default">
<div class="panel-heading text-center">
<h2><a href="@Url.SubRouteUrl("user", "User.Register")">Sign Up</a> for free and get access to these features and more!</h2>
</div>
<br />
<div class="row">
<div class="panel-body">
<a href="@Url.SubRouteUrl("help", "Help.Mail")">
<div class="col-md-3 text-center">
<br />
@ -119,6 +124,9 @@
</a>
</div>
</div>
</div>
</div>
</div>
<br />
<br />
<div class="container">

View File

@ -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-'] {