| Server IP : 172.64.80.1 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux srv13.swhc.ca 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : hongluck ( 2522) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/hongluck/public_html/wp-content/themes/oneline-lite/css/ |
Upload File : |
html {
overflow-y: scroll;
}
/* core */
.scrollToTop {
position: fixed;
right: 20px;
margin-bottom: 10px;
opacity: 0;
overflow: hidden;
outline: none;
}
.scrollToTop_show {
opacity: 1;
bottom: 20px;
}
@-webkit-keyframes scrollToTop_fade {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes scrollToTop_fade {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes scrollToTop_slide {
0% {bottom: -100px;}
100% {bottom: 20px;}
}
@keyframes scrollToTop_slide {
0% {bottom: -100px;}
100% {bottom: 20px;}
}
.scrollToTop_animating,
.scrollToTop_animating * {
pointer-events: none !important;
}
/* skin(default) */
.scrollToTop {
width: 50px;
height: 50px;
color: #000;
font-family: sans-serif;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
text-indent: 100%;
white-space: nowrap;
background: no-repeat center center transparent;
z-index: 999;
}
.scrollToTop_default {
display: block;
width: auto;
height: auto;
padding: 10px;
text-indent: 0;
background: #eee;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.scrollToTop_default:hover {
background-color: #ddd;
}
/* skin(cycle) */
.scrollToTop_cycle {
background-image: url("../images/square.png");
}
.scrollToTop_cycle:hover {
background-image: url("../images/square-hover.png");
}