// Place all the styles related to the Entries controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
#blog-post {
font-size: 16px;
line-height: 24px;
margin: 0 3em;
h2 {
font-size: 45px;
line-height: 48px;
margin-top: .5em;
}
h3 {
font-size: 37px;
line-height: 42px;
}
h2, h3 {
font-family: 'Slabo 27px', serif;
margin-bottom: 0;
font-weight: normal;
}
#blog-content {
hyphens: auto;
word-wrap: break-word;
font-family: 'Roboto', sans-serif;
text-align: justify;
a {
text-decoration: none;
font-weight: bold;
&, &:visited {
color: #ee2c2c;
}
&:hover {
text-decoration: underline;
color: #9ea1ad;
}
}
li {
& + li {
margin-top: 1em;
}
}
img {
max-width: 100%;
box-sizing: border-box;
}
figure {
background-color: #eee;
border: 1px solid #bbb;
padding: 0.25em 0.25em 0 0.25em;
font-size: 0.75em;
img {
display: block;
border: 1px solid #bbb;
}
figcaption {
font-style: italic;
text-align: center;
margin: 0.25em;
}
}
}
}
>
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (
plain) (
blame)