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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAvi Avianto <avianto@gmail.com>2017-11-09 22:56:25 +0300
committerAvi Avianto <avianto@gmail.com>2017-11-09 22:56:25 +0300
commit228c376abe8f90887a881c30f179285b4ec2fefb (patch)
treeaa9e364cbd7c66e6e3f3ed16aad881e79749b42f /static
parent3747d9f15bba9dead20b47b77a81aebc80232512 (diff)
screenshots updated and else
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css52
1 files changed, 41 insertions, 11 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 9656dec..412d3a9 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -3,6 +3,7 @@ body {
padding: 0;
overflow-x: hidden;
font-family: "Roboto Slab", serif;
+ color: #333333;
}
h1,
@@ -118,7 +119,7 @@ time {
border-bottom: 1px solid #cecece;
}
-#container main section#list ul li time {
+#container main section#list ul li time, #container main section#list ul li span.count {
float: right;
}
@@ -126,22 +127,43 @@ time {
border-bottom: none;
}
+#container main section.post-nav ul {
+ margin: 0.5em 0;
+ padding: 0.5em 0 0;
+ list-style: none;
+ display: flex;
+ justify-content: space-between;
+ border-top: 1px solid #f7f7f7;
+ font-size: 0.9em;
+}
+
#container main article pre {
background-color: #ffffcc;
overflow-x: auto;
padding: 0.5em;
+ font-size: 0.9em;
}
#container main article p code {
padding: 0.2em;
background-color: #ffcccc;
+ font-size: 0.9em;
}
#container main article p kbd {
- padding: 0.1em;
- background-color: #e9e9e9;
- border: solid 1px #c0c0c0;
- font-size: 0.8em;
+ display: inline-block;
+ padding: 3px 5px;
+ font-size: 0.6em;
+ line-height: 10px;
+ color: #555;
+ vertical-align: middle;
+ background-color: #fcfcfc;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #ccc #ccc #bbb;
+ border-image: none;
+ border-radius: 3px;
+ box-shadow: 0 -1px 0 #bbb inset;
}
#container main h1 {
@@ -152,12 +174,8 @@ time {
border-top: solid 1px #cecece;
}
-#container footer .post-nav ul {
- margin: 0.5em 0;
- padding: 0;
- list-style: none;
- display: flex;
- justify-content: space-between;
+#container footer h6 {
+ font-size: 0.8em;
}
.meta-aside, #container main section#home ul li aside, #container main article aside {
@@ -304,3 +322,15 @@ blockquote::before {
dl dd {
font-style: italic;
}
+
+ul.pagination {
+ display: flex;
+ justify-content: center;
+ margin: 1em 0 0;
+ padding: 0.5em 0;
+ list-style: none;
+}
+
+ul.pagination li {
+ padding: 0 1em;
+}