mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Add blog post
This commit is contained in:
parent
7a3c7ad503
commit
97021ce26d
7 changed files with 140 additions and 35 deletions
35
www/css/blog.css
Normal file
35
www/css/blog.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
.editors-note{
|
||||
border: 3px double #222222;
|
||||
padding: 2em;
|
||||
font-style: italic;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.editors-note h2{
|
||||
margin-top: 0;
|
||||
font-style: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.editors-note i,
|
||||
.editors-note em{
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h1 + .editors-note,
|
||||
.byline + .editors-note{
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.byline + .editors-note,
|
||||
.byline + .donation{
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
section.blog{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.byline{
|
||||
font-style: italic;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue