2018-06-05 20:03:33 +02:00
|
|
|
#stats-container {
|
2018-08-27 08:39:38 +02:00
|
|
|
display: block;
|
2018-05-24 14:01:44 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-06-05 20:03:33 +02:00
|
|
|
.stats-table {
|
2018-08-27 08:39:38 +02:00
|
|
|
width: 100%;
|
2018-05-24 14:01:44 +02:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
|
|
|
|
.stats-table tr:nth-child(even) {
|
|
|
|
background-color: #2d2d2d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-table.stats-usa tr:hover {
|
|
|
|
background-color: #284550;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-table.stats-urss tr:hover {
|
|
|
|
background-color: #620f12;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-toggle, .edit-stats th {
|
2018-05-24 14:01:44 +02:00
|
|
|
border-radius: 10px 10px 0 0;
|
2018-08-27 08:39:38 +02:00
|
|
|
font-size: 20px;
|
2018-05-24 14:01:44 +02:00
|
|
|
font-family: 'Russo One', sans-serif;
|
2018-08-27 08:39:38 +02:00
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-toggle#toggle-usa, .edit-stats.stats-usa th {
|
|
|
|
background-color: #1a5dad;
|
|
|
|
border-color: #1a5dad;
|
|
|
|
-webkit-transition: 0.3s;
|
|
|
|
-moz-transition: 0.3s;
|
|
|
|
-ms-transition: 0.3s;
|
|
|
|
-o-transition: 0.3s;
|
|
|
|
transition: 0.3s;
|
2018-05-24 14:01:44 +02:00
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.stats-toggle#toggle-usa:hover {
|
|
|
|
background-color: #1f6fce;
|
|
|
|
border-color: #1f6fce;
|
|
|
|
box-shadow: 0 0 10px #1f6fce;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-toggle#toggle-urss, .edit-stats.stats-urss th {
|
|
|
|
background-color: #d72229;
|
|
|
|
border-color: #d72229;
|
|
|
|
-webkit-transition: 0.3s;
|
|
|
|
-moz-transition: 0.3s;
|
|
|
|
-ms-transition: 0.3s;
|
|
|
|
-o-transition: 0.3s;
|
|
|
|
transition: 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-toggle#toggle-urss:hover {
|
|
|
|
background-color: #ee262d;
|
|
|
|
border-color: #ee262d;
|
|
|
|
box-shadow: 0 0 10px #ee262d;
|
|
|
|
}
|
2018-05-24 14:01:44 +02:00
|
|
|
|
2018-06-05 20:03:33 +02:00
|
|
|
.stats-table .stat-log, .stats-table .stat-points {
|
2018-05-24 14:01:44 +02:00
|
|
|
color: #1c1c1c;
|
|
|
|
border-radius: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.stats-usa .stat-log, .stats-usa .stat-points {
|
2018-05-24 14:01:44 +02:00
|
|
|
background-color: #639fad;
|
|
|
|
border-color: #639fad;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.stats-usa td {
|
|
|
|
border-bottom: 1px solid #284550;
|
2018-05-24 14:01:44 +02:00
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.stats-urss .stat-log, .stats-urss .stat-points {
|
2018-05-24 14:01:44 +02:00
|
|
|
background-color: #d75556;
|
|
|
|
border-color: #d75556;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.stats-urss td {
|
|
|
|
border-bottom: 1px solid #620f12;
|
2018-05-24 14:01:44 +02:00
|
|
|
}
|
|
|
|
|
2018-06-05 20:03:33 +02:00
|
|
|
.stat-log {
|
2018-05-24 14:01:44 +02:00
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2018-06-05 20:03:33 +02:00
|
|
|
.stat-points {
|
2018-05-24 14:01:44 +02:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#positive{
|
2018-08-27 08:39:38 +02:00
|
|
|
color: #ffffff;
|
2018-05-24 14:01:44 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#negative{
|
2018-08-27 08:39:38 +02:00
|
|
|
color: #adadad;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.edit-button {
|
|
|
|
width: auto;
|
2018-08-27 08:39:38 +02:00
|
|
|
color: #fafafa;
|
2018-06-15 09:33:29 +02:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
box-shadow: 0 0 5px #000000;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.edit-button#button-urss {
|
2018-06-15 09:33:29 +02:00
|
|
|
background: #ee293d;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.edit-button#button-usa {
|
2018-06-15 09:33:29 +02:00
|
|
|
background: #1a5dad;
|
|
|
|
}
|
|
|
|
|
2018-08-27 08:39:38 +02:00
|
|
|
.edit-button:hover, .edit-button#button-urss:hover, .edit-button#button-usa:hover {
|
|
|
|
color: #000;
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
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 {
|
|
|
|
color: #ff4000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-line{
|
|
|
|
font-size: 30px;
|
|
|
|
color: #fafafa;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
|
|
|
margin: 1% 1% 1% 1%;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#add-line-usa {
|
|
|
|
background: #3a7eaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-line#add-line-usa:hover {
|
|
|
|
background: #53bbfc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#add-line-urss {
|
|
|
|
background: #d72229;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-line#add-line-urss:hover {
|
|
|
|
background: #ee293d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-score {
|
|
|
|
background: #21aa08;
|
|
|
|
font-size: 30px;
|
|
|
|
color: #fafafa;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s;
|
|
|
|
margin: 30px 1% 1% 1%;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-score:hover {
|
|
|
|
background: #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
|
|
|
}
|