2013-08-10 16:42:21 +00:00
|
|
|
/* ==========================================================================
|
|
|
|
Table of Contents
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/*
|
|
|
|
0. Includes
|
|
|
|
1. Something
|
|
|
|
2. Something else
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
0. Includes
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
@import url(normalize.css);
|
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
1. General
|
|
|
|
========================================================================== */
|
|
|
|
|
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%;
|
|
|
|
}
|
2013-08-10 16:42:21 +00:00
|
|
|
|
|
|
|
body {
|
2013-08-24 22:57:39 +00:00
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
2013-08-10 16:42:21 +00:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
2013-08-11 14:39:25 +00:00
|
|
|
font-size: 2.0rem;
|
2013-08-10 16:42:21 +00:00
|
|
|
line-height: 1.6em;
|
|
|
|
color: #50585D;
|
|
|
|
}
|
|
|
|
|
2013-08-11 15:37:57 +00:00
|
|
|
::-moz-selection {
|
|
|
|
color: #222;
|
|
|
|
background: #D6EDFF;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::selection {
|
|
|
|
color: #222;
|
|
|
|
background: #D6EDFF;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
h1, h2, h3
|
|
|
|
h4, h5, h6 {
|
2013-08-21 13:12:00 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
line-height: 1;
|
|
|
|
margin-top: 0;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
h1 {
|
|
|
|
font-size: 5rem;
|
|
|
|
line-height: 1.2em;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
|
|
|
|
2013-08-21 14:44:09 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 4rem;
|
|
|
|
line-height: 1.2em;
|
|
|
|
letter-spacing: -1px;
|
2013-08-21 13:12:00 +00:00
|
|
|
}
|
|
|
|
|
2013-08-21 14:44:09 +00:00
|
|
|
h3 {
|
|
|
|
font-size: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: 2rem;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #4a4a4a;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #57A3E8;
|
|
|
|
}
|
|
|
|
|
2013-08-21 14:44:09 +00:00
|
|
|
h1 a, h2 a, h3 a,
|
|
|
|
h4 a, h5 a, h6 a {
|
|
|
|
color: #50585D;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p, ul, ol {
|
|
|
|
margin: 1.6em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol ol, ul ul,
|
|
|
|
ul ol, ol ul {
|
|
|
|
margin: 0.4em 0;
|
|
|
|
}
|
|
|
|
|
2013-08-21 13:12:00 +00:00
|
|
|
hr {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #efefef;
|
|
|
|
margin: 3.2em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 1.6em 0;
|
|
|
|
padding: 0 1.6em 0 1.6em;
|
|
|
|
border-left: #4a4a4a 0.6em solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote p {
|
|
|
|
margin:0.8em 0;
|
|
|
|
font-size:1.2em;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote small {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0.8em 0 0.8em 1.5em;;
|
|
|
|
font-size:0.9em;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote small:before { content: '\2014 \00A0'; }
|
|
|
|
|
|
|
|
blockquote cite {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote cite a { font-weight: normal; }
|
|
|
|
|
|
|
|
|
|
|
|
dl {
|
|
|
|
margin: 1.6em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl dt {
|
|
|
|
float: left;
|
|
|
|
width: 180px;
|
|
|
|
overflow: hidden;
|
|
|
|
clear: left;
|
|
|
|
text-align: right;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 1em
|
|
|
|
}
|
|
|
|
|
|
|
|
dl dd {
|
|
|
|
margin-left: 200px;
|
|
|
|
margin-bottom: 1em
|
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
|
|
|
background-color: #ffc336;
|
|
|
|
}
|
|
|
|
|
|
|
|
code, tt {
|
|
|
|
font-family: Inconsolata, monospace, sans-serif;
|
|
|
|
font-size: 0.85em;
|
|
|
|
white-space: pre;
|
|
|
|
background: #ccc;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 1px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 1.6em 0;
|
|
|
|
background: #ccc;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px;
|
|
|
|
font-family: Inconsolata, monospace, sans-serif;
|
|
|
|
font-size: 0.9em;
|
|
|
|
white-space: pre;
|
|
|
|
overflow: auto;
|
|
|
|
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;
|
|
|
|
border: #ccc 1px solid;
|
|
|
|
color: #666;
|
|
|
|
text-shadow: #fff 0 1px 0;
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #f4f4f4;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow:
|
|
|
|
0 1px 0 rgba(0, 0, 0, 0.2),
|
|
|
|
0 1px 0 0 #fff inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 1.6em 0;
|
|
|
|
width:100%;
|
|
|
|
max-width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th,
|
|
|
|
table td {
|
|
|
|
padding: 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
border-top: 1px solid #efefef;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody + tbody { border-top: 2px solid #efefef; }
|
|
|
|
|
|
|
|
table table table { background-color: #fff; }
|
|
|
|
|
|
|
|
table tbody > tr:nth-child(odd) > td,
|
|
|
|
table tbody > tr:nth-child(odd) > th {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.plain {
|
|
|
|
tbody > tr:nth-child(odd) > td,
|
|
|
|
tbody > tr:nth-child(odd) > th {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
/* ==========================================================================
|
|
|
|
1. General
|
|
|
|
========================================================================== */
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#site-head {
|
2013-08-24 22:57:39 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 60%;
|
2013-08-26 18:26:34 +00:00
|
|
|
margin-bottom: 5rem;
|
2013-08-20 16:53:02 +00:00
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
2013-08-26 00:35:53 +00:00
|
|
|
background: #303538 url(http://f.cl.ly/items/1N2205280l2u1l0h190o/bg.jpg) no-repeat center center;
|
2013-08-24 22:57:39 +00:00
|
|
|
background-size: cover;
|
2013-08-20 16:53:02 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 18:26:34 +00:00
|
|
|
#ghost {
|
|
|
|
display: block;
|
|
|
|
width: 20px;
|
|
|
|
height: 18px;
|
|
|
|
padding: 4px;
|
|
|
|
position: absolute;
|
|
|
|
top: 40px;
|
|
|
|
right: 40px;
|
|
|
|
z-index: 950;
|
|
|
|
opacity: 0.4;
|
|
|
|
color: #fff;
|
|
|
|
text-indent: -9999px;
|
|
|
|
text-decoration: none;
|
|
|
|
background: rgba(0,0,0,0.2) url(../img/ghost.png) 4px 4px no-repeat;
|
|
|
|
border-radius: 2px;
|
|
|
|
transition: opacity ease 0.5s;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ghost:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#blog-icon {
|
2013-08-24 22:57:39 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 40px;
|
|
|
|
left: 40px;
|
2013-08-26 00:35:53 +00:00
|
|
|
z-index: 900;
|
2013-08-24 22:57:39 +00:00
|
|
|
border: #fff 3px solid;
|
|
|
|
-webkit-border-radius: 100%;
|
|
|
|
-moz-border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
|
|
|
overflow: hidden;
|
2013-08-26 00:35:53 +00:00
|
|
|
background: #303538;
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 18:26:34 +00:00
|
|
|
/* Create dark overlay state for blog icon */
|
|
|
|
#blog-icon:before {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
z-index: 930;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
background: transparent;
|
|
|
|
transition: background ease 0.5s;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* On the post template, show the dark overlay on hover */
|
|
|
|
.post-template #blog-icon:hover:before {
|
|
|
|
background: rgba(0,0,0,0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Create home icon for blog icon overlay */
|
|
|
|
#blog-icon:after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 950;
|
|
|
|
background: url(../img/home.png) center center no-repeat;
|
|
|
|
opacity:0;
|
|
|
|
transition: opacity ease 0.5s;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* On the post template, show the home icon overlay on hover */
|
|
|
|
.post-template #blog-icon:hover:after {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#blog-icon img {
|
2013-08-24 22:57:39 +00:00
|
|
|
height: 80px;
|
|
|
|
width: auto;
|
|
|
|
min-width: 80px;
|
2013-08-21 14:44:09 +00:00
|
|
|
display: block;
|
2013-08-24 22:57:39 +00:00
|
|
|
line-height: 0;
|
2013-08-21 14:44:09 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#site-head .wrap {
|
2013-08-20 16:53:02 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
2013-08-26 00:35:53 +00:00
|
|
|
bottom: 40%;
|
2013-08-20 16:53:02 +00:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2013-08-26 00:35:53 +00:00
|
|
|
margin: 0 auto -60px auto;
|
|
|
|
width: 80%;
|
|
|
|
max-width: 700px;
|
2013-08-20 16:53:02 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
.blog-title {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
font-size: 7rem;
|
|
|
|
letter-spacing: -3px;
|
2013-08-20 16:53:02 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
.blog-description {
|
|
|
|
font-size: 2rem;
|
2013-08-20 16:53:02 +00:00
|
|
|
line-height: 1.5em;
|
|
|
|
font-weight: 300;
|
2013-08-26 00:35:53 +00:00
|
|
|
opacity: 0.8;
|
2013-08-20 16:53:02 +00:00
|
|
|
}
|
|
|
|
|
2013-08-24 22:57:39 +00:00
|
|
|
.post-template .content {
|
2013-08-20 16:53:02 +00:00
|
|
|
padding-top: 120px;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 18:26:34 +00:00
|
|
|
.post-template .post {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-template .post:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
.post {
|
2013-08-24 22:57:39 +00:00
|
|
|
position: relative;
|
|
|
|
width:80%;
|
2013-08-10 16:42:21 +00:00
|
|
|
max-width: 700px;
|
2013-08-24 22:57:39 +00:00
|
|
|
border-bottom: #DDE6EB 1px solid;
|
2013-08-26 18:26:34 +00:00
|
|
|
margin: 3rem auto;
|
|
|
|
padding-bottom: 3rem;
|
2013-08-24 22:57:39 +00:00
|
|
|
word-break: break-word;
|
|
|
|
hyphens: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post:after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
border: #DDE6EB 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;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-19 11:09:56 +00:00
|
|
|
.post-title {
|
2013-08-21 14:44:09 +00:00
|
|
|
margin:0;
|
2013-08-19 11:09:56 +00:00
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-19 11:09:56 +00:00
|
|
|
.post-content {
|
2013-08-21 06:42:36 +00:00
|
|
|
|
2013-08-19 11:09:56 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
.post-meta {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
color: #9EABB3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-meta a {
|
|
|
|
color: #9EABB3;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-meta a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-footer {
|
|
|
|
position: relative;
|
|
|
|
padding: 4rem 100px 0 0;
|
2013-08-11 15:37:57 +00:00
|
|
|
margin: 6rem 0 0 0;
|
2013-08-11 14:39:25 +00:00
|
|
|
border-top: #DDE6EB 1px solid;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-meta {
|
|
|
|
position: relative;
|
|
|
|
padding: 0.3rem 40px 0 100px;
|
|
|
|
min-height: 77px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.publish-date {
|
|
|
|
display: block;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.related-footer {
|
2013-08-11 15:37:57 +00:00
|
|
|
position: relative;
|
|
|
|
margin: 6rem 0 0 0;
|
|
|
|
padding: 6rem 0;
|
2013-08-11 14:39:25 +00:00
|
|
|
border-top: #DDE6EB 1px solid;
|
|
|
|
background: #F2F5F7;
|
|
|
|
}
|
|
|
|
|
2013-08-11 15:37:57 +00:00
|
|
|
.subscribe {
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
position: absolute;
|
2013-08-21 13:12:00 +00:00
|
|
|
top: -14px;
|
|
|
|
left: 50%;
|
2013-08-11 15:37:57 +00:00
|
|
|
margin-left: -14px;
|
|
|
|
border: #DDE6EB 1px solid;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 2.4rem;
|
|
|
|
border-radius: 50px;
|
|
|
|
background: #fff;
|
2013-08-11 16:42:46 +00:00
|
|
|
transition: box-shadow 0.5s;
|
2013-08-11 15:37:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscribe:hover {
|
|
|
|
box-shadow: rgba(0,0,0,0.05) 0 0 0 3px;
|
2013-08-11 16:42:46 +00:00
|
|
|
transition: box-shadow 0.25s;
|
2013-08-11 15:37:57 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
.related-post {
|
|
|
|
max-width: 700px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.related-title {
|
|
|
|
font-size: 2.2rem;
|
2013-08-21 13:12:00 +00:00
|
|
|
opacity: 0.9;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.related-meta {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
color: #9EABB3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.related-content {
|
|
|
|
font-size: 1.8rem;
|
2013-08-21 13:12:00 +00:00
|
|
|
opacity: 0.9;
|
2013-08-11 14:39:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.related-content p {
|
2013-08-21 13:12:00 +00:00
|
|
|
margin: 0;
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 900px) {
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#site-head {
|
2013-08-24 22:57:39 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: auto;
|
|
|
|
min-height: 240px;
|
|
|
|
padding-top: 50%;
|
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#site-head .wrap {
|
|
|
|
margin: 0 auto -50px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#blog-icon {
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -41px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-template #blog-icon {
|
|
|
|
top: auto;
|
|
|
|
bottom: -41px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-title {
|
|
|
|
font-size: 5rem;
|
|
|
|
letter-spacing: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-description {
|
|
|
|
font-size: 1.9rem;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2013-08-24 22:57:39 +00:00
|
|
|
.post {
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 4.8rem;
|
2013-08-26 00:35:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 3.8rem;
|
2013-08-24 22:57:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}/* max 900 */
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
|
|
|
|
.post {
|
|
|
|
width:auto;
|
|
|
|
margin-left: 1.6rem;
|
|
|
|
margin-right: 1.6rem;
|
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
|
2013-08-26 18:26:34 +00:00
|
|
|
#ghost {
|
|
|
|
top: 16px;
|
|
|
|
right: 16px;
|
|
|
|
}
|
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#blog-icon {
|
|
|
|
|
|
|
|
}
|
2013-08-24 22:57:39 +00:00
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
#site-head .wrap {
|
2013-08-26 18:26:34 +00:00
|
|
|
margin: 0 16px -40px 16px;
|
2013-08-26 00:35:53 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-title {
|
|
|
|
font-size: 3rem;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-description {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2 {
|
2013-08-24 22:57:39 +00:00
|
|
|
font-size: 3rem;
|
|
|
|
line-height: 1.1em;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
}/* max 500 */
|
|
|
|
|