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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGökmen Görgen <gkmngrgn@gmail.com>2018-06-16 14:15:22 +0300
committerGökmen Görgen <gkmngrgn@gmail.com>2018-06-16 14:15:22 +0300
commit7a55fb4a99a05cc14fa7e753ee42a7b15ad4f8e9 (patch)
treeefc1fe7c7df2c3f3f2bc54d9274bb77659b77ba9 /static
parentc68abd3fe5b2b939e5fbfe48dcc3f64f07377786 (diff)
style fixes. #20
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css35
1 files changed, 11 insertions, 24 deletions
diff --git a/static/css/main.css b/static/css/main.css
index bee8cec..a7033fc 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -132,7 +132,7 @@ a:hover {
.header ul.nav li a {
color: #666666;
font-size: 14px;
- padding: 3px 5px;
+ padding: 3px 5px 0 5px;
}
.header ul.nav li:first-child a {
@@ -158,11 +158,10 @@ a:hover {
.content .meta {
font-size: 14px;
color: #666666;
- display: -webkit-flex;
- display: -moz-flex;
- display: -ms-flexbox;
- display: -ms-flex;
- display: flex;
+}
+
+.content .meta a {
+ text-decoration: none;
}
.content .middot:before {
@@ -172,22 +171,6 @@ a:hover {
content: "•";
}
-.content .tags ul {
- display: -webkit-flex;
- display: -moz-flex;
- display: -ms-flexbox;
- display: -ms-flex;
- display: flex;
- -webkit-flex-direction: row;
- -moz-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-align-items: center;
- -moz-align-items: center;
- -ms-align-items: center;
- align-items: center;
-}
-
.content .tags ul li {
transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
-webkit-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
@@ -212,6 +195,10 @@ a:hover {
font-weight: 300;
}
+.content twitterwidget {
+ margin: auto;
+}
+
.content .meta,
.content .markdown h1,
.content .markdown h2,
@@ -221,7 +208,7 @@ a:hover {
.content .markdown h6,
.content .markdown p,
.content .markdown ul,
-.content .markdown li {
+.content .markdown ol {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
@@ -336,7 +323,7 @@ a:hover {
.content .markdown h6,
.content .markdown p,
.content .markdown ul,
- .content .markdown li {
+ .content .markdown ol {
margin-left: 0;
margin-right: 0;
}