hugo-theme-hyde-hyde/static/css/custom.css

88 lines
1 KiB
CSS
Raw Normal View History

2018-01-24 09:42:50 +00:00
html,
body
{
font-family: 'Fira Sans', sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.5;
}
2018-01-24 09:42:50 +00:00
.img-circle
{
border-radius: 50%;
}
2018-01-24 09:42:50 +00:00
.headshot
{
width: 115px;
height: 115px;
}
2018-01-24 09:42:50 +00:00
.brand
{
font-size: 2.6em;
margin-bottom: 0;
}
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
{
font-size: .8rem !important;
2018-01-21 14:17:19 +00:00
font-weight: 300;
}
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-01-24 09:42:50 +00:00
pre,
code
{
font-family: monospace;
2018-02-21 23:37:37 +00:00
border-radius: 4px;
width: 100%;
2018-03-29 23:49:07 +00:00
font-size: .9em;
}
2018-02-21 23:37:37 +00:00
code {
2018-03-29 23:49:07 +00:00
padding:.20em .2em .10em;
2018-02-21 23:37:37 +00:00
background: #272932!important;
color: #ececec!important;
box-sizing: border-box;
margin: 0 .25em;
}
2018-02-03 08:35:10 +00:00
.copyright,
2018-01-24 09:42:50 +00:00
.poweredby
{
font-size: 13px !important;
font-weight: 300;
}
img.center
{
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;
}