org-theme/scss/partials/_postamble.scss

29 lines
517 B
SCSS

#postamble {
position:fixed;
bottom:0;
left:0;
width: $toc-width;
padding: 12px;
color:#fcfcfc;
background:#1f1d1d;
border-top:solid 10px #343131;
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-size: 90%;
z-index:400;
.author {
font-size: 100%;
margin-bottom: 0px;
}
.date {
font-size: 90%;
margin-bottom: 0px;
color: #27AE60;
}
.creator, .validation {
display:none;
}
}