|
|
@ -53,64 +53,52 @@ body {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Scroll column */
|
|
|
|
|
|
|
|
.scrollcolumn {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
top:35%;
|
|
|
|
|
|
|
|
right:0%;
|
|
|
|
|
|
|
|
width: 60px;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Scroll buttons */
|
|
|
|
/* Scroll buttons */
|
|
|
|
.scrl {
|
|
|
|
.scrl {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
color:#371F10;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
border:none;
|
|
|
|
border:none;
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 25px;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 50px;
|
|
|
|
height: 60px;
|
|
|
|
height: 50px;
|
|
|
|
width: 60px;
|
|
|
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 17px;
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
bottom: 0%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.scrl:hover {
|
|
|
|
.scrl:hover {
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
color: #0BEFEB;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Scroll button title */
|
|
|
|
button.down span, button.up span {
|
|
|
|
.scbt {
|
|
|
|
position:relative; left: 30%;
|
|
|
|
visibility: hidden;
|
|
|
|
position:relative; bottom: 65%;
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
background-color: black;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
.up {
|
|
|
|
text-align: center;
|
|
|
|
right: 51px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
padding: 5px 0;
|
|
|
|
|
|
|
|
font-size: 15px;
|
|
|
|
.down {
|
|
|
|
right: 65px;
|
|
|
|
right: 0%;
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.scrl:hover > .scbt {
|
|
|
|
button.bottom span, button.top span {
|
|
|
|
visibility: visible;
|
|
|
|
position:relative; left: 15%;
|
|
|
|
|
|
|
|
position:relative; bottom: 65%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.up span {
|
|
|
|
.top {
|
|
|
|
position:relative; bottom: 20%;
|
|
|
|
right: 153px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.down span {
|
|
|
|
.bottom {
|
|
|
|
position:relative; left: 60%;
|
|
|
|
right: 102px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.bottom span {
|
|
|
|
/* Scroll button title */
|
|
|
|
position:relative; bottom: 27%;
|
|
|
|
.scbt {
|
|
|
|
position:relative; left: 27%;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|