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
Raw Normal View History

2020-05-30 18:52:26 +02:00
#petitAffichage {
2020-05-30 19:02:50 +02:00
/*width: 250px;*/
position: absolute;
2020-05-30 18:52:26 +02:00
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;
}