2013-08-10 16:42:21 +00:00
|
|
|
/* ==========================================================================
|
|
|
|
Table of Contents
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/*
|
2013-09-24 07:28:59 +00:00
|
|
|
|
2014-02-24 13:32:10 +00:00
|
|
|
0. Normalize
|
2013-09-24 07:28:59 +00:00
|
|
|
1. Icons
|
|
|
|
2. General
|
|
|
|
3. Utilities
|
|
|
|
4. General
|
|
|
|
5. Single Post
|
2014-03-19 00:10:43 +00:00
|
|
|
6. Tag Archive
|
|
|
|
7. Third Party Elements
|
|
|
|
8. Pagination
|
|
|
|
9. Footer
|
2014-07-12 17:56:26 +00:00
|
|
|
10. Media Queries (Medium Desktop)
|
|
|
|
11. Media Queries (Tablet)
|
|
|
|
12. Media Queries (Mobile)
|
|
|
|
13. Animations
|
2013-09-24 07:28:59 +00:00
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
*/
|
2013-08-10 16:42:21 +00:00
|
|
|
|
|
|
|
/* ==========================================================================
|
2014-02-24 13:32:10 +00:00
|
|
|
0. Normalize.css v2.1.3 | MIT License | git.io/normalize | (minified)
|
2013-08-10 16:42:21 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
2014-02-24 13:32:10 +00:00
|
|
|
article, aside, details,
|
|
|
|
figcaption, figure,
|
|
|
|
footer, header, hgroup,
|
|
|
|
main, nav, section,
|
|
|
|
summary { display: block; }
|
|
|
|
audio, canvas, video { display: inline-block; }
|
|
|
|
audio:not([controls]) { display: none; height: 0; }
|
|
|
|
[hidden], template { display: none; }
|
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
body { margin: 0; }
|
|
|
|
a { background: transparent; }
|
|
|
|
a:focus { outline: thin dotted; }
|
|
|
|
a:active, a:hover { outline: 0; }
|
|
|
|
h1 { font-size: 2em; margin: 0.67em 0; }
|
|
|
|
abbr[title] { border-bottom: 1px dotted; }
|
2014-07-12 17:56:26 +00:00
|
|
|
b, strong { font-weight: 700; }
|
2014-02-24 13:32:10 +00:00
|
|
|
dfn { font-style: italic; }
|
|
|
|
hr {
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
height: 0;
|
|
|
|
}
|
2014-07-12 17:56:26 +00:00
|
|
|
mark { background: #FF0; color: #000; }
|
2014-02-24 13:32:10 +00:00
|
|
|
code, kbd, pre,
|
|
|
|
samp { font-family: monospace, serif; font-size: 1em; }
|
|
|
|
pre { white-space: pre-wrap; }
|
|
|
|
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
|
|
|
|
small { font-size: 80%; }
|
|
|
|
sub, sup {
|
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
sup { top: -0.5em; }
|
|
|
|
sub { bottom: -0.25em; }
|
|
|
|
img { border: 0; }
|
|
|
|
svg:not(:root) { overflow: hidden; }
|
|
|
|
figure { margin: 0; }
|
|
|
|
fieldset {
|
|
|
|
border: 1px solid #c0c0c0;
|
|
|
|
margin: 0 2px;
|
|
|
|
padding: 0.35em 0.625em 0.75em;
|
|
|
|
}
|
|
|
|
legend { border: 0; padding: 0; }
|
|
|
|
button, input, select,
|
|
|
|
textarea { font-family: inherit; font-size: 100%; margin: 0; }
|
|
|
|
button, input { line-height: normal; }
|
|
|
|
button, select { text-transform: none; }
|
|
|
|
button, html input[type="button"],
|
|
|
|
input[type="reset"], input[type="submit"] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
button[disabled], html input[disabled] { cursor: default; }
|
2014-03-03 09:21:19 +00:00
|
|
|
input[type="checkbox"],
|
2014-02-24 13:32:10 +00:00
|
|
|
input[type="radio"] { box-sizing: border-box; padding: 0; }
|
|
|
|
input[type="search"] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
|
|
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner { border: 0; padding: 0; }
|
|
|
|
textarea { overflow: auto; vertical-align: top; }
|
|
|
|
table { border-collapse: collapse; border-spacing: 0; }
|
2013-08-10 16:42:21 +00:00
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
1. Icons - Sets up the icon font and respective classes
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/* Import the font file with the icons in it */
|
|
|
|
@font-face {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "icons";
|
|
|
|
src:url("../fonts/icons.eot");
|
|
|
|
src:url("../fonts/icons.eot?#iefix") format("embedded-opentype"),
|
|
|
|
url("../fonts/icons.woff") format("woff"),
|
|
|
|
url("../fonts/icons.ttf") format("truetype"),
|
|
|
|
url("../fonts/icons.svg#icons") format("svg");
|
2013-09-01 19:45:19 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Apply these base styles to all icons */
|
2014-07-20 14:43:44 +00:00
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "icons";
|
2013-09-01 19:45:19 +00:00
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
2014-07-20 14:43:44 +00:00
|
|
|
text-decoration: none !important;
|
2014-03-03 09:21:19 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2013-09-01 19:45:19 +00:00
|
|
|
}
|
|
|
|
|
2014-06-01 17:38:09 +00:00
|
|
|
/* Each icon is created by inserting the correct character into the
|
2013-09-01 19:45:19 +00:00
|
|
|
content of the :before pseudo element. Like a boss. */
|
|
|
|
.icon-ghost:before {
|
|
|
|
content: "\e000";
|
|
|
|
}
|
|
|
|
.icon-feed:before {
|
|
|
|
content: "\e001";
|
|
|
|
}
|
|
|
|
.icon-twitter:before {
|
|
|
|
content: "\e002";
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
.icon-google-plus:before {
|
|
|
|
content: "\e003";
|
|
|
|
}
|
|
|
|
.icon-facebook:before {
|
|
|
|
content: "\e004";
|
|
|
|
}
|
2014-07-20 14:43:44 +00:00
|
|
|
.icon-arrow-left:before {
|
|
|
|
content: "\e005";
|
|
|
|
}
|
2014-07-21 12:45:34 +00:00
|
|
|
.icon-stats:before {
|
|
|
|
content: "\e006";
|
|
|
|
}
|
|
|
|
.icon-location:before {
|
|
|
|
content: "\e007";
|
|
|
|
}
|
|
|
|
.icon-link:before {
|
|
|
|
content: "\e008";
|
|
|
|
}
|
2013-09-01 19:45:19 +00:00
|
|
|
|
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
/* ==========================================================================
|
2013-09-24 07:28:59 +00:00
|
|
|
2. General - Setting up some base styles
|
2013-08-10 16:42:21 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
html {
|
2013-08-24 22:57:39 +00:00
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
2013-08-11 14:39:25 +00:00
|
|
|
font-size: 62.5%;
|
2014-07-20 14:43:44 +00:00
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
2013-08-10 16:42:21 +00:00
|
|
|
|
|
|
|
body {
|
2014-07-12 17:56:26 +00:00
|
|
|
-webkit-font-feature-settings: 'kern' 1;
|
|
|
|
-moz-font-feature-settings: 'kern' 1;
|
|
|
|
-ms-font-feature-settings: 'kern' 1;
|
|
|
|
-o-font-feature-settings: 'kern' 1;
|
|
|
|
font-feature-settings: 'kern' 1;
|
2013-08-24 22:57:39 +00:00
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "Noto Serif", serif;
|
|
|
|
font-size: 2.2rem;
|
|
|
|
line-height: 1.7em;
|
2013-08-27 17:35:23 +00:00
|
|
|
color: #3A4145;
|
2013-08-10 16:42:21 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 15:37:57 +00:00
|
|
|
::-moz-selection {
|
|
|
|
background: #D6EDFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
::selection {
|
|
|
|
background: #D6EDFF;
|
|
|
|
}
|
|
|
|
|
2013-08-28 16:41:32 +00:00
|
|
|
h1, h2, h3,
|
2013-08-11 14:39:25 +00:00
|
|
|
h4, h5, h6 {
|
2014-07-12 17:56:26 +00:00
|
|
|
-webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
|
|
|
|
-moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
|
|
|
|
-ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
|
|
|
|
-o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
|
|
|
|
font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
|
|
|
|
color: #2E2E2E;
|
2014-07-20 14:43:44 +00:00
|
|
|
line-height: 1.15em;
|
2014-07-21 12:45:34 +00:00
|
|
|
margin: 0 0 0.3em 0;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
h1 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 5.6rem;
|
2013-08-28 12:01:39 +00:00
|
|
|
letter-spacing: -2px;
|
2013-08-28 16:41:32 +00:00
|
|
|
text-indent: -3px;
|
2013-08-10 16:42:21 +00:00
|
|
|
}
|
|
|
|
|
2013-08-21 14:44:09 +00:00
|
|
|
h2 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 4.4rem;
|
2013-08-21 14:44:09 +00:00
|
|
|
letter-spacing: -1px;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
2013-08-21 14:44:09 +00:00
|
|
|
h3 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 3.9rem;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 3.1rem;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 2.8rem;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 2.2rem;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2014-07-12 17:56:26 +00:00
|
|
|
color: #4A4A4A;
|
2013-08-27 17:35:23 +00:00
|
|
|
transition: color ease 0.3s;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2014-07-21 12:45:34 +00:00
|
|
|
color: #111;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
.post-template .post-title {
|
|
|
|
margin-bottom: 3.4rem;
|
|
|
|
}
|
|
|
|
|
2013-10-31 18:09:15 +00:00
|
|
|
p, ul, ol, dl {
|
2014-07-12 17:56:26 +00:00
|
|
|
-webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
|
|
|
|
-moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
|
|
|
|
-ms-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
|
|
|
|
-o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
|
|
|
|
font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
|
|
|
|
margin: 0 0 1.7em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol, ul {
|
|
|
|
padding-left: 0;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ol ol, ul ul,
|
|
|
|
ul ol, ol ul {
|
2014-07-12 17:56:26 +00:00
|
|
|
margin: 0 0 0.4em 0;
|
|
|
|
padding-left: 2em;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
2013-10-31 18:09:15 +00:00
|
|
|
dl dt {
|
|
|
|
float: left;
|
|
|
|
width: 180px;
|
|
|
|
overflow: hidden;
|
|
|
|
clear: left;
|
|
|
|
text-align: right;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 700;
|
|
|
|
margin-bottom: 1em;
|
2013-10-31 18:09:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dl dd {
|
|
|
|
margin-left: 200px;
|
|
|
|
margin-bottom: 1em
|
|
|
|
}
|
|
|
|
|
2013-08-21 13:12:00 +00:00
|
|
|
hr {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
2014-07-12 17:56:26 +00:00
|
|
|
border-top: #EFEFEF 1px solid;
|
2013-08-21 13:12:00 +00:00
|
|
|
margin: 3.2em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2014-07-12 17:56:26 +00:00
|
|
|
margin: 1.7em 0 1.7em -2.2em;
|
2013-08-28 16:41:32 +00:00
|
|
|
padding: 0 0 0 1.6em;
|
2014-07-12 17:56:26 +00:00
|
|
|
border-left: #4A4A4A 0.4em solid;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote p {
|
2013-08-28 16:41:32 +00:00
|
|
|
margin: 0.8em 0;
|
|
|
|
font-style: italic;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote small {
|
|
|
|
display: inline-block;
|
2013-10-18 03:26:54 +00:00
|
|
|
margin: 0.8em 0 0.8em 1.5em;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 0.9em;
|
|
|
|
color: #CCC;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
blockquote small:before { content: "\2014 \00A0"; }
|
2013-08-21 13:12:00 +00:00
|
|
|
|
|
|
|
blockquote cite {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 700;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote cite a { font-weight: normal; }
|
|
|
|
|
|
|
|
mark {
|
2014-07-12 17:56:26 +00:00
|
|
|
background-color: #FFC336;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code, tt {
|
2013-08-28 16:41:32 +00:00
|
|
|
padding: 1px 3px;
|
2013-08-21 13:12:00 +00:00
|
|
|
font-family: Inconsolata, monospace, sans-serif;
|
|
|
|
font-size: 0.85em;
|
2013-10-25 13:29:57 +00:00
|
|
|
white-space: pre-wrap;
|
2014-07-12 17:56:26 +00:00
|
|
|
border: #E3EDF3 1px solid;
|
2013-08-28 16:41:32 +00:00
|
|
|
background: #F7FAFB;
|
2013-08-21 13:12:00 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2014-07-12 17:56:26 +00:00
|
|
|
margin: 0 0 1.7em 0;
|
|
|
|
border: #E3EDF3 1px solid;
|
2013-08-21 13:12:00 +00:00
|
|
|
width: 100%;
|
|
|
|
padding: 10px;
|
|
|
|
font-family: Inconsolata, monospace, sans-serif;
|
|
|
|
font-size: 0.9em;
|
|
|
|
white-space: pre;
|
|
|
|
overflow: auto;
|
2013-08-28 16:41:32 +00:00
|
|
|
background: #F7FAFB;
|
2013-08-21 13:12:00 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre code, tt {
|
|
|
|
font-size: inherit;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
kbd {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0.4em;
|
|
|
|
padding: 1px 8px;
|
2014-07-12 17:56:26 +00:00
|
|
|
border: #CCC 1px solid;
|
2013-08-21 13:12:00 +00:00
|
|
|
color: #666;
|
2014-07-12 17:56:26 +00:00
|
|
|
text-shadow: #FFF 0 1px 0;
|
2013-08-21 13:12:00 +00:00
|
|
|
font-size: 0.9em;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 700;
|
|
|
|
background: #F4F4F4;
|
2013-08-21 13:12:00 +00:00
|
|
|
border-radius: 4px;
|
2014-03-03 09:21:19 +00:00
|
|
|
box-shadow:
|
|
|
|
0 1px 0 rgba(0, 0, 0, 0.2),
|
2013-08-21 13:12:00 +00:00
|
|
|
0 1px 0 0 #fff inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2014-07-12 17:56:26 +00:00
|
|
|
margin: 1.7em 0;
|
|
|
|
width: 100%;
|
2013-08-21 13:12:00 +00:00
|
|
|
max-width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th,
|
|
|
|
table td {
|
|
|
|
padding: 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
2014-07-12 17:56:26 +00:00
|
|
|
border-top: #EFEFEF 1px solid;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table th { color: #000; }
|
|
|
|
|
|
|
|
table caption + thead tr:first-child th,
|
|
|
|
table caption + thead tr:first-child td,
|
|
|
|
table colgroup + thead tr:first-child th,
|
|
|
|
table colgroup + thead tr:first-child td,
|
|
|
|
table thead:first-child tr:first-child th,
|
|
|
|
table thead:first-child tr:first-child td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
table tbody + tbody { border-top: #EFEFEF 2px solid; }
|
2013-08-21 13:12:00 +00:00
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
table table table { background-color: #FFF; }
|
2013-08-21 13:12:00 +00:00
|
|
|
|
|
|
|
table tbody > tr:nth-child(odd) > td,
|
|
|
|
table tbody > tr:nth-child(odd) > th {
|
2014-07-12 17:56:26 +00:00
|
|
|
background-color: #F6F6F6;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
2013-10-14 13:20:16 +00:00
|
|
|
table.plain tbody > tr:nth-child(odd) > td,
|
|
|
|
table.plain tbody > tr:nth-child(odd) > th {
|
|
|
|
background: transparent;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
2013-10-31 18:22:54 +00:00
|
|
|
iframe, .fluid-width-video-wrapper {
|
|
|
|
display: block;
|
|
|
|
margin: 1.6em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* When a video is inside the fitvids wrapper, drop the
|
|
|
|
margin on the iframe, cause it breaks stuff. */
|
|
|
|
.fluid-width-video-wrapper iframe {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-08-27 17:35:23 +00:00
|
|
|
|
2013-10-14 13:20:16 +00:00
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
/* ==========================================================================
|
2013-09-24 07:28:59 +00:00
|
|
|
3. Utilities - These things get used a lot
|
2013-08-27 17:35:23 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
2014-01-27 12:16:17 +00:00
|
|
|
/* Clears shit */
|
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
|
|
|
content: " ";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
.clearfix:after { clear: both; }
|
|
|
|
.clearfix { *zoom: 1; }
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* Hides shit */
|
2013-08-27 17:35:23 +00:00
|
|
|
.hidden {
|
|
|
|
text-indent: -9999px;
|
|
|
|
visibility: hidden;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* Creates a responsive wrapper that makes our content scale nicely */
|
2013-08-27 17:35:23 +00:00
|
|
|
.inner {
|
|
|
|
position: relative;
|
|
|
|
width: 80%;
|
2014-07-12 17:56:26 +00:00
|
|
|
max-width: 780px;
|
2013-08-27 17:35:23 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* Centres vertically yo. (IE8+) */
|
2013-08-28 16:41:32 +00:00
|
|
|
.vertical {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
/* ==========================================================================
|
2013-09-24 07:28:59 +00:00
|
|
|
4. General - The main styles for the the theme
|
2013-08-10 16:42:21 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* Big cover image on the home page */
|
2014-07-21 12:45:34 +00:00
|
|
|
.main-header {
|
2013-08-24 22:57:39 +00:00
|
|
|
position: relative;
|
2013-08-28 12:01:39 +00:00
|
|
|
display: table;
|
2013-08-24 22:57:39 +00:00
|
|
|
width: 100%;
|
2014-07-21 12:45:34 +00:00
|
|
|
height: 100%;
|
2013-08-26 18:26:34 +00:00
|
|
|
margin-bottom: 5rem;
|
2013-08-20 16:53:02 +00:00
|
|
|
text-align: center;
|
2014-07-21 12:45:34 +00:00
|
|
|
background: #222 no-repeat center center;
|
2013-08-24 22:57:39 +00:00
|
|
|
background-size: cover;
|
2013-08-20 16:53:02 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.main-header .inner {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav {
|
|
|
|
position: relative;
|
|
|
|
padding: 15px;
|
|
|
|
margin: 0 0 30px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Appears in the top right corner of your home page */
|
2013-10-31 18:07:10 +00:00
|
|
|
.blog-logo {
|
2014-07-21 12:45:34 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
background: none !important;
|
|
|
|
border: none !important;
|
2013-10-30 15:55:54 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
|
2013-10-31 18:07:10 +00:00
|
|
|
.blog-logo img {
|
2014-07-21 12:45:34 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-08-21 14:44:09 +00:00
|
|
|
display: block;
|
2014-07-21 12:45:34 +00:00
|
|
|
height: 38px;
|
|
|
|
padding: 2px 0 6px 0;
|
2013-08-28 16:41:32 +00:00
|
|
|
width: auto;
|
2014-07-21 12:45:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.back-button {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
height: 38px;
|
|
|
|
padding: 0 15px 0 10px;
|
|
|
|
border: transparent 1px solid;
|
|
|
|
color: #9EABB3;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 35px;
|
|
|
|
border-radius: 3px;
|
|
|
|
transition: all ease 0.3s;
|
|
|
|
}
|
|
|
|
.back-button:before {
|
|
|
|
position: relative;
|
|
|
|
bottom: -2px;
|
|
|
|
font-size: 13px;
|
2013-08-24 22:57:39 +00:00
|
|
|
line-height: 0;
|
2014-07-21 12:45:34 +00:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscribe-button {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
height: 38px;
|
|
|
|
padding: 0 20px;
|
|
|
|
border: transparent 1px solid;
|
|
|
|
color: #9EABB3;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 35px;
|
|
|
|
border-radius: 3px;
|
|
|
|
transition: all ease 0.3s;
|
|
|
|
}
|
|
|
|
.subscribe-button:before {
|
|
|
|
font-size: 9px;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Special styles when overlaid on an image*/
|
|
|
|
.main-nav.overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav.overlay a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav.overlay .back-button,
|
|
|
|
.main-nav.overlay .subscribe-button {
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav.overlay a:hover {
|
|
|
|
color: #222;
|
|
|
|
border-color: rgba(255,255,255,0.8);
|
|
|
|
background: rgba(255,255,255,0.8);
|
|
|
|
transition: all 0.1s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add a border to the buttons on hover */
|
|
|
|
.back-button:hover,
|
|
|
|
.subscribe-button:hover {
|
|
|
|
border-color: #bfc8cd;
|
|
|
|
color: #9EABB3;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* The details of your blog. Defined in ghost/settings/ */
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-title {
|
2013-08-28 16:41:32 +00:00
|
|
|
margin: 10px 0 10px 0;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 5.6rem;
|
2013-08-28 12:01:39 +00:00
|
|
|
letter-spacing: -1px;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
2014-07-20 14:57:38 +00:00
|
|
|
color: #fff;
|
2013-08-20 16:53:02 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-description {
|
2013-08-28 16:41:32 +00:00
|
|
|
margin: 0;
|
2014-07-21 12:45:34 +00:00
|
|
|
font-size: 2.2rem;
|
|
|
|
line-height: 1.5em;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-family: "Noto Serif", serif;
|
2013-08-28 12:01:39 +00:00
|
|
|
letter-spacing: 0;
|
2014-07-20 14:57:38 +00:00
|
|
|
color: rgba(255,255,255,0.8);
|
2014-07-21 12:45:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-cover.main-header {
|
|
|
|
background: #f5f8fa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-cover .page-title {
|
|
|
|
color: rgba(0,0,0,0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-cover .page-description {
|
|
|
|
color: rgba(0,0,0,0.5);
|
2014-07-11 10:22:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Add subtle load-in animation for content on the home page */
|
2014-07-21 12:45:34 +00:00
|
|
|
.home-template .page-title {
|
|
|
|
-webkit-animation: fade-in-down 0.6s;
|
|
|
|
animation: fade-in-down 0.6s;
|
2014-07-11 10:22:28 +00:00
|
|
|
-webkit-animation-delay: 0.2s;
|
|
|
|
animation-delay: 0.2s;
|
|
|
|
}
|
2014-07-21 12:45:34 +00:00
|
|
|
.home-template .page-description {
|
|
|
|
-webkit-animation: fade-in-down 0.9s;
|
|
|
|
animation: fade-in-down 0.9s;
|
2014-07-11 10:22:28 +00:00
|
|
|
-webkit-animation-delay: 0.1s;
|
|
|
|
animation-delay: 0.1s;
|
|
|
|
}
|
2013-08-20 16:53:02 +00:00
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* Every post, on every page, gets this style on its <article> tag */
|
2013-08-10 16:42:21 +00:00
|
|
|
.post {
|
2013-08-24 22:57:39 +00:00
|
|
|
position: relative;
|
2014-07-12 17:56:26 +00:00
|
|
|
width: 80%;
|
|
|
|
max-width: 780px;
|
2013-08-27 17:35:23 +00:00
|
|
|
margin: 4rem auto;
|
|
|
|
padding-bottom: 4rem;
|
2013-09-01 15:29:52 +00:00
|
|
|
border-bottom: #EBF2F6 1px solid;
|
2013-08-24 22:57:39 +00:00
|
|
|
word-break: break-word;
|
|
|
|
hyphens: auto;
|
|
|
|
}
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* Add a little circle in the middle of the border-bottom on our .post
|
2013-09-01 19:45:19 +00:00
|
|
|
just for the lolz and stylepoints. */
|
2013-08-24 22:57:39 +00:00
|
|
|
.post:after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
2013-08-28 16:41:32 +00:00
|
|
|
border: #E7EEF2 1px solid;
|
2013-08-24 22:57:39 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: -5px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
2014-07-12 17:56:26 +00:00
|
|
|
background: #FFF;
|
2013-08-24 22:57:39 +00:00
|
|
|
-webkit-border-radius: 100%;
|
|
|
|
-moz-border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
2014-07-12 17:56:26 +00:00
|
|
|
box-shadow: #FFF 0 0 0 5px;
|
2013-08-19 11:09:56 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
body:not(.post-template) .post-title {
|
|
|
|
font-size: 4rem;
|
|
|
|
}
|
|
|
|
|
2013-08-20 16:53:02 +00:00
|
|
|
.post-title a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-08-26 18:26:34 +00:00
|
|
|
.post-excerpt p {
|
2014-07-12 17:56:26 +00:00
|
|
|
margin: 0;
|
2013-08-26 18:26:34 +00:00
|
|
|
}
|
|
|
|
|
2014-03-22 14:15:41 +00:00
|
|
|
.read-more {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
.post-meta {
|
2014-07-21 16:20:36 +00:00
|
|
|
display: block;
|
|
|
|
margin: 2rem 0 0.6rem 0;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2013-08-27 17:35:23 +00:00
|
|
|
font-size: 1.5rem;
|
2014-07-21 16:20:36 +00:00
|
|
|
line-height: 2.2rem;
|
2013-08-11 14:39:25 +00:00
|
|
|
color: #9EABB3;
|
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
.author-thumb {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 9px;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
.post-meta a {
|
|
|
|
color: #9EABB3;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-meta a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-meta {
|
|
|
|
position: relative;
|
|
|
|
padding: 0.3rem 40px 0 100px;
|
|
|
|
min-height: 77px;
|
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
.post-date {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
|
|
|
padding-left: 12px;
|
|
|
|
border-left: #d5dbde 1px solid;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
.user-image {
|
|
|
|
position: absolute;
|
2013-08-21 13:12:00 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-name {
|
|
|
|
display: block;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 700;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-bio {
|
|
|
|
display: block;
|
|
|
|
max-width: 440px;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.publish-meta {
|
|
|
|
position: absolute;
|
2013-08-21 13:12:00 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2013-08-11 14:39:25 +00:00
|
|
|
padding: 4.3rem 0 4rem 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.publish-heading {
|
|
|
|
display: block;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-weight: 700;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.publish-date {
|
|
|
|
display: block;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* ==========================================================================
|
2013-09-24 07:28:59 +00:00
|
|
|
5. Single Post - When you click on an individual post
|
2013-09-01 15:29:52 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
2014-03-03 09:21:19 +00:00
|
|
|
/* Stop .full-img from creating horizontal scroll - slight hack due to
|
2014-01-31 07:35:24 +00:00
|
|
|
imperfections with browser width % calculations and rounding */
|
|
|
|
.post-template .content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
/* Tweak the .post wrapper style */
|
2013-09-01 15:29:52 +00:00
|
|
|
.post-template .post {
|
|
|
|
margin-top: 0;
|
|
|
|
border-bottom: none;
|
2013-09-01 19:45:19 +00:00
|
|
|
padding-bottom: 0;
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Kill that stylish little circle that was on the border, too */
|
|
|
|
.post-template .post:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-01-31 07:35:24 +00:00
|
|
|
/* Keep images centred and within the bounds of the post-width */
|
2013-09-01 15:29:52 +00:00
|
|
|
.post-content img {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
2013-10-14 16:16:00 +00:00
|
|
|
height: auto;
|
2014-01-31 07:35:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0.6em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Break out larger images to be wider than the main text column
|
|
|
|
the class is applied with jQuery */
|
|
|
|
.post-content .full-img {
|
|
|
|
width: 126%;
|
|
|
|
max-width: none;
|
2014-03-03 09:21:19 +00:00
|
|
|
margin: 0 -13%;
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
/* The author credit area after the post */
|
2013-09-01 15:29:52 +00:00
|
|
|
.post-footer {
|
|
|
|
position: relative;
|
2013-09-01 19:45:19 +00:00
|
|
|
margin: 4rem 0 0 0;
|
|
|
|
padding: 4rem 0 0 0;
|
2013-09-01 15:29:52 +00:00
|
|
|
border-top: #EBF2F6 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer h4 {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer p {
|
|
|
|
margin: 1rem 0;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
|
2014-01-27 12:16:17 +00:00
|
|
|
/* list of author links - location / url */
|
|
|
|
.author-meta {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: 1;
|
|
|
|
font-style: italic;
|
|
|
|
color: #9EABB3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-meta li {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px; /* space to the left of the bullet */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* bullet divider */
|
|
|
|
.author-meta li:before {
|
|
|
|
content: "•";
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px; /* space to the right of the bullet */
|
|
|
|
color: #BBC7CC;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* disable the bullet divider for the first item in the list */
|
|
|
|
.author-meta li:first-child { margin-left: 0; }
|
|
|
|
.author-meta li:first-child:before { display: none; }
|
|
|
|
|
|
|
|
.author-meta a {
|
|
|
|
color: #9EABB3;
|
|
|
|
}
|
2014-02-23 12:20:41 +00:00
|
|
|
.author-meta a:hover {
|
2014-07-21 12:45:34 +00:00
|
|
|
color: #111;
|
2014-02-23 12:20:41 +00:00
|
|
|
}
|
2014-01-27 12:16:17 +00:00
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
/* Create some space to the right for the share links */
|
2013-09-01 15:29:52 +00:00
|
|
|
.post-footer .author {
|
2013-09-01 19:45:19 +00:00
|
|
|
margin-right: 180px;
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
/* Drop the share links in the space to the right.
|
|
|
|
Doing it like this means it's easier for the author bio
|
|
|
|
to be flexible at smaller screen sizes while the share
|
|
|
|
links remain at a fixed width the whole time */
|
2013-09-01 15:29:52 +00:00
|
|
|
.post-footer .share {
|
|
|
|
position: absolute;
|
2013-09-01 19:45:19 +00:00
|
|
|
top: 4rem;
|
2013-09-01 15:29:52 +00:00
|
|
|
right: 0;
|
2013-09-01 19:45:19 +00:00
|
|
|
width: 140px;
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer .share a {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
display: inline-block;
|
2014-01-27 12:16:17 +00:00
|
|
|
margin: 1rem 1.6rem 1.6rem 0;
|
2013-09-01 15:29:52 +00:00
|
|
|
color: #BBC7CC;
|
2013-10-18 17:42:50 +00:00
|
|
|
text-decoration: none;
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer .share a:hover {
|
2013-09-01 19:45:19 +00:00
|
|
|
color: #50585D;
|
|
|
|
}
|
|
|
|
|
2014-07-20 15:01:17 +00:00
|
|
|
/* The subscribe icon on the footer */
|
|
|
|
.subscribe {
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
position: absolute;
|
|
|
|
top: -14px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -15px;
|
|
|
|
border: #EBF2F6 1px solid;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 2.4rem;
|
|
|
|
border-radius: 50px;
|
|
|
|
background: #FFF;
|
|
|
|
transition: box-shadow 0.5s;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The RSS icon, inserted via icon font */
|
|
|
|
.subscribe:before {
|
|
|
|
color: #D2DEE3;
|
|
|
|
font-size: 10px;
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
|
|
|
left: 9px;
|
|
|
|
font-weight: 700;
|
|
|
|
transition: color 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add a box shadow to on hover */
|
|
|
|
.subscribe:hover {
|
|
|
|
box-shadow: rgba(0,0,0,0.05) 0 0 0 3px;
|
|
|
|
transition: box-shadow 0.25s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscribe:hover:before {
|
|
|
|
color: #50585D;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CSS tooltip saying "Subscribe!" - initially hidden */
|
|
|
|
.tooltip {
|
|
|
|
opacity: 0;
|
|
|
|
display: block;
|
|
|
|
width: 52px;
|
|
|
|
padding: 4px 8px 5px 8px;
|
|
|
|
position:absolute;
|
|
|
|
top: -23px;
|
|
|
|
left: -21px;
|
|
|
|
color: rgba(255,255,255,0.9);
|
|
|
|
font-size: 1.1rem;
|
|
|
|
line-height: 1em;
|
|
|
|
text-align: center;
|
|
|
|
background: #50585D;
|
|
|
|
border-radius: 20px;
|
|
|
|
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
|
|
|
|
transition: opacity 0.3s ease, top 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The little chiclet arrow under the tooltip, pointing down */
|
|
|
|
.tooltip:after {
|
|
|
|
content: " ";
|
|
|
|
border-width: 5px 5px 0 5px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #50585D transparent;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -4px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
z-index: 220;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* On hover, show the tooltip! */
|
|
|
|
.subscribe:hover .tooltip {
|
|
|
|
opacity: 1;
|
|
|
|
top: -33px;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
/* ==========================================================================
|
|
|
|
6. Author profile
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
.tag-head.main-header {
|
|
|
|
height: 40%;
|
|
|
|
min-height: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-head.main-header {
|
|
|
|
height: 40%;
|
|
|
|
min-height: 180px;
|
|
|
|
margin-bottom: -60px; /* Pull the author bio up to overlap the cover */
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-profile {
|
|
|
|
padding-bottom: 5rem;
|
|
|
|
border-bottom: #EBF2F6 1px solid;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add a little circle in the middle of the border-bottom */
|
|
|
|
.author-profile:after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
border: #E7EEF2 1px solid;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -5px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
background: #FFF;
|
|
|
|
-webkit-border-radius: 100%;
|
|
|
|
-moz-border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
|
|
|
box-shadow: #FFF 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-image {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 3px;
|
|
|
|
background: #fff;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-image .img {
|
|
|
|
display: block;
|
|
|
|
width: 114px;
|
|
|
|
height: 114px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-title {
|
|
|
|
margin: 1.5rem 0 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-bio {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
line-height: 1.5em;
|
|
|
|
font-weight: 200;
|
|
|
|
color: #50585D;
|
|
|
|
letter-spacing: 0;
|
|
|
|
text-indent: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Location, website, and link */
|
|
|
|
.author-profile .author-meta {
|
|
|
|
margin: 2rem 0;
|
|
|
|
font-family: "Noto Serif", serif;
|
|
|
|
font-size: 1.7rem;
|
|
|
|
}
|
|
|
|
.author-profile .author-meta span {
|
|
|
|
margin-left: 2rem;
|
|
|
|
}
|
|
|
|
.author-profile .author-meta span:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.author-profile .author-meta a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Turn off meta for page2+ to make room for extra
|
|
|
|
pagination prev/next links */
|
|
|
|
.archive-template .author-profile .author-meta {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-09-01 19:45:19 +00:00
|
|
|
|
2014-03-19 00:10:43 +00:00
|
|
|
/* ==========================================================================
|
|
|
|
7. Third Party Elements - Embeds from other services
|
2013-09-24 07:21:52 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/* Github */
|
|
|
|
.gist table {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
|
|
.gist .line-number {
|
2013-09-27 14:59:50 +00:00
|
|
|
min-width: 25px;
|
2013-09-24 07:43:11 +00:00
|
|
|
font-size: 1.1rem;
|
2013-09-24 07:21:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
/* ==========================================================================
|
2014-03-19 00:10:43 +00:00
|
|
|
8. Pagination - Tools to let you flick between pages
|
2013-09-01 19:45:19 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/* The main wrapper for our pagination links */
|
|
|
|
.pagination {
|
|
|
|
position: relative;
|
|
|
|
width: 80%;
|
2014-07-12 17:56:26 +00:00
|
|
|
max-width: 780px;
|
2013-09-01 19:45:19 +00:00
|
|
|
margin: 4rem auto;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2013-09-01 19:45:19 +00:00
|
|
|
font-size: 1.3rem;
|
|
|
|
color: #9EABB3;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination a {
|
|
|
|
color: #9EABB3;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Push the previous/next links out to the left/right */
|
|
|
|
.older-posts,
|
|
|
|
.newer-posts {
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 15px;
|
|
|
|
border: #EBF2F6 2px solid;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 30px;
|
|
|
|
transition: border ease 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.older-posts {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-number {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 0;
|
2014-07-12 17:56:26 +00:00
|
|
|
min-width: 100px;
|
2013-09-01 19:45:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.newer-posts {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.older-posts:hover,
|
|
|
|
.newer-posts:hover {
|
|
|
|
border-color: #9EABB3;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.extra-pagination {
|
|
|
|
display: none;
|
|
|
|
border-bottom: #EBF2F6 1px solid;
|
|
|
|
}
|
|
|
|
.extra-pagination:after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
border: #E7EEF2 1px solid;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -5px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
background: #FFF;
|
|
|
|
-webkit-border-radius: 100%;
|
|
|
|
-moz-border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
|
|
|
box-shadow: #FFF 0 0 0 5px;
|
|
|
|
}
|
|
|
|
.extra-pagination .pagination {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* On page2+ make all the headers smaller */
|
|
|
|
.archive-template .main-header {
|
|
|
|
max-height: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* On page2+ show extra pagination controls at the top of post list */
|
|
|
|
.archive-template .extra-pagination {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-09-01 19:45:19 +00:00
|
|
|
|
|
|
|
/* ==========================================================================
|
2014-03-19 00:10:43 +00:00
|
|
|
9. Footer - The bottom of every page
|
2013-09-01 19:45:19 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
.site-footer {
|
|
|
|
position: relative;
|
2014-07-20 15:28:49 +00:00
|
|
|
margin: 8rem 0 0 0;
|
2014-07-21 12:45:34 +00:00
|
|
|
padding: 0.5rem 15px;
|
2013-09-01 19:45:19 +00:00
|
|
|
border-top: #EBF2F6 1px solid;
|
2014-07-12 17:56:26 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2014-07-20 14:43:44 +00:00
|
|
|
font-size: 1rem;
|
2013-09-01 19:45:19 +00:00
|
|
|
line-height: 1.7em;
|
|
|
|
color: #BBC7CC;
|
2014-07-21 12:45:34 +00:00
|
|
|
background: #f5f8fa;
|
2013-09-01 19:45:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-footer a {
|
|
|
|
color: #BBC7CC;
|
2014-07-20 14:43:44 +00:00
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
2013-09-01 19:45:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-footer a:hover {
|
|
|
|
color: #50585D;
|
|
|
|
}
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
.poweredby {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
2013-09-01 19:45:19 +00:00
|
|
|
}
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
.copyright {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* ==========================================================================
|
2014-07-12 17:56:26 +00:00
|
|
|
10. Media Queries - Smaller than 1600px
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1600px) {
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-title {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 5rem;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-description {
|
2014-07-20 14:57:38 +00:00
|
|
|
font-size: 2rem;
|
2014-07-12 17:56:26 +00:00
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.65em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, ul, ol, dl {
|
|
|
|
margin: 0 0 1.65em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post,
|
|
|
|
.inner,
|
2014-07-21 12:45:34 +00:00
|
|
|
.pagination {
|
2014-07-12 17:56:26 +00:00
|
|
|
max-width: 710px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3,
|
|
|
|
h4, h5, h6 {
|
|
|
|
margin: 0 0 0.4em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 2.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
body:not(.post-template) .post-title {
|
|
|
|
font-size: 3.6rem;
|
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
11. Media Queries - Smaller than 900px
|
2013-09-01 15:29:52 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
2013-08-24 22:57:39 +00:00
|
|
|
@media only screen and (max-width: 900px) {
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
.main-nav {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2013-08-28 16:41:32 +00:00
|
|
|
blockquote {
|
|
|
|
margin-left: 0;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.main-header {
|
2014-03-03 09:21:19 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
2013-08-24 22:57:39 +00:00
|
|
|
-moz-box-sizing: border-box;
|
2014-03-03 09:21:19 +00:00
|
|
|
box-sizing: border-box;
|
2013-08-24 22:57:39 +00:00
|
|
|
height: auto;
|
|
|
|
min-height: 240px;
|
2014-07-21 12:45:34 +00:00
|
|
|
height: 60%;
|
2013-08-28 16:41:32 +00:00
|
|
|
padding: 15% 0;
|
2013-08-26 00:35:53 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.archive-template .main-header {
|
|
|
|
min-height: 180px;
|
|
|
|
padding: 10% 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-logo img {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-title {
|
2013-08-28 12:01:39 +00:00
|
|
|
font-size: 4rem;
|
|
|
|
letter-spacing: -1px;
|
2013-08-26 00:35:53 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-description {
|
2014-07-20 14:57:38 +00:00
|
|
|
font-size: 1.8rem;
|
2013-08-26 00:35:53 +00:00
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2013-08-24 22:57:39 +00:00
|
|
|
.post {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 0.8em
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
body:not(.post-template) .post-title {
|
|
|
|
font-size: 3.2rem;
|
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
.post-template .post {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
hr {
|
|
|
|
margin: 2.4em 0;
|
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
ol, ul {
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
2013-08-24 22:57:39 +00:00
|
|
|
h1 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 4.5rem;
|
2013-08-28 16:41:32 +00:00
|
|
|
text-indent: -2px;
|
2013-08-26 00:35:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 3.6rem;
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
h3 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 3.1rem;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 2.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: 1.8rem;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.author-profile {
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-profile .author-bio {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-profile .author-meta span {
|
|
|
|
display: block;
|
|
|
|
margin: 1.5rem 0;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-head.main-header,
|
|
|
|
.author-head.main-header {
|
|
|
|
height: 30%;
|
2014-07-20 14:43:44 +00:00
|
|
|
}
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
|
|
|
|
2014-07-11 08:49:40 +00:00
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* ==========================================================================
|
2014-07-12 17:56:26 +00:00
|
|
|
12. Media Queries - Smaller than 500px
|
2013-09-01 15:29:52 +00:00
|
|
|
========================================================================== */
|
2013-08-24 22:57:39 +00:00
|
|
|
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.main-header {
|
2014-07-20 14:43:44 +00:00
|
|
|
margin-bottom: 0;
|
2014-07-21 12:45:34 +00:00
|
|
|
height: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive-template .main-header {
|
|
|
|
max-height: 20%;
|
|
|
|
min-height: 160px;
|
|
|
|
padding: 10% 0;
|
2014-07-20 14:43:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
border-bottom: #e0e4e7 1px solid;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.blog-logo {
|
|
|
|
padding: 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-logo img {
|
|
|
|
height: 26px;
|
|
|
|
}
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
.back-button,
|
|
|
|
.subscribe-button {
|
|
|
|
height: 44px;
|
|
|
|
line-height: 41px;
|
|
|
|
border-radius: 0;
|
|
|
|
color: #2e2e2e;
|
|
|
|
}
|
|
|
|
.back-button:hover,
|
|
|
|
.subscribe-button:hover {
|
|
|
|
border-color: #ebeef0;
|
|
|
|
color: #2e2e2e;
|
|
|
|
background: #ebeef0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back-button {
|
|
|
|
padding: 0 15px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscribe-button {
|
|
|
|
padding: 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav.overlay {
|
|
|
|
color: #fff;
|
|
|
|
background: rgba(0,0,0,0.4);
|
2014-07-21 12:45:34 +00:00
|
|
|
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
|
2014-07-20 14:43:44 +00:00
|
|
|
}
|
|
|
|
.main-nav.overlay a:hover {
|
2014-07-21 12:45:34 +00:00
|
|
|
color: #fff;
|
2014-07-20 14:43:44 +00:00
|
|
|
border-color: transparent;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.main-nav.overlay .back-button,
|
|
|
|
.main-nav.overlay .subscribe-button {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2013-10-31 18:07:10 +00:00
|
|
|
.blog-logo img {
|
2013-08-28 16:41:32 +00:00
|
|
|
max-height: 80px;
|
|
|
|
}
|
|
|
|
|
2014-03-03 09:21:19 +00:00
|
|
|
.inner,
|
2013-08-28 16:41:32 +00:00
|
|
|
.pagination {
|
2013-08-27 17:35:23 +00:00
|
|
|
width: auto;
|
2014-07-21 12:45:34 +00:00
|
|
|
margin: 2rem auto;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
2013-08-24 22:57:39 +00:00
|
|
|
.post {
|
2014-07-12 17:56:26 +00:00
|
|
|
width: auto;
|
2014-07-20 14:43:44 +00:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
2013-08-27 17:35:23 +00:00
|
|
|
margin-left: 16px;
|
|
|
|
margin-right: 16px;
|
2014-07-20 14:43:44 +00:00
|
|
|
padding-bottom: 2rem;
|
2014-07-21 12:45:34 +00:00
|
|
|
line-height: 1.55em;
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
.post-date {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
.post-template .post-title {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin: 1.6em 0;
|
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
p, ul, ol, dl {
|
2014-07-21 12:45:34 +00:00
|
|
|
font-size: 0.95em;
|
2014-07-20 14:43:44 +00:00
|
|
|
margin: 0 0 2rem 0;
|
2014-07-12 17:56:26 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-title {
|
2013-08-26 00:35:53 +00:00
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.page-description {
|
2014-07-20 14:57:38 +00:00
|
|
|
font-size: 1.6rem;
|
2013-08-26 00:35:53 +00:00
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
h1, h2, h3,
|
|
|
|
h4, h5, h6 {
|
|
|
|
margin: 0 0 0.3em 0;
|
|
|
|
}
|
2013-08-26 00:35:53 +00:00
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
h1 {
|
2013-08-24 22:57:39 +00:00
|
|
|
font-size: 3rem;
|
2013-08-28 12:01:39 +00:00
|
|
|
letter-spacing: -1px;
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
2014-07-12 17:56:26 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 2.6rem;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
h3 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 2.4rem;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2014-07-12 17:56:26 +00:00
|
|
|
font-size: 2.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 1.9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: 1.7rem;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
body:not(.post-template) .post-title {
|
|
|
|
font-size: 2.6rem;
|
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
.post-template .post {
|
|
|
|
padding-bottom: 0;
|
2014-04-16 06:30:06 +00:00
|
|
|
margin-bottom: 0;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
2014-04-16 06:30:06 +00:00
|
|
|
.post-template .site-footer {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-01-31 07:35:24 +00:00
|
|
|
.post-content img {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-03-03 09:21:19 +00:00
|
|
|
.post-content .full-img {
|
2014-01-31 07:35:24 +00:00
|
|
|
width: auto;
|
|
|
|
width: calc(100% + 32px); /* expand with to image + margins */
|
|
|
|
margin: 0 -16px; /* get rid of margins */
|
|
|
|
min-width: 0;
|
|
|
|
max-width: 112%; /* fallback when calc doesn't work */
|
|
|
|
}
|
|
|
|
|
2013-08-28 16:41:32 +00:00
|
|
|
.post-meta {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
.post-footer {
|
|
|
|
padding: 4rem 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer .author {
|
|
|
|
margin: 0 0 2rem 0;
|
|
|
|
padding: 0 0 1.6rem 0;
|
2013-08-27 18:41:41 +00:00
|
|
|
border-bottom: #EBF2F6 1px dashed;
|
2013-08-27 17:35:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer .share {
|
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer .share a {
|
|
|
|
margin: 1.4rem 0.8rem 0 0.8rem;
|
|
|
|
}
|
|
|
|
|
2014-04-16 06:27:44 +00:00
|
|
|
.author-meta li {
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-meta li:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-08 20:59:40 +00:00
|
|
|
.older-posts,
|
|
|
|
.newer-posts {
|
|
|
|
position: static;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-number {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-07-20 15:28:49 +00:00
|
|
|
.site-footer {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|
|
|
|
|
2014-07-21 12:45:34 +00:00
|
|
|
.author-profile {
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-head.main-header,
|
|
|
|
.author-head.main-header {
|
|
|
|
height: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author-profile .author-meta span {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive-template .main-header .page-description {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
}
|
2013-08-24 22:57:39 +00:00
|
|
|
|
2014-07-11 08:49:40 +00:00
|
|
|
|
|
|
|
/* ==========================================================================
|
2014-07-12 17:56:26 +00:00
|
|
|
13. Animations
|
2014-07-11 08:49:40 +00:00
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
@-webkit-keyframes fade-in-down {
|
2014-07-11 10:22:28 +00:00
|
|
|
0% {
|
2014-07-11 08:49:40 +00:00
|
|
|
opacity: 0;
|
2014-07-21 12:45:34 +00:00
|
|
|
-webkit-transform: translateY(-10px);
|
2014-07-11 10:22:28 +00:00
|
|
|
}
|
|
|
|
60% {
|
2014-07-11 08:49:40 +00:00
|
|
|
opacity: 1;
|
2014-07-11 10:22:28 +00:00
|
|
|
}
|
|
|
|
100% {
|
2014-07-11 08:49:40 +00:00
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fade-in-down {
|
2014-07-11 10:22:28 +00:00
|
|
|
0% {
|
2014-07-11 08:49:40 +00:00
|
|
|
opacity: 0;
|
2014-07-21 12:45:34 +00:00
|
|
|
-webkit-transform: translateY(-10px);
|
2014-07-11 10:22:28 +00:00
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-webkit-transform: translateY(0);
|
2014-07-11 08:49:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-01 15:29:52 +00:00
|
|
|
/* ==========================================================================
|
2014-07-11 10:22:28 +00:00
|
|
|
End of file. Animations should be the last thing here. Do not add stuff
|
2013-09-01 15:29:52 +00:00
|
|
|
below this point, or it will probably fuck everything up.
|
2013-10-14 13:20:16 +00:00
|
|
|
========================================================================== */
|