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:
parent
6eea07703a
commit
d303a05b3e
@ -17,7 +17,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
Posted by : {{post.author.name}}
|
{{post.author.name}}
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
{{post.date | date: "%b %-d, %Y :: %H:%M"}}
|
{{post.date | date: "%b %-d, %Y :: %H:%M"}}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container" id="main-container">
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
@ -2,19 +2,37 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
$main-font: sans-serif
|
$main-font: sans-serif
|
||||||
$page-background: #ffffff
|
$page-background: #333333
|
||||||
$content-background: #ffffff
|
$content-background: #f2e5c8
|
||||||
$content-text: #000000
|
$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
|
||||||
|
$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
|
body
|
||||||
background-color: $page-background
|
background-color: $page-background
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
.well, .jumbotron
|
||||||
|
background-color: $well-background
|
||||||
|
color: $content-text
|
||||||
|
|
||||||
|
small
|
||||||
|
color: $content-background
|
||||||
|
|
||||||
#about-well-image
|
#about-well-image
|
||||||
img
|
img
|
||||||
padding-right: 1em
|
padding-right: 1em
|
||||||
|
Loading…
Reference in New Issue
Block a user