blob: 63399963f47040653c87d8caa0fef7fdb9d5f14e (
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
.main.container {
margin-top: 4em;
}
.postMessage,
.threadTitle {
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 .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;
}
.ui.attached:not(.top).header.inverted {
border-top: 1px solid !important;
border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.inverted.attached.header.inverted {
border-color: #555555 !important;
}
.ui.container.inverted {
background-color: #1c1c1c;
padding: 0.5em 1em;
}
@media only screen and (max-width: 767.98px) {
.ui.container.inverted {
padding: 0;
}
.ui.ui.ui.container.main:not(.fluid) {
margin-left: 0.5em !important;
margin-right: 0.5em !important;
}
.ui.ui.ui.container.thread:not(.fluid) {
margin-left: 0px !important;
margin-right: 0px !important;
padding: 0.5em;
}
.iu.container.main {
margin: 0px !important;
}
.homeContainer {
margin: 0px !important;
}
}
.homeContainer.inverted {
color: #eaeaea !important;
background-color: #1c1c1c !important;
}
.ui.modal>.content.replyModal {
padding: 0 !important;
}
.postMessage hr,
.postMessage small {
display: none
}
|