2023-05-11 15:36:22 +03:00
|
|
|
body {
|
2023-05-11 17:58:03 +03:00
|
|
|
background-color: #212A3E;
|
2023-05-11 15:36:22 +03:00
|
|
|
}
|
2023-05-11 17:58:03 +03:00
|
|
|
body .block-out {
|
2023-05-11 15:36:22 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-05-11 17:58:03 +03:00
|
|
|
align-self: center;
|
2023-05-11 15:36:22 +03:00
|
|
|
}
|
2023-05-11 21:13:28 +03:00
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
body .block-out {
|
|
|
|
margin: 0rem 5rem;
|
|
|
|
}
|
|
|
|
}
|
2023-05-11 17:58:03 +03:00
|
|
|
body .block-out .block-in {
|
2023-05-11 21:13:28 +03:00
|
|
|
background-color: #173652;
|
2023-05-11 17:58:03 +03:00
|
|
|
color: #F1F6F9;
|
2023-05-11 15:36:22 +03:00
|
|
|
border-radius: 10px;
|
|
|
|
border-style: groove;
|
|
|
|
padding: 1rem 0;
|
2023-05-11 17:58:03 +03:00
|
|
|
margin: 1rem 0;
|
|
|
|
}
|
2023-05-11 21:13:28 +03:00
|
|
|
body .block-out .block-in .list-header {
|
2023-05-11 17:58:03 +03:00
|
|
|
text-align: center;
|
2023-05-11 21:13:28 +03:00
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list {
|
2023-05-11 17:58:03 +03:00
|
|
|
list-style-type: none;
|
2023-05-11 21:13:28 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0px;
|
2023-05-11 17:58:03 +03:00
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list > .block-list-in {
|
2023-05-11 21:13:28 +03:00
|
|
|
padding: 0rem 0;
|
|
|
|
margin: 0.5rem 0;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #394867;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-style: dotted;
|
|
|
|
width: fit-content;
|
|
|
|
min-width: 50%;
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
body .block-out .block-in .basic-list > .block-list-in {
|
|
|
|
min-width: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list > .block-list-in .in-p {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 1rem;
|
|
|
|
font-size: x-large;
|
|
|
|
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
|
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list > .block-list-in > a {
|
|
|
|
color: #F1F6F9;
|
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list > .block-list-in > a:hover {
|
|
|
|
color: #9BA4B5;
|
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list > .block-list-in > a:visited {
|
|
|
|
color: #a54051;
|
|
|
|
}
|
2023-06-19 23:48:18 +03:00
|
|
|
body .block-out .block-in .basic-list > .block-hover {
|
|
|
|
transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
|
|
}
|
|
|
|
body .block-out .block-in .basic-list > .block-hover:hover {
|
|
|
|
transform: scale(1.2);
|
|
|
|
}
|
|
|
|
body .HID {
|
|
|
|
display: none;
|
2023-05-11 15:36:22 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*# sourceMappingURL=main.css.map */
|