site-accueil-insa/assets/css/stats.css
2021-07-28 22:03:33 +02:00

67 lines
1 KiB
CSS
Executable file

#teamButtonContainer {
display: block;
line-height: 2.2;
}
.team-button {
border-radius: 0.2rem;
font-size: 2.5rem;
font-family: Harry-P, fantasy;
cursor: pointer;
padding: 15px 20px;
margin: 10px;
width: 200px;
transition: 0.2s;
border: none;
}
#title_boo {
color: #7cd43f;
}
#title_pek {
color: #9a89fd;
}
.team-button#buttonBoo {
color: #7cd43f;
background-color: #35621e;
}
.team-button#buttonPek {
color: #9a89fd;
background-color: #402559;
}
.team-button#buttonBoo:hover {
color: #35821e;
background-color: #7cf43f;
box-shadow: 0 0 10px #7c843f;
}
.team-button#buttonPek:hover {
color: #402559;
background-color: #aaa9fd;
box-shadow: 0 0 10px #9a89dd;
}
.score-entry {
width: 100%;
}
.score-entry-text {
margin-right: 20px;
}
.score-entry-points {
margin-left: 20px;
}
.positive {
color: white;
}
.negative {
color: #bf021c;
}