Adapt freifunk bootstrap skin
This commit is contained in:
parent
5dc59c0ea0
commit
a83910dda7
|
@ -1,9 +1,8 @@
|
||||||
<header class="site-header">
|
<header>
|
||||||
<div class="wrap">
|
<nav class="navbar navbar-default">
|
||||||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||||
|
|
||||||
<nav class="site-nav">
|
</div>
|
||||||
<a class="page-link" href="{{ site.about_page }}">About</a>
|
</nav>
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -13,7 +13,7 @@ body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
background-color: #fdfdfd;
|
background-color: #EDEDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Utility */
|
/* Utility */
|
||||||
|
@ -35,18 +35,16 @@ body {
|
||||||
/* Site header */
|
/* Site header */
|
||||||
|
|
||||||
.site-header {
|
.site-header {
|
||||||
border-top: 5px solid #333;
|
|
||||||
border-bottom: 1px solid #e8e8e8;
|
border-bottom: 1px solid #e8e8e8;
|
||||||
min-height: 56px;
|
min-height: 56px;
|
||||||
background-color: white;
|
background-color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-title,
|
.site-title,
|
||||||
.site-title:hover,
|
.site-title:hover,
|
||||||
.site-title:visited {
|
.site-title:visited {
|
||||||
display: block;
|
display: block;
|
||||||
color: #333;
|
color: #FFF;
|
||||||
font-size: 26px;
|
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
float: left;
|
float: left;
|
||||||
line-height: 56px;
|
line-height: 56px;
|
||||||
|
@ -105,7 +103,6 @@ body {
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
background-color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue