2018-08-17 08:13:31 -04:00
|
|
|
body > section > div.container {
|
|
|
|
max-width: 90ex;
|
|
|
|
}
|
|
|
|
|
2018-05-09 14:17:39 -04:00
|
|
|
|
2018-04-24 09:12:13 -04:00
|
|
|
.reblog-icon {
|
|
|
|
position: relative;
|
|
|
|
top: -24px;
|
|
|
|
left: 40px;
|
|
|
|
}
|
2018-04-26 11:17:20 -04:00
|
|
|
|
|
|
|
img.fav-avatar {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
}
|
2018-04-26 18:49:43 -04:00
|
|
|
|
2018-05-09 14:17:39 -04:00
|
|
|
|
|
|
|
div.card-header-title, div.card-header-icon {
|
|
|
|
color: black;
|
2018-05-09 14:23:47 -04:00
|
|
|
-webkit-text-stroke: 2px white;
|
|
|
|
-moz-text-stroke: 2px white;
|
|
|
|
text-stroke: 2px white;
|
2018-05-09 14:17:39 -04:00
|
|
|
}
|
2018-05-23 08:27:45 -04:00
|
|
|
|
|
|
|
.media {
|
2018-06-14 07:32:58 -04:00
|
|
|
background-color: white;
|
2018-05-23 08:27:45 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
|
|
|
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
2018-06-14 07:32:58 -04:00
|
|
|
color: #4a4a4a;
|
2018-05-23 08:27:45 -04:00
|
|
|
padding: 1.25rem;
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
margin-top: 0.75rem;
|
|
|
|
}
|
2018-05-23 08:56:34 -04:00
|
|
|
|
2018-06-13 10:17:15 -04:00
|
|
|
.media-content {
|
|
|
|
padding: 1.5ex;
|
|
|
|
}
|
|
|
|
|
2018-05-30 12:44:53 -04:00
|
|
|
.is-max-128 {
|
|
|
|
max-height: 128px;
|
|
|
|
max-width: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-max-256 {
|
|
|
|
max-height: 256px;
|
|
|
|
max-width: 256px;
|
|
|
|
}
|
|
|
|
|
2018-05-23 08:56:34 -04:00
|
|
|
figure.media-left p.image a img
|
|
|
|
{
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2018-07-18 13:33:16 -04:00
|
|
|
img.avatar
|
|
|
|
{
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2018-05-23 10:05:13 -04:00
|
|
|
.active-context {
|
2018-06-14 07:32:58 -04:00
|
|
|
background-color: #FFF8DC;
|
2018-05-23 10:05:13 -04:00
|
|
|
}
|
|
|
|
|
2018-06-09 13:49:04 -04:00
|
|
|
h2.subtitle
|
|
|
|
{
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2018-06-09 14:02:53 -04:00
|
|
|
article.media.user-info .content img
|
|
|
|
{
|
|
|
|
max-height: 1.5rem;
|
|
|
|
max-width: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2018-06-11 18:16:32 -04:00
|
|
|
span.account-locked
|
|
|
|
{
|
|
|
|
margin-top: 48px;
|
|
|
|
margin-left: -16px;
|
|
|
|
}
|
|
|
|
|
2018-08-02 11:13:50 -04:00
|
|
|
.errorlist
|
|
|
|
{
|
|
|
|
color: #FF0000;
|
|
|
|
}
|
|
|
|
|
2018-08-09 22:01:23 -04:00
|
|
|
.emoji-box
|
|
|
|
{
|
|
|
|
padding: .75rem;
|
|
|
|
background-color: #FCFCFC;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.emoji
|
|
|
|
{
|
|
|
|
display: inline;
|
2018-08-16 19:21:51 -04:00
|
|
|
max-height: 1.5em;
|
|
|
|
max-width: 1.5em;
|
|
|
|
vertical-align: text-bottom;
|
2018-08-09 22:01:23 -04:00
|
|
|
}
|
|
|
|
|
2018-08-09 22:13:45 -04:00
|
|
|
emoji-link
|
|
|
|
{
|
|
|
|
font-size: 2em;
|
2018-08-17 08:06:49 -04:00
|
|
|
}
|
2018-08-09 22:13:45 -04:00
|
|
|
|
|
|
|
|
2018-05-23 08:56:34 -04:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.media {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|