2016-08-27 02:16:35 +02:00
|
|
|
.blogpost {
|
|
|
|
.blogtitle {
|
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
}
|
2016-09-22 21:13:46 +02:00
|
|
|
|
2016-10-31 02:23:28 +01:00
|
|
|
#markdown-toc {
|
|
|
|
@extend .menu-list;
|
|
|
|
|
|
|
|
&, ul {
|
2016-10-31 12:37:19 +01:00
|
|
|
margin: 0;
|
2016-10-31 02:23:28 +01:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-10 22:13:38 +02:00
|
|
|
dl {
|
|
|
|
dt {
|
|
|
|
display: inline;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "\A";
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.padbox {
|
2016-09-22 21:13:46 +02:00
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
|
2016-10-06 14:21:01 +02:00
|
|
|
.blogwidth{
|
|
|
|
width: 75%;
|
|
|
|
margin:auto;
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|