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

66 lines
751 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 {
2021-10-22 15:06:44 +02:00
color: #002736 !important;
}
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;
2021-10-22 14:17:19 +02:00
color: white;
}
2020-07-20 12:39:01 +02:00
.published {
width: 70ch;
2020-07-19 16:27:48 +02:00
}
2021-10-22 15:06:44 +02:00
blockquote {
padding-right: 3em;
}
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-10-18 18:38:19 +02:00
#tootsList {
max-height: 35em;
overflow: auto;
}
2020-07-20 12:39:01 +02:00
.media-gallery {
}
.media-media-displayed {
2020-07-20 14:52:44 +02:00
min-height: 300px;
2020-07-20 12:39:01 +02:00
margin-right: 1em;
}
.hidden {
display: none;
}
2020-07-20 12:48:11 +02:00
video{
width: 100%;
border: solid #000;
}
2020-07-20 12:49:05 +02:00
img{
max-width: 100%;
}
2020-10-18 18:38:19 +02:00
a.u-url{
color :#1a6aff;
}
a.hashtag{
color : #0c245b;
}