Advertisement
rockwithyous

Vanilla Sky | Navigation Theme #001

Mar 29th, 2013
6,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. <!-- Vanilla Sky Navigation Theme by rockwithyous | tumblr
  2. PLEASE DO NOT:
  3. * redistribute
  4. * remove credit
  5. * use as base code
  6. * claim as your own!
  7. Doing these are also considered as stealing!-->
  8.  
  9. <head>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  13.  
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15. <title>{Title}</title>
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <style type="text/css">
  21.  
  22. body {COLOR:#FFF; background-color:#fff; background-image: url('http://static.tumblr.com/1703cac227c8b6a05a6a2833dbcfe380/ey3pcuk/9Tkmie1ck/tumblr_static_whitediamond.png'); background-attachment:fixed; line-height:100%; letter-spacing:1px; font-size:10px;text-align:justify; margin-left:220px; margin-top:150px;}
  23.  
  24. a:link, a:active, a:visited{color:#7a7a72;
  25. text-decoration:none;
  26. -moz-transition-duration:1s;
  27. -webkit-transition-duration:1s;
  28. -o-transition-duration:1s;}
  29. a:hover {
  30. color:#fff;
  31. background-color: #7a7a72;
  32. -moz-transition-duration:1s;
  33. -webkit-transition-duration:1s;
  34. -o-transition-duration:1s;
  35. }
  36.  
  37. ::-webkit-scrollbar{height: 10px; width: 10px; -webkit-border-radius: 0px; background-color:transparent;}
  38. ::-webkit-scrollbar-thumb{background-color:#bbb;}
  39. ::-webkit-scrollbar-track{background: transparent;}
  40.  
  41.  
  42. #box {
  43. width:350px;
  44. background:#fff;
  45. border:10px double #eee;
  46. padding:15px;
  47. text-align:center;
  48. display:inline-block;
  49. margin:10px;
  50. }
  51.  
  52.  
  53. #nav {font-family:'Inconsolata'; font-size:16px; color:#fff; letter-spacing:2px;font-weight:bold; line-height:15px; background-color:#bbb; width:300px;padding:8px; border:4px double #fff;text-align:center;}
  54.  
  55. .navi a {
  56. font-family:'Inconsolata';
  57. width:130px;
  58. background-color:#eee;
  59. color:#bbb;
  60. font-size:9px;
  61. display:inline-block;
  62. padding:10px;
  63. position:relative;
  64. letter-spacing:2px;
  65. text-transform:uppercase;
  66. margin-left:10px;
  67. margin-right:10px;
  68. margin-bottom:5px;
  69. text-decoration:none;
  70. -webkit-transition: all 0.5s ease;
  71. -moz-transition: all 0.5s ease;
  72. -o-transition: all 0.5s ease;
  73. }
  74.  
  75. .navi a:hover {
  76. background:#bbb;
  77. color:#fff;
  78. text-decoration:underline;
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -o-transition: all 0.5s ease;
  82. }
  83.  
  84. #titles{
  85. font-family:'Oleo Script';
  86. font-size:55px;
  87. text-align:center;
  88. color:#bbb;
  89. position:absolute;
  90. background:transparent;
  91. margin-top:-100px;
  92. margin-left:245px;
  93. margin-right:245px;
  94. display:block;
  95. }
  96.  
  97. #links a {
  98. width:100px;
  99. background:#bbb;
  100. color:#fff;
  101. font-size:9px;
  102. display:inline-block;
  103. padding:5px;
  104. letter-spacing:1px;
  105. text-transform:uppercase;
  106. margin-left:3px;
  107. margin-right:3px;
  108. -webkit-transition: all 0.3s ease-in-out;
  109. -moz-transition: all 0.3s ease-in-out;
  110. -o-transition: all 0.3s ease-in-out;
  111. -ms-transition: all 0.3s ease-in-out;
  112. transition: all 0.3s ease-in-out;
  113. }
  114.  
  115. #links a:hover {
  116. background:#fff;
  117. color:#bbb;
  118. }
  119.  
  120. /* CREDIT */
  121.  
  122. .cred { font-family:calibri; letter-spacing:1px; font-size:10px; bottom:1px; right:5px; position:fixed; padding:10px; text-align:right; font-weight:bold; color:#7a7a72; }
  123.  
  124. .cred:hover #name { margin-bottom:0;
  125. -webkit-transition: all 0.2s ease-out;
  126. -o-transition: all 0.2s ease-out;
  127. -webkit-transition: all 0.2s ease-out;
  128. -moz-transition: all 0.2s ease-out;}
  129.  
  130. .cred:hover #star { opacity:0;
  131. -webkit-transition: all 0.2s ease-out;
  132. -o-transition: all 0.2s ease-out;
  133. -webkit-transition: all 0.2s ease-out;
  134. -moz-transition: all 0.2s ease-out;}
  135.  
  136. #star { font-size:20px; padding-bottom:10px; }
  137. #name { margin-bottom:-36px;
  138. -webkit-transition: all 0.2s ease-out;
  139. -o-transition: all 0.2s ease-out;
  140. -webkit-transition: all 0.2s ease-out;
  141. -moz-transition: all 0.2s ease-out;}
  142.  
  143. {CustomCSS}
  144. </style>
  145.  
  146. </head>
  147.  
  148.  
  149. <body>
  150. <div class="cred"><div id="star">★</div>
  151. <div id="name"><i>theme by</i> <br /><a href="http://rockwithyousthemes.tumblr.com">©ROCKWITHYOUS</a></div>
  152. </div>
  153. <div id="titles"><center>Navigation</center><br><br>
  154. <div id="links">
  155.  
  156. <a href="/"> HOME </a>
  157.  
  158. <a href="/ask"> MESSAGE </a>
  159.  
  160. <a href="http://tumblr.com/"> DASHBOARD </a>
  161.  
  162. </div></div>
  163.  
  164.  
  165. <div id="box">
  166.  
  167. <center><div id="nav">Navigation Title</div></center><br><br>
  168.  
  169. <div class="navi">
  170.  
  171. <center>
  172. <a href="/"> LINK TITLE </a>
  173. <a href="/"> LINK TITLE </a>
  174. <p>
  175. <a href="/"> LINK TITLE </a>
  176. <a href="/"> LINK TITLE </a>
  177. <p>
  178. <a href="/"> LINK TITLE </a>
  179. <a href="/"> LINK TITLE </a>
  180. <p>
  181. <a href="/"> LINK TITLE </a>
  182. <a href="/"> LINK TITLE </a>
  183. <p>
  184. <a href="/"> LINK TITLE </a>
  185. <a href="/"> LINK TITLE </a>
  186. </center>
  187.  
  188. </div>
  189. </div>
  190.  
  191. <div id="box">
  192. <center><div id="nav">Navigation Title</div></center><br><br>
  193.  
  194. <div class="navi">
  195.  
  196. <center>
  197. <center>
  198. <a href="/"> LINK TITLE </a>
  199. <a href="/"> LINK TITLE </a>
  200. <p>
  201. <a href="/"> LINK TITLE </a>
  202. <a href="/"> LINK TITLE </a>
  203. <p>
  204. <a href="/"> LINK TITLE </a>
  205. <a href="/"> LINK TITLE </a>
  206. <p>
  207. <a href="/"> LINK TITLE </a>
  208. <a href="/"> LINK TITLE </a>
  209. <p>
  210. <a href="/"> LINK TITLE </a>
  211. <a href="/"> LINK TITLE </a>
  212. </center>
  213. </center>
  214.  
  215. </div>
  216. </div>
  217. <br>
  218. <div id="box">
  219. <center><div id="nav">Navigation Title</div></center><br><br>
  220.  
  221. <div class="navi">
  222.  
  223. <center>
  224. <center>
  225. <a href="/"> LINK TITLE </a>
  226. <a href="/"> LINK TITLE </a>
  227. <p>
  228. <a href="/"> LINK TITLE </a>
  229. <a href="/"> LINK TITLE </a>
  230. <p>
  231. <a href="/"> LINK TITLE </a>
  232. <a href="/"> LINK TITLE </a>
  233. <p>
  234. <a href="/"> LINK TITLE </a>
  235. <a href="/"> LINK TITLE </a>
  236. <p>
  237. <a href="/"> LINK TITLE </a>
  238. <a href="/"> LINK TITLE </a>
  239. </center>
  240. </center>
  241.  
  242. </div></div>
  243.  
  244. <div id="box">
  245. <center><div id="nav">Navigation Title</div></center><br><br>
  246.  
  247. <div class="navi">
  248. <center>
  249. <center>
  250. <a href="/"> LINK TITLE </a>
  251. <a href="/"> LINK TITLE </a>
  252. <p>
  253. <a href="/"> LINK TITLE </a>
  254. <a href="/"> LINK TITLE </a>
  255. <p>
  256. <a href="/"> LINK TITLE </a>
  257. <a href="/"> LINK TITLE </a>
  258. <p>
  259. <a href="/"> LINK TITLE </a>
  260. <a href="/"> LINK TITLE </a>
  261. <p>
  262. <a href="/"> LINK TITLE </a>
  263. <a href="/"> LINK TITLE </a>
  264. </center>
  265. </center>
  266. </div>
  267. </div>
  268.  
  269. <br><br><br>
  270.  
  271. </body>
  272.  
  273. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement