2019-05-19 20:04:02 +02:00
|
|
|
|
|
|
|
.edit-header .stat-log {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-points {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-header .stat-points {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-button-container {
|
|
|
|
border: none;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-header {
|
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #61605e;
|
|
|
|
color: #fefefe;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-header .stat-trash {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-text {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-points{
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons-container {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-back-button {
|
|
|
|
width: auto;
|
|
|
|
background: #fafafa;
|
|
|
|
color: #000;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 15px;
|
|
|
|
box-shadow: 0 0 5px #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-back-button:hover {
|
|
|
|
color: #fafafa;
|
|
|
|
background: #1a1a1a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.website-back-button {
|
|
|
|
width: auto;
|
|
|
|
background: #fafafa;
|
|
|
|
color: #000;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 15px;
|
|
|
|
box-shadow: 0 0 5px #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.website-back-button:hover {
|
|
|
|
color: #fafafa;
|
|
|
|
background: #1a1a1a;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.edit-stats {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
text-align: center;
|
|
|
|
background: #484848;
|
|
|
|
color: #fafafa;
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remove-line {
|
|
|
|
color: #ff1200;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remove-line svg {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remove-line:hover {
|
|
|
|
color: #ff5e00;
|
|
|
|
text-shadow: 0 0 5px #ff4000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-line{
|
|
|
|
font-size: 30px;
|
2019-05-20 17:56:19 +02:00
|
|
|
background: #ab1d00;
|
2019-05-19 20:04:02 +02:00
|
|
|
color: #fafafa;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin: 30px 0 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addLine_gli {
|
2019-06-13 14:36:42 +02:00
|
|
|
background: #ff5f5f;
|
2019-05-19 20:04:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#addLine_pek {
|
2019-06-13 14:36:42 +02:00
|
|
|
background: #7ffd78;
|
2019-05-19 20:04:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#addLine_boo {
|
2019-06-13 14:36:42 +02:00
|
|
|
background: #fafd78;
|
2019-05-19 20:04:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#addLine_ver {
|
2019-06-13 14:36:42 +02:00
|
|
|
background: #60bdff;
|
2019-05-19 20:04:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#editHeader_gli {
|
|
|
|
background: #9c1a00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editHeader_pek {
|
|
|
|
background: #138a14;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editHeader_boo {
|
|
|
|
background: #6b5300;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editHeader_ver {
|
|
|
|
background: #264565;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.save {
|
|
|
|
background: #21aa08;
|
|
|
|
font-size: 30px;
|
|
|
|
color: #fafafa;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
|
|
|
margin: 40px 0 0 0;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save:hover {
|
|
|
|
background: #2ce20b;
|
|
|
|
box-shadow: 0 0 5px #2ce20b;
|
2019-05-20 17:56:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#activityTable {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#activityTable tr {
|
|
|
|
transition: 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
#activityTable tr:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #62010e;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.planning-start {
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
.planning-length {
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
.planning-name {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
.planning-trash {
|
|
|
|
width: 10%;
|
2019-05-19 20:04:02 +02:00
|
|
|
}
|