bigganigga1991

Untitled

Sep 8th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. /* Removing unnecessary stuff */
  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. .mobile {
  14.     display: none;
  15. }
  16.  
  17. /* Other stuff */
  18.  
  19. body {
  20.     margin: 3px !important;
  21.     padding: 0 !important;
  22. }
  23.  
  24. .sideArrows {
  25.     display: none !important;
  26. }
  27.  
  28. .reply {
  29.     margin: 6px !important;
  30. }
  31.  
  32. .fileText {
  33.     margin-left:  3px !important;
  34.     font-size: 0.85em;
  35. }
  36.  
  37. .fileText a {
  38.     text-decoration: none !important;
  39. }
  40.  
  41. .fileThumb {
  42.     margin: 3px 9px 3px 3px !important;
  43. }
  44.  
  45. .fileThumb img {
  46.     border-radius: 3px;
  47. }
  48.  
  49. .postMessage {
  50.     margin: 3px !important;
  51. }
  52.  
  53. .opContainer .postMessage {
  54.     margin-bottom: 3px !important;
  55. }
  56.  
  57. div.navLinks.navLinksBot {
  58.     clear: both;
  59.     width: 100%;
  60. }
Add Comment
Please, Sign In to add comment