Advertisement
conception

Top nav - conception

Apr 21st, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <center><div id="navi"><center><a href="http://vampirefreaks.com" class="navlink"> VF Main</a>
  2. <a href="http://vampirefreaks.com/cults/group_edit.php?c=skinnylove" class="navlink">Edit Cult</a>
  3. <a href="http://vampirefreaks.com/group_edit_members.php?c=skinnylove" class="navlink">Edit Members</a>
  4. <a href="http://vampirefreaks.com/cults/controlpanel.php?c=skinnylove" class="navlink">Control Panel</a>
  5. <a href="http://vampirefreaks.com/cults/statistics.php?c=skinnylove" class="navlink">Cult Statistics</a>
  6. <a href="http://vampirefreaks.com/group_invite.php?c=skinnylove" class="navlink">Invite Members</a>
  7. </center>
  8. </div>
  9.  
  10. <style>
  11. #navi {
  12. margin: 0px;
  13. top: 0px;
  14. position: absolute;
  15. left: 0px;
  16. height: 50px;
  17. width: 100%;
  18. font-family: trebuchet MS;
  19. font-size: 12pt;
  20. text-transform: uppercase;
  21. text-align: center;
  22. letter-spacing: 2pt;
  23. background-color: #0f0f0f;
  24. padding-bottom: 6px;
  25. border-bottom: 2px solid #141414;
  26. }
  27.  
  28. .navlink:link, .navlink:active, .navlink:visited {
  29. color: #601286;
  30. border-left: 5px solid #601286;
  31. border-right: 5px solid #601286;
  32. font-family: Trebuchet MS;
  33. font-size: 10pt;
  34. font-weight: bold;
  35. text-transform: uppercase;
  36. font-weight: lighter;
  37. padding: 2px;
  38. width: 150px;
  39. text-align: center;
  40. display: inline-table;
  41. background: #CFACF7;
  42. margin-top: 15px;
  43. border-radius: 20px;
  44. letter-spacing: 1px;
  45. -webkit-transition: all 0.5s ease-out;
  46. -moz-transition: all 0.5s ease-out;
  47. }
  48.  
  49. .navlink:hover {
  50. color: #CFACF7;
  51. border-left: 5px solid #cfacf7;
  52. border-right: 5px solid #cfacf7;
  53. text-transform: uppercase;
  54. font-style: normal;
  55. font-weight: lighter;
  56. text-align: center;
  57. display: inline-table;
  58. background: #601286;
  59. -webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;
  61. }
  62.  
  63. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement