Advertisement
hekirei

Untitled

Feb 24th, 2015
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. body {
  2. Background-repeat:no-repeat;
  3. background-position:right top;
  4. -webkit-animation: ani 1s infinite linear;
  5. color: #FFF;
  6. }
  7.  
  8. h1 {
  9. font: bold 30px courier;
  10. position: relative;
  11. margin: 10px;
  12. }
  13.  
  14. h1 span {
  15. background-image:url('http://zystim.com/microprocessor/bg.png');
  16. background-repeat:repeat-x;
  17. position: absolute;
  18. display: block;
  19. width: 100%;
  20. height: 50px;
  21. z-index:-1;
  22. }
  23.  
  24. #group_table {
  25. background: url('http://www.pageresource.com/wallpapers/wallpaper/anime-hatsune-miku-misaki-mei-taringa_331257.jpg');
  26. background-position: 0 0;
  27. background-color: #FFF;
  28. background-repeat: no-repeat;
  29. background-size: 100% 100%;
  30. }
  31.  
  32. .group_desc {
  33. text-align: left;
  34. }
  35.  
  36. .group_title {visibility: hidden;}
  37. .logo_cell {height: 0px; display: none;}
  38. .bottombar {display: none;}
  39.  
  40.  
  41. tr:first-child + * { display: none; }
  42. tr:first-child { display: none; }
  43.  
  44.  
  45.  
  46. #flashcontent:hover {
  47. opacity: 0.70;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement