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

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index f470408..b5fdc48 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -216,6 +216,47 @@ a.btn-back {
color: rgba(255, 255, 255, 1.0);
}
+/* Pagination */
+
+.pagination
+{
+ width: 720px;
+ text-align: center;
+}
+
+.older-posts,.newer-posts
+{
+ display: inline!important;
+ border: 1px solid #ddd;
+ border-radius: 15px;
+ text-decoration: none;
+ transition: border .3s ease;
+ padding: 5px 14px;
+}
+
+.page-number
+{
+ display: inline-block;
+ min-width: 100px;
+ padding: 2px 0;
+}
+
+.newer-posts
+{
+ float: left;
+}
+
+.older-posts
+{
+ float: right;
+}
+
+.older-posts:hover,.newer-posts:hover
+{
+ color: #889093;
+ border-color: #98a0a4;
+}
+
/* Override some of Bootstrap's styles */
pre {