310 lines
4.3 KiB
CSS
310 lines
4.3 KiB
CSS
|
|
|
|
|
|
html {
|
|
height: 100%;
|
|
margin: 0;
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
}
|
|
|
|
|
|
.panel {
|
|
color: red;
|
|
}
|
|
|
|
.panel ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background-color: #066163;
|
|
}
|
|
|
|
.panel li {
|
|
float: left;
|
|
font-size: 150%;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.panel li a {
|
|
display: block;
|
|
color: #F2F2F2;
|
|
text-align: center;
|
|
padding: 20px 22px;
|
|
text-decoration: none;
|
|
|
|
|
|
}
|
|
|
|
.panel li a:hover {
|
|
|
|
color: #CDBE78;
|
|
}
|
|
|
|
.glavfoto {
|
|
background-image: url("https://www.minecraft.net/content/dam/community/fy21/minecraft/heroimages/hero_cityoflight-081220.png");
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
|
|
.glavtex {
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 30%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
color: #EEEEEE;
|
|
}
|
|
|
|
.glavp {
|
|
font-size: 100px;
|
|
margin: 1px;
|
|
color: #066163;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.center {
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
|
|
}
|
|
|
|
.oglavlenije {
|
|
font-size: 40px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
}
|
|
.samtext {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.foto1 {
|
|
float: left;
|
|
width: 33%;
|
|
}
|
|
|
|
footer {
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 35px;
|
|
|
|
background-color: #066163;
|
|
color: #F2F2F2;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.masik {
|
|
text-align: center;
|
|
font-size: 25px;
|
|
color: #066163;
|
|
}
|
|
|
|
@keyframes fadeIn {
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
|
|
img {
|
|
animation: fadeIn 2s ease-in-out;
|
|
-webkit-animation: fadeIn 2s ease-in-out;
|
|
-moz-animation: fadeIn 2s ease-in-out;
|
|
-o-animation: fadeIn 2s ease-in-out;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
background-color: #ffffff;
|
|
color: #066163;
|
|
}
|
|
|
|
.login-container {
|
|
margin-top: 100px;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
|
|
.center-text {
|
|
padding-top: 50px;
|
|
text-align: center;
|
|
font-size: 180px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.download-button a{
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.download-button {
|
|
display: inline-block;
|
|
padding: 10px 20px;
|
|
background-color: #066163;
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
font-size: 24px;
|
|
transition: background-color 0.3s;
|
|
text-align: center;
|
|
}
|
|
|
|
.contact{
|
|
padding-top: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
form {
|
|
max-width: 600px;
|
|
margin: auto;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
margin-top: 10px;
|
|
display: block;
|
|
}
|
|
|
|
input[type="text"],
|
|
textarea {
|
|
width: 100%;
|
|
padding: 8px;
|
|
margin-top: 6px;
|
|
margin-bottom: 20px;
|
|
border-radius: 5px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
background-color: #ffc400;
|
|
color: #004577;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
input[type="submit"]:hover {
|
|
background-color: #ffa000;
|
|
}
|
|
|
|
.stats-table {
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border: 2px solid rgb(0, 0, 0);
|
|
}
|
|
|
|
|
|
.back-btn {
|
|
background-color: #0060df;
|
|
color: #000;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.back-btn:hover {
|
|
background-color: #0053c0;
|
|
}
|
|
|
|
.center-text {
|
|
text-align: center;
|
|
font-size: 40px;
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
main {
|
|
margin-bottom: 40px;
|
|
padding: 20px;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
background-color: #066163;
|
|
}
|
|
|
|
section {
|
|
margin-bottom: 30px;
|
|
color: #ffffff;
|
|
text-align: left;
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
ul {
|
|
list-style-position: inside;
|
|
}
|
|
|
|
|
|
footer a {
|
|
color: #1e1e1e;
|
|
text-decoration: none;
|
|
}
|
|
|
|
footer a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
|
|
|
|
.button {
|
|
background-color: #008CBA;
|
|
border: none;
|
|
color: white;
|
|
padding: 15px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
border-radius: 4px;
|
|
transition-duration: 0.4s;
|
|
margin-top: 75px;
|
|
}
|
|
|
|
|
|
.button:hover {
|
|
background-color: #004266;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.center-h {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
.datatime {
|
|
color: rgb(0, 0, 0);
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
} |