aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: e2d217a0867c020e77328b35fecb67cd71db0846 (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
.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;
  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 {}

.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: 1em 2em;
}

.homeContainer.inverted {
  color: #eaeaea !important;
  background-color: #454647 !important;
}