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