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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css45
1 files changed, 24 insertions, 21 deletions
diff --git a/static/css/style.css b/static/css/style.css
index dca7e00..c7ea36f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -212,9 +212,7 @@ footer a {
.homepage .category,
.homepage .category a,
.homepage .tag,
-.homepage .tag a,
-.homepage .nav-left,
-.homepage .nav-right {
+.homepage .tag a {
color: #cc99cc;
}
@@ -222,24 +220,6 @@ footer a {
margin-right: 2em;
}
-.homepage nav {
- text-align: center;
-}
-
-.homepage .nav-left {
- margin-left: auto;
- margin-right: 1%;
-}
-
-.homepage .nav-right {
- margin-left: 1%;
- margin-right: auto;
-}
-
-.homepage .nav-hidden {
- visibility: hidden;
-}
-
/* Post List Layout */
.article-list h1.list-title {
@@ -274,6 +254,29 @@ footer a {
.article-list article section.summary a { color: #d27b53; }
+/* Pagination */
+
+nav.paginator {
+ text-align: center;
+}
+
+nav.paginator a {
+ color: #cc99cc;
+}
+
+nav.paginator .faded {
+ color: #515151;
+}
+
+nav.paginator .nav-left {
+ margin-left: auto;
+ margin-right: 1%;
+}
+
+nav.paginator .nav-right {
+ margin-left: 1%;
+ margin-right: auto;
+}
/* Single Post Layout */