Advertisement
Guest User

Fonts fix for brchan v3

a guest
Jan 1st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. body {
  2. font-family: Verdana,sans-serif;
  3. font-size: 0.9em;
  4. }
  5. div.post p {
  6. display: block;
  7. margin: 0;
  8. line-height: 1.0em;
  9. font-size: 11pt;
  10. min-height: 1.16em;
  11. line-height: 1.225;
  12. }
  13. .unimportant * {
  14. font-size: 11px;
  15. }
  16. div.post p.fileinfo {
  17. padding-left: 5px;
  18. font-size: 11px;
  19. }
  20. div.banner {
  21. font-size: 14pt;
  22. font-weight: normal;
  23. text-align: center;
  24. margin: 0.5em 0;
  25. }
  26. .post-table th, .post-table-options th {
  27. width: 60px;
  28. font-size: 12px;
  29. font-weight: bold;
  30. }
  31. #thread-quick-reply {
  32. display: none;
  33. float: right;
  34. margin-left: 10px;
  35. font-size: 1.5em;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement