blob: ab194ce99e8b126d845c0704dffefe1241ee561d (
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
38
39
40
41
|
.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;
}
|