This commit is contained in:
IdaTiegel99
2021-03-26 08:41:06 +01:00
parent 47b0e2c33d
commit 7dd06804eb
7 changed files with 184 additions and 161 deletions
+74 -1
View File
@@ -1,3 +1,6 @@
body{
text-align: center;
}
.HeaderPanel {
position: fixed;
overflow: hidden;
@@ -23,4 +26,74 @@
.HeaderLeft {
float: left;
}
}
/*Create game jam*/
#createGameJam{
justify-content: center;
display: grid;
}
#createGameJam input{
display: block;
position: center;
}
#startTime {
border-radius: 15px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#endTime {
border-radius: 15px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#startDate {
border-radius: 15px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#endDate {
border-radius: 15px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#nameOfGameJam {
background-color: rgb(18, 18, 18);
color: rgba(255, 255, 255, .55);
border-radius: 15px;
border: double;
}
#description {
background-color: rgb(18, 18, 18);
color: rgba(255, 255, 255, .55);
border-radius: 15px;
border: double;
width:400px;
height:250px;
}
#indsend {
border-radius: 15px;
color: rgba(255, 255, 255, .55);
background-color: rgb(18, 18, 18);
border: double;
}
/*Create Game Jam end*/
+8 -104
View File
@@ -338,7 +338,6 @@ a:hover {
}
.navbar-brand {
margin-left: 1rem;
padding-top: 0;
padding-bottom: 0;
}
@@ -360,12 +359,8 @@ a:hover {
background-color: rgb(18, 18, 18);
}
.box #username,
.box #loginUsername,
.box #pass1,
.box #pass2,
.box #loginPassword,
.box #GameJamSelect {
.box input[type="text"],
.box input[type="password"] {
border: 0;
background: none;
display: block;
@@ -380,73 +375,6 @@ a:hover {
transition: 0.25s;
}
.box .btn-group, .btn-group-vertical {
position: relative;
display: block;
text-align: center;
width: 250px;
margin: 20px auto;
padding: 0;
}
.box #NUDMinus {
color: rgba(255, 255, 255, .55);
background-color: transparent;
border: none;
float: left;
}
.box #NUDMinus:focus {
box-shadow: none;
}
.box #NUDMinus:focus-visible {
outline: none;
}
.box #NUDDisplay {
color: rgba(255, 255, 255, .55);
background-color: transparent;
border: none;
cursor: text;
width: 65%;
}
.box #NUDDisplay:focus {
box-shadow: none;
}
.box #NUDDisplay:focus-visible {
outline: none;
}
.box #NUDPlus {
color: rgba(255, 255, 255, .55);
background-color: transparent;
border: none;
float: right;
}
.box #NUDPlus:focus {
box-shadow: none;
}
.box #NUDPlus:focus-visible {
outline: none;
}
.box #GameJamSelect:focus {
box-shadow: none;
}
.box #GameJamSelect:hover {
color: rgba(255, 255, 255, .75);
}
.box #GameJamSelect ul {
background-color: red;
}
.text-muted {
margin-bottom: 5vh;
color: rgba(255, 255, 255, .55) !important;
@@ -458,19 +386,14 @@ a:hover {
font-weight: 500;
}
.box #username:focus,
.box #loginUsername:focus,
.box #pass1:focus,
.box #pass2:focus,
.box #loginPassword:focus {
.box input[type="text"]:focus,
.box input[type="password"]:focus {
width: 300px;
}
.box #username:hover,
.box #loginUsername:hover,
.box #pass1:hover,
.box #pass2:hover,
.box #loginPassword:hover {
.box input[type="text"]:hover,
.box input[type="password"]:hover {
color: rgba(255, 255, 255, .75);
}
@@ -767,22 +690,7 @@ image_gruppenavn{
background-color: #01579b;
border-radius: 50%;
}
.hasEvent {
background-color: red;
}
/*Kalender slut*/
/*Event*/
#testEvent2 {
position: absolute;
width: 220px;
height: 10px;
position: absolute;
background: red;
border-radius: 10px;
display: none;
}
/*Event slut*/
#return-to-top {
position: fixed;
@@ -824,8 +732,4 @@ image_gruppenavn{
#return-to-top:hover i {
color: rgba(255, 255, 255, .55);;
top: 5px;
}
/*Lodtrækning*/
/*Lodtrækning slut*/
}