Guest User

Fonts fix for brchan v4 (rus) for Stylish

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