29 lines
534 B
SCSS
29 lines
534 B
SCSS
#copyright {
|
|
position:fixed;
|
|
bottom:0;
|
|
left:0;
|
|
width:300px;
|
|
color:#fcfcfc;
|
|
background:#1f1d1d;
|
|
border-top:solid 10px #343131;
|
|
font-family: $serif;
|
|
font-size: 0.9rem;
|
|
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: 0.9rem;
|
|
cursor:pointer;
|
|
color:#27AE60;
|
|
*zoom:1;
|
|
}
|
|
}
|