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

github.com/pacollins/hugo-future-imperfect-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorpacollins <thepatrickcollins@gmail.com>2017-10-12 16:55:09 +0300
committerpacollins <thepatrickcollins@gmail.com>2017-10-12 16:55:09 +0300
commit94207f4938a24d36ef5a891c7babea7b292d6d9a (patch)
tree8254f75de7b4b3d677a4dacfb2a883fa6a1f907d /static
parent2d526e59cfb05e0ed6f0e109a8e8abe2ee5a6110 (diff)
Revert to 80752d9
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css29
1 files changed, 12 insertions, 17 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 00f8dbd..d1ac152 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -307,9 +307,9 @@
text-align: right;
}
-/* Author and Format */
+/* Author */
- .author, .format {
+ .author {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
@@ -335,7 +335,7 @@
white-space: nowrap;
}
- .author .name, .format .name {
+ .author .name {
-moz-transition: border-bottom-color 0.2s ease;
-webkit-transition: border-bottom-color 0.2s ease;
-ms-transition: border-bottom-color 0.2s ease;
@@ -345,13 +345,13 @@
margin: 0 1.5em 0 0;
}
- .author img, .format img {
+ .author img {
border-radius: 100%;
display: block;
width: 4em;
}
- .author:hover .name, .format:hover .name {
+ .author:hover .name {
border-bottom-color: transparent;
}
@@ -1213,7 +1213,7 @@
text-transform: uppercase;
}
- .mini-post header .author, .mini-post header .format {
+ .mini-post header .author {
position: absolute;
right: 2em;
top: 2em;
@@ -1792,8 +1792,7 @@
margin-top: 0;
}
- .itemized > header .meta .author,
- .itemized > header .meta .format, {
+ .itemized > header .meta .author {
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
@@ -1801,14 +1800,12 @@
margin-bottom: 0;
}
- .itemized > header .meta .author .name,
- .itemized > header .meta .format .name {
+ .itemized > header .meta .author .name {
margin: 0 0 0 1.5em;
}
- .itemized > header .meta .author img,
- .itemized > header .meta .format img {
+ .itemized > header .meta .author img {
width: 3.5em;
}
@@ -1960,7 +1957,6 @@
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
- vertical-align: middle;
padding: 0.5em;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
@@ -2216,6 +2212,7 @@
line-height: inherit;
padding: 0 0 0 1.5em;
white-space: nowrap;
+ min-width: 12.4em;
}
#header h1 a {
@@ -2524,7 +2521,7 @@
/* Modern Browsers */
opacity: 0.65;
font-size: 0.9em;
- padding: 0;
+ padding: 1.25em 1.25em 0.1em 1.25em
}
@media screen and (max-width: 1280px) {
@@ -2839,16 +2836,14 @@
.share-btn.facebook { background: #3B5998; }
.share-btn.linkedin { background: #4875B4; }
.share-btn.stumbleupon { background: #EB4823; }
- .share-btn.pinterest { background: #BD081C; }
.share-btn.reddit { background: #ff5700; }
.share-btn.email { background: #444444; }
- .share-btn.twitter:hover { background: #4c9ad6; }
+ .share-btn.twitter:hover { background: #4c9ad6 }
.share-btn.google-plus:hover { background: #c64333; }
.share-btn.facebook:hover { background: #2f4779; }
.share-btn.linkedin:hover { background: #4069a2; }
.share-btn.stumbleupon:hover { background: #d3401f; }
- .share-btn.pinterest:hover { background: #AD0000; }
.share-btn.reddit:hover { background: #e54e00; }
.share-btn.email:hover { background: #363636; }