basic blog page!
This commit is contained in:
parent
8eb432539c
commit
1a8dc4d9ce
9 changed files with 209 additions and 0 deletions
46
public/style/blog.css
Normal file
46
public/style/blog.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
main {
|
||||
margin: 0 auto 1rem auto;
|
||||
}
|
||||
|
||||
article.blog {
|
||||
font-family: 'Lora', serif;
|
||||
}
|
||||
|
||||
.blog-date {
|
||||
margin-top: -1em;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.blog p {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.blog p:hover {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.blog sub {
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.blog img {
|
||||
margin: 0 auto;
|
||||
max-height: 50%;
|
||||
max-width: 100%;
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
.blog i.end-mark {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
margin-top: -.2em;
|
||||
|
||||
display: inline-block;
|
||||
transform: translateY(.2em);
|
||||
|
||||
background: url("/img/aridoodle.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue