diff default/static/blog.css @ 93:650f3456f80d

blog/articles: added simple pagination
author Goffi <goffi@goffi.org>
date Fri, 12 Jan 2018 22:05:32 +0100
parents 580670430fa2
children 94b5806b9e2f
line wrap: on
line diff
--- a/default/static/blog.css	Fri Jan 12 19:53:18 2018 +0100
+++ b/default/static/blog.css	Fri Jan 12 22:05:32 2018 +0100
@@ -48,6 +48,44 @@
     margin: 0;
 }
 
+/** navigation links **/
+
+.bottom_links ul {
+	list-style: none;
+    display: flex;
+    padding: 0 2em;
+    margin: 0;
+}
+
+.bottom_links li {
+    flex: 1;
+}
+
+.bottom_links li.older_items {
+    text-align: right;
+}
+
+.bottom_links img {
+    display: block;
+}
+
+.bottom_links .older_items img {
+    display: block;
+    margin-left: auto;
+    margin-right: 0;
+}
+
+.bottom_links a {
+	display: inline-block;
+	text-decoration: None;
+	color: inherit;
+	font-variant: small-caps;
+}
+
+.bottom_links a:hover {
+    background-color: #ddd;
+}
+
 /** reduce/expand buttons **/
 
 .expand_box {
@@ -221,6 +259,10 @@
         padding: 0.5em;
     }
 
+    .bottom_links ul {
+        padding: 0 6em;
+    }
+
 }
 
 /*** clicked ***/