2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2025-02-15 19:00:51 +01:00

114 lines
1.6 KiB
CSS
Raw Normal View History

body > section > div.container {
max-width: 90ex;
}
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;
}
div.card-header-title, div.card-header-icon {
color: black;
-webkit-text-stroke: 2px white;
-moz-text-stroke: 2px white;
text-stroke: 2px white;
}
.media {
background-color: white;
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);
color: #4a4a4a;
padding: 1.25rem;
margin-bottom: 0.75rem;
margin-top: 0.75rem;
}
2018-06-13 10:17:15 -04:00
.media-content {
padding: 1.5ex;
}
.is-max-128 {
max-height: 128px;
max-width: 128px;
}
.is-max-256 {
max-height: 256px;
max-width: 256px;
}
figure.media-left p.image a img
{
border-radius: 5px;
}
img.avatar
{
border-radius: 5px;
}
2018-05-23 10:05:13 -04:00
.active-context {
background-color: #FFF8DC;
2018-05-23 10:05:13 -04:00
}
h2.subtitle
{
margin-top: 2rem;
margin-bottom: 1rem;
}
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;
}
.errorlist
{
color: #FF0000;
}
.emoji-box
{
padding: .75rem;
background-color: #FCFCFC;
border: 1px solid #CCC;
border-radius: 5px;
}
img.emoji
{
display: inline;
max-height: 1.5em;
max-width: 1.5em;
vertical-align: text-bottom;
}
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
@media screen and (max-width: 768px) {
.media {
display: block;
}
}