brutaldon-interfaccia-web-m.../brutaldon/static/css/brutaldon.css

124 lines
1.5 KiB
CSS

body > section > div.container {
max-width: 100ex;
}
.reblog-icon {
position: relative;
top: -24px;
left: 40px;
}
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-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;
}
.active-context {
background-color: #FFF8DC;
}
h2.subtitle
{
margin-top: 2rem;
margin-bottom: 1rem;
}
article.media.user-info .content img
{
max-height: 1.5rem;
max-width: 1.5rem;
}
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;
}
emoji-link
{
font-size: 2em;
}
@media screen and (max-width: 768px) {
.media {
display: block;
}
}
#page-load-indicator
{
width: 100%;
height: 4px;
background-color: blue;
opacity: 1;
position: fixed;
top: 0;
left: 0;
z-index: 666;
transition: all 500ms;
}
#page-load-indicator.ic-use-transition
{
width:0;
}