tale/_sass/tale/_post.scss

68 lines
1.0 KiB
SCSS
Raw Normal View History

2017-03-12 10:44:45 +00:00
.post {
padding: 3rem 0;
2017-03-21 09:49:46 +00:00
&-info {
2017-03-12 10:44:45 +00:00
color: $default-tint;
2017-12-29 06:48:02 +00:00
font-family: $serif-secondary;
letter-spacing: 0.5px;
2017-03-21 09:49:46 +00:00
text-align: center;
span {
font-style: italic;
}
2017-03-12 10:44:45 +00:00
}
&-title {
color: $default-shade;
2017-12-29 06:48:02 +00:00
font-family: $sans-serif;
font-size: 2rem;
2017-03-21 09:49:46 +00:00
margin: 1rem 0;
text-align: center;
}
2017-03-12 10:44:45 +00:00
2017-03-21 09:49:46 +00:00
&-line {
border-top: 0.4rem solid $default-shade;
2017-03-21 09:49:46 +00:00
display: block;
margin: 0 auto 3rem;
width: 4rem;
2017-03-12 10:44:45 +00:00
}
p {
margin: 0 0 1rem;
text-align: justify;
}
2021-02-20 20:45:31 +00:00
.tags-clouds a:hover {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
margin: 0 auto 0.5rem;
}
img + em {
color: $default-tint;
display: block;
2017-12-29 06:48:02 +00:00
font-family: $sans-serif;
font-size: 0.9rem;
font-style: normal;
text-align: center;
}
// CSS for making emoji inline
img.emoji {
display: inline-block;
left: 0;
transform: none;
width: 1rem;
height: 1rem;
vertical-align: text-top;
padding: 0;
margin: 0;
}
2017-03-12 10:44:45 +00:00
}