2020-04-03 06:30:14 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
2020-04-03 05:37:20 +00:00
|
|
|
h1 {
|
|
|
|
font-family: "Playfair Display";
|
2020-04-03 06:30:14 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
/* h1#post-title {
|
|
|
|
|
|
|
|
} */
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
2020-04-03 05:37:20 +00:00
|
|
|
}
|