org-theme/scss/partials/_copyright.scss

29 lines
534 B
SCSS
Raw Normal View History

2020-11-25 23:22:07 +01:00
#copyright {
position:fixed;
bottom:0;
left:0;
width:300px;
color:#fcfcfc;
background:#1f1d1d;
border-top:solid 10px #343131;
2020-11-27 15:16:19 +01:00
font-family: $serif;
2020-12-13 22:48:06 +01:00
font-size: 0.9rem;
2020-11-25 23:22:07 +01:00
z-index:400;
padding:12px;
a{
color:#2980B9;
text-decoration:none;
}
.rst-current-version{
padding:12px;
background-color:#272525;
display:block;
text-align:right;
2020-12-13 22:48:06 +01:00
font-size: 0.9rem;
2020-11-25 23:22:07 +01:00
cursor:pointer;
color:#27AE60;
*zoom:1;
}
}