planet-paper
Version:
paper - planet template pack
45 lines (38 loc) • 923 B
CSS
body {
font-family: Helvetica, sans-serif;
padding-left: 16px;
padding-right: 16px; }
a {
text-decoration: none;
color: black; }
a:visited {
text-decoration: none;
color: black; }
a:hover {
text-decoration: underline;
color: black; }
.site-title {
text-align: center; }
.new-date {
text-align: center; }
.item-separator {
margin: 4px 4px 4px 4px;
border-bottom: 1px solid #dddddd; }
.item .feed-title {
margin-bottom: 2px;
color: #222222; }
.item .feed-title a, .item .feed-title a:visited, .item .feed-title a:hover {
color: #222222; }
.item .item-title {
margin-top: 0;
margin-bottom: 2px; }
.item .item-title .item-timestamp {
font-size: 12px;
font-weight: normal;
color: grey; }
.item .item-body {
color: #222222; }
.item .item-body p, .item .item-body ul {
margin-top: 2px;
margin-bottom: 2px; }
/*# sourceMappingURL=paper.css.map */