palfin

Navigation #7 Heavenly

Feb 22nd, 2014
1,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 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. Edited by Hellzayn-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <style type="text/css">
  17.  
  18.  
  19. /*--scrollbar--*/
  20.  
  21. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  22. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  23. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  24. ::-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;
  25. }
  26. /*--body--*/
  27.  
  28.  
  29. body {
  30. font-style:none;
  31. background-color:{color:bg};
  32. font-family:calibri;
  33. color:{color:text};
  34. font-size:9px;
  35. }
  36.  
  37.  
  38. a {
  39. color:{color:link};
  40. text-decoration:none;
  41. -webkit-transition: all 0.5s ease-out;
  42. -moz-transition: all 0.5s ease-out;
  43. transition: all 0.5s ease-out;
  44. }
  45.  
  46. a:hover {
  47. color:{color:hover};
  48. text-decoration:none;
  49. -webkit-transition: all 0.8s ease-out;
  50. -moz-transition: all 0.8s ease-out;
  51. transition: all 0.8s ease-out;
  52. }
  53.  
  54. img {
  55. border:none;
  56. }
  57.  
  58. blockquote {
  59. padding-left:5px;
  60. border-left:2px solid {color:border};
  61. }
  62.  
  63. h1 {
  64. font-size:10px;
  65. }
  66.  
  67. /*--Cursor code--*/
  68.  
  69.  
  70. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  71.  
  72. /*everything*/
  73.  
  74. #everything {
  75. margin-left:250px;
  76. margin-top:80px;
  77. width:800px;
  78. }
  79.  
  80. #sidebar {
  81. width: 250px;
  82. height: 670px;
  83. display: block;
  84. position: fixed;
  85. margin-top:-130px;
  86. margin-left:320px;
  87. }
  88.  
  89. #one {
  90. margin-top:160px;
  91. margin-left: -70px;
  92. -webkit-transition: opacity 0.8s ease-in-out;
  93. -moz-transition: opacity 0.8s ease-in-out;
  94. -o-transition: opacity 0.8s ease-in-out;
  95. -ms-transition: opacity 0.8s ease-in-out;
  96. transition: opacity 0.8s ease-in-out;
  97. }
  98.  
  99. #one img {
  100. opacity:1;
  101. width:350px;
  102. height:450px;
  103. padding:5px;
  104. }
  105.  
  106. /*--title--*/
  107.  
  108. #title {
  109. font-family:'times new roman';
  110. font-size:80px;
  111. margin-top:-67px;
  112. margin-left:255px;
  113. color:#bbbaba
  114. }
  115.  
  116. /*--links--*/
  117.  
  118. #links {
  119. width:150px;
  120. font-family:'cambria';
  121. text-transform:uppercase;
  122. text-align:center;
  123. margin-top:-480px;
  124. margin-left:30px;
  125. }
  126.  
  127. #links a {
  128. padding:3px;
  129. font-size:8px;
  130. color:#bbb8b8;
  131. -webkit-transition: all 0.4s ease-in-out;
  132. -moz-transition: all 0.4s ease-in-out;
  133. -o-transition: all 0.4s ease-in-out;
  134. -ms-transition: all 0.4s ease-in-out;
  135. transition: all 0.4s ease-in-out;
  136. }
  137.  
  138. #links a:hover {
  139. color:#fff;
  140. background-color:#bbb8b8;
  141. }
  142.  
  143. #grouplinks {
  144. width:120px;
  145. margin-top:40px;
  146. padding:6px;
  147. margin-left:280px;
  148. }
  149.  
  150.  
  151. #grouplinks a {
  152. font-family:Joe Schmoe;
  153. display:block;
  154. color:#bbb8b8;
  155. font-size:9px;
  156. padding:6px;
  157. text-align:center;
  158. letter-spacing:1px;
  159. text-transform:uppercase;
  160. margin-bottom:5px;
  161. -webkit-transition: all 0.4s ease-in-out;
  162. -moz-transition: all 0.4s ease-in-out;
  163. -o-transition: all 0.4s ease-in-out;
  164. -ms-transition: all 0.4s ease-in-out;
  165. transition: all 0.4s ease-in-out;
  166. }
  167.  
  168. #grouplinks a:hover {
  169. background:#bbb8b8;
  170. color:#fff;
  171. }
  172.  
  173.  
  174. #grouplinks1 {
  175. width:120px;
  176. margin-top:20px;
  177. padding:6px;
  178. margin-left:-189px;
  179. }
  180.  
  181.  
  182. #grouplinks1 a {
  183. font-family:Joe Schmoe;
  184. display:block;
  185. color:#bbb8b8;
  186. font-size:9px;
  187. padding:6px;
  188. text-align:center;
  189. letter-spacing:1px;
  190. text-transform:uppercase;
  191. margin-bottom:5px;
  192. -webkit-transition: all 0.4s ease-in-out;
  193. -moz-transition: all 0.4s ease-in-out;
  194. -o-transition: all 0.4s ease-in-out;
  195. -ms-transition: all 0.4s ease-in-out;
  196. transition: all 0.4s ease-in-out;
  197. }
  198.  
  199. #grouplinks1 a:hover {
  200. background:#bbb8b8;
  201. color:#fff;
  202. }
  203.  
  204.  
  205. {CustomCSS}
  206.  
  207. </style></head>
  208.  
  209.  
  210. <body>
  211.  
  212. <div id="everything">
  213.  
  214. <div id="title">Navigation</div>
  215. <div id="sidebar">
  216. <div id="one"><img src="https://24.media.tumblr.com/4b967c98924506ded525e320508e26fa/tumblr_n15ge9RvH51skcofto1_500.jpg"></div>
  217.  
  218. <div id="links">
  219. <a href="/">HOME</a>
  220. <a href="/ask">ASK</a>
  221. <a href="http://hellzayn.tumblr.com/">CREDIT</a>
  222. </div>
  223.  
  224. <table id="all" border="0" cellpadding="0" cellspacing="0">
  225.  
  226.  
  227. <td><div id="grouplinks1">
  228. <a href="/tagged/">link 1</a>
  229.  
  230. <a href="/tagged/">link 2</a>
  231.  
  232. <a href="/tagged/">link 3</a>
  233.  
  234. <a href="/tagged/">link 4</a>
  235.  
  236. <a href="/tagged/">link 5</a>
  237.  
  238.  
  239. </div></td>
  240.  
  241.  
  242. <td><div id="grouplinks">
  243. <a href="/tagged/">link 1</a>
  244.  
  245. <a href="/tagged/">link 2</a>
  246.  
  247. <a href="/tagged/">link 3</a>
  248.  
  249. <a href="/tagged/">link 4</a>
  250.  
  251. <a href="/tagged/">link 5</a>
  252.  
  253.  
  254. </div></td>
  255.  
  256. <tr>
  257.  
  258. <td><div id="grouplinks1">
  259. <a href="/tagged/">link 1</a>
  260.  
  261. <a href="/tagged/">link 2</a>
  262.  
  263. <a href="/tagged/">link 3</a>
  264.  
  265. <a href="/tagged/">link 4</a>
  266.  
  267. <a href="/tagged/">link 5</a>
  268.  
  269.  
  270. </div></td>
  271.  
  272. <td><div id="grouplinks">
  273. <a href="/tagged/">link 1</a>
  274.  
  275. <a href="/tagged/">link 2</a>
  276.  
  277. <a href="/tagged/">link 3</a>
  278.  
  279. <a href="/tagged/">link 4</a>
  280.  
  281. <a href="/tagged/">link 5</a>
  282.  
  283.  
  284. </div></td>
  285.  
  286.  
  287. </table>
  288.  
  289. </div>
  290. </body>
  291. </html>
Advertisement
Add Comment
Please, Sign In to add comment