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

36 lines
569 B
CSS
Raw Permalink Normal View History

2020-05-30 16:52:26 +00:00
#petitAffichage {
display: inline-block;
2020-05-30 16:52:26 +00:00
height: 65px;
padding: 10px;
margin: 0;
padding-bottom: 15px;
2020-05-30 16:52:26 +00:00
border-radius: 25px;
background-color: #414141;
}
#petitAffichage a {
display: flex;
color: white;
text-decoration: none;
}
#photoMasto {
margin-right: 10px;
border-radius: 360px;
border-color: black;
border-style: solid;
2020-05-30 16:52:26 +00:00
}
#infoTextMasto {
margin:10px;
}
#infoTextMasto p {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
#nomCompteMasto {
padding-top: 10px;
color: #778899;
}