2020-09-19 16:08:07 +02:00
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
2021-07-28 22:03:33 +02:00
|
|
|
#title_boo {
|
|
|
|
color: #7cd43f;
|
2020-09-19 16:08:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#title_pek {
|
2021-07-28 22:03:33 +02:00
|
|
|
color: #9a89fd;
|
2020-09-19 16:08:07 +02:00
|
|
|
}
|
|
|
|
|
2021-07-28 22:03:33 +02:00
|
|
|
.team-button#buttonBoo {
|
|
|
|
color: #7cd43f;
|
|
|
|
background-color: #35621e;
|
2020-09-19 16:08:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.team-button#buttonPek {
|
2021-07-28 22:03:33 +02:00
|
|
|
color: #9a89fd;
|
|
|
|
background-color: #402559;
|
2020-09-19 16:08:07 +02:00
|
|
|
}
|
|
|
|
|
2021-07-28 22:03:33 +02:00
|
|
|
.team-button#buttonBoo:hover {
|
|
|
|
color: #35821e;
|
|
|
|
background-color: #7cf43f;
|
|
|
|
box-shadow: 0 0 10px #7c843f;
|
2020-09-19 16:08:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.team-button#buttonPek:hover {
|
2021-07-28 22:03:33 +02:00
|
|
|
color: #402559;
|
|
|
|
background-color: #aaa9fd;
|
|
|
|
box-shadow: 0 0 10px #9a89dd;
|
2020-09-19 16:08:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.score-entry {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.score-entry-text {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.score-entry-points {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.positive {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.negative {
|
|
|
|
color: #bf021c;
|
|
|
|
}
|