2015-07-19 02:04:01 +02:00
|
|
|
@orange: #D9411E;
|
|
|
|
@light-orange: #FF5A09;
|
|
|
|
@white: #ffffff;
|
|
|
|
@grey: #333333;
|
|
|
|
@light-grey: #eeeeee;
|
|
|
|
@med-grey: #999999;
|
|
|
|
@dark-grey: #242121;
|
2015-09-09 18:35:32 +02:00
|
|
|
@sans: 'Source Sans Pro', 'Verdana', sans-serif;
|
|
|
|
@mono: 'Source Code Pro', 'Consolas', monospace;
|
2015-07-19 02:04:01 +02:00
|
|
|
|
|
|
|
html, body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1{
|
|
|
|
font-size: 2.4em
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 2em
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.6em
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: 1.36em
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: 1.2em
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: 1.1em
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background-color: @white;
|
|
|
|
color: @dark-grey;
|
|
|
|
font-family: @sans;
|
|
|
|
font-size: 1.02em;
|
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @orange;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: @light-orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
color: @light-grey;
|
|
|
|
background-color: @light-grey;
|
|
|
|
height: 1px;
|
|
|
|
border: none;
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside {
|
|
|
|
background-color: @grey;
|
|
|
|
color: @white;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: @light-grey;
|
|
|
|
}
|
|
|
|
|
2015-07-22 06:26:35 +02:00
|
|
|
div {
|
2015-07-23 04:02:15 +02:00
|
|
|
padding: 20px;
|
2015-07-19 02:04:01 +02:00
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
img {
|
|
|
|
border-radius: 50%;
|
|
|
|
max-width: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 15px 0 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0 0 15px 0;
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: .92em;
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
ul {
|
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
line-height: 1.6em;
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: 1.28em;
|
2015-07-19 02:04:01 +02:00
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
nav {
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: .72em;
|
2015-07-19 02:04:01 +02:00
|
|
|
padding: 14px 0 14px 0;
|
|
|
|
border-bottom: @light-grey 1px solid;
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 0 4px 0 4px;
|
|
|
|
border-right: @light-grey 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
:first-child {
|
|
|
|
border-left: @light-grey 1px solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
margin: 4% 8% 2% 8%;
|
2016-02-16 01:07:25 +01:00
|
|
|
height: 20px;
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
|
2015-07-22 06:26:35 +02:00
|
|
|
.social-share {
|
|
|
|
p {
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-07-19 02:04:01 +02:00
|
|
|
article {
|
|
|
|
margin: 0 8% 2% 8%;
|
|
|
|
|
|
|
|
header {
|
2015-07-22 06:26:35 +02:00
|
|
|
h1, h2 {
|
2015-07-19 02:04:01 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: @med-grey;
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: 0.82em;
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
code, kbd, samp, pre {
|
|
|
|
font-family: @mono;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote, pre {
|
|
|
|
background-color: rgba(128,128,128,0.05);
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
border-left: 8px solid rgba(128,128,128,0.075);
|
|
|
|
border-left-width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
padding: 10px 20px;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
padding: 4px;
|
|
|
|
font-size: .9em;
|
2015-07-23 04:02:15 +02:00
|
|
|
overflow-x: auto;
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
|
2015-07-22 06:26:35 +02:00
|
|
|
samp {
|
|
|
|
white-space: pre;
|
2015-07-23 04:02:15 +02:00
|
|
|
display: block;
|
|
|
|
overflow-x: auto;
|
2015-07-22 06:26:35 +02:00
|
|
|
}
|
|
|
|
|
2015-07-19 02:04:01 +02:00
|
|
|
kbd {
|
|
|
|
padding: .1em .6em;
|
|
|
|
border: 1px solid rgba(63,63,63,0.25);
|
|
|
|
box-shadow: 0 1px 0 rgba(63,63,63,0.25);
|
|
|
|
background-color: #fff;
|
|
|
|
color: #333;
|
|
|
|
border-radius: 3px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 .1em;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: .78em;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2015-07-22 06:26:35 +02:00
|
|
|
font-size: .8em;
|
2015-07-23 04:02:15 +02:00
|
|
|
white-space: nowrap;
|
2015-07-19 02:04:01 +02:00
|
|
|
color: #c25;
|
|
|
|
padding: 1px 3px;
|
|
|
|
background-color: #f7f7f9;
|
|
|
|
border: 1px solid #e1e1e8;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-count {
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
|
|
|
|
thead:first-child tr:first-child th {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
th, td {
|
|
|
|
padding: 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
vertical-align: top;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
padding-top: 4px;
|
|
|
|
border-top: @light-grey 1px solid;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 2px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0 40px 0 40px;
|
|
|
|
color: @med-grey;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
}
|
2016-02-22 19:32:50 +01:00
|
|
|
|
|
|
|
.related-posts {
|
|
|
|
border-top: @light-grey 1px solid;
|
|
|
|
}
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tag-cloud {
|
|
|
|
a {
|
|
|
|
background-color: @orange;
|
|
|
|
padding: .2em .6em .2em;
|
|
|
|
font-size: .74em;
|
|
|
|
line-height: 1;
|
|
|
|
color: @white;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: baseline;
|
|
|
|
border-radius: .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
background-color: @light-orange;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.btn {
|
|
|
|
background-color: @orange;
|
|
|
|
padding: .4em .6em;
|
|
|
|
font-size: .9em;
|
|
|
|
line-height: 1;
|
|
|
|
color: @white;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: baseline;
|
|
|
|
border-radius: .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.btn:hover {
|
|
|
|
background-color: @light-orange;
|
|
|
|
}
|
|
|
|
|
2015-07-22 06:26:35 +02:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-07-19 02:04:01 +02:00
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.list, ul.social {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2015-07-23 04:02:15 +02:00
|
|
|
ul.list {
|
|
|
|
padding: 1em 0 1em 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-07-19 02:04:01 +02:00
|
|
|
ul.social {
|
2015-07-23 04:02:15 +02:00
|
|
|
font-size: 1.6em;
|
|
|
|
padding-top: 20px;
|
2015-07-19 02:04:01 +02:00
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
z-index: 2;
|
|
|
|
-webkit-transform: translateY(-5px);
|
|
|
|
transform: translateY(-5px);
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
border-radius: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: .8em;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-facebook {
|
|
|
|
background-color: #3e5b98;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-google {
|
|
|
|
background-color: #d93e2d;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-pinterest {
|
|
|
|
background-color: #c92619;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-linkedin {
|
|
|
|
background-color: #3371b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-rss {
|
|
|
|
background-color: #f26109;
|
|
|
|
}
|
|
|
|
|
2015-08-23 03:18:17 +02:00
|
|
|
a.sc-stack-overflow {
|
|
|
|
background-color: #ff9900;
|
|
|
|
}
|
|
|
|
|
2015-07-19 02:04:01 +02:00
|
|
|
a.sc-twitter {
|
|
|
|
background-color: #4da7de;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-youtube {
|
|
|
|
background-color: #e02a20;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.sc-github, a.sc-github-alt {
|
|
|
|
background-color: #111010;
|
|
|
|
}
|
|
|
|
|
2015-07-25 18:26:14 +02:00
|
|
|
a.sc-envelope-o {
|
2015-07-19 02:04:01 +02:00
|
|
|
background-color: #578AD6;
|
|
|
|
}
|
2015-12-29 19:29:33 +01:00
|
|
|
|
|
|
|
a.sc-reddit {
|
|
|
|
background-color: #ff4500;
|
|
|
|
}
|
2015-07-19 02:04:01 +02:00
|
|
|
}
|
2015-07-23 04:02:15 +02:00
|
|
|
|
|
|
|
//
|
|
|
|
// Desktop
|
|
|
|
//
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
aside {
|
|
|
|
width: 25%;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
div {
|
|
|
|
padding: 36px 18px;
|
|
|
|
|
|
|
|
nav {
|
|
|
|
ul {
|
|
|
|
li {
|
|
|
|
padding: 0 !important;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.social {
|
|
|
|
padding-top: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
width: 75%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 25%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
|
|
|
article {
|
|
|
|
ul.list {
|
|
|
|
li {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|