You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
787 B

html{
background-color: black;
}
#listSources{
border: black;
padding: 10px;
border-radius: 30px;
background-color: white;
width: 80%;
}
#listSourceBottom{
border-top: solid;
padding-top: 10px;
text-align: center;
}
#refresh{
margin: 10px;
background-color: white;
padding: 10px;
border-radius: 30px;
text-align: center;
width: 100px;
}
#buttonRefresh{
padding: 10px;
}
.source{
display: flex;
align-items: center;
}
#pageRight{
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
#pageLeft{
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
#compteur{
padding: 10px;
}
#page{
display: flex;
width: 100%;
}