palfin

Navigation #6

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