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

55 lines
853 B
CSS
Raw Normal View History

2020-09-19 16:08:07 +02:00
body {
2021-08-06 17:40:07 +02:00
color: #b5b5b5;
2020-09-19 16:08:07 +02:00
}
.inner {
background-color: rgba(28, 28, 28, 0.2);
box-shadow: 0 0 50px #1c1c1c;
}
2021-08-06 17:40:07 +02:00
.team-button {
border-radius: 0.2rem;
font-size: 2.5rem;
font-family: Harry-P, fantasy;
cursor: pointer;
padding: 15px 20px;
margin: 10px;
transition: 0.2s;
border: none;
2020-09-19 16:08:07 +02:00
}
2021-08-06 17:40:07 +02:00
#title_boo {
color: #7cd43f;
2020-09-19 16:08:07 +02:00
}
2021-08-06 17:40:07 +02:00
#title_pek {
color: #9a89fd;
2020-09-19 16:08:07 +02:00
}
2021-08-06 17:40:07 +02:00
.team-button#buttonBoo {
color: #7cd43f;
background-color: #35621e;
2020-09-19 16:08:07 +02:00
}
2021-08-06 17:40:07 +02:00
.team-button#buttonPek {
color: #9a89fd;
background-color: #402559;
2020-09-19 16:08:07 +02:00
}
2021-08-06 17:40:07 +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
}
2021-08-06 17:40:07 +02:00
.team-button#buttonPek:hover {
color: #402559;
background-color: #aaa9fd;
box-shadow: 0 0 10px #9a89dd;
2020-09-19 16:08:07 +02:00
}