2013-06-22 12:34:07 -04:00
|
|
|
body {
|
|
|
|
font-family: "proxima-nova",sans-serif;
|
2013-06-12 16:44:00 -04:00
|
|
|
}
|
|
|
|
|
2015-04-09 05:42:51 -04:00
|
|
|
#carbonads img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#carbonads .carbon-text {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
#carbonads .carbon-poweredby {
|
|
|
|
font-size: 0.75em;
|
|
|
|
display: block;
|
|
|
|
color: silver
|
|
|
|
}
|
|
|
|
|
2013-07-30 05:03:50 -04:00
|
|
|
.header {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
padding-top: 20px;
|
2013-06-12 16:44:00 -04:00
|
|
|
background-color: #1C1B39;
|
2015-09-01 13:45:13 -04:00
|
|
|
min-height: 170px;
|
2013-06-12 16:44:00 -04:00
|
|
|
}
|
|
|
|
|
2013-06-22 12:34:07 -04:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2013-06-24 14:29:21 -04:00
|
|
|
font-weight: 400;
|
2013-06-12 16:44:00 -04:00
|
|
|
font-family: 'Enriqueta', serif;
|
|
|
|
}
|
|
|
|
|
2017-02-11 13:09:45 -05:00
|
|
|
.highlighter-rouge {
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
2017-02-24 11:42:49 -05:00
|
|
|
.alert-box {
|
|
|
|
font-weight: normal;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
background-color: #d7ecfa;
|
|
|
|
border: none;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-box.alert {
|
|
|
|
background-color: #f7e4e1;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-box.success {
|
|
|
|
background-color: #e1faea;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-box.secondary {
|
|
|
|
background-color: #eaeaea;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2014-01-03 16:41:22 -05:00
|
|
|
/*p code, li code {
|
2013-06-22 12:34:07 -04:00
|
|
|
padding: 3px;
|
|
|
|
background-color: #E6E6E6;
|
|
|
|
font-family: "droid-sans-mono", Consolas, Monaco, 'Andale Mono', monospace;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #222;
|
|
|
|
border-radius: 3px;
|
2014-01-03 16:41:22 -05:00
|
|
|
}*/
|
2013-06-25 13:32:05 -04:00
|
|
|
|
|
|
|
footer {
|
|
|
|
padding: 1em;
|
|
|
|
background-color: #222;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-01-24 12:57:19 -05:00
|
|
|
footer a, footer a:hover {
|
2013-06-25 13:32:05 -04:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
footer ul.social.icons {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2016-04-25 03:06:40 -04:00
|
|
|
li {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2017-01-24 12:57:19 -05:00
|
|
|
footer ul.social.icons li.foundicon {
|
2013-06-25 13:32:05 -04:00
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
font-size: 5em;
|
|
|
|
}
|
2013-06-30 07:30:03 -04:00
|
|
|
|
2017-01-24 12:57:19 -05:00
|
|
|
footer ul.social.icons li.thanks-dnsimple {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
2013-06-30 07:30:03 -04:00
|
|
|
.github-widget {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.github-box .github-box-download {
|
|
|
|
height: 44px !important;
|
|
|
|
}
|
2013-06-30 11:26:18 -04:00
|
|
|
|
2014-01-03 16:41:22 -05:00
|
|
|
/*pre code {
|
2013-06-30 11:26:18 -04:00
|
|
|
color: #fff;
|
2014-01-03 16:41:22 -05:00
|
|
|
}*/
|