Advertisement
tragical

FOR THUNDERMOUSE - - Petpage

May 31st, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. /*CODING BY OWLY*/
  4.  
  5. body{
  6. background:url(http://pages.vassar.edu/vast-stories/files/2011/02/purple_lightning_by_renegade64-d2zl3eh.jpeg);
  7. background-repeat:no-repeat;
  8. background-position:center;
  9. background-attachment:fixed;
  10. background-color:#000;
  11. }
  12.  
  13. div.body{
  14. -webkit-opacity: 0.5;
  15. -moz-opacity: 0.5;
  16. opacity: 0.5;
  17. -webkit-transition: all 1s ease;
  18. -moz-transition: all 1s ease;
  19. -ms-transition: all 1s ease;
  20. -o-transition: all 1s ease;
  21. transition: all 1s ease;
  22. font-family:"Times New Roman", Times, serif;
  23. }
  24.  
  25. div.body:hover{
  26. -webkit-opacity: 0.7;
  27. -moz-opacity: 0.7;
  28. opacity: 0.7;
  29. }
  30.  
  31. a:link{
  32. color:#D24DFF;
  33. -webkit-transition: all 1s ease;
  34. -moz-transition: all 1s ease;
  35. -ms-transition: all 1s ease;
  36. -o-transition: all 1s ease;
  37. transition: all 1s ease;
  38. }
  39. a:visited{
  40. color:#D24DFF;
  41. }
  42. a:hover{
  43. color:#EDB3FF;
  44. }
  45. </style><center><br>
  46. <font color=#D24DFF font size=3>
  47.  
  48. <!-THIS IS THE MENU, DON\'T MESS WITH IT!-!>
  49.  
  50. <a href="hatchery">Hatchery</a> | <a href="explore.php">Explore</a> | <a href="forums">Forums</a> | <a href="rmail">Rmail</a>
  51.  
  52. <!-YOU CAN PUT INFO HERE-!>
  53.  
  54. <br><br>text goes here c:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement