org-theme/scss/partials/_postamble.scss

29 lines
511 B
SCSS

#postamble {
position:fixed;
bottom:0;
left:0;
width: $toc-width;
padding: 12px;
color: $color-text-invert;
background: $color-background-obscur;
border-top: solid 10px #343131;
font-family: $serif;
font-size: 0.8em;
z-index:400;
.author {
font-size: 100%;
margin-bottom: 0px;
}
.date {
font-size: 90%;
margin-bottom: 0px;
color: $color-secondary;
}
.creator, .validation {
display:none;
}
}