Advertisement
steenuil

4chan css

Sep 4th, 2014
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  1. /* Removing unnecessary shit */
  2. div#boardNavDesktop.desktop,
  3. div.boardTitle,
  4. hr,
  5. div#togglePostFormLink.desktop,
  6. .sideArrows,
  7. div#boardNavDesktopFoot.desktop,
  8. div#absbot.absBotText,
  9. .boardBanner,
  10. #totop,
  11. #tobottom,
  12. #blotter,
  13. div.topad,
  14. div.ad-plea,
  15. div.middlead,
  16. div.bottomad,
  17. div.center,
  18. .mobile {
  19.     display: none !important;
  20. }
  21.  
  22. /* Other stuff */
  23.  
  24. body {
  25.     margin: 3px !important;
  26.     padding: 0 !important;
  27. }
  28.  
  29. .reply {
  30.     margin: 6px !important;
  31. }
  32.  
  33. .fileText {
  34.     margin-left:  3px !important;
  35.     font-size: 0.85em;
  36. }
  37.  
  38. .fileText a {
  39.     text-decoration: none !important;
  40. }
  41.  
  42. .fileThumb {
  43.     margin: 3px 9px 3px 3px !important;
  44. }
  45.  
  46. .fileThumb img {
  47.     border-radius: 3px;
  48. }
  49.  
  50. .postMessage {
  51.     margin: 3px !important;
  52. }
  53.  
  54. .opContainer .postMessage {
  55.     margin-bottom: 3px !important;
  56. }
  57.  
  58. div.navLinks.navLinksBot {
  59.     clear: both;
  60.     width: 100%;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement