html, body {
height: 100%;
}
body {
background: url('img/flash.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: calc(100% - 50px); /* altura do footer */
transition: filter 250ms, transform 250ms;
width: 100%;
backdrop-filter: blur(1px);
margin-bottom: 50px; /* altura do footer */
}
h1 {
background-color: #4CAF50;
color: white;
padding: 20px;
margin: 0;
text-align: center;
}
h2 {
text-align: center;
margin-bottom: 20px;
}
table {
width: 80%;
max-width: 800px;
margin: 0 auto;
border-collapse: collapse;
}
th, td {
border: 2px solid #ccc;
padding: 14px;
text-align: left;
}
th {
background-color: #007BFF;
color: white;
}
#splashScreen {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px);
z-index: 9999;
}
#loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#loadingBar {
width: 80%;
height: 20px;
margin: 20px auto;
border: 1px solid #ddd;
border-radius: 10px;
overflow: hidden;
}
#loadingPercentage {
width: 0%;
height: 100%;
background-color: #0275d8;
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px);
}
.splash-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background-color: transparent;
}
.message-box {
display: none;
position: fixed;
z-index: 9991;
width: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.3);
backdrop-filter: blur(20px);
padding: 20px;
text-align: left;
border-radius: 10px;
border: 2px solid #4227f1;
}
.message-box::before,
.message-box::after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.message-header {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.message-body {
font-size: 18px;
margin-bottom: 20px;
}
.close-button {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top: 10px;
cursor: pointer;
border-radius: 5px;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
display: none;
z-index: 999;
}
form {
justify-content: center;
background-color: rgba(255, 255, 255, 0.292);
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
width: 300px;
margin: 0 auto;
}
form.active {
display: block;
}
.form-container {
justify-content: center;
background-color: rgba(255, 255, 255, 0.292);
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
width: 300px;
margin: 0 auto;
}
.action-buttons {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.action-button {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.2s, box-shadow 0.2s;
}
.action-button:hover {
background-color: #0056b3;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.form-title {
text-align: center;
margin-bottom: 20px;
}
input {
font-size: 18px;
padding: 10px;
margin: 5px;
width: 90%;
}
footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 50px;
background-color: #f5f5f5;
text-align: center;
}
button {
background-color: #007BFF;
border: solid 2px #00b374;
color: white;
cursor: pointer;
transition: background-color 0.2s;
font-size: 18px;
padding: 10px;
margin: 5px;
}
button:hover {
background-color: #00b374;
}
.messagex {
background-color: #f1f1f1;
padding: 10px;
margin: 10px 0;
text-align: center;
border-radius: 5px;
}
.form-container {
display: none;
}
.form-container.active {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
.privacy-popup {
position: fixed;
bottom: 10px;
right: 20px;
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
z-index: 1000;
}
.popup-buttons {
display: flex;
gap: 10px;
}
.popup-button {
padding: 10px 15px;
background-color: #4285f4;
color: #fff;
border-radius: 5px;
text-align: center;
cursor: pointer;
text-decoration: none;
}
.popup-button:hover {
background-color: #357ae8;
}
.popup-link {
color: #4285f4;
text-decoration: none;
}
.popup-link:hover {
text-decoration: underline;
}
.input-field {
position: relative;
margin-bottom: 1.5rem;
}
.input-field input {
border: none;
border-bottom: 1px solid #ccc;
outline: none;
padding-top: 1.2rem;
}
.input-field input:focus {
border-bottom: 1px solid #2196f3;
}
.input-field label {
position: absolute;
top: 9px;
left: 7px;
pointer-events: none;
color: #999;
transition: 0.2s ease all;
transform-origin: 0 0;
}
.input-field input:focus ~ label,
.input-field input:not(:placeholder-shown) ~ label {
transform: translateY(-0.3rem) scale(0.8);
color: #2196f3;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
a{
color:white;
}
|