blob: 9777452b9536fb25994131b6d5d55508edc39f99 (
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;
}
.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 {
border: 1px solid #ccc;
font-size: 12px;
display: inline-block;
line-height: 13px;
margin: 2px 0;
padding: 5px;
text-decoration: none;
}
.yt .pvw {
width: 100px;
height: 60px;
overflow: hidden;
float: left;
margin-right: 5px;
}
.ui.comments {
max-width: none !important;
}
|