Game-Jaming/Frontend/Styles/AdminPage.css

289 lines
4.7 KiB
CSS
Raw Normal View History

2021-04-08 11:06:52 +00:00
body {
2021-03-26 07:41:06 +00:00
text-align: center;
2021-05-07 10:24:07 +00:00
background-color: #121B26;
color: #F2E6D8;
2021-03-26 07:41:06 +00:00
}
2021-04-08 11:06:52 +00:00
2021-03-15 13:03:29 +00:00
.HeaderPanel {
position: fixed;
overflow: hidden;
2021-05-07 10:24:07 +00:00
background-color: #59142D;
2021-03-15 13:03:29 +00:00
padding: 10px 10px;
top: 0;
width: 100%;
}
2021-05-07 10:24:07 +00:00
.HeaderPanel a {
text-align: center;
color: #F2E6D8;
padding: 6px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.HeaderPanel a:hover {
color: #BF7D65;
}
2021-03-15 13:03:29 +00:00
.HeaderTitle {
text-align: center;
display: inline-block;
font-weight: bold;
margin-bottom: 0;
2021-03-15 13:03:29 +00:00
}
.HeaderLeft {
float: left;
2021-03-26 07:41:06 +00:00
}
2021-05-07 10:24:07 +00:00
h5{
padding-bottom: 30px;
}
2021-03-26 07:41:06 +00:00
/*Create game jam*/
2021-05-07 10:24:07 +00:00
.container{
height: 70vh !important;
}
#createGameJam {
/*justify-content: center;*/
display: grid;
width: 90%;
2021-03-26 07:41:06 +00:00
}
2021-03-26 07:41:06 +00:00
#createGameJam input{
display: block;
position: center;
}
2021-04-08 11:06:52 +00:00
#createGameJam input:focus-visible {
outline: none;
}
2021-04-09 08:51:50 +00:00
#startDate {
2021-05-07 10:24:07 +00:00
/*width: 32.5%;*/
2021-04-09 08:51:50 +00:00
display: inline-block !important;
margin-right: 2.5%;
2021-05-07 10:24:07 +00:00
2021-03-26 07:41:06 +00:00
}
2021-04-09 08:51:50 +00:00
#startDateLabel {
display: inline-block;
left: 0;
2021-03-26 07:41:06 +00:00
}
2021-04-09 08:51:50 +00:00
#endDate {
2021-05-07 10:24:07 +00:00
/*width: 32.5%;
*/
2021-04-09 08:51:50 +00:00
display: inline-block !important;
margin-right: 2.5%;
float: left;
2021-03-26 07:41:06 +00:00
}
2021-04-09 08:51:50 +00:00
#endDateLabel {
display: inline-block;
2021-05-07 10:24:07 +00:00
left: 0;
/* left: 37.5%;
*/
}
#colDate{
width: 60%;
}
#colTime{
width: 40%;
2021-03-26 07:41:06 +00:00
}
2021-04-09 08:51:50 +00:00
#startTime {
2021-05-07 10:24:07 +00:00
/* width: 12.5%;
*/
/* display: inline-block !important;*/
2021-04-09 08:51:50 +00:00
margin-right: 2.5%;
float: left;
2021-05-07 10:24:07 +00:00
justify-content: center;
display: grid;
2021-04-09 08:51:50 +00:00
}
#startTimeLabel {
display: inline-block;
2021-05-07 10:24:07 +00:00
left: 0;
2021-04-09 08:51:50 +00:00
}
#endTime {
2021-05-28 06:54:15 +00:00
display: inline-block !important;
2021-04-09 08:51:50 +00:00
float: left;
}
#endTimeLabel {
display: inline-block;
2021-05-07 10:24:07 +00:00
left: 0;
2021-03-26 07:41:06 +00:00
}
2021-04-09 08:51:50 +00:00
#Beskrivelse {
margin-bottom: 10px;
}
2021-03-26 07:41:06 +00:00
#indsend {
2021-05-07 10:24:07 +00:00
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid rgb(52, 152, 219);
padding: 10px 10px;
outline: none;
color: #F2E6D8;
border-radius: 24px;
transition: 0.25s;
width: 50%;
}
#indsend:hover {
color: #BF7D65;
}
#row{
2021-05-28 06:54:15 +00:00
width:90%;
2021-05-07 10:24:07 +00:00
}
2021-04-08 11:06:52 +00:00
/*Create Game Jam end*/
2021-05-28 06:54:15 +00:00
/*Update Game Jam start*/
2021-04-08 11:06:52 +00:00
2021-05-28 06:54:15 +00:00
#game-jame-update {
display: grid !important;
width: 90%;
}
#UGameJamTitle {
display: grid;
width: 90%;
}
#UStartDate {
display: inline-block !important;
margin-right: 2.5%;
}
#UStartDateLabel {
display: inline-block;
left: 0;
}
#UStartTime {
margin-right: 2.5%;
float: left;
justify-content: center;
display: grid;
}
#UStartTimeLabel {
display: inline-block;
left: 0;
}
#UEndDate {
display: inline-block !important;
margin-right: 2.5%;
float: left;
}
#UEndDateLabel {
display: inline-block;
left: 0;
}
#UEndTime {
display: inline-block !important;
float: left;
}
#endTimeLabel {
display: inline-block;
left: 0;
}
#UKeyWord {
margin-bottom: 10px;
}
#updateGameJam{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid rgb(52, 152, 219);
padding: 10px 10px;
outline: none;
color: #F2E6D8;
border-radius: 24px;
transition: 0.25s;
width: 50%;
}
#updateGameJam:hover {
color: #BF7D65;
}
/*Update Game Jam slut*/
2021-04-08 11:06:52 +00:00
.FormField {
2021-05-28 06:54:15 +00:00
position: relative;
padding: 15px 0 0;
margin-top: 10px;
2021-04-08 11:06:52 +00:00
}
.FormFieldInput {
2021-05-07 10:24:07 +00:00
font-family: inherit;
width: 100%;
border: 0;
border-bottom: 2px solid #9b9b9b;
outline: 0;
font-size: 1.3rem;
color: #fff;
padding: 7px 0;
background: transparent;
transition: border-color 0.2s;
2021-04-08 11:06:52 +00:00
}
.FormFieldInput::placeholder {
color: transparent;
}
.FormFieldInput:placeholder-shown ~ .FormFieldLabel {
font-size: 1.3rem;
cursor: text;
top: 20px;
}
.FormFieldLabel {
2021-05-07 10:24:07 +00:00
position: absolute;
top: 0;
display: block;
transition: 0.2s;
font-size: 1rem;
color: #F2E6D8;
2021-04-08 11:06:52 +00:00
}
.FormFieldInput:focus {
2021-05-07 10:24:07 +00:00
padding-bottom: 6px;
font-weight: 700;
border-width: 3px;
border-image: linear-gradient(to right, #59142D, #FF142D);
/*linear-gradient(to right, #11998e, #38ef7d);*/
border-image-slice: 1;
}
.FormFieldInput:focus ~ .FormFieldLabel {
position: absolute;
top: 0;
display: block;
transition: 0.2s;
font-size: 1rem;
color: #BF7D65;
font-weight: 700;
}
2021-04-08 11:06:52 +00:00
.FormFieldInput:required,
.FormFieldInput:invalid {
box-shadow: none;
2021-05-28 06:54:15 +00:00
}
.GradientDivider {
margin: 16px 0 16px 0;
display: block;
border: none;
height: 3px !important;
background: #59142D !important;
background: linear-gradient( to right, #121B26, #59142D, #94153d, #59142D, #121B26) !important;
opacity: 1;
2021-04-08 11:06:52 +00:00
}