258 lines
4.5 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-25 22:18:21 +03:00
#popup {
display: none;
}
2025-01-24 22:59:08 +03:00
2025-01-25 22:18:21 +03:00
.inpt {
width: 15vw;
height: 1vw;
box-shadow: 0.27em 0.27em 0em 0px rgba(186, 65, 166, 0.6);
border: none;
transition: 0.3s;
margin: 1rem;
background-color: rgba(225, 225, 225, 0.99);
border-radius: 3px;
}
.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-01-23 23:12:54 +03:00
line-height: 2;
font-size: 1.1rem;
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;
}
.context {
font-family: Monocraft;
text-align: center;
color: rgba(225, 225, 225, 0.6);
}
.container {
display: flex;
flex-wrap: wrap;
}
.divv {
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-01-25 22:18:21 +03:00
.sql-input {
position: relative;
margin: 3.5rem;
background-color: rgb(0 0 0 / 85%);
padding: 2rem;
text-align: left;
}
2025-01-23 00:19:58 +03:00
.info {
width: 65%;
height: 20%;
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;
}
.info:hover {
box-shadow: 1.5em 1.5em 0em 0px rgba(186, 65, 166, 0.7);
padding: 1.5rem;
}
.info1 {
width: 45%;
height: 50%;
padding: 0.85rem;
margin-top: 3.5rem;
transition: 1s;
}
.info1:hover {
background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(186, 65, 166, 0.3));
}
.navigation{
width: 18%;
height: 65%;
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-01-24 21:21:41 +03:00
width: 4.5%;
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-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;
}
.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-23 00:19:58 +03:00
}
.navbtn {
justify-content: center;
display: flex;
flex-wrap: wrap;
}
2025-01-24 23:22:45 +03:00
#help {
2025-01-23 23:12:54 +03:00
max-width: 100%;
2025-01-24 21:21:41 +03:00
width: 3vw;
2025-01-23 23:12:54 +03:00
height: auto;
margin: 2rem;
2025-01-24 21:21:41 +03:00
bottom: 1.5%;
left: 1.2%;
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;
border-radius: 1em;
background-color: rgba(0, 0, 0, 0);
}
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 {
bottom: 1.5%;
right: 10%;
position: absolute;
background-color: red;
}
#success {
bottom: 1.5%;
right: 10%;
position: absolute;
background-color: green;
}
2025-01-23 00:19:58 +03:00
body {
background-image: url(/static/imgs/bg.gif);
width: 100vw;
height: 100vh;
margin: 0;
overflow: hidden;
background-size: cover;
}
a {
text-decoration: none;
font-family: Monocraft;
color: white;
}