2016-04-16 22:23:20 +00:00
|
|
|
/* STYLE for jannikbeyerstedt.de
|
|
|
|
* for specific template
|
|
|
|
*/
|
|
|
|
h2 {
|
|
|
|
margin-bottom: 5px; }
|
|
|
|
|
|
|
|
a:hover, a:active, a:focus {
|
|
|
|
text-decoration: none; }
|
|
|
|
|
2016-04-17 22:28:20 +00:00
|
|
|
figure {
|
|
|
|
text-align: center; }
|
|
|
|
figure img {
|
|
|
|
max-width: 100%; }
|
|
|
|
|
2016-04-16 22:23:20 +00:00
|
|
|
main.blog .container {
|
|
|
|
max-width: 700px; }
|
|
|
|
|
|
|
|
main.blog h1 a {
|
|
|
|
color: inherit; }
|
|
|
|
|
|
|
|
main.blog article div.meta {
|
2016-04-17 22:28:20 +00:00
|
|
|
color: #a6a6a6;
|
|
|
|
font-size: 0.85em; }
|
2016-04-16 22:23:20 +00:00
|
|
|
main.blog article div.meta span.tags {
|
|
|
|
margin-left: 5px;
|
|
|
|
border-left: 1px solid #a6a6a6;
|
|
|
|
padding-left: 6px; }
|
|
|
|
main.blog article div.meta span.tags a {
|
|
|
|
color: inherit; }
|
|
|
|
main.blog article div.meta span.tags a:after {
|
|
|
|
content: ','; }
|
|
|
|
main.blog article div.meta span.tags a:last-child:after {
|
|
|
|
content: ''; }
|
|
|
|
|
|
|
|
main.blog article.excerpt {
|
2016-04-17 22:28:20 +00:00
|
|
|
font-size: 1.05em;
|
2016-04-16 22:23:20 +00:00
|
|
|
padding-bottom: 30px;
|
|
|
|
margin-top: 25px;
|
|
|
|
border-bottom: 1px solid #a6a6a6;
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
main.blog article.excerpt a.more {
|
|
|
|
font-size: 1.7em;
|
|
|
|
line-height: 1rem;
|
|
|
|
position: relative;
|
|
|
|
top: 0.03em; }
|
|
|
|
|
|
|
|
main.blog article.blogarticle {
|
2016-04-17 22:28:20 +00:00
|
|
|
font-size: 1.15em;
|
2016-04-16 22:23:20 +00:00
|
|
|
margin-top: 30px;
|
2016-04-17 22:28:20 +00:00
|
|
|
padding-bottom: 15px;
|
2016-04-16 22:23:20 +00:00
|
|
|
border-bottom: 2px solid silver;
|
|
|
|
margin-bottom: 50px; }
|
2016-04-17 22:28:20 +00:00
|
|
|
main.blog article.blogarticle h1 {
|
|
|
|
margin-bottom: 0; }
|
|
|
|
main.blog article.blogarticle div.meta.title {
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
main.blog article.blogarticle div.meta.bottom {
|
|
|
|
margin-top: 45px; }
|
2016-04-16 22:23:20 +00:00
|
|
|
|
|
|
|
main.blog div.teasers article.excerpt:last-child {
|
|
|
|
border-bottom: none; }
|
|
|
|
|
|
|
|
nav.pagination {
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
height: 45px;
|
|
|
|
color: #a6a6a6; }
|
|
|
|
nav.pagination a.button {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 14px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border-radius: 10px;
|
|
|
|
color: inherit; }
|
|
|
|
nav.pagination a.button.older {
|
|
|
|
float: left; }
|
|
|
|
nav.pagination a.button.newer {
|
|
|
|
float: right; }
|
|
|
|
nav.pagination span.num-pages {
|
|
|
|
position: relative;
|
|
|
|
top: 0.5em; }
|
|
|
|
|
|
|
|
/*# sourceMappingURL=blog.css.map */
|