Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-24 20:31:22 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-24 20:31:22 +0300
commit025820c188407e71d5f184ec67374c5152cd46af (patch)
tree97e761d3adef90408a7140c772f8f9468db458f4 /static
parent9f8aa988caab9355290f3bf5ca3ab35b04c7c24c (diff)
Style topics and tags
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index fded1b8..260fa4d 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -24,6 +24,22 @@ a:visited {
font-size: 90%;
}
+.post-meta a {
+ margin: 0 0.1em;
+ padding: 0.3em 1em;
+ color: #fff;
+ font-size: 80%;
+ text-decoration: none;
+}
+
+a.post-taxonomy-topic {
+ background: #f37b1d;
+}
+
+a.post-taxonomy-tag {
+ background: #5aba59;
+}
+
article > footer {
text-align: right;
}