515 lines
9.6 KiB
CSS
Raw Normal View History

2025-01-23 00:19:58 +03:00
@font-face {
font-family: "Monocraft";
src: url("/static/fonts/Monocraft.otf") format("opentype");
}
2025-01-31 22:57:14 +03:00
@font-face {
font-family: "JetBrainsMono";
src: url("/static/fonts/JetBrainsMono-Regular.ttf") format("truetype");
}
2025-04-06 23:00:05 +03:00
2025-01-25 22:18:21 +03:00
#popup {
display: none;
2025-02-02 19:36:48 +03:00
overflow-y: auto;
}
2025-02-03 00:19:41 +03:00
.task-done {
position: absolute;
position-area: center;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.90);
2025-02-04 13:29:17 +03:00
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.done {
position-area: center;
width: 10%;
height: auto;
image-rendering: pixelated;
text-align: center;
2025-02-03 00:19:41 +03:00
}
2025-02-02 19:36:48 +03:00
::-webkit-scrollbar {
display: none;
2025-01-25 22:18:21 +03:00
}
2025-01-24 22:59:08 +03:00
2025-02-13 23:50:39 +03:00
.capsule-window {
2025-02-03 00:19:41 +03:00
background-color: rgb(0 0 0 / 85%);
border: dashed rgba(225, 225, 225, 0.75);
border-width: 2px 3px;
border-radius: 2rem/2rem;
box-sizing: border-box;
margin-left: 2rem;
margin-top: 2rem;
}
2025-02-02 20:43:16 +03:00
.profile {
width: fit-content;
2025-02-03 00:19:41 +03:00
height: fit-content;
2025-02-02 20:43:16 +03:00
max-width: 40rem;
margin: 3.5rem 0rem;
padding: 0.7rem 2rem;
background-color: rgba(0,0,0, 0.85);
text-align: left;
2025-02-03 00:19:41 +03:00
}
.flag-input {
width: 20rem;
max-width: 40rem;
height: fit-content;
padding: 0.7rem 2rem;
padding-bottom: 1rem;
margin: 3.5rem 2rem ;
background-color: rgba(0,0,0, 0.85);
text-align: left;
border: dashed 0.13rem rgba(225,225,225,0.8);
border-radius: 2%;
}
2025-02-02 20:19:43 +03:00
.close-btn {
display: block;
position: sticky;
bottom: 20px;
right: 20px;
width: max-content;
backdrop-filter: blur(10px);
2025-02-13 15:11:18 +03:00
margin-left: auto !important;
2025-02-02 20:19:43 +03:00
padding: .5rem;
border-radius: 4px;
2025-02-02 20:43:16 +03:00
}
2025-01-25 22:18:21 +03:00
.inpt {
2025-02-03 00:19:41 +03:00
width: 60%;
height: 1.2rem;
2025-01-25 22:18:21 +03:00
box-shadow: 0.27em 0.27em 0em 0px rgba(186, 65, 166, 0.6);
border: none;
transition: 0.3s;
2025-01-30 00:22:19 +03:00
margin: 0.5rem;
2025-01-25 22:18:21 +03:00
background-color: rgba(225, 225, 225, 0.99);
border-radius: 3px;
2025-01-31 22:57:14 +03:00
font-family: Monocraft;
2025-01-25 22:18:21 +03:00
}
.inpt:hover {
box-shadow: 0.5em 0.5em 0em 0px rgba(186, 65, 166, 0.6);
2025-01-24 22:59:08 +03:00
}
2025-01-25 22:18:21 +03:00
.inpt:focus-visible {
outline: none;
box-shadow: 0.5em 0.5em 0em 0px rgba(186, 65, 166, 1);
}
.small-container {
display: flex;
flex-direction: row;
align-items: center;
2025-01-24 22:59:08 +03:00
}
2025-01-23 00:19:58 +03:00
.simpletext {
font-family: Monocraft;
color: white;
text-align: center;
2025-02-13 15:11:18 +03:00
line-height: 1.7;
2025-01-23 23:12:54 +03:00
font-size: 1.1rem;
2025-02-13 15:11:18 +03:00
padding: 0.2rem;
2025-01-23 00:19:58 +03:00
}
.header {
text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
font-family: Monocraft;
color: white;
text-align: center;
2025-01-30 22:23:32 +03:00
transition: 0.5s;
2025-01-23 00:19:58 +03:00
}
.context {
font-family: Monocraft;
text-align: center;
color: rgba(225, 225, 225, 0.6);
}
2025-01-31 22:57:14 +03:00
2025-02-01 21:01:51 +03:00
.usable-context {
font-family: Monocraft;
text-align: center;
color: rgba(225, 225, 225, 0.6);
cursor: pointer;
transition: 0.3s;
}
.usable-context:hover {
text-decoration: underline;
}
2025-01-30 22:23:32 +03:00
.translate-header {
2025-01-30 23:45:57 +03:00
width: 100%;
height: 100%;
2025-01-30 22:23:32 +03:00
transition: 0.5s;
}
.translate-header:hover {
transform: translateY(6%);
}
2025-01-23 00:19:58 +03:00
.container {
display: flex;
flex-wrap: wrap;
2025-01-30 22:23:32 +03:00
height: 100%;
2025-04-06 23:00:05 +03:00
min-width: 40rem;
justify-content: center;
align-content: flex-start;
2025-01-23 00:19:58 +03:00
}
2025-02-13 15:11:18 +03:00
.navgoodlinks {
display:flex;
justify-content: start;
flex-direction: column;
margin: 0;
}
2025-02-13 23:50:39 +03:00
.navgoodlinks > p + p {
margin: 0;
text-align: left;
}
2025-02-13 15:11:18 +03:00
.navbtn + .navgoodlinks {
padding-top: 2rem;
}
2025-01-23 00:19:58 +03:00
2025-01-30 00:22:19 +03:00
#sqlInpt {
2025-01-25 22:18:21 +03:00
position: relative;
margin: 3.5rem;
background-color: rgb(0 0 0 / 85%);
2025-01-30 00:22:19 +03:00
padding: 0.5rem 1.5rem;
2025-01-25 22:18:21 +03:00
text-align: left;
2025-01-31 22:57:14 +03:00
width: auto;
height: 22rem;
2025-01-30 00:22:19 +03:00
transition: 1s;
}
.slideinInpt {
transition: 1s;
transform: translateX(calc(65vw + .8em + 3.5rem));
2025-01-25 22:18:21 +03:00
}
2025-01-30 00:22:19 +03:00
.slideoutInpt {
transition: 1s;
transform: translateX(0%);
}
2025-01-25 22:18:21 +03:00
2025-01-30 00:22:19 +03:00
.sql-guide {
width: 65%;
height: auto;
2025-02-01 21:01:51 +03:00
max-height: 37rem;
2025-01-30 00:22:19 +03:00
background-color: rgb(0 0 0/ 90%);
2025-01-31 22:57:14 +03:00
padding: 0.4rem 1rem;
2025-01-30 00:22:19 +03:00
margin-left: 3.5rem;
margin-top: 3.5rem;
2025-01-31 22:57:14 +03:00
box-shadow: 0.8em 0.8em 0em 0px rgba(186, 65, 166, 0.6);
2025-01-30 00:22:19 +03:00
transform: translateX(-165%);
2025-01-31 22:57:14 +03:00
transition: 0.5s;
2025-01-30 00:22:19 +03:00
position: absolute;
2025-02-01 21:01:51 +03:00
2025-01-30 00:22:19 +03:00
}
2025-02-01 21:01:51 +03:00
/*.scroll {
max-height: 34rem;
width: 100%;
overflow-y: scroll;
scrollbar-color: green;
scrollbar-gutter: stable both-edges;
}
*/
2025-01-31 22:57:14 +03:00
.sql-guide:hover {
box-shadow: 1.2em 1.2em 0em 0px rgba(186, 65, 166, 0.9);
}
2025-01-30 00:22:19 +03:00
.slideinHelp {
transition: 1s;
transform: translateX(0%);
}
.slideoutHelp {
transition: 1;
transform: translateX(-165%);
}
2025-01-31 22:57:14 +03:00
.mono {
font-family: JetBrainsMono;
color: rgba(225, 225, 225, 0.9);
background-color: rgb(35, 33, 54);
padding: 0.3rem;
border-radius: 0.2rem;
font-size: 0.9rem;
}
.codefont {
border-radius: 0.6rem;
font-family: JetBrainsMono;
font-size: 0.85rem;
}
.hltext {
color: rgb(252 204 255);
transition: 0.5s;
padding: 0.3rem;
border-radius: 0.2rem;
}
.hltext:hover {
background-color: rgba(186, 65, 166, 0.5);
transform: translateX(1rem);
}
2025-01-30 00:22:19 +03:00
.headerblock {
2025-01-30 23:45:57 +03:00
width: clamp(60rem, 65% , 140rem);
2025-01-30 22:23:32 +03:00
height: clamp(10rem, 20%, 10rem);
2025-01-23 00:19:58 +03:00
padding: 1rem;
margin-left: 0rem;
border-color: #000000;
border-radius: 0;
border: none;
box-shadow: 1em 1em 0em 0px rgba(186, 65, 166, 0.7);
transition: 0.5s;
2025-01-30 22:23:32 +03:00
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
2025-02-13 23:50:39 +03:00
background-color: rgb(0 0 0 / 85%);
box-sizing: border-box;
margin-top: 2rem;
2025-01-23 00:19:58 +03:00
}
2025-01-30 00:22:19 +03:00
.headerblock:hover {
2025-01-23 00:19:58 +03:00
box-shadow: 1.5em 1.5em 0em 0px rgba(186, 65, 166, 0.7);
2025-01-30 22:23:32 +03:00
2025-01-23 00:19:58 +03:00
}
.info1 {
2025-04-06 23:00:05 +03:00
width: clamp(40rem, 45%, 60rem);
2025-01-30 23:45:57 +03:00
height: clamp(30rem, 50%, 30rem);
2025-01-23 00:19:58 +03:00
padding: 0.85rem;
margin-top: 3.5rem;
transition: 1s;
2025-01-30 22:23:32 +03:00
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
2025-01-23 00:19:58 +03:00
}
2025-01-30 23:45:57 +03:00
.small {
2025-04-06 23:00:05 +03:00
width: clamp(40rem, 35%, 60rem);
height: clamp(30rem, 20%, 60rem);
2025-01-23 00:19:58 +03:00
}
.navigation{
width: 18%;
2025-01-31 22:57:14 +03:00
height: clamp(27rem, 65%, 39rem);
2025-01-23 23:12:54 +03:00
padding: 0;
2025-01-25 22:18:21 +03:00
top: 17.5%;
2025-01-23 00:19:58 +03:00
border-color: #000000;
2025-01-24 22:59:08 +03:00
border-width: 0.4rem;
2025-01-23 23:12:54 +03:00
border-radius: 0.7rem;
2025-01-23 00:19:58 +03:00
margin-right: 0rem;
2025-01-23 23:12:54 +03:00
left: calc(100% - 5rem);
2025-01-25 22:18:21 +03:00
position: absolute;
2025-01-23 00:19:58 +03:00
transition: 0.5s;
2025-01-23 23:12:54 +03:00
display: flex;
flex-direction: row;
align-items: center;
2025-01-23 00:19:58 +03:00
}
.navigation:hover {
2025-01-23 23:12:54 +03:00
left: 85%;
}
2025-01-23 00:19:58 +03:00
2025-01-23 23:12:54 +03:00
.decore1 {
background-image: linear-gradient(to right, rgba(225, 225, 225, 0.8), rgba(225, 225, 225, 0.6));
2025-04-06 21:37:12 +03:00
width: 0.7rem;
2025-01-23 23:12:54 +03:00
height: 85%;
margin: 0;
border-radius: 1rem;
2025-01-23 00:19:58 +03:00
}
.btn1 {
box-shadow: 0 5px 15px 0 #BA41A6;
transition: 0.5s;
background-color: #BA41A6;
padding: 1rem;
border-radius: 0.5rem;
margin-top: 0.7rem;
margin-bottom: 0.7rem;
2025-01-25 22:18:21 +03:00
font-family: Monocraft;
border-color: rgba(0, 0, 0, 0);
color: white;
font-size: 1.1rem;
2025-01-31 22:57:14 +03:00
cursor: pointer;
2025-01-23 00:19:58 +03:00
}
.btn1 + .btn1 {
margin-left: 1rem;
}
.btn1:hover {
transform: translate(0,-3px);
box-shadow: 0 20px 40px 0 #BA41A6;
}
.btn2 {
text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
margin-top: 1rem;
transition: 0.1s;
border-radius: 0.5rem;
margin: 0.5rem;
2025-01-31 22:57:14 +03:00
cursor: pointer;
2025-01-23 00:19:58 +03:00
}
.btn2:hover {
background-color: rgba(186, 65, 166, 0.5);
padding: 0.5rem;
margin: 0;
}
.link {
box-shadow: 0 5px 15px 0 #BA41A6;
transition: 0.5s;
background-color: #BA41A6;
padding: 1rem;
border-radius: 0.5rem;
margin-top: 0.7rem;
margin-bottom: 0.7rem;
margin-left: 0;
2025-01-24 22:59:08 +03:00
2025-01-23 00:19:58 +03:00
}
.link:hover {
transform: translate(0,-3px);
box-shadow: 0 20px 40px 0 #BA41A6;
}
.navlink {
justify-content: center;
display: flex;
flex-wrap: wrap;
flex-direction: column;
2025-01-24 22:59:08 +03:00
margin: 1rem 1.5rem 0;
width: 100%;
2025-01-31 22:57:14 +03:00
cursor: pointer;
2025-01-23 00:19:58 +03:00
}
.navbtn {
justify-content: center;
display: flex;
flex-wrap: wrap;
2025-01-31 22:57:14 +03:00
cursor: pointer;
2025-01-23 00:19:58 +03:00
}
2025-01-24 23:22:45 +03:00
#help {
2025-01-23 23:12:54 +03:00
max-width: 100%;
2025-04-06 23:44:47 +03:00
width: 3rem;
2025-01-23 23:12:54 +03:00
height: auto;
margin: 2rem;
2025-01-31 22:57:14 +03:00
bottom: 0.2vw;
left: 0.2vw;
2025-01-24 21:21:41 +03:00
position: absolute;
2025-01-23 23:12:54 +03:00
box-shadow: 0.4em 0.4em 0em 0px rgba(0, 0, 0, 0.8);
transition: 0.5s;
2025-04-06 23:44:47 +03:00
border-radius: 0.5rem;
2025-01-23 23:12:54 +03:00
background-color: rgba(0, 0, 0, 0);
2025-02-01 14:29:59 +03:00
image-rendering: pixelated;
2025-01-23 23:12:54 +03:00
}
2025-01-24 23:22:45 +03:00
#help:hover {
2025-01-23 23:12:54 +03:00
box-shadow: 0.7em 0.7em 0em 0px rgba(0, 0, 0, 0.8);
transform: translate(0, 0.2em);
}
2025-01-26 22:34:47 +03:00
#error {
2025-01-27 00:20:55 +03:00
bottom: 7%;
right: 11%;
2025-01-26 22:34:47 +03:00
position: absolute;
2025-01-27 00:20:55 +03:00
background-color: rgba(220, 20, 60, 0.5);
border-radius: 1rem;
padding: 0.1rem 1rem;
font-family: Monocraft;
color: white;
font-size: 1.2rem;
text-shadow: black 2px 2px;
border: dashed rgba(0, 0, 0, 0.5);
transition: 0.5s;
box-shadow: 0.5em 0.5em 0em 0px rgba(0, 0, 0, 0.5);
2025-01-30 00:22:19 +03:00
animation: fadeinout 3s cubic-bezier(1, 0.05, 0.5, 1) forwards;
2025-01-27 21:01:11 +03:00
opacity: 0;
2025-01-26 22:34:47 +03:00
}
2025-01-27 00:20:55 +03:00
#error:hover {
background-color: rgba(220, 20, 60, 0.65);
transform: translate(0, -0.2em);
box-shadow: 0.7em 0.7em 0em 0px rgba(0, 0, 0, 0.65);
}
2025-01-26 22:34:47 +03:00
#success {
2025-01-27 00:20:55 +03:00
bottom: 7%;
right: 11%;
2025-01-26 22:34:47 +03:00
position: absolute;
2025-01-27 00:20:55 +03:00
background-color: rgba(0, 255, 127, 0.5);
border-radius: 1rem;
padding: 0.1rem 1rem;
font-family: Monocraft;
color: white;
font-size: 1.2rem;
text-shadow: black 2px 2px;
border: dashed rgba(225, 225, 225, 1);
transition: 0.5s;
box-shadow: 0.5em 0.5em 0em 0px rgba(0, 0, 0, 0.5);
2025-01-30 00:22:19 +03:00
animation: fadeinout 3.5s cubic-bezier(1, 0.05, 0.5, 1) forwards;
2025-01-27 21:01:11 +03:00
opacity: 0;
2025-01-27 00:20:55 +03:00
}
#success:hover {
background-color: rgba(0, 255, 127, 0.65);
transform: translate(0, -0.2em);
box-shadow: 0.7em 0.7em 0em 0px rgba(0, 0, 0, 0.65);
}
2025-01-27 21:01:11 +03:00
@keyframes fadeinout {
50% { opacity: 1; }
}
.hidden {
color: rgba(0,0,0,0);
2025-01-26 22:34:47 +03:00
}
2025-01-27 21:01:11 +03:00
2025-01-23 00:19:58 +03:00
body {
background-image: url(/static/imgs/bg.gif);
width: 100vw;
height: 100vh;
margin: 0;
background-size: cover;
}
a {
text-decoration: none;
font-family: Monocraft;
color: white;
}
2025-04-06 23:00:05 +03:00
@media (max-width: 700px) {
/* Стили для мобильных устройств */
.container { align-items: center; }
}