blob: a4cf9729a7e8eddd8191c725c6c0117070d31785 (
plain) (
tree)
|
|
.main.container {
margin-top: 4em;
}
.postMessage {
word-break: break-word;
overflow-wrap: anywhere;
text-overflow: ellipsis;
}
.inlineSubHeader {
display: inline !important;
margin-left: 0.25em !important;
}
.imageSegment {
padding: 0 !important;
/* min-width: 250px !important; */
}
.vipFont {
font-family: Mona, Monapo, IPAMonaPGothic, "MS PGothic", YOzFontAA97;
font-size: 15px;
}
.tripcode {
font-weight: normal !important;
font-style: italic !important;
}
.username {
color: #b5bd68;
}
.username.sage {
color: #81a2be;
}
/* a quien estás citando? */
.q {
color: #080;
}
.postImage {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.imageContainer {
display: inline-block;
text-align: center;
font-size: 0.75em;
padding-bottom: 1em;
}
.yt {}
.yt .pvw {
display: none;
}
.ui.comments {
max-width: none !important;
}
.deleted {
color: rgba(0, 0, 0, 0.4);
font-style: italic;
}
.footer {
margin-top: 3em !important;
padding: 1em 0 !important;
}
.playerContainer {
max-width: 400px;
padding-bottom: 0.75em;
}
|