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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorD.G.BANG <lubang@lulab.net>2018-02-04 11:11:11 +0300
committerD.G.BANG <lubang@lulab.net>2018-02-04 11:11:11 +0300
commit25d83b89de9d11bad81d01d1ded8b260c3922767 (patch)
tree57142c37d6bfe6b81aa85fd2212972519a3b541e /static
parent25e5c1c3f1e8a47718dede197500630407c0e592 (diff)
Add tags page
- Remove default terms - Add category terms - Add tag terms
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 2a0dc74..f0002e2 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -173,7 +173,7 @@ dt {
}
.post-meta, .post-meta a, .post-meta a:visited {
- display: inline-block;
+ display: block;
color: #4A4A4A;
font-size: 14px;
line-height: 1.7em;
@@ -341,6 +341,25 @@ dt {
}
/*
+* Tags
+*/
+.tags {
+ padding: 0px 30px 30px 30px;
+}
+
+.tags .tag {
+ display: inline-block;
+ margin: 5px;
+ padding: 5px 10px 5px 10px;
+ border: 1px dashed #dddddd;
+ border-radius: 5px;
+}
+
+.tags .tag:hover {
+ background-color: #eeeeee;
+}
+
+/*
* Projects
*/
.project {