Advertisement
Guest User

Fonts fix for brchan v2

a guest
Oct 2nd, 2016
230
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. }
  12. .unimportant * {
  13. font-size: 11px;
  14. }
  15. div.post p.fileinfo {
  16. padding-left: 5px;
  17. font-size: 11px;
  18. }
  19. div.banner {
  20. font-size: 14pt;
  21. font-weight: normal;
  22. text-align: center;
  23. margin: 0.5em 0;
  24. }
  25. .post-table th, .post-table-options th {
  26. width: 60px;
  27. font-size: 12px;
  28. font-weight: bold;
  29. }
  30. #thread-quick-reply {
  31. display: none;
  32. float: right;
  33. margin-left: 10px;
  34. font-size: 1.5em;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement