|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/gwsolutions/css/ |
Upload File : |
#recenter {
position:absolute;
z-index: 1001;
/*top: 10px;
left: 10px; */
width: 38px;
height:38px;
background-image: url(http://b59605efc3e2883ecdb3-449a8475b2ad35fb7f79a5acd883cfc2.r54.cf2.rackcdn.com/images/monopoly-recenterarrow.png);
background-size:cover;
}
#powered-by1 {
position:absolute;
z-index: 1001;
right: 15px;
bottom: 20px;
background-image: url(http://b59605efc3e2883ecdb3-449a8475b2ad35fb7f79a5acd883cfc2.r54.cf2.rackcdn.com/images/mh_powered_by.png);
background-repeat: no-repeat;
width: 100px;
height: 41px;
}
.gradient_blue {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #0726A6),
color-stop(1, #1B44F2)
);
background-image: -o-linear-gradient(bottom, #0726A6 0%, #1B44F2 100%);
background-image: -moz-linear-gradient(bottom, #0726A6 0%, #1B44F2 100%);
background-image: -webkit-linear-gradient(bottom, #0726A6 0%, #1B44F2 100%);
background-image: -ms-linear-gradient(bottom, #0726A6 0%, #1B44F2 100%);
background-image: linear-gradient(to bottom, #0726A6 0%, #1B44F2 100%);
}
.gradient_red {
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #FF0000),
color-stop(1, #D40B0B)
);
background-image: -o-linear-gradient(top, #FF0000 0%, #D40B0B 100%);
background-image: -moz-linear-gradient(top, #FF0000 0%, #D40B0B 100%);
background-image: -webkit-linear-gradient(top, #FF0000 0%, #D40B0B 100%);
background-image: -ms-linear-gradient(top, #FF0000 0%, #D40B0B 100%);
background-image: linear-gradient(to top, #FF0000 0%, #D40B0B 100%);
}