fist working version

This commit is contained in:
2019-06-08 23:43:27 +02:00
parent 40192682bf
commit 47fed86638
4 changed files with 86 additions and 24 deletions

View File

@@ -52,12 +52,48 @@ body{
}
.line-even{
width: 100%;
width: 100%;
background-color: grey;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
}
.line-odd{
width: 100%;
background-color: lightgrey;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
}
/* ############# PLAYER INFORMATION IN LINES ############# */
.playerRank{
float: left;
width: 10%;
}
.playerName{
float: left;
width: 30%;
}
.playerRating{
float: right;
width: 20%;
text-align: right;
}
.playerGames{
float: right;
width: 20%;
text-align: right;
}
.playerWinratio{
float: right;
width: 20%;
text-align: center;
}
/* ######################## FOOTER ####################### */