Update CSS for new blog code

rophako
Noah 2016-06-03 14:39:58 -07:00
förälder 9f3096cbcf
incheckning 54906d8c38
3 ändrade filer med 19 tillägg och 1 borttagningar

Visa fil

@ -1,6 +1,6 @@
rophako:
site:
debug: false
debug: true
site_name: kirsle.net
site_root: ../www
security:

Visa fil

@ -160,6 +160,7 @@
<li>&#0187; <a href="{{ url_for('admin.index') }}">Admin Center</a></li>
{% endif %}
<li>&#0187; <a href="{{ url_for('blog.update') }}">Update Blog</a></li>
<li>&#0187; <a href="{{ url_for('blog.drafts') }}">Drafts</a>/<a href="{{ url_for('blog.private') }}">Private</a></li>
{% if "impersonator" in session %}
<li>&#0187; <a href="{{ url_for('admin.unimpersonate') }}">Unimpersonate</a></li>
{% endif %}

Visa fil

@ -377,6 +377,23 @@ div.siikir-avatar {
margin: auto;
}
.blog-entry-private, .blog-entry-draft, .blog-entry-sticky {
font-weight: bold;
font-style: normal;
}
.blog-entry-private {
color: #FF9900;
}
.blog-entry-draft {
color: #00FFFF;
}
.blog-entry-sticky {
color: #FF99FF;
}
/* Timestamp and author line below blog titles */
.blog-timestamp {
font-size: smaller;