<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#goToTop {
    bottom: 30px;
    position: fixed;
    right: 20px;
    z-index: 1000;
}
#goToTop a {
    background: url(../images/ui/backtop.png) no-repeat center center;
    display: inline-block;
    height: 50px;
    width: 50px;
    // border: 1px #ccc solid;
    // background-color: rgba(255,255,255,0.5);
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    top: 0;
    border: 1px solid #3e3e3e
}
#goToTop a:hover{
    // box-shadow: 0 0 10px #eee;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}</pre></body></html>