forked from rebillar/site-accueil-insa
52 lines
No EOL
691 B
CSS
Executable file
52 lines
No EOL
691 B
CSS
Executable file
.score-entry {
|
|
width: 100%;
|
|
}
|
|
|
|
.score-entry-text {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.score-entry-points {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.positive {
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
|
|
.negative {
|
|
color: #bf021c;
|
|
}
|
|
|
|
.stat-log, .edit-header.stat-log {
|
|
width: 80%;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
|
|
font-size: 3rem;
|
|
}
|
|
|
|
|
|
.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;
|
|
} |