Advertisement
FlameWolf

DM Conversation (HTML: Minimalistic)

Jun 4th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. * { box-sizing: border-box }
  2. body { background-color: #FFFFFF; color: #000000; font-family: sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none; text-align: left; padding: 10pt }
  3. p, em.quote { white-space: pre-wrap }
  4. p:first-child { margin-top: 0 }
  5. p:last-child { margin-bottom: 0 }
  6. p > a[title]:first-child { color: #808080; font-size: smaller; font-style: italic }
  7. a[href] { color: #1C94E0; text-decoration: none }
  8. a[href]:hover { text-decoration: underline }
  9. em.quote { font-style: normal }
  10. em.quote, a.card { padding: 5pt }
  11. em.quote, a.card, img, video { display: block; border: solid 1pt #F0F0F0; border-radius: 4pt; margin-top: 0.5em; margin-left: 25pt }
  12. img.sticker { max-width: 100pt; max-height: 100pt; border: none }
  13. img.image, video { max-width: 500pt; max-height: 500pt }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement