old-techblog/assets/main.scss

93 lines
1.3 KiB
SCSS
Raw Normal View History

2017-12-29 13:27:50 +00:00
---
---
@import 'minima';
2018-01-10 07:25:20 +00:00
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Tenor+Sans|Ubuntu+Mono');
2017-12-29 13:27:50 +00:00
html, body, div, p {
2018-01-10 07:25:20 +00:00
font-family: 'Tenor'
}
body {
font-size: 17px;
2017-12-29 13:27:50 +00:00
}
h1, h2, h3, h4, h5, h6 {
2018-01-10 07:25:20 +00:00
font-family: 'Archivo Black'
2017-12-29 13:27:50 +00:00
}
pre, code {
font-family: 'Ubuntu Mono';
background-color: #efefef;
}
a, a:active, a:visited {
color: #2d753a;
}
body > header {
background-color: #000;
.site-title, .site-title:visited {
2018-01-10 07:25:20 +00:00
font-family: 'Archivo Black';
2017-12-29 13:27:50 +00:00
color: #fff;
}
.site-nav {
2018-01-10 18:48:21 +00:00
z-index: 1;
2017-12-29 13:27:50 +00:00
.page-link, .page-link:visited {
2018-01-10 07:25:20 +00:00
font-family: 'Archivo Black';
2017-12-29 13:27:50 +00:00
color: #fff;
@include media-query($on-palm) {
color: #000;
}
}
}
}
2018-01-10 18:48:21 +00:00
.outer-wrapper {
box-shadow: 5px 2px 15px -4px rgba(0, 0, 0, 0.2);
}
2018-01-10 07:25:20 +00:00
.page-content {
background: #efefef;
padding-top: 0px;
}
.page-content > .wrapper {
padding-top: 30px;
background: #fff;
}
2018-01-10 18:48:21 +00:00
.post-content p {
line-height: 2em;
}
2017-12-29 13:27:50 +00:00
img.profile {
2018-01-10 18:48:21 +00:00
width: 300px;
}
.sidebar {
line-height: 1.3em;
background: #ddd;
img.me {
width: 140px;
border-radius: 180px;
display: block;
margin: 20px auto;
}
a[href*=twitter] img {
width: 120px;
display: block;
margin: 25px auto;
}
2017-12-29 13:27:50 +00:00
}
2018-01-10 07:25:20 +00:00
2018-01-10 18:48:21 +00:00
.share-buttons {
line-height: 1em;
}