Continue redesign

New colors. I don’t like it so far, but at least the SASS template is
patched up a bit for easier designing later.
This commit is contained in:
Gergely Polonkai 2015-04-22 23:43:20 +02:00
parent 6eea07703a
commit d303a05b3e
3 changed files with 23 additions and 5 deletions

View File

@ -17,7 +17,7 @@
{% endif %}
</h3>
<div class="pull-left">
Posted by : {{post.author.name}}
{{post.author.name}}
</div>
<div class="pull-right">
{{post.date | date: "%b %-d, %Y :: %H:%M"}}

View File

@ -4,7 +4,7 @@
{% include head.html %}
</head>
<body>
<div class="container">
<div class="container" id="main-container">
{% include header.html %}
{{content}}

View File

@ -2,19 +2,37 @@
---
$main-font: sans-serif
$page-background: #ffffff
$content-background: #ffffff
$content-text: #000000
$page-background: #333333
$content-background: #f2e5c8
$content-text: #544240
$header-background: #4d4d4d
$header-text: #ffffff
$menu-background: #f18137
$menu-text: #ffffff
$footer-text: #7f7f7f
$well-background: #cda97d
$link-color: #018cb0
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
color: $content-text
a
color: $link-color
#main-container
background-color: $content-background
body
background-color: $page-background
margin: 0
.well, .jumbotron
background-color: $well-background
color: $content-text
small
color: $content-background
#about-well-image
img
padding-right: 1em