palfin

Navigation #8 One piece

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