HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EvLuik/vanluiktegelwerken.nl/wwwroot/templates/lck_overlay_02/smoothscroll.css
/* scroll-to-top button */
.scroll-to-top {
background: #212121 url(images/smoothscroll_up.png) no-repeat center;
border-radius: 5px;
color: #444;
cursor: pointer;
display: none;
height: 50px;
opacity: 0.7;
position: fixed;
bottom: 20%;
right: 1%;
text-align: center;
text-decoration: none;
/* text-indent: -9999px; */ /* optional - hide the Link-Text e.g. "TOP" */
width: 50px;
}
.scroll-to-top:hover {
	opacity: 1;
}
.scroll-to-top:focus { /* hide the dotted link-border in IE */
	outline: none;
}