zeus.ugent.be/content/assets/stylesheets/includes/blogpost.scss

58 lines
626 B
SCSS
Raw Normal View History

2016-08-27 00:16:35 +00:00
.blogpost {
.blogtitle {
font-size: 4em;
}
}
2016-09-22 19:13:46 +00:00
2016-10-31 01:23:28 +00:00
#markdown-toc {
@extend .menu-list;
2016-10-31 01:25:11 +00:00
float: right;
2016-10-31 01:23:28 +00:00
&, ul {
list-style: none;
}
}
2016-10-10 20:13:38 +00:00
dl {
dt {
display: inline;
font-weight: bold;
}
dd {
display: inline;
&::after {
content: "\A";
white-space: pre;
}
}
}
.padbox {
2016-09-22 19:13:46 +00:00
margin-bottom:10px;
}
2016-10-04 20:04:34 +00:00
.bolder {
> * {
color:#565C5E;
font-weight: bold;
font-size: 20pt;
font-family: 'Avenir';
border-left: 3px solid $zeus-orange;
padding-left: 10px;
}
a {
border-left: none;
}
2016-09-22 19:13:46 +00:00
}
2016-10-06 12:21:01 +00:00
.blogwidth{
width: 75%;
margin:auto;
word-wrap: normal;
}