Advertisement
Lyend

Untitled

Sep 24th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   body
  2. {
  3.  background: #000 url(http://i214.photobucket.com/albums/cc18/KoRn_sTaR60291/Abstracts/Black%20and%20White/Abstract_by_x_knownothing.png) no-repeat right top;
  4.  color: #FFF;
  5. }
  6.   h1
  7. {
  8.  font: italic 20px serif;
  9.  margin: 10px;
  10. }
  11.   .group_desc
  12. {
  13.  text-align: left;
  14.  text-shadow: #5992A3 20px -12px 2px;
  15. }
  16. /* Hide all this annoying shit... Jesus Alec. */
  17. .group_title {visibility: hidden;}
  18. .logo_cell {height: 0px; display: none;}
  19. .bottombar {display: none;}
  20. /* Hide ads (only works with non-IE browsers) */
  21. tr:first-child + * { display: none; } /* Hide the second tr's in all tables, which will hide the ads */
  22. tr:first-child { display: none; } /* Hide the pointless 2px border at the top (which alec comments on as being 1 px... what a fucking retard) */
  23. /* These we hide to try and hide (most) ads in IE */
  24. ins {height: 0px !important; display: none !important;}
  25. object {display: none;}
  26. embed {display: none;}
  27.  
  28. /* In hiding things, we also hid the chat (in fail IE which apparently groups <embed> and <object> together)... make it visible again */
  29. #flash {display: inline !important; background-color: #F00;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement