Advertisement
RenegadeAI

Naut 4 - Remove sidebar image

Dec 25th, 2015
1,954
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.02 KB | None | 0 0
  1. /* ADDON: REMOVE SIDEBAR IMAGE */
  2.  
  3. .side:before { display: none }
  4.  
  5. .side .titlebox h1.redditname { top:               calc(308px - 80px) }
  6. .titlebox .fancy-toggle-button { top:              calc(314px - 80px) }
  7. .titlebox span.subscribers { top:                  calc(336px - 80px) }
  8. #search { top:                                     calc(384px - 80px) }
  9. .morelink { top:                                   calc(442px - 80px) }
  10. .side { margin-top:                                calc(282px - 80px) }
  11. .comments-page .side .linkinfo { top:              calc(494px - 80px) }
  12. .comments-page .side { margin-top:                 calc(400px - 80px) }
  13. .search-page .side .titlebox h1.redditname { top:  calc(256px - 80px) }
  14. .search-page .titlebox .fancy-toggle-button { top: calc(276px - 80px) }
  15. .search-page .titlebox span.subscribers { top:     calc(300px - 80px) }
  16. .search-page .morelink { top:                      calc(350px - 80px) }
  17. .search-page .side {  margin-top:                  calc(234px - 80px) }
  18.  
  19. /* END ADDON */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement