register & login working

This commit is contained in:
arnaucube
2019-06-15 13:55:29 +02:00
parent eea27692ad
commit 06fd8dccfc
8 changed files with 286 additions and 0 deletions

20
css/dark-theme.css Normal file
View File

@@ -0,0 +1,20 @@
.dark-theme {
background: #232729;
color: #d9d9d9;
}
.dark-theme
.card,
.list-group-item,
input,
.nav-link {
background: none!important;
border-color: #3b4145;
}
.dark-theme input {
color: #00ffd8;
}
.dark-theme input:focus {
color: #00ffd8;
box-shadow: 0px 0px 5px #00ffd8!important;
border: none;
}

32
css/style.css Normal file
View File

@@ -0,0 +1,32 @@
/* a, a:link, a:visited, a:hover {
color: #5ae1cd!important;
text-decoration: none!important;
}
a:hover {
color: #5ae1cd!important;
text-decoration: none!important;
} */
.btn {
cursor: pointer;
}
hr {
height: 2px!important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cee6+0,5ae1cd+98 */
background: #00cee6; /* Old browsers */
background: -moz-linear-gradient(left, #00cee6 0%, #5ae1cd 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00cee6 0%,#5ae1cd 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00cee6 0%,#5ae1cd 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cee6', endColorstr='#5ae1cd',GradientType=1 ); /* IE6-9 */
}
.resourcesTable>thead>tr>th, .resourcesTable>tbody>tr>td{
padding-left: 5px;
padding-right: 5px;
text-align: center;
border:1px solid #ffffff;
}