|
|
@ -1,7 +1,6 @@
|
|
|
|
/*Fonts CSS */
|
|
|
|
/*Fonts CSS */
|
|
|
|
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Orbitron&display=swap");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*Default CSS*/
|
|
|
|
/*Default CSS*/
|
|
|
|
* {
|
|
|
|
* {
|
|
|
@ -10,13 +9,22 @@
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
h1,
|
|
|
|
|
|
|
|
h2,
|
|
|
|
|
|
|
|
h3,
|
|
|
|
|
|
|
|
h4,
|
|
|
|
|
|
|
|
h5,
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: normal;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p, a, li, button, ul {
|
|
|
|
p,
|
|
|
|
|
|
|
|
a,
|
|
|
|
|
|
|
|
li,
|
|
|
|
|
|
|
|
button,
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: normal;
|
|
|
|
line-height: normal;
|
|
|
@ -27,8 +35,9 @@ a:hover {
|
|
|
|
text-decoration: none !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input:focus,
|
|
|
|
input:focus, textarea:focus, select:focus {
|
|
|
|
textarea:focus,
|
|
|
|
|
|
|
|
select:focus {
|
|
|
|
outline: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -39,7 +48,6 @@ input:focus, textarea:focus, select:focus {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Main CSS */
|
|
|
|
/* Main CSS */
|
|
|
|
html {
|
|
|
|
html {
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
scroll-behavior: smooth;
|
|
|
@ -63,7 +71,7 @@ body{
|
|
|
|
--light: hsl(220, 50%, 90%);
|
|
|
|
--light: hsl(220, 50%, 90%);
|
|
|
|
--primary: hsl(255, 30%, 55%);
|
|
|
|
--primary: hsl(255, 30%, 55%);
|
|
|
|
--focus: hsl(210, 90%, 50%);
|
|
|
|
--focus: hsl(210, 90%, 50%);
|
|
|
|
--border-color: hsla(0, 0%, 100%, .2);
|
|
|
|
--border-color: hsla(0, 0%, 100%, 0.2);
|
|
|
|
--global-background: hsl(220, 25%, 10%);
|
|
|
|
--global-background: hsl(220, 25%, 10%);
|
|
|
|
--background: linear-gradient(to right, #040a29, #0e1538);
|
|
|
|
--background: linear-gradient(to right, #040a29, #0e1538);
|
|
|
|
--shadow-1: #0b1b78;
|
|
|
|
--shadow-1: #0b1b78;
|
|
|
@ -95,9 +103,6 @@ body{
|
|
|
|
margin-left: 5%;
|
|
|
|
margin-left: 5%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Main Button Css */
|
|
|
|
/* Main Button Css */
|
|
|
|
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
.buttons {
|
|
|
@ -121,34 +126,30 @@ body{
|
|
|
|
margin: 20px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn:before,
|
|
|
|
.buttons .btn:before, .buttons .btn:after
|
|
|
|
.buttons .btn:after {
|
|
|
|
{
|
|
|
|
content: "";
|
|
|
|
content:'';
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
inset: 0;
|
|
|
|
inset: 0;
|
|
|
|
transition: 0.5s;
|
|
|
|
transition: 0.5s;
|
|
|
|
background: #f00
|
|
|
|
background: #f00;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn:nth-child(1):before,
|
|
|
|
.buttons .btn:nth-child(1):before, .buttons .btn:nth-child(1):after
|
|
|
|
.buttons .btn:nth-child(1):after {
|
|
|
|
{
|
|
|
|
background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4);
|
|
|
|
background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4)
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn:nth-child(2):before, .buttons .btn:nth-child(2):after
|
|
|
|
.buttons .btn:nth-child(2):before,
|
|
|
|
{
|
|
|
|
.buttons .btn:nth-child(2):after {
|
|
|
|
background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942);
|
|
|
|
background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn:hover:before
|
|
|
|
.buttons .btn:hover:before {
|
|
|
|
{
|
|
|
|
|
|
|
|
inset: -3px;
|
|
|
|
inset: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn:hover:after
|
|
|
|
.buttons .btn:hover:after {
|
|
|
|
{
|
|
|
|
|
|
|
|
inset: -3px;
|
|
|
|
inset: -3px;
|
|
|
|
filter: blur(10px);
|
|
|
|
filter: blur(10px);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -174,24 +175,21 @@ body{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn span::before {
|
|
|
|
.buttons .btn span::before {
|
|
|
|
content:'';
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
left: -50%;
|
|
|
|
left: -50%;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: rgba(255, 255, 255, 0.075);
|
|
|
|
background: rgba(255, 255, 255, 0.075);
|
|
|
|
transform: skew(25deg)
|
|
|
|
transform: skew(25deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.buttons .btn .noAnimation {
|
|
|
|
.buttons .btn .noAnimation {
|
|
|
|
animation: none;
|
|
|
|
animation: none;
|
|
|
|
font-size: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Console CSS*/
|
|
|
|
/* Console CSS*/
|
|
|
|
|
|
|
|
|
|
|
|
.compiler_class {
|
|
|
|
.compiler_class {
|
|
|
@ -199,7 +197,7 @@ body{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#console {
|
|
|
|
#console {
|
|
|
|
font-size: .8rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
opacity: 0.85;
|
|
|
|
opacity: 0.85;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
background-color: #040a29;
|
|
|
|
background-color: #040a29;
|
|
|
@ -215,7 +213,6 @@ body{
|
|
|
|
resize: none;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Ace CSS*/
|
|
|
|
/* Ace CSS*/
|
|
|
|
|
|
|
|
|
|
|
|
.ace {
|
|
|
|
.ace {
|
|
|
@ -231,7 +228,6 @@ body{
|
|
|
|
font-size: 1.5rem !important;
|
|
|
|
font-size: 1.5rem !important;
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.enigme .sign {
|
|
|
|
.enigme .sign {
|
|
|
|
display: contents;
|
|
|
|
display: contents;
|
|
|
@ -240,7 +236,6 @@ body{
|
|
|
|
.enigme h2 {
|
|
|
|
.enigme h2 {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.enigme p {
|
|
|
|
.enigme p {
|
|
|
@ -256,7 +251,6 @@ body{
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Modal CSS */
|
|
|
|
/* Modal CSS */
|
|
|
|
|
|
|
|
|
|
|
|
.modal-container {
|
|
|
|
.modal-container {
|
|
|
@ -286,11 +280,11 @@ body{
|
|
|
|
width: 30%;
|
|
|
|
width: 30%;
|
|
|
|
height: 35%;
|
|
|
|
height: 35%;
|
|
|
|
padding: 10px 0;
|
|
|
|
padding: 10px 0;
|
|
|
|
border-radius: .8rem;
|
|
|
|
border-radius: 0.8rem;
|
|
|
|
|
|
|
|
|
|
|
|
color: aliceblue;
|
|
|
|
color: aliceblue;
|
|
|
|
background: var(--background);
|
|
|
|
background: var(--background);
|
|
|
|
box-shadow: var(--m-shadow, .4rem .4rem 8.2rem .2rem) var(--shadow-1);
|
|
|
|
box-shadow: var(--m-shadow, 0.4rem 0.4rem 8.2rem 0.2rem) var(--shadow-1);
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -306,7 +300,6 @@ body{
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Modal Container Buttons */
|
|
|
|
/* Modal Container Buttons */
|
|
|
|
|
|
|
|
|
|
|
|
.modal .buttons {
|
|
|
|
.modal .buttons {
|
|
|
@ -355,7 +348,7 @@ body{
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.modal .buttons #bottom .btn:nth-child(1):before, .modal .buttons #bottom .btn:nth-child(1):after
|
|
|
|
.modal .buttons #bottom .btn:nth-child(1):before,
|
|
|
|
{
|
|
|
|
.modal .buttons #bottom .btn:nth-child(1):after {
|
|
|
|
background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942);
|
|
|
|
background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942);
|
|
|
|
}
|
|
|
|
}
|