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:
parent
c98e6cbf8e
commit
f2e016d321
@ -28,3 +28,15 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1;
|
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;
|
||||||
|
}
|
||||||
|
@ -75,12 +75,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row text-center">
|
<div class="row">
|
||||||
<h1>Sign Up for free and get access to these features and more!</h1>
|
<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>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="row">
|
<div class="panel-body">
|
||||||
<a href="@Url.SubRouteUrl("help", "Help.Mail")">
|
<a href="@Url.SubRouteUrl("help", "Help.Mail")">
|
||||||
<div class="col-md-3 text-center">
|
<div class="col-md-3 text-center">
|
||||||
<br />
|
<br />
|
||||||
@ -118,6 +123,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
@ -28,6 +28,15 @@ body { padding-top: 70px; }
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-radius: 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-'] {
|
.v-center div[class*='col-'] {
|
||||||
|
Loading…
Reference in New Issue
Block a user