Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: None  |  size: 1.17 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html><head><script id="__isTpiViewExists"></script></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  2.  background: #000 url(ceiling_cat.jpg) no-repeat right top;
  3.  color: #FFF;
  4. }
  5.  
  6. #flashcontent {
  7.  text-align: center;
  8. }
  9.  
  10. #flash {
  11.  width: 60%;
  12. }
  13.  
  14. h1 {
  15.  font: italic 20px serif;
  16.  text-shadow: #5992A3 20px -12px 2px;
  17. }
  18.  
  19. /* Hide annoying things... */
  20.  
  21. .group_title {visibility: hidden;}
  22. .logo_cell {height: 0px; display: none;}
  23. .bottombar {display: none;}
  24.  
  25. /* Hide ads (only works with non-IE browsers) */
  26. tr:first-child + * { display: none; } /* Hide the second tr's in all tables, which will hide the ads */
  27. 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) */
  28.  
  29. /* These we hide to try and hide (most) ads in IE */
  30. ins {height: 0px !important; display: none !important;}
  31. object {display: none;}
  32. embed {display: none;}
  33.  
  34. /* In hiding things, we also hid the chat (in fail IE which apparently groups &lt;embed&gt; and &lt;object&gt; together)... make it visible again */
  35.  
  36. #flash {display: inline !important; background-color: #F00;}</pre></body></html>