2020-04-03 06:30:14 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
2020-04-05 08:41:13 +00:00
|
|
|
|
2020-04-03 05:37:20 +00:00
|
|
|
h1 {
|
|
|
|
font-family: "Playfair Display";
|
2020-04-03 06:30:14 +00:00
|
|
|
text-align: center;
|
2020-04-05 06:34:03 +00:00
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
font-family: sans-serif;
|
2020-04-03 06:30:14 +00:00
|
|
|
}
|
2020-04-05 08:41:13 +00:00
|
|
|
nav {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
#header-logo {
|
|
|
|
height: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2020-04-03 06:30:14 +00:00
|
|
|
|
|
|
|
#post-content h2 {
|
|
|
|
background: linear-gradient(to right, #9fc 0px 5px, transparent 5px 100%);
|
|
|
|
padding-left: 7px;
|
|
|
|
margin-left: -7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-info {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* post listings */
|
|
|
|
.post {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 10px 0;
|
|
|
|
border-bottom: thin #aaa solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post a {
|
|
|
|
color: #222;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post h2 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-excerpt h2 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* post view */
|
|
|
|
#post-content #post-info {
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2020-04-05 06:34:03 +00:00
|
|
|
#post-content p {
|
|
|
|
font-family: "Nimbus Sans", sans-serif;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
|
2020-04-05 08:41:13 +00:00
|
|
|
main {
|
2020-04-03 06:30:14 +00:00
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
2020-04-03 05:37:20 +00:00
|
|
|
}
|