aboutsummaryrefslogblamecommitdiff
path: root/src/App.css
blob: 07441e4fec7d9ead13ac3e055ad9a8b3d76d928c (plain) (tree)
1
2
3
4
5
6
7
8



                  



                          




                                 



                        
                                    



                                                                       

















                                 



                     






                        
                      

















                         
 
.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;
}