Advertisement
fancyhemmo

NAVIGATION THEME 01

Oct 13th, 2013
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 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. <!-- BASE CODE BY DYLAENOBRIENS -->
  4.  
  5. <!--NAVIGATION THEME 01 BY JACKOLUCAS. DO NOT USE AS BASE CODE OR REMOVE CREDIT. THANK YOU-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. {block:Description}<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.  
  22. /*--scrollbar--*/
  23.  
  24. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  25. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  26. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  27. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  28. }
  29. /*--body--*/
  30.  
  31.  
  32. body {
  33. font-style:none;
  34. background-color:{color:bg};
  35. font-family:calibri;
  36. color:{color:text};
  37. font-size:9px;
  38. }
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -webkit-transition: all 0.5s ease-out;
  45. -moz-transition: all 0.5s ease-out;
  46. transition: all 0.5s ease-out;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. }
  56.  
  57. img {
  58. border:none;
  59. }
  60.  
  61. blockquote {
  62. padding-left:5px;
  63. border-left:2px solid {color:border};
  64. }
  65.  
  66. h1 {
  67. font-size:10px;
  68. }
  69.  
  70. /*--Cursor code--*/
  71.  
  72.  
  73. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  74.  
  75. /*everything*/
  76.  
  77. #everything {
  78. margin-left:250px;
  79. margin-top:100px;
  80. }
  81.  
  82. /*--title--*/
  83.  
  84. #title {
  85. font-family:'papyrus';
  86. font-size:65px;
  87. margin-top:-67px;
  88. margin-left:323px;
  89. color:#b5b6c0
  90. }
  91.  
  92. #title a:hover {
  93. color:#694b77;
  94. }
  95.  
  96. /*--links--*/
  97.  
  98. #links {
  99. width:150px;
  100. font-family:'cambria';
  101. text-transform:lowercase;
  102. text-align:center;
  103. margin-top:1px;
  104. margin-left:347px;
  105. }
  106.  
  107. #links a {
  108. padding:4px;
  109. font-size:12px;
  110. color:#d2d2d6;
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;
  114. -ms-transition: all 0.5s ease-in-out;
  115. transition: all 0.5s ease-in-out;
  116. }
  117.  
  118. #links a:hover {
  119. color:#050107;
  120. }
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. #grouptitle {
  128. padding:8px;
  129. text-align:center;
  130. font-style:;
  131. font-family:'papyrus';
  132. color:#b5b6c0;
  133. font-size:17px;
  134. width:118px;
  135. margin-left:187px;
  136. margin-top:80px;
  137. border-left:1px solid #eaeaea;
  138. border-right:1px solid #eaeaea;
  139. border-top:1px solid #eaeaea;
  140. }
  141.  
  142.  
  143. #grouplinks {
  144. width:120px;
  145. margin-top:0px;
  146. padding:7px;
  147. margin-left:187px;
  148. border:1px solid #eaeaea;
  149. }
  150.  
  151.  
  152. #grouplinks a {
  153. font-family:'cambria';
  154. display:block;
  155. color:#d2d2d6;
  156. font-size:12px;
  157. padding:6px;
  158. text-align:center;
  159. letter-spacing:2px;
  160. text-transform:lowercase;
  161. margin-bottom:1px;
  162. -webkit-transition: all 0.5s ease-in-out;
  163. -moz-transition: all 0.5s ease-in-out;
  164. -o-transition: all 0.5s ease-in-out;
  165. -ms-transition: all 0.5s ease-in-out;
  166. transition: all 0.5s ease-in-out;
  167. }
  168.  
  169. #grouplinks a:hover {
  170. color:#050107;
  171. }
  172.  
  173.  
  174.  
  175. {CustomCSS}
  176.  
  177. </style></head>
  178.  
  179.  
  180. <body>
  181.  
  182. <div id="everything">
  183.  
  184. <div id="title">TITLE</div>
  185.  
  186.  
  187. <div id="links">
  188. <a href="/">BACK</a>
  189. <a href="/ask">INBOX</a>
  190. <a href="http://jackolucas.tumblr.com/">CREDIT</a>
  191. </div>
  192.  
  193. <table id="all" border="0" cellpadding="0" cellspacing="0">
  194.  
  195.  
  196. <td><div id="grouptitle"><big>Group One</div>
  197. <div id="grouplinks">
  198. <a href="/tagged/">link 1</a>
  199.  
  200. <a href="/tagged/">link 2</a>
  201.  
  202. <a href="/tagged/">link 3</a>
  203.  
  204. <a href="/tagged/">link 4</a>
  205.  
  206. </div></td>
  207.  
  208.  
  209. <td><div id="grouptitle"><big>Group Two</div>
  210. <div id="grouplinks">
  211. <a href="/tagged/">link 1</a>
  212.  
  213. <a href="/">link 2</a>
  214.  
  215. <a href="/">link 3</a>
  216.  
  217. <a href="/">link 4</a>
  218.  
  219. </div></td>
  220.  
  221. <tr>
  222.  
  223. <td><div id="grouptitle"><big>Group Three</div>
  224. <div id="grouplinks">
  225. <a href="/">link 1</a>
  226.  
  227. <a href="/">link 2</a>
  228.  
  229. <a href="/">link 3</a>
  230.  
  231. <a href="/">link 4</a>
  232.  
  233. </div></td>
  234.  
  235. <td><div id="grouptitle"><big>Group Four</div>
  236. <div id="grouplinks">
  237. <a href="/">link 1</a>
  238.  
  239. <a href="/">link 2</a>
  240.  
  241. <a href="/">link 3</a>
  242.  
  243. <a href="/">link 4</a>
  244.  
  245. </div></td>
  246.  
  247.  
  248. </table>
  249.  
  250. </div>
  251. </body>
  252. </html>
  253.  
  254. DO NOT REMOVE CREDIT.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement