design update based on gyorb/master #41
parent
e65c6a3b8f
commit
4fd8032241
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 125 KiB |
Binary file not shown.
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 70 KiB |
@ -1,7 +1,10 @@
|
||||
<div class="content-item">
|
||||
|
||||
<a href="{{ .Permalink }}">
|
||||
<div class="post-list"> <h3 class="title"> {{ .Title }} </h3> </div>
|
||||
<div class="post-list"> <h3 class="title"> {{ .Title }} </h3> </div>
|
||||
</a>
|
||||
{{ partial "tags.html" . }}
|
||||
<div class="date"> {{ .Date.Format "2 Jan 2006" }} </div>
|
||||
<div class="meta">
|
||||
{{ partial "tags.html" . }}
|
||||
<div class="date"> {{ .Date.Format "2 Jan 2006" }} </div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,33 +0,0 @@
|
||||
|
||||
/*
|
||||
* main green: #99cc66
|
||||
* */
|
||||
|
||||
body { background: #101010; color: #dbdbdb; }
|
||||
a { color: #dbdbdb; }
|
||||
pre { background: #1D1F21; border: 1px solid #5C5C5C; border-radius: 5px; }
|
||||
code { background: #1D1F21; }
|
||||
blockquote { background: #1D1F21; border-left: 3px solid #99cc66; }
|
||||
table { margin: 1em auto; border-collapse: collapse; }
|
||||
table, th, td { border: 1px solid #5C5C5C; }
|
||||
tr:hover { background: #1D1F21; }
|
||||
th { background: #1D1F21; }
|
||||
.siteTitle a { color: #99cc66; }
|
||||
.post .content h1{ color: #99cc66; }
|
||||
.post .content h2{ color: #99cc66; }
|
||||
.post .content h3{ color: #99cc66; }
|
||||
.post .content h4{ color: #99cc66; }
|
||||
.post .content h5{ color: #99cc66; }
|
||||
.post .content h6{ color: #99cc66; }
|
||||
.post .content a:hover { color: #99cc66; }
|
||||
.social-link:hover { color: #99cc66; }
|
||||
.nav-item-title:hover { color: #99cc66; }
|
||||
.tag a:hover { color: #99cc66; }
|
||||
.copyright { color: #404040; }
|
||||
.poweredby { color: #404040; }
|
||||
.poweredby a { color: #404040; }
|
||||
.post-preview .title a{ color: #99cc66; }
|
||||
.content-item a:hover{ text-decoration: underline; color: #99cc66; }
|
||||
.post-list .title { color: #99cc66; }
|
||||
.rmore { color: #dbdbdb; }
|
||||
.terms .term a:hover { text-decoration: underline; color: #99cc66; }
|
Loading…
Reference in New Issue