|
Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/lightingcreationassociates.com/public_html/theme/css/ |
Upload File : |
/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
width:35px;
height:35px;
padding:10px;
border-radius:4px;
text-indent:-9999px;
cursor:pointer;
z-index:999999999;
display:none;
box-sizing:content-box;
-webkit-box-sizing:content-box;
}
@media (max-width: 768px) {
#backTop{
width:25px;
height:30px;
padding:10px;
border-radius:4px;
text-indent:-9999px;
cursor:pointer;
z-index:999999999;
display:none;
box-sizing:content-box;
-webkit-box-sizing:content-box;
}
}
n.css({right:40,bottom:40,position:"fixed"})
#backTop.white{
background:url(../img/uparr-48-b.png) no-repeat center center rgba(255,255,255,0.8);
border:1px solid #ccc;
}
#backTop.black{
background:url(../img/uparr-48-b.png) no-repeat center center #E4E4E4;
/*border:1px solid #ccc;*/
}
#backTop.red{
background:url(../img/uparr-48-w.png) no-repeat center center rgba(217,97,81,0.9);
border:1px solid #fff;
}
#backTop.green{
background:url(../img/uparr-48-b.png) no-repeat center center rgba(81,217,187,0.9);
border:1px solid #fff;
}