Advertisement
Guest User

Fonts fix for brchan

a guest
Oct 2nd, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  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. a:hover, .intro a.post_no {
  13. color: #789922;
  14. }
  15. a:hover, .intro a.post_no:hover {
  16. color: #0066FF;
  17. }
  18. .unimportant * {
  19. font-size: 11px;
  20. }
  21. div.post p.fileinfo {
  22. padding-left: 5px;
  23. font-size: 11px;
  24. }
  25. div.banner {
  26. font-size: 14pt;
  27. font-weight: normal;
  28. text-align: center;
  29. margin: 0.5em 0;
  30. }
  31. .post-table th, .post-table-options th {
  32. width: 60px;
  33. font-size: 12px;
  34. font-weight: bold;
  35. }
  36. #thread-quick-reply {
  37. display: none;
  38. float: right;
  39. margin-left: 10px;
  40. font-size: 1.5em;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement