Advertisement
glory2mankind

Untitled

May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. ******ABOUT ME*******
  2. <style>
  3. #navigation {position: fixed; top: 260px; left: 240px; width: 100px; height: 350px; background-url:('');}
  4. </style>
  5.  
  6. <style>
  7. a.first, a.first:link, a.first:active, a.first:visited
  8. {font-family:consolas;
  9. font-size:10px;
  10. color: e5e6e1;
  11. width:75px;
  12. height:19px;
  13. line-height:18px;
  14. text-align:center;
  15. background-color:202020;
  16. text-decoration:none;
  17. text-transform:uppercase;
  18. letter-spacing:1pt;
  19. display:inline-block;
  20. text-align:center;
  21. padding:1px 1px 1px 1px;
  22. margin:2px 2px 1px 1px;
  23. overflow:hidden;
  24. border-radius:none;
  25. -webkit-transition: all 0.6s ease-out;
  26. -moz-transition: all 0.6s ease-out;
  27. -ms-transition: all 0.6s ease-out;
  28. -o-transition: all 0.6s ease-out;
  29. transition: all 0.6s ease-out;
  30.  
  31. }
  32.  
  33. a.first:hover {
  34. color:#00000;
  35. background-color:#970002;}
  36.  
  37. </style>
  38.  
  39. ******LIKE TO MEET********
  40. <div id="navigation">
  41. <a href="http://www.roleplayer.me/home.php" class="first">Home</a>
  42. <a href="http://www.roleplayer.me/add_testimonial.php?member_id=XXXXXX" class="first">Comment</a>
  43. <a href="http://www.roleplayer.me/send_message.php?member_id=XXXXXXX" class="first">Message</a>
  44. <a href="http://www.roleplayer.me/albums.php?member_id=XXXXXX" class="first">Gallery</a>
  45. <a href="http://www.roleplayer.me/view_member_blog.php?member_id=XXXXXX" class="first">Blogs</a>
  46. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement