a mastodon api prototyping area
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.
 
 
 

26 lines
442 B

body{
background:linear-gradient(180deg, rgba(250,50,0,0.5), rgba(0,50,200,0.8));
position: relative;
margin:1em auto;
max-width: 750px;
}
div.status{
padding:1em 0;
border-bottom:1px dotted black;
}
div.username{
font-style: italic;
font-weight: bold;
float: left;
padding-right: 0.5em;
margin-top: 0.95em;
}
div.toot{
}
div.media img{
width: calc(50% - 4em);
margin:1em;
display: inline;
vertical-align:top;
}