site-accueil-insa/assets/css/stats.css

52 lines
691 B
CSS
Raw Normal View History

.score-entry {
2018-05-24 14:01:44 +02:00
width: 100%;
}
.score-entry-text {
margin-right: 20px;
2018-08-27 08:39:38 +02:00
}
.score-entry-points {
margin-left: 20px;
2018-08-27 08:39:38 +02:00
}
.positive {
2018-05-24 14:01:44 +02:00
font-weight: bold;
color: white;
2018-05-24 14:01:44 +02:00
}
.negative {
color: #bf021c;
2018-05-24 14:01:44 +02:00
}
.stat-log, .edit-header.stat-log {
2018-05-24 14:01:44 +02:00
width: 80%;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
font-size: 3rem;
}
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
}