mirror of
https://github.com/kirsle/kirsle.net
synced 2025-01-06 06:06:32 +00:00
Update CSS for new blog code
This commit is contained in:
parent
9f3096cbcf
commit
54906d8c38
|
@ -1,6 +1,6 @@
|
|||
rophako:
|
||||
site:
|
||||
debug: false
|
||||
debug: true
|
||||
site_name: kirsle.net
|
||||
site_root: ../www
|
||||
security:
|
||||
|
|
|
@ -160,6 +160,7 @@
|
|||
<li>» <a href="{{ url_for('admin.index') }}">Admin Center</a></li>
|
||||
{% endif %}
|
||||
<li>» <a href="{{ url_for('blog.update') }}">Update Blog</a></li>
|
||||
<li>» <a href="{{ url_for('blog.drafts') }}">Drafts</a>/<a href="{{ url_for('blog.private') }}">Private</a></li>
|
||||
{% if "impersonator" in session %}
|
||||
<li>» <a href="{{ url_for('admin.unimpersonate') }}">Unimpersonate</a></li>
|
||||
{% endif %}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user