2019-05-18 14:55:49 +02:00
|
|
|
.score-entry {
|
2018-05-24 14:01:44 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
.score-entry-text {
|
|
|
|
margin-right: 20px;
|
2018-08-27 08:39:38 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
.score-entry-points {
|
|
|
|
margin-left: 20px;
|
2018-08-27 08:39:38 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
.positive {
|
2018-05-24 14:01:44 +02:00
|
|
|
font-weight: bold;
|
2019-05-18 14:55:49 +02:00
|
|
|
color: white;
|
2018-05-24 14:01:44 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
.negative {
|
|
|
|
color: #1a1a1a;
|
2018-05-24 14:01:44 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 10:14:19 +02:00
|
|
|
|
2018-08-27 10:51:21 +02:00
|
|
|
.stat-log, .edit-header.stat-log {
|
2018-05-24 14:01:44 +02:00
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2018-08-27 10:51:21 +02:00
|
|
|
.edit-header .stat-log {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
2018-06-05 20:03:33 +02:00
|
|
|
.stat-points {
|
2018-05-24 14:01:44 +02:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2018-08-27 10:51:21 +02:00
|
|
|
.edit-header .stat-points {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2018-06-15 09:33:29 +02:00
|
|
|
.edit-button-container {
|
|
|
|
border: none;
|
2018-08-27 08:39:38 +02:00
|
|
|
margin: 10px;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
2018-08-27 10:51:21 +02:00
|
|
|
.edit-header {
|
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
2019-05-18 14:55:49 +02:00
|
|
|
background-color: #61605e;
|
|
|
|
color: #fefefe;
|
2018-08-27 10:51:21 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-header .stat-trash {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-text {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-points{
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
|
2018-06-15 09:33:29 +02:00
|
|
|
.stats-button-container {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-button {
|
|
|
|
width: auto;
|
|
|
|
background: #fafafa;
|
|
|
|
color: #000;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 15px;
|
|
|
|
box-shadow: 0 0 5px #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-button:hover {
|
|
|
|
color: #fafafa;
|
|
|
|
background: #1a1a1a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-stats {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
text-align: center;
|
2018-08-27 08:39:38 +02:00
|
|
|
background: #484848;
|
2018-06-15 09:33:29 +02:00
|
|
|
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 {
|
2018-08-27 10:51:21 +02:00
|
|
|
color: #ff5e00;
|
|
|
|
text-shadow: 0 0 5px #ff4000;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-line{
|
|
|
|
font-size: 30px;
|
|
|
|
color: #fafafa;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
2018-08-27 10:51:21 +02:00
|
|
|
margin: 30px 0 20px 0;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
#addLine_gli {
|
|
|
|
background: #f02800;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addLine_pek {
|
|
|
|
background: #21f022;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addLine_boo {
|
2019-05-18 10:14:19 +02:00
|
|
|
background: #F0BA00;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
#addLine_ver {
|
|
|
|
background: #5aa4f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#editHeader_gli {
|
|
|
|
background: #9c1a00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editHeader_pek {
|
|
|
|
background: #138a14;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
#editHeader_boo {
|
|
|
|
background: #6b5300;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 14:55:49 +02:00
|
|
|
#editHeader_ver {
|
|
|
|
background: #264565;
|
2018-06-15 09:33:29 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 10:14:19 +02:00
|
|
|
|
2018-06-15 09:33:29 +02:00
|
|
|
.save-score {
|
|
|
|
background: #21aa08;
|
|
|
|
font-size: 30px;
|
|
|
|
color: #fafafa;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
2018-08-27 10:51:21 +02:00
|
|
|
margin: 40px 0 0 0;
|
2018-06-15 09:33:29 +02:00
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-score:hover {
|
|
|
|
background: #2ce20b;
|
2018-08-27 10:51:21 +02:00
|
|
|
box-shadow: 0 0 5px #2ce20b;
|
2018-08-27 08:39:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.score-nav{
|
|
|
|
width: auto;
|
|
|
|
color: #000;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
box-shadow: 0 0 5px #000000;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.score-nav div {
|
|
|
|
padding: 0px 10px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#latest-score {
|
|
|
|
background: #fa9500;
|
|
|
|
}
|
|
|
|
|
|
|
|
#oldest-score {
|
|
|
|
background: #fafa00;
|
2018-05-24 14:01:44 +02:00
|
|
|
}
|