Archived
1
0
Fork 0
This repository has been archived on 2024-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-icone/style/mastodonFooter.css

34 lines
512 B
CSS

#petitAffichage {
/*width: 250px;*/
position: absolute;
height: 65px;
padding: 10px;
margin: 0;
border-radius: 25px;
background-color: #414141;
}
#petitAffichage a {
display: flex;
color: white;
text-decoration: none;
}
#photoMasto {
margin-right: 10px;
border-radius: 360px;
}
#infoTextMasto {
margin:10px;
}
#infoTextMasto p {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
#nomCompteMasto {
padding-top: 10px;
color: #778899;
}