Advertisement
Lyend

Untitled

Oct 31st, 2012
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. body {
  2. background-color: #000;
  3. background-image:url('http://t2.gstatic.com/images?q=tbn:ANd9GcR1iDPvc4RmNh6ui1J_GdRyWynBXRTvqV445bygWyYYr9SZDvGwaNHY2zXi');
  4. Background-repeat:no-repeat;
  5. background-position:right top;
  6. color: #FFF;
  7. }
  8.  
  9. h1 {
  10. font: bold 30px courier;
  11. position: relative;
  12. margin: 10px;
  13. }
  14.  
  15. h1 span {
  16. background-image:url('http://imgs.abduzeedo.com/files/articles/black-wallpapers/grunge.png');
  17. background-repeat:repeat-x;
  18. position: absolute;
  19. display: block;
  20. width: 100%;
  21. height: 50px;
  22. z-index:-1;
  23. }
  24.  
  25. .group_desc {
  26. text-align: left;
  27. }
  28.  
  29. /* Hide annoying things... */
  30.  
  31. .group_title {visibility: hidden;}
  32. .logo_cell {height: 0px; display: none;}
  33. .bottombar {display: none;}
  34.  
  35. /* Hide ads (only works with non-IE browsers) */
  36. tr:first-child + * { display: none; } /* Hide the second tr's in all tables, which will hide the ads */
  37. 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) */
  38.  
  39. /* In hiding things, we also hid the chat... make it visible again */
  40.  
  41. #flash {display: inline !important; background-color: #F00;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement