Advertisement
danceforyous

Navigation Theme #4

Jun 21st, 2013
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <!-- navigation theme pack by danceforyous // #4 -->
  8.  
  9. <style type="text/css">
  10.  
  11. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  12.  
  13. body {
  14. background-image: url(http://static.tumblr.com/kdyiqtu/JcUmkiwut/tumblr_m33qwzyv7f1r6uwfxo2_250.png);
  15. margin:0px;
  16. color:#ccc;
  17. font-family:Calibri;
  18. font-style:;
  19. font-size:10px;
  20. padding:5px;
  21. line-height:100%;
  22. }
  23.  
  24. .box {
  25. width: 500px;
  26. height: 390px;
  27. margin: 50px auto auto auto;
  28. background-color:white;
  29. padding:10px;
  30. }
  31.  
  32. #title {
  33. margin-top:20px;
  34. font-family:bebas neue;
  35. font-size:30px;
  36. text-align: center;
  37. color:#bcd8a4;
  38. line-height:200%;
  39. letter-spacing:7px;
  40. text-transform:uppercase;}
  41.  
  42. a:link, a:active, a:visited {
  43. text-decoration: none;
  44. color: #5c5e5d;
  45. -webkit-transition: all 0.3s linear;
  46. -moz-transition: all 0.3s linear;
  47. -o-transition: all 0.3s linear;
  48. }
  49.  
  50. a:hover {
  51. color:#FFFFFF;
  52. text-decoration: none;
  53. -webkit-transition: all 0.3s linear;
  54. -moz-transition: all 0.3s linear;
  55. -o-transition: all 0.3s linear;
  56. }
  57.  
  58. .navilinks {
  59. color: #dcdcdc;
  60. font-family: Bebas Neue;
  61. font-style: normal;
  62. font-weight: bold;
  63. font-size: 14px;
  64. letter-spacing: 1px;
  65. text-transform: uppercase;
  66. text-align: center;
  67. margin-top: -10px;
  68. margin-left:180px;
  69. margin-bottom: 5px;
  70. border-bottom:2px #eee solid;
  71. padding:7px;
  72. width:120px;
  73. }
  74.  
  75. .header {
  76. font-family:Bebas Neue;
  77. color:#ccc;
  78. text-transform:uppercase;
  79. }
  80.  
  81. .links {
  82. font-family: calibri;
  83. font-size: 11px;
  84. letter-spacing: -1px;
  85. line-height: 120%;
  86. text-transform: lowercase;
  87. text-align: center;
  88. padding: 0px;
  89. color: #76596f;
  90. letter-spacing:2px;
  91. }
  92.  
  93. .links a:hover {
  94. background-color:black;
  95. padding:5px;}
  96.  
  97. </style>
  98.  
  99. </head>
  100.  
  101. <body>
  102.  
  103. <div class="box">
  104. <div id="title">NAVIGATION</div>
  105.  
  106. <div class="navilinks">
  107. <a href="/">back</a> •
  108. <a href="/ask">ask</a> •
  109. <a href="http://danceforyous.tumblr.com">credit</a>
  110. </div>
  111. <br><br>
  112. <div class="links">
  113. <div class="header">
  114. <center><big> <b> - HEADER - </b> </big> </center>
  115. <a href="http://">link</a><br>
  116. <a href="http://">link</a><br>
  117. <a href="http://">link</a><br>
  118. <a href="http://">link</a><br><br>
  119.  
  120. <div class="header">
  121. <center> <big> <b> - HEADER - </b> </big> </center>
  122. <a href="http://">link</a><br>
  123. <a href="http://">link</a><br>
  124. <a href="http://">link</a><br>
  125. <a href="http://">link</a><br><br>
  126.  
  127. <div class="header">
  128. <center> <big> <b> - HEADER - </b> </big> </center>
  129. <a href="http://">link</a><br>
  130. <a href="http://">link</a><br>
  131. <a href="http://">link</a><br>
  132. <a href="http://">link</a>
  133. </center></div>
  134. </div></div>
  135.  
  136. </body>
  137. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement