mastodon-archive-stats/public/stylesheets/main.css

66 lines
751 B
CSS

body {
background: #292a2a;
color: white;
padding: 1em 2em;
}
a {
color: #002736 !important;
}
.status {
background: #606984;
padding: 0.5em;
border-radius: 0.25em;
border-bottom: 1px solid #42495c;
color: white;
}
.published {
width: 70ch;
}
blockquote {
padding-right: 3em;
}
.date-published {
font-size: 0.5em;
}
.stats {
max-height: 15em;
overflow: auto;
}
#tootsList {
max-height: 35em;
overflow: auto;
}
.media-gallery {
}
.media-media-displayed {
min-height: 300px;
margin-right: 1em;
}
.hidden {
display: none;
}
video{
width: 100%;
border: solid #000;
}
img{
max-width: 100%;
}
a.u-url{
color :#1a6aff;
}
a.hashtag{
color : #0c245b;
}