|
|
|
@ -1,18 +1,63 @@
|
|
|
|
|
.hidden{
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
/*Fonts CSS */
|
|
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*Default CSS*/
|
|
|
|
|
* {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p, a, li, button, ul {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:focus, textarea:focus, select:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width:1700px) {
|
|
|
|
|
main .container {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding: 0 150px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Main CSS */
|
|
|
|
|
html{
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-image: url(../page/palin.png);
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
|
background-image: url(../../assets/img/Background4.png);
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
display: flex;
|
|
|
|
|
font-family: "Orbitron" , sans-serif;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
height: 98%;
|
|
|
|
@ -20,21 +65,21 @@ body{
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.enigme{
|
|
|
|
|
.enigme{
|
|
|
|
|
width: 25%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.editor_class{
|
|
|
|
|
.editor_class{
|
|
|
|
|
width: 45%;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.compiler_class{
|
|
|
|
|
.compiler_class{
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -52,10 +97,8 @@ textarea {
|
|
|
|
|
box-shadow: 1px 1px 1px #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.compiler_class.container {
|
|
|
|
|
.compiler_class.container {
|
|
|
|
|
width: 400px;
|
|
|
|
|
height: 400px;
|
|
|
|
|
display: flex;
|
|
|
|
@ -86,22 +129,3 @@ div.compiler_class.container {
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
stroke: #df0d0d;
|
|
|
|
|
stroke-dasharray: 150 480;
|
|
|
|
|
stroke-dashoffset: 150;
|
|
|
|
|
transition: 5s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn:hover {
|
|
|
|
|
transition: 0.5s ease-in-out;
|
|
|
|
|
background: #11f830;
|
|
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn:hover svg {
|
|
|
|
|
stroke-dashoffset: -480;
|
|
|
|
|
}
|
|
|
|
|