Skip to content
Snippets Groups Projects
Commit bbea906a authored by nimrod's avatar nimrod
Browse files

Adapted theme to my taste.

parent 78a396cc
Branches
No related tags found
No related merge requests found
......@@ -56,9 +56,11 @@ body {
color: #444;
}
#header, #wrapper, #controls ul {
width: 750px;
/*width: 1000px;
margin: 0 0 0 185px;
padding: 0 20px;
padding: 0 20px;*/
width: 75%;
margin: auto;
}
a {
......@@ -99,13 +101,14 @@ blockquote {
color: #DDD;
float: left;
clear: both;
width: 160px;
/*width: 160px;*/
width: 100px;
font-size: 1.5em;
line-height: 1em;
margin: 0 20px 1em 0;
margin: 0 0 1em 0;
}
.post {
margin: 0 0 4.5em 180px;
margin: 0 0 4.5em 100px;
}
.post.archives {
margin-bottom: 1.5em;
......
......@@ -12,27 +12,5 @@
{{ article.content }}
<div class="clear"></div>
<div class="info">
{% if article.pinned -%}
<a href="{{ SITEURL }}/{{ article.url }}">posted {{ article.date.strftime("%B %d, %I:%M %Y") }}</a>
{%- else -%}
<a href="{{ SITEURL }}/{{ article.url }}">posted at {{ article.date.strftime("%I:%M %Y") }}</a>
{%- if article.category.name != "Uncategorized" -%}
&nbsp;&middot;&nbsp;<a href="{{ SITEURL }}/{{ article.category.url }}" rel="tag">{{ article.category }}</a>
{%- endif %}
{% if article.tags %}
<div class="tags">{% for t in article.tags %}
<a href="{{ SITEURL }}/{{ t.url }}" {%- if tag and tag.name == t.name %} class="selected"{% endif -%}>{{ t }}</a>
{%- endfor %}
</div>
{%- endif %}
{% endif %}
</div>
<div class="clear"></div>
</div>
......@@ -53,9 +53,11 @@
<div class="clear"></div>
<div id="footer">
<p>
Mockingbird theme by <a href="http://nevanscott.com/">Nevan Scott</a>
&middot;
<!--Mockingbird theme by <a href="http://nevanscott.com/">Nevan Scott</a>
&middot;-->
<a class="atom" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}">Feed</a>
&middot;
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />
</div>
</div>
<div class="clear"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment