Advertisement
danceforyous

Navigation Theme #2

Jun 21st, 2013
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>{Title}</title>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <!-- navigation theme pack by of danceforyous // #2 -->
  10.  
  11. <style type="text/css">
  12.  
  13. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  14.  
  15. body {
  16. background-image: url(http://static.tumblr.com/kdyiqtu/JcUmkiwut/tumblr_m33qwzyv7f1r6uwfxo2_250.png);
  17. color:#ccc;
  18. font-family:Calibri;
  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: -51px;
  68. margin-left:100px;
  69. margin-bottom: 5px;
  70. border-bottom:2px #eee solid;
  71. padding:7px;
  72. width:50px;
  73. }
  74.  
  75. .header {
  76. font-family:Libre Baskerville;
  77. color:#7a7a7a;
  78. text-transform:lowercase;
  79. letter-spacing:-1px;
  80. font-style:italic;
  81. font-weight:normal;
  82. font-size:12px;
  83. }
  84.  
  85. .links {
  86. font-family: cambria;
  87. font-size: 10px;
  88. letter-spacing: -1px;
  89. line-height: 120%;
  90. text-transform: lowercase;
  91. text-align: center;
  92. padding: 0px;
  93. letter-spacing:2px;
  94. -webkit-transition: all 0.8s;
  95. -moz-transition: all 0.8s;
  96. transition: all 0.8s;
  97. }
  98.  
  99. .links a:hover {
  100. -webkit-transition: all 0.8s;
  101. -moz-transition: all 0.8s;
  102. transition: all 0.8s;}
  103.  
  104. </style>
  105.  
  106. </head>
  107.  
  108. <body>
  109.  
  110. <div class="box">
  111. <div id="title">NAVIGATION</div>
  112.  
  113. <div class="navilinks">
  114. <a href="/">back</a>
  115. <a href="/ask">ask</a>
  116. <a href="http://danceforyous.tumblr.com">credit</a>
  117. </div>
  118.  
  119. <div class="links">
  120. <div class="header">
  121. <center><big> HEADER </big> </center></div>
  122. <a href="http://">link one</a><br>
  123. <a href="http://">link two</a><br>
  124. <a href="http://">link three</a><br>
  125. <a href="http://">link four</a><br>
  126. <a href="http://">link five</a><br><br>
  127.  
  128. <div class="header">
  129. <center> <big> HEADER </big> </center></div>
  130. <a href="http://">link</a><br>
  131. <a href="http://">link</a><br>
  132. <a href="http://">link</a><br>
  133. <a href="http://">link</a><br>
  134. <a href="http://">link</a><br><br>
  135.  
  136. <div class="header">
  137. <center> <big> HEADER </big> </center></div>
  138. <a href="http://">link</a><br>
  139. <a href="http://">link</a><br>
  140. <a href="http://">link</a><br>
  141. <a href="http://">link</a><br>
  142. <a href="http://">link</a><br>
  143. </center></div>
  144. </div></div>
  145.  
  146. </body>
  147. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement