<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#BackToTop {float: left;display:none;color: #eee;margin: 0 5px;padding: 3px;text-decoration: none;border: 1px solid #444;font: bold 14px Arial, Helvetica;position:fixed;top:550px;right:10px;z-index:9999;
/** Background gradient **/
background-color: #444;
background-image: -moz-linear-gradient(#444, #222);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
background-image: -webkit-linear-gradient(#444, #222);
background-image: -o-linear-gradient(#444, #222);
background-image: -ms-linear-gradient(#444, #222);
background-image: linear-gradient(#444, #222);
/** box Radius **/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/** Text Shadow **/
text-shadow: 0 -1px 0 rgba(0,0,0,.8);
/** Box shadow **/
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 3px 0 rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 3px 0 rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
#BackToTop span{border: 0px solid #ccc;display: block;padding: 0.6em 0.5em;cursor: pointer;
/** Background gradient **/
background-color: #444;
background-image: -moz-linear-gradient(#444, #222);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
background-image: -webkit-linear-gradient(#444, #222);
background-image: -o-linear-gradient(#444, #222);
background-image: -ms-linear-gradient(#444, #222);
background-image: linear-gradient(#444, #222);
}
</pre></body></html>