Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
98:2dd56fd2e9c9 | 99:609c66552ba0 |
---|---|
39 | 39 |
40 .labels { | 40 .labels { |
41 text-align: right; | 41 text-align: right; |
42 } | 42 } |
43 | 43 |
44 .labels a { | |
45 text-decoration: none; | |
46 color: inherit; | |
47 } | |
48 | |
44 .labels span { | 49 .labels span { |
45 font-variant: small-caps; | 50 font-variant: small-caps; |
46 font-size: 0.8rem; | 51 font-size: 0.8rem; |
47 background-color: #ddd; | 52 background-color: #ddd; |
48 border-radius: 0.4em; | 53 border-radius: 0.4em; |
49 padding: 0 0.5em; | 54 padding: 0 0.5em; |
55 transition: all 0.5s; | |
56 } | |
57 | |
58 .labels a>span { | |
59 cursor: pointer; | |
60 } | |
61 | |
62 .labels a>span:hover { | |
63 box-shadow: 0px 0px 6px 1px #000; | |
50 } | 64 } |
51 | 65 |
52 | 66 |
53 /** content **/ | 67 /** content **/ |
54 | 68 |
68 } | 82 } |
69 | 83 |
70 /** navigation links **/ | 84 /** navigation links **/ |
71 | 85 |
72 .bottom_links ul { | 86 .bottom_links ul { |
73 list-style: none; | 87 list-style: none; |
74 display: flex; | 88 display: flex; |
75 padding: 0 2em; | 89 padding: 0 2em; |
76 margin: 0; | 90 margin: 0; |
77 } | 91 } |
78 | 92 |
93 margin-left: auto; | 107 margin-left: auto; |
94 margin-right: 0; | 108 margin-right: 0; |
95 } | 109 } |
96 | 110 |
97 .bottom_links a { | 111 .bottom_links a { |
98 display: inline-block; | 112 display: inline-block; |
99 text-decoration: None; | 113 text-decoration: None; |
100 color: inherit; | 114 color: inherit; |
101 font-variant: small-caps; | 115 font-variant: small-caps; |
102 } | 116 } |
103 | 117 |
104 .bottom_links a:hover { | 118 .bottom_links a:hover { |
105 background-color: #ddd; | 119 background-color: #ddd; |
106 } | 120 } |