Advertisement
conception

NAVI

Mar 11th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <style>
  2. #dir {
  3. left: 30px;
  4. top: 15px;
  5. position: fixed;
  6. height: auto;
  7. width: 210px;
  8. background-color: #1f1f1f;
  9. border-top: 3px solid #8b547f;
  10. border-bottom: 3px solid #8b547f;
  11. border-left: 3px solid #637987;
  12. border-right: 3px solid #637987;
  13. text-align: center;
  14. font-family: century gothic;
  15. font-size: 8pt;
  16. letter-spacing: 1pt;
  17. overflow: hidden;
  18. padding: 4px;
  19. padding-bottom: 9px;
  20. border-radius: 20px;
  21. }
  22.  
  23. #direct {
  24. left: 30px;
  25. top: 400px;
  26. position: fixed;
  27. height: auto;
  28. width: 210px;
  29. background-color: #1f1f1f;
  30. border-top: 3px solid #8b547f;
  31. border-bottom: 3px solid #8b547f;
  32. border-left: 3px solid #637987;
  33. border-right: 3px solid #637987;
  34. text-align: center;
  35. font-family: century gothic;
  36. font-size: 8pt;
  37. letter-spacing: 1pt;
  38. overflow: hidden;
  39. padding: 4px;
  40. padding-bottom: 9px;
  41. border-radius: 20px;
  42. }
  43.  
  44. .dlink:link, .dlink:active, .dlink:visited {
  45. color: #9dc46c;
  46. border-radius: 10px;
  47. font: 8pt century gothic;
  48. font-weight: lighter;
  49. text-transform: uppercase;
  50. padding: 2px;
  51. text-align: center;
  52. display: block;
  53. margin-top: 3px;
  54. background: #282828;
  55. letter-spacing: 1px;
  56. line-height: 10px;
  57. -webkit-transition: all 0.5s ease-out;
  58. -moz-transition: all 0.5s ease-out;
  59. }
  60.  
  61. .dlink:hover {
  62. color: #7a7986;
  63. text-transform: uppercase;
  64. font-style: normal;
  65. font-weight: lighter;
  66. text-align: center;
  67. display: block;
  68. background: #202020;
  69. -webkit-transition: all 0.5s ease-out;
  70. -moz-transition: all 0.5s ease-out;
  71. }
  72. </style>
  73.  
  74. HTML FOOTER:
  75. <div id="dir"><h2>Subforum Directory</h2>
  76. <a href="" class="dlink">Link title here</a> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement