mirror of
https://github.com/arnaucube/gogame-frontend.git
synced 2026-02-07 03:16:40 +01:00
register & login working
This commit is contained in:
20
css/dark-theme.css
Normal file
20
css/dark-theme.css
Normal 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
32
css/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user