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

48 lines
532 B
CSS
Raw Normal View History

2020-07-20 12:39:01 +02:00
body {
background: #292a2a;
color: white;
2020-07-19 16:27:48 +02:00
padding: 1em 2em;
}
2020-07-20 12:39:01 +02:00
a {
color: #00a7d1;
}
2020-07-20 12:39:01 +02:00
.status {
background: #606984;
2020-07-19 16:27:48 +02:00
padding: 0.5em;
border-radius: 0.25em;
border-bottom: 1px solid #42495c;
}
2020-07-20 12:39:01 +02:00
.published {
width: 70ch;
2020-07-19 16:27:48 +02:00
}
2020-07-20 12:39:01 +02:00
.date-published {
font-size: 0.5em;
2020-07-19 16:27:48 +02:00
}
2020-07-20 12:39:01 +02:00
.stats {
2020-07-19 16:27:48 +02:00
max-height: 15em;
overflow: auto;
}
2020-07-20 12:39:01 +02:00
.media-gallery {
}
.media-media-displayed {
min-height: 500px;
margin-right: 1em;
}
.hidden {
display: none;
}
2020-07-20 12:48:11 +02:00
video{
width: 100%;
border: solid #000;
}