blob: 3b800da61df58844e7996890ca61b95e1706af1d (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
.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;
}
.deleted {
color: rgba(0, 0, 0, 0.4);
font-style: italic;
}
|