2018-01-24 09:42:50 +00:00
|
|
|
html,
|
|
|
|
body
|
|
|
|
{
|
2018-07-04 11:17:47 +00:00
|
|
|
font-family: 'Fira Sans', sans-serif;
|
|
|
|
font-size: 17px;
|
2018-01-24 09:42:50 +00:00
|
|
|
font-weight: 300;
|
2018-06-26 00:17:20 +00:00
|
|
|
line-height: 1.66em;
|
2018-01-21 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 09:42:50 +00:00
|
|
|
.img-circle
|
|
|
|
{
|
|
|
|
border-radius: 50%;
|
2018-01-21 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 09:42:50 +00:00
|
|
|
.headshot
|
|
|
|
{
|
|
|
|
width: 115px;
|
|
|
|
height: 115px;
|
2018-01-21 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 09:42:50 +00:00
|
|
|
.brand
|
|
|
|
{
|
|
|
|
font-size: 2.6em;
|
|
|
|
|
|
|
|
margin-bottom: 0;
|
2018-01-21 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 09:42:50 +00:00
|
|
|
.text-center
|
|
|
|
{
|
|
|
|
text-align: center;
|
2018-01-21 14:17:19 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 09:42:50 +00:00
|
|
|
.meta
|
|
|
|
{
|
2018-04-04 12:04:36 +00:00
|
|
|
font-size: .8rem;
|
2018-01-21 14:17:19 +00:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
2018-01-22 03:03:55 +00:00
|
|
|
|
2018-01-24 09:42:50 +00:00
|
|
|
pre
|
|
|
|
{
|
|
|
|
padding: 1px;
|
|
|
|
|
|
|
|
tab-size: 2;
|
|
|
|
}
|
|
|
|
|
2018-02-21 23:37:37 +00:00
|
|
|
|
|
|
|
.hljs {
|
|
|
|
white-space: pre;
|
|
|
|
|
|
|
|
overflow-x: auto; /* no line wrapping */
|
|
|
|
}
|
|
|
|
|
2018-04-04 12:04:36 +00:00
|
|
|
pre code, li code, td code, code
|
2018-01-24 09:42:50 +00:00
|
|
|
{
|
2018-02-21 23:37:37 +00:00
|
|
|
border-radius: 4px;
|
2018-04-04 12:04:36 +00:00
|
|
|
white-space: pre-wrap;
|
|
|
|
padding:1px 4px;
|
|
|
|
background: #eee;
|
|
|
|
/* color: #444; */
|
|
|
|
border: 1px solid #d9d9d9;
|
2018-01-22 03:03:55 +00:00
|
|
|
}
|
|
|
|
|
2018-02-21 23:37:37 +00:00
|
|
|
code {
|
2018-06-26 00:17:20 +00:00
|
|
|
font-family: 'Source Code Pro', monospace;
|
|
|
|
font-size: 82%;
|
2018-02-21 23:37:37 +00:00
|
|
|
}
|
2018-02-03 08:35:10 +00:00
|
|
|
.copyright,
|
2018-01-24 09:42:50 +00:00
|
|
|
.poweredby
|
|
|
|
{
|
2018-04-04 12:04:36 +00:00
|
|
|
font-size: 13px;
|
2018-01-24 09:42:50 +00:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2018-04-04 21:57:07 +00:00
|
|
|
.center
|
2018-01-24 09:42:50 +00:00
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2018-01-23 03:02:05 +00:00
|
|
|
}
|
2018-03-29 23:49:07 +00:00
|
|
|
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
|
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|