1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00
holgerjust.de/source/stylesheets/application.css.scss

66 lines
839 B
SCSS

@import 'vendor/casper';
@import 'casper_override';
@import 'syntax';
@import 'icons';
.byline {
font-size: 1.8rem;
line-height: 1;
color: rgba(255, 255, 255, 0.8);
a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
}
> span {
display: block;
margin: 2em 0 1rem 0
}
}
.profile-links a {
margin: 1rem .8rem 1.6rem .8rem;
text-decoration: none;
}
.author-meta span.hidden {
display: none;
}
.left {
float: left;
margin: 0 1rem .75rem 0;
}
.right {
float: right;
padding: 0 0 .75rem 1rem;
}
.post-content figure {
p {
margin: 0;
}
img {
padding: .4em 0;
}
}
figcaption {
display: block;
font-style: normal;
text-align: center;
font-size: 1.4rem;
line-height: 1.75em;
}
.license {
display: block;
width: 45%;
float: right;
text-align: right;
}