Login finished, Game jam functions next.
This commit is contained in:
@@ -22,6 +22,9 @@ body{
|
||||
|
||||
.HeaderTitle {
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.HeaderLeft {
|
||||
@@ -29,15 +32,14 @@ body{
|
||||
}
|
||||
|
||||
/*Create game jam*/
|
||||
|
||||
#createGameJam{
|
||||
justify-content: center;
|
||||
display: grid;
|
||||
}
|
||||
|
||||
#createGameJam input{
|
||||
display: block;
|
||||
position: center;
|
||||
|
||||
}
|
||||
|
||||
#startTime {
|
||||
@@ -72,7 +74,8 @@ body{
|
||||
filter: invert(90%);
|
||||
}
|
||||
|
||||
#nameOfGameJam {
|
||||
#nameOfGameJam,
|
||||
#keyWord {
|
||||
background-color: rgb(18, 18, 18);
|
||||
color: rgba(255, 255, 255, .55);
|
||||
border-radius: 15px;
|
||||
|
||||
@@ -417,9 +417,11 @@ a:hover {
|
||||
|
||||
.box #username,
|
||||
.box #loginUsername,
|
||||
.box #adminUsername,
|
||||
.box #pass1,
|
||||
.box #pass2,
|
||||
.box #loginPassword,
|
||||
.box #adminPassword,
|
||||
.box #GameJamSelect {
|
||||
border: 0;
|
||||
background: none;
|
||||
@@ -515,17 +517,21 @@ a:hover {
|
||||
|
||||
.box #username:focus,
|
||||
.box #loginUsername:focus,
|
||||
.box #adminUsername:focus,
|
||||
.box #pass1:focus,
|
||||
.box #pass2:focus,
|
||||
.box #loginPassword:focus {
|
||||
.box #loginPassword:focus,
|
||||
.box #adminPassword:focus {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.box #username:hover,
|
||||
.box #loginUsername:hover,
|
||||
.box #adminUsername:hover,
|
||||
.box #pass1:hover,
|
||||
.box #pass2:hover,
|
||||
.box #loginPassword:hover {
|
||||
.box #loginPassword:hover,
|
||||
.box #adminPassword:hover {
|
||||
color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user