| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/rbcvm.ca/trevorpeter-xvend/vm/view/css/ |
Upload File : |
@charset "UTF-8";
body {
height: 100%;
}
#page-content {
text-align: center;
padding: 0;
height: 100%;
width: 100%;
}
section {
display: none;
height: 100%;
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
padding-top: 250px;
}
section#vend {
padding-top: 450px;
}
section#idle, section#welcome, section#vend {
background-image: url('../images/bg_200.png');
}
.secret {
position: absolute;
height: 80px;
width: 110px;
background-color: transparent;
top: 868px;
left: 232px;
}
/*
section#vend {
background-image: none;
background-color: #fff;
}
*/
section#idle img, section#vend img {
margin: 0;
width: 300px;
}
section#vend h1 {
font-size: 7.5vw;
line-height: 1.2;
color: #fff;
}
section#vend h2 {
font-size: 5vw;
margin-top: 100px;
/* margin-bottom: 70px; */
color: #fff;
}
section#welcome h1 {
line-height: 2;
}
section#welcome .user-name {
font-size: 5vw;
}
section#welcome hr {
margin-top: 10px;
color: #fff;
width: 60%;
height: 2px;
background: #fff;
}
section#idle .icons {
margin: 150px 0 75px 0;
height: 300px;
}
.icon {
display: none;
}
.error-message {
font-size: .6em;
}
.vid_container {
width: auto;
height: 1920px;
position: absolute;
bottom: 0;
left: 0;
}
video {
width: 100%;
height: 100%;
}
.spinner {
width: 300px;
height: 300px;
position: relative;
margin: 40px auto;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #99c6d3;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}