test
continuous-integration/drone/push Build is failing Details

ServeurDeTest
nathan boileau 2 years ago
parent 4cc3683cd7
commit be0fc1bd82

@ -1,239 +1,243 @@
@font-face { @font-face {
font-family: Fauna; font-family: Fauna;
src: url("../../assets/fonts/Fauna.ttf"); src: url("../../assets/fonts/Fauna.ttf");
} }
@font-face { @font-face {
font-family: Equinox; font-family: Equinox;
src: url("../../assets/fonts/Equinox.otf"); src: url("../../assets/fonts/Equinox.otf");
} }
/* End Fonts CSS */ /* End Fonts CSS */
body { body {
min-height: 100vh; min-height: 100vh;
font-family: Verdana, Geneva, Tahoma, sans-serif; font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white; color: white;
height: 100vh; height: 100vh;
background-color: #111219; background-color: #111219;
} }
li { li {
display: inline; display: inline;
width: 225px; width: 225px;
} }
a { a {
color: white; color: white;
text-decoration: none !important; text-decoration: none !important;
} }
a:hover { a:hover {
color: white; color: white;
} }
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6, h6,
.font { .font {
font-family: Equinox; font-family: Equinox;
} }
button { th, td {
background: transparent; color: white;
color: white; }
outline: none;
} button {
background: transparent;
.legend { color: white;
color: #898989; outline: none;
font-weight: bolder; }
}
.legend {
.current { color: #898989;
background: rgb(146, 254, 157); font-weight: bolder;
background: -moz-linear-gradient( }
50deg,
rgba(146, 254, 157, 1) 0%, .current {
rgba(0, 201, 255, 1) 100% background: rgb(146, 254, 157);
); background: -moz-linear-gradient(
background: -webkit-linear-gradient( 50deg,
50deg, rgba(146, 254, 157, 1) 0%,
rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100%
rgba(0, 201, 255, 1) 100% );
); background: -webkit-linear-gradient(
background: linear-gradient( 50deg,
50deg, rgba(146, 254, 157, 1) 0%,
rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100%
rgba(0, 201, 255, 1) 100% );
); background: linear-gradient(
box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3); 50deg,
border-radius: 4px; rgba(146, 254, 157, 1) 0%,
-webkit-border-radius: 4px; rgba(0, 201, 255, 1) 100%
-moz-border-radius: 4px; );
-ms-border-radius: 4px; box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3);
-o-border-radius: 4px; border-radius: 4px;
} -webkit-border-radius: 4px;
-moz-border-radius: 4px;
.send { -ms-border-radius: 4px;
background: rgb(146, 254, 157); -o-border-radius: 4px;
background: -moz-linear-gradient( }
50deg,
rgba(146, 254, 157, 1) 0%, .send {
rgba(0, 201, 255, 1) 100% background: rgb(146, 254, 157);
); background: -moz-linear-gradient(
background: -webkit-linear-gradient( 50deg,
50deg, rgba(146, 254, 157, 1) 0%,
rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100%
rgba(0, 201, 255, 1) 100% );
); background: -webkit-linear-gradient(
background: linear-gradient( 50deg,
50deg, rgba(146, 254, 157, 1) 0%,
rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100%
rgba(0, 201, 255, 1) 100% );
); background: linear-gradient(
box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3); 50deg,
border-radius: 4px; rgba(146, 254, 157, 1) 0%,
-webkit-border-radius: 4px; rgba(0, 201, 255, 1) 100%
-moz-border-radius: 4px; );
-ms-border-radius: 4px; box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3);
-o-border-radius: 4px; border-radius: 4px;
-webkit-border-radius: 4px;
width: max-content; -moz-border-radius: 4px;
height: min-content; -ms-border-radius: 4px;
} -o-border-radius: 4px;
.currentText { width: max-content;
color: black; height: min-content;
} }
.currentText:hover {
color: black; .currentText {
} color: black;
}
.nav-button { .currentText:hover {
color: #898989; color: black;
} }
.nav-button:hover { .nav-button {
color: white; color: #898989;
} }
.dashboard-card { .nav-button:hover {
background: rgb(0, 0, 0); color: white;
background: -moz-linear-gradient( }
315deg,
rgba(0, 0, 0, 0.4) 0%, .dashboard-card {
rgb(0, 0, 0) 30% background: rgb(0, 0, 0);
); background: -moz-linear-gradient(
background: -webkit-linear-gradient( 315deg,
315deg, rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0) 30%
rgb(0, 0, 0) 30% );
); background: -webkit-linear-gradient(
background: linear-gradient( 315deg,
315deg, rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0) 30%
rgba(0, 0, 0, 1) 30% );
); background: linear-gradient(
border-radius: 15px; 315deg,
-webkit-border-radius: 15px; rgba(0, 0, 0, 0.4) 0%,
-moz-border-radius: 15px; rgba(0, 0, 0, 1) 30%
-ms-border-radius: 15px; );
-o-border-radius: 15px; border-radius: 15px;
max-height: 350px; -webkit-border-radius: 15px;
overflow-y: scroll; -moz-border-radius: 15px;
} -ms-border-radius: 15px;
-o-border-radius: 15px;
.dashboard-card-reversed { max-height: 350px;
background: rgb(0, 0, 0); overflow-y: scroll;
background: -moz-linear-gradient( }
45deg,
rgba(0, 0, 0, 0.4) 0%, .dashboard-card-reversed {
rgba(0, 0, 0, 1) 30% background: rgb(0, 0, 0);
); background: -moz-linear-gradient(
background: -webkit-linear-gradient( 45deg,
45deg, rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30%
rgba(0, 0, 0, 1) 30% );
); background: -webkit-linear-gradient(
background: linear-gradient( 45deg,
45deg, rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30%
rgba(0, 0, 0, 1) 30% );
); background: linear-gradient(
} 45deg,
rgba(0, 0, 0, 0.4) 0%,
.dashboard-card-mail { rgba(0, 0, 0, 1) 30%
background: rgb(0, 0, 0); );
background: -moz-linear-gradient( }
180deg,
rgba(0, 0, 0, 0.4) 0%, .dashboard-card-mail {
rgba(0, 0, 0, 1) 30% background: rgb(0, 0, 0);
); background: -moz-linear-gradient(
background: -webkit-linear-gradient( 180deg,
180deg, rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30%
rgba(0, 0, 0, 1) 30% );
); background: -webkit-linear-gradient(
background: linear-gradient( 180deg,
180deg, rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30%
rgba(0, 0, 0, 1) 40% );
); background: linear-gradient(
border-radius: 15px; 180deg,
-webkit-border-radius: 15px; rgba(0, 0, 0, 0.4) 0%,
-moz-border-radius: 15px; rgba(0, 0, 0, 1) 40%
-ms-border-radius: 15px; );
-o-border-radius: 15px; border-radius: 15px;
height: 400px; -webkit-border-radius: 15px;
} -moz-border-radius: 15px;
-ms-border-radius: 15px;
.user-box input { -o-border-radius: 15px;
width: 100%; height: 400px;
font-family: Verdana, Geneva, Tahoma, sans-serif; }
padding: 8px 0;
font-size: 12px; .user-box input {
color: #fff; width: 100%;
border: none; font-family: Verdana, Geneva, Tahoma, sans-serif;
border-bottom: 1px solid #fff; padding: 8px 0;
outline: none; font-size: 12px;
background: transparent; color: #fff;
} border: none;
border-bottom: 1px solid #fff;
.user-box label { outline: none;
position: absolute; background: transparent;
top: 0; }
left: 0;
font-size: 16px; .user-box label {
color: #fff; position: absolute;
pointer-events: none; top: 0;
transition: 0.5s; left: 0;
-webkit-transition: 0.5s; font-size: 16px;
-moz-transition: 0.5s; color: #fff;
-ms-transition: 0.5s; pointer-events: none;
-o-transition: 0.5s; transition: 0.5s;
} -webkit-transition: 0.5s;
-moz-transition: 0.5s;
.user-box input:focus ~ label, -ms-transition: 0.5s;
.user-box input:valid ~ label { -o-transition: 0.5s;
top: -20px; }
left: 0;
color: rgba(146, 254, 157, 1); .user-box input:focus ~ label,
font-size: 12px; .user-box input:valid ~ label {
} top: -20px;
left: 0;
#message { color: rgba(146, 254, 157, 1);
width: 100%; font-size: 12px;
height: 100%; }
resize: none;
border: none; #message {
background-color: transparent; width: 100%;
border: 1px solid #fff; height: 100%;
color: #fff; resize: none;
border-radius: 4px; border: none;
-webkit-border-radius: 4px; background-color: transparent;
-moz-border-radius: 4px; border: 1px solid #fff;
-ms-border-radius: 4px; color: #fff;
-o-border-radius: 4px; border-radius: 4px;
} -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}

Loading…
Cancel
Save