2016-04-16 22:23:20 +00:00
|
|
|
/* STYLE for jannikbeyerstedt.de
|
|
|
|
* for specific template
|
|
|
|
*/
|
|
|
|
@import "mainvariables";
|
|
|
|
|
|
|
|
$blog_color_meta: #a6a6a6;
|
|
|
|
|
|
|
|
// change main.scss behavior
|
|
|
|
body {
|
|
|
|
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-04-16 22:23:20 +00:00
|
|
|
|
|
|
|
// additional css
|
|
|
|
main.blog {
|
|
|
|
.container {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
h1 a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
|
|
|
div.meta {
|
|
|
|
color: $blog_color_meta;
|
2016-04-17 22:28:20 +00:00
|
|
|
font-size: 0.85em;
|
2016-04-16 22:23:20 +00:00
|
|
|
span.tags {
|
|
|
|
margin-left: 5px;
|
|
|
|
border-left: 1px solid $blog_color_meta;
|
|
|
|
padding-left: 6px;
|
|
|
|
a {color: inherit;}
|
|
|
|
a:after {content: ',';}
|
|
|
|
a:last-child:after {content: '';}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
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 $blog_color_meta;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
a.more {
|
|
|
|
font-size: 1.7em;
|
|
|
|
line-height: 1rem;
|
|
|
|
position: relative;
|
|
|
|
top: 0.03em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
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:26:23 +00:00
|
|
|
h1 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
div.meta.title {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
padding-bottom: 15px;
|
2016-04-16 22:23:20 +00:00
|
|
|
border-bottom: 2px solid lighten($blog_color_meta, 10%);
|
|
|
|
margin-bottom: 50px;
|
2016-04-17 22:26:23 +00:00
|
|
|
|
|
|
|
div.meta.bottom {
|
|
|
|
margin-top: 45px;
|
|
|
|
}
|
2016-04-16 22:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.teasers {
|
|
|
|
article.excerpt:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.pagination {
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
height: 45px;
|
|
|
|
color: $blog_color_meta;
|
|
|
|
a.button {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 14px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid lighten($blog_color_meta, 20%);
|
|
|
|
border-radius: 10px;
|
|
|
|
color: inherit;
|
|
|
|
&.older {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
&.newer {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
span.num-pages {
|
|
|
|
position: relative;
|
|
|
|
top: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---- from boostrap ----
|
|
|
|
//@import "images";
|