Advertisement
Guest User

navigation theme #01

a guest
Jan 11th, 2013
3,917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. NAVIGATION THEME #01 BY WOLVERWHORE PREV. HORANHOBO | PURPLE SKY
  5. Please don't remove credit and/or declaim as your own. Enjoy!
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18.  
  19. <style type="text/css">
  20.  
  21. body {
  22. font-family:calibri;
  23. font-size:10px;
  24. background:#fff;
  25. overflow-x:hidden;
  26. }
  27.  
  28. a {
  29. text-decoration:none;
  30. color:#d5d5d5;
  31. }
  32.  
  33. #title {
  34. margin-top:250px;
  35. margin-left:45px;
  36. text-align:center;
  37. text-transform:uppercase;
  38. font-family:oswald;
  39. color:#ccd1d3;
  40. opacity:.70;
  41. font-size:15px;
  42. padding:0px;
  43. border-bottom: dotted 2px #ccd1d3;
  44. padding:20px;
  45. width:285px;
  46. height:10px;
  47. }
  48.  
  49.  
  50.  
  51. .links {
  52. width:200px;
  53. }
  54.  
  55. .links a {
  56. display:block;
  57. background:#f3f3f3;
  58. color:#ccc;
  59. text-transform:uppercase;
  60. letter-spacing:1px;
  61. padding:5px;
  62. margin-top:2px;
  63. margin-bottom:2px;
  64. position:relative;
  65. z-index:99;
  66. -webkit-transition: all 0.3s ease-in-out;
  67. -moz-transition: all 0.3s ease-in-out;
  68. -o-transition: all 0.3s ease-in-out;
  69. -ms-transition: all 0.3s ease-in-out;
  70. transition: all 0.3s ease-in-out;
  71. }
  72.  
  73. .links a:hover {
  74. background:#fff;
  75. }
  76.  
  77. #linkies {
  78. margin-top:20px;
  79. margin-left:50px;
  80. }
  81.  
  82. #linkies a {
  83. width:60px;
  84. background:#ccd1d3;
  85. color:#fff;
  86. font-size:9px;
  87. display:inline-block;
  88. padding:3px;
  89. letter-spacing:1px;
  90. text-transform:uppercase;
  91. margin-left:0px;
  92. margin-right:0px;
  93. margin-bottom:5px;
  94. -webkit-transition: all 0.3s ease-in-out;
  95. -moz-transition: all 0.3s ease-in-out;
  96. -o-transition: all 0.3s ease-in-out;
  97. -ms-transition: all 0.3s ease-in-out;
  98. transition: all 0.3s ease-in-out;
  99. }
  100.  
  101. #linkies a:hover {
  102. background:#fff;
  103. color:#ddd;
  104. }
  105.  
  106. #sure {
  107. font-family:'consolas';
  108. font-style: none;
  109. width:50px;
  110. font-size: 8px;
  111. letter-spacing:1px;
  112. text-transform:uppercase;
  113. margin-top:270px;
  114. margin-left:1215px;
  115. right:-5px;
  116. bottom:10px;
  117. border-left:solid 1px #f2f2f2;
  118. border-top:solid 1px #f2f2f2;
  119. border-bottom:solid 1px #f2f2f2;
  120. padding:3px;
  121.  
  122.  
  123.  
  124. ::-webkit-scrollbar {width: 7px; height:7px; background:#fff;}
  125. ::-webkit-scrollbar-corner {background:#e5e5e5;}
  126. ::-webkit-scrollbar-thumb:vertical {background:#e5e5e5;}
  127. ::-webkit-scrollbar-thumb:horizontal {background:#e5e5e5;}
  128.  
  129. {CustomCSS}
  130. </style>
  131. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  132.  
  133. </head>
  134.  
  135. <body>
  136.  
  137. <center>
  138. <div id="title">NAVIGATION</div>
  139.  
  140. <div id="linkies">
  141.  
  142. <a href="/"> link 1 </a>
  143.  
  144. <a href="/"> link 2 </a>
  145.  
  146. <a href="/"> link 3 </a>
  147.  
  148. <a href="/"> link 4 </a>
  149.  
  150. <br>
  151.  
  152. <a href="/"> link 5 </a>
  153.  
  154. <a href="/"> link 6 </a>
  155.  
  156. <a href="/"> link 7 </a>
  157. </div>
  158.  
  159. <div id="sure"><a href="http://wolverwhore.tumblr.com/">© theme</a></div>
  160. </body>
  161.  
  162. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement