blob: cd12c8bb966b116bc56ed4bf4119d4f3c0a3c770 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
.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;
}
|