Advertisement
danceforyous

Navigation Theme #3

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