org-theme/scss/partials/_copyright.scss
2020-11-25 23:22:07 +01:00

29 lines
575 B
SCSS

#copyright {
position:fixed;
bottom:0;
left:0;
width:300px;
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;
padding:12px;
a{
color:#2980B9;
text-decoration:none;
}
.rst-current-version{
padding:12px;
background-color:#272525;
display:block;
text-align:right;
font-size:90%;
cursor:pointer;
color:#27AE60;
*zoom:1;
}
}