Compare commits
No commits in common. 'master' and 'sonarSmells' have entirely different histories.
master
...
sonarSmell
@ -1,90 +1,124 @@
|
|||||||
/* Styles for the Winner and Indice section */
|
|
||||||
.head {
|
.head{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaderboard-header {
|
.leaderboard-header{
|
||||||
border: 2px solid;
|
|
||||||
border-color: #0064E0;
|
|
||||||
padding: 20px;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 0px 0px 10px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Styles for the Winner's details */
|
|
||||||
.winner-details {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
.winner-details img {
|
|
||||||
width: 75px;
|
width: fit-content;
|
||||||
height: 75px;
|
|
||||||
border-radius: 50%;
|
border-radius: 0px 0px 30px 30px;
|
||||||
margin-right: 10px;
|
border: solid;
|
||||||
}
|
border-width: 0 5px;
|
||||||
|
|
||||||
/* Styles for the Indice Display */
|
padding: 20px;
|
||||||
.indiceDisplay {
|
}
|
||||||
border: 2px solid whitesmoke;
|
|
||||||
border-radius: 10px;
|
.bottomEnd{
|
||||||
margin: 5px; /* Réduire la marge */
|
|
||||||
padding: 8px; /* Réduire le rembourrage */
|
|
||||||
box-shadow: 3px 3px 3px rgb(246, 246, 246); /* Réduire l'ombre */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Styles for the Losing Players Container */
|
|
||||||
.losingPlayersContainer {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
justify-content: space-around;
|
||||||
justify-content: space-evenly;
|
}
|
||||||
margin: 5px;
|
|
||||||
}
|
.winner{
|
||||||
|
|
||||||
/* Styles for individual Player Containers */
|
|
||||||
.playerContainer {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 30px;
|
}
|
||||||
margin-bottom: 30px;
|
|
||||||
border: 1px solid whitesmoke;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.soloContainer {
|
.playersContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%; /* Ajoutez cette ligne pour occuper toute la largeur */
|
/* padding-left: "5px"; */
|
||||||
}
|
|
||||||
|
width: 100px;
|
||||||
.solostat{
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playerContainer{
|
||||||
|
/* display: flex;
|
||||||
|
align-items: center; */
|
||||||
|
/* flex-direction: column; */
|
||||||
|
|
||||||
|
/* width: 300px; */
|
||||||
|
width: 30%;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
/* margin-bottom: 10px; */
|
||||||
|
|
||||||
border: solid 1px whitesmoke;
|
border: solid 1px whitesmoke;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 10px;
|
}
|
||||||
margin: 5px;
|
|
||||||
width: fit-content; /* Ajoutez cette ligne pour ajuster la largeur au contenu */
|
|
||||||
}
|
|
||||||
|
|
||||||
.center {
|
.losingPlayersContainer{
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
|
||||||
|
margin: 10px 0;
|
||||||
|
|
||||||
|
max-width: 50%;
|
||||||
|
|
||||||
|
overflow-y: scroll;
|
||||||
|
max-height: 200px;
|
||||||
|
/* background-color: yellow; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.indiceDisplay{
|
||||||
|
border: solid 2px whitesmoke;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 0 15px 0 15px;
|
||||||
|
padding: 10px;
|
||||||
|
box-shadow: 5px 5px 5px rgb(246, 246, 246);
|
||||||
|
}
|
||||||
|
|
||||||
|
.SoloContainer{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
|
||||||
|
border: solid 1px whitesmoke;
|
||||||
|
border-radius: 15px;
|
||||||
|
background-color: white;
|
||||||
|
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indicesolo{
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
|
||||||
|
/* margin: 10px 0; */
|
||||||
|
/* max-height: 200px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.solostat{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.solostat p {
|
||||||
|
border: solid 1px whitesmoke;
|
||||||
|
border-radius: 15px;
|
||||||
|
background-color: white;
|
||||||
|
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Styles for the Graph Container */
|
#vis-graph {
|
||||||
#vis-graph {
|
|
||||||
height: 500px;
|
height: 500px;
|
||||||
margin: 5px;
|
margin: 50px;
|
||||||
border: 2px solid #ccc;
|
border: 2px solid #ccc;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 822 B |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue