Advertisement
thehandyblog

Navigation Page #2

Dec 9th, 2012
24,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5.  
  6. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  7. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  8. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  9.  
  10. Page by © Stratfor-d
  11.  
  12. ✔ Keep the credits intact.
  13. ✔ Don't use as a base.
  14. ✔ Don't claim as yours.
  15.  
  16.  
  17. ---->
  18.  
  19. <head>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  22.  
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  24. <title>{Title}</title>
  25.  
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}" />{/block:Description}
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30. <style type="text/css">
  31.  
  32. body {color: #bbb; background-color: #Fff; font-family: century gothic; font-size:10px; margin-left:0px; margin-right:0px}
  33.  
  34. a {text-decoration:none; color: #bbb; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
  35.  
  36. a:hover {color:#dadada; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
  37.  
  38. ::-webkit-scrollbar {width: 7px; height:7px; background:#fff;}
  39.  
  40. ::-webkit-scrollbar-thumb {background:#f0f0f0;}
  41.  
  42. #box { width:200px; background:#fff; border:1px solid #f5f5f5; padding:15px; text-align:center; display:inline-block; margin-left:10px; margin-right:10px;}
  43.  
  44. .title {background:#C93A3A; padding:5px; text-align:Center; font-family:century gothic; color:#fff; font-size:15px}
  45.  
  46. #all {width:100%; margin:auto}
  47.  
  48. #des {width:335px; margin-top:20px; margin-left:2px; text-align:center; font-size:8px; text-transform:uppercase; font-family:calibri}
  49.  
  50. #topbar {background:#fff; width:500px; height:250px; margin-top:-38px; overflow:hidden;} #topbar img{width:100%; height:100%;}
  51.  
  52. #inside {position:absolute; margin-top:-165px; width:170px; margin-left:156px; padding:5px; border:4px double #fff; font-family:century gothic; font-size:15px; text-transform:uppercase; color:#999; text-align:center}
  53.  
  54. #cover{margin:5px; background:#fff; padding:10px}
  55.  
  56. .links {margin-top:10px; text-align:left; margin-left:10px; line-height:17px;}
  57.  
  58. .links a {color:#ccc; text-transform:uppercase; letter-spacing:1px; margin-left:5px; padding:5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  59.  
  60. .links a:hover {padding-left:15px;}
  61.  
  62. #box {width:206px; background:#fff; text-align:center; display:inline-block; margin-left:10px; margin-right:10px;}
  63.  
  64. </style>
  65.  
  66. <style type="text/css">{CustomCSS}</style>
  67.  
  68. </head>
  69.  
  70. <body>
  71.  
  72. <br><br>
  73.  
  74. <center>
  75.  
  76. <div id="all">
  77.  
  78. <div id="topbar">
  79.  
  80. <img src="http://media.tumblr.com/tumblr_meqztdnZLc1qh7cpd.jpg">
  81.  
  82. <div id="inside">
  83.  
  84. <div id="cover">
  85.  
  86. <div id="toptitle">{Name}'s<br>tag list</div>
  87.  
  88. </div>
  89.  
  90. </div>
  91.  
  92. </div>
  93.  
  94. <br></br>
  95.  
  96. <div id="box">
  97.  
  98. <div class="title">TITLE HERE</a></div>
  99.  
  100. <div class="links">
  101.  
  102. &raquo; <a href="/">Tag One</a><br>
  103.  
  104. &raquo; <a href="/">Tag Two</a><br>
  105.  
  106. &raquo; <a href="/">Tag Three</a><br>
  107.  
  108. &raquo; <a href="/">Tag Four</a><br>
  109.  
  110. &raquo; <a href="/">Tag Five</a><br>
  111.  
  112. &raquo; <a href="/">Tag Six</a><br>
  113.  
  114. &raquo; <a href="/">Tag Seven</a><br>
  115.  
  116. </div>
  117.  
  118. </div>
  119.  
  120. <div id="box">
  121.  
  122. <div class="title">TITLE HERE</a></div>
  123.  
  124. <div class="links">
  125.  
  126. &raquo; <a href="/">Tag One</a><br>
  127.  
  128. &raquo; <a href="/">Tag Two</a><br>
  129.  
  130. &raquo; <a href="/">Tag Three</a><br>
  131.  
  132. &raquo; <a href="/">Tag Four</a><br>
  133.  
  134. &raquo; <a href="/">Tag Five</a><br>
  135.  
  136. &raquo; <a href="/">Tag Six</a><br>
  137.  
  138. &raquo; <a href="/">Tag Seven</a><br>
  139.  
  140. </div>
  141.  
  142. </div>
  143.  
  144. <br><br><p>
  145.  
  146. <div id="box">
  147.  
  148. <div class="title">TITLE HERE</a></div>
  149.  
  150. <div class="links">
  151.  
  152. &raquo; <a href="/">Tag One</a><br>
  153.  
  154. &raquo; <a href="/">Tag Two</a><br>
  155.  
  156. &raquo; <a href="/">Tag Three</a><br>
  157.  
  158. &raquo; <a href="/">Tag Four</a><br>
  159.  
  160. &raquo; <a href="/">Tag Five</a><br>
  161.  
  162. &raquo; <a href="/">Tag Six</a><br>
  163.  
  164. &raquo; <a href="/">Tag Seven</a><br>
  165.  
  166. </div>
  167.  
  168. </div>
  169.  
  170. <div id="box">
  171.  
  172. <div class="title">TITLE HERE</a></div>
  173.  
  174. <div class="links">
  175.  
  176. &raquo; <a href="/">Tag One</a><br>
  177.  
  178. &raquo; <a href="/">Tag Two</a><br>
  179.  
  180. &raquo; <a href="/">Tag Three</a><br>
  181.  
  182. &raquo; <a href="/">Tag Four</a><br>
  183.  
  184. &raquo; <a href="/">Tag Five</a><br>
  185.  
  186. &raquo; <a href="/">Tag Six</a><br>
  187.  
  188. &raquo; <a href="/">Tag Seven</a><br>
  189.  
  190. </div>
  191.  
  192. </div>
  193.  
  194. </div>
  195.  
  196. <a style="bottom:10px; right:10px; position:fixed; background:#fff; padding:3px; border:1px solid #eee; font-size:9px; color:#d5d5d5; letter-spacing:1px" href="http://stratfor-d.tumblr.com">CREDIT</a>
  197.  
  198. </body>
  199. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement