Advertisement
Guest User

Remove LTT White Box on Profile

a guest
Aug 8th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("linustechtips.com") {
  4.  
  5. }
  6. element {
  7. }
  8. #content {
  9. max-width: 87%;
  10. min-width: 980px;
  11. margin-left: auto;
  12. margin-right: auto;
  13. background: transparent repeat scroll 0% 0% !important;
  14. }
  15.  
  16. #profile_background {
  17. background: transparent repeat scroll 0% 0% !important;
  18. }
  19.  
  20. #content {
  21. border-width: 0px 0px 0px !important;
  22. border-style: none solid solid !important;
  23. -moz-border-top-colors: none !important;
  24. -moz-border-right-colors: none !important;
  25. -moz-border-bottom-colors: none !important;
  26. -moz-border-left-colors: none !important;
  27. border-color: none !important;
  28. box-shadow: none !important;
  29. border-image: none !important;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement