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 {
|
2019-05-19 20:04:02 +02:00
|
|
|
color: #bf021c;
|
2018-05-24 14:01:44 +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%;
|
|
|
|
}
|
|
|
|
|
2019-05-19 20:04:02 +02:00
|
|
|
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
|
|
|
|
font-size: 3rem;
|
2019-05-18 14:55:49 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|