|
|
@ -82,6 +82,10 @@ body{
|
|
|
|
|
|
|
|
|
|
|
|
.compiler_class{
|
|
|
|
.compiler_class{
|
|
|
|
width: 30%;
|
|
|
|
width: 30%;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
textarea {
|
|
|
@ -92,10 +96,10 @@ textarea {
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
max-width: 95%;
|
|
|
|
max-width: 95%;
|
|
|
|
max-height: 50%;
|
|
|
|
max-height: 100%;
|
|
|
|
line-height: 1.5;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -112,7 +116,7 @@ textarea {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button{
|
|
|
|
.buttons .btn{
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
width: 120px;
|
|
|
|
width: 120px;
|
|
|
|
height: 60px;
|
|
|
|
height: 60px;
|
|
|
@ -121,37 +125,38 @@ textarea {
|
|
|
|
margin: 20px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button:before, .buttons button:after
|
|
|
|
.buttons .btn:before, .buttons .btn:after
|
|
|
|
{
|
|
|
|
{
|
|
|
|
content:'';
|
|
|
|
content:'';
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
inset: 0;
|
|
|
|
inset: 0;
|
|
|
|
transition: 0.5s;
|
|
|
|
transition: 0.5s;
|
|
|
|
background: #f00
|
|
|
|
background: #f00
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button:nth-child(1):before, .buttons button:nth-child(1):after
|
|
|
|
.buttons .btn:nth-child(1):before, .buttons .btn:nth-child(1):after
|
|
|
|
{
|
|
|
|
{
|
|
|
|
background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4)
|
|
|
|
background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button:nth-child(2):before, .buttons button:nth-child(2):after
|
|
|
|
.buttons .btn:nth-child(2):before, .buttons .btn:nth-child(2):after
|
|
|
|
{
|
|
|
|
{
|
|
|
|
background: linear-gradient(45deg, #f0075b, #0e1538, #1aff22);
|
|
|
|
background: linear-gradient(45deg, #f0075b, #0e1538, #1aff22);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button:hover:before
|
|
|
|
.buttons .btn:hover:before
|
|
|
|
{
|
|
|
|
{
|
|
|
|
inset: -3px;
|
|
|
|
inset: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button:hover:after
|
|
|
|
.buttons .btn:hover:after
|
|
|
|
{
|
|
|
|
{
|
|
|
|
inset: -3px;
|
|
|
|
inset: -3px;
|
|
|
|
filter: blur(10px);
|
|
|
|
filter: blur(10px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button span{
|
|
|
|
.buttons .btn span{
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
@ -171,7 +176,7 @@ textarea {
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons button span::before{
|
|
|
|
.buttons .btn span::before{
|
|
|
|
content:'';
|
|
|
|
content:'';
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
@ -180,4 +185,12 @@ textarea {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: rgba(255,255,255,0.075);
|
|
|
|
background: rgba(255,255,255,0.075);
|
|
|
|
transform: skew(25deg)
|
|
|
|
transform: skew(25deg)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#hide{
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#console{
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|