diff default/static/blog.css @ 99:609c66552ba0

blog/item: handle new tags_http_uri variable to make tags clickable
author Goffi <goffi@goffi.org>
date Sun, 21 Jan 2018 20:25:24 +0100
parents 94b5806b9e2f
children 61bf2ae16577
line wrap: on
line diff
--- a/default/static/blog.css	Sun Jan 21 10:09:05 2018 +0100
+++ b/default/static/blog.css	Sun Jan 21 20:25:24 2018 +0100
@@ -41,12 +41,26 @@
     text-align: right;
 }
 
+.labels a {
+    text-decoration: none;
+    color: inherit;
+}
+
 .labels span {
-	font-variant: small-caps;
-	font-size: 0.8rem;
-	background-color: #ddd;
-	border-radius: 0.4em;
-	padding: 0 0.5em;
+    font-variant: small-caps;
+    font-size: 0.8rem;
+    background-color: #ddd;
+    border-radius: 0.4em;
+    padding: 0 0.5em;
+    transition: all 0.5s;
+}
+
+.labels a>span {
+    cursor: pointer;
+}
+
+.labels a>span:hover {
+    box-shadow: 0px 0px 6px 1px #000;
 }
 
 
@@ -70,7 +84,7 @@
 /** navigation links **/
 
 .bottom_links ul {
-	list-style: none;
+    list-style: none;
     display: flex;
     padding: 0 2em;
     margin: 0;
@@ -95,10 +109,10 @@
 }
 
 .bottom_links a {
-	display: inline-block;
-	text-decoration: None;
-	color: inherit;
-	font-variant: small-caps;
+    display: inline-block;
+    text-decoration: None;
+    color: inherit;
+    font-variant: small-caps;
 }
 
 .bottom_links a:hover {