Continue redesign

This commit is contained in:
Gergely Polonkai 2015-04-25 01:07:09 +02:00
parent f013399a4e
commit c53613ed8c
2 changed files with 40 additions and 9 deletions

View File

@ -3,15 +3,16 @@
$main-font: sans-serif $main-font: sans-serif
$page-background: #333333 $page-background: #333333
$content-background: #f2e5c8 $content-background: #ffffff
$content-text: #544240 $content-text: #544240
$header-background: #4d4d4d $header-background: #4d4d4d
$header-text: #ffffff $header-text: #ffffff
$menu-background: #f18137 $menu-background: #f18137
$menu-text: #ffffff $menu-text: #ffffff
$footer-text: #7f7f7f $footer-text: #7f7f7f
$well-background: #cda97d $well-background: #ccc
$link-color: #018cb0 $link-color: #018cb0
$light-color: #666
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
color: $content-text color: $content-text
@ -25,16 +26,47 @@ a
.popover .popover
max-width: 100% max-width: 100%
.navbar-inverse
background-color: $menu-background
a.navbar-brand
color: $menu-text
.navbar-nav
li
a
color: $menu-text
font-weight: bold
li.open
background-color: $menu-background
a.dropdown-toggle
background-color: $menu-background
ul.dropdown-menu
background-color: $content-background
color: $content-text
li
background-color: $content-background
color: $content-text
a
background-color: $content-background
color: $content-text
font-weight: normal
article.post article.post
div.meta div.meta
font-size: 80% font-size: 80%
color: #aaa color: $light-color
margin-top: .8em margin-top: .8em
margin-bottom: .5em margin-bottom: .5em
body body
background-color: $page-background background-color: $page-background
margin: 0 margin: 50px 0 0 0
.well, .jumbotron .well, .jumbotron
background-color: $well-background background-color: $well-background
@ -43,6 +75,9 @@ body
small small
color: $content-background color: $content-background
.jumbotron
margin-top: 20px
#about-well-image #about-well-image
img img
padding-right: 1em padding-right: 1em

View File

@ -12,11 +12,7 @@ post_listing: true
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <h3>Blog posts</h3>
<hr class="blog-hr">
<h2>Blog posts</h2>
<hr class="blog-hr">
</div>
</div> </div>
{% assign posts = site.posts %} {% assign posts = site.posts %}