Advertisement
Guest User

dai

a guest
Aug 16th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.  
  7. <link rel="stylesheet" type="text/css" href="http://goo.gl/F6c7pZ">
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14.  
  15. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/z2jnb4r5z/jquery.js"></script>
  16. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/uRynb4r20/minifield.js"></script>
  17.  
  18.  
  19.  
  20. <style type="text/css">
  21.  
  22. body {background:#fff;}
  23.  
  24.  
  25. #infscr-loading {position:relative!important; left:49%}
  26. .clear {clear:both;}
  27. #pagination {display:none;}
  28. .clearfix:after {display:block; clear:both; visibility:hidden; line-height:0; height:0; content:".";}
  29. .clearfix {display:inline-block;}
  30. html[xmlns] .clearfix {display:block;}* html .clearfix {height:1%;}
  31.  
  32.  
  33. .post {width:500px; float:left; position:relative;background:#fefefe;}
  34. #content {width:500px; margin:0px;margin-left:310px;}
  35. #contain {margin-left:auto;margin-right:auto;width:calc(1120px);}
  36.  
  37. colun{
  38. display:block;
  39. width:300px;
  40. position:absolute;
  41. }
  42. .two{
  43. margin-left:820px;
  44. }
  45.  
  46. box{
  47. display:block;
  48. background:#fefefe;
  49. min-height:200px;
  50. }
  51.  
  52. hea{
  53. background:#fcfcfc;
  54. display:block;
  55. height:40px;
  56. padding-left:30px;
  57. line-height:40px;
  58. border-top-right-radius:10px;
  59. border-top-left-radius:10px;
  60. border:1px solid #f5f5f5;
  61. }
  62.  
  63. </style>
  64.  
  65. </head>
  66. <body>
  67. <div id="contain" class="clearfix">
  68.  
  69. <hea>
  70.  
  71. </hea>
  72.  
  73. <colun>
  74. <titl>It's coming</titl>
  75. <box></box>
  76. </colun>
  77.  
  78. <colun class="two">
  79.  
  80. <titl>It's coming</titl>
  81. <box></box>
  82.  
  83. </colun>
  84.  
  85. <div id="content">
  86. {block:Posts}
  87. <div class="post" >
  88.  
  89.  
  90.  
  91. {block:Text}
  92. {block:Title}<h2>{Title}</h2>{/block:Title}
  93. {block:Body}
  94.  
  95. {Body}
  96.  
  97. {/block:Body}
  98. {/block:Text}
  99.  
  100.  
  101. {block:Photo}
  102. <img src="{PhotoURL-400}" width="400" />
  103.  
  104. {/block:Photo}
  105.  
  106. {block:Photoset}
  107. {Photoset-400}
  108.  
  109. {/block:Photoset}
  110.  
  111. {block:Quote}
  112.  
  113. "{Quote}"
  114. {block:Source} {Source} {/block:Source}
  115. {/block:Quote}
  116.  
  117. {block:Link}
  118. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  119. {block:Description} {Description} {/block:Description}
  120.  
  121. {/block:Link}
  122.  
  123. {block:Chat}
  124.  
  125. {block:Lines}
  126. {block:Label}
  127. <b>{Label}</b>
  128. {/block:Label}
  129. {Line}</br>
  130.  
  131. {/block:Lines}
  132.  
  133.  
  134. {/block:Chat}
  135.  
  136. {block:Audio}
  137.  
  138. {block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
  139. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  140. {/block:Audio}
  141.  
  142. {block:Video}
  143. {Video-400}
  144.  
  145. {/block:Video}
  146.  
  147. {block:Answer}
  148.  
  149. {Asker}
  150. {Question}
  151. {Answer}
  152.  
  153. {/block:Answer}
  154.  
  155.  
  156.  
  157. {block:Caption} {Caption} {block:Caption}
  158. </div>
  159. {/block:Posts}
  160. </div>
  161.  
  162.  
  163. </div>
  164.  
  165. {block:IndexPage}
  166. {block:Pagination}<ul id="pagination">
  167. {block:PreviousPage}
  168. <li><a href="{PreviousPage}"></a></li>
  169. {/block:PreviousPage}
  170. {block:JumpPagination length="5"}
  171. {block:CurrentPage}
  172. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  173. {/block:CurrentPage}
  174. {block:JumpPage}
  175. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  176. {/block:JumpPage}
  177. {/block:JumpPagination}
  178. {block:NextPage}
  179. <li><a id="nextPage" href="{NextPage}"></a></li>
  180. {/block:NextPage}
  181. </ul>{/block:Pagination}
  182. <script type="text/javascript">
  183. $(window).load(function () {
  184. var $content = $('#content');
  185. $content.infinitescroll({
  186. navSelector : '#pagination',
  187. nextSelector : '#pagination a#nextPage',
  188. itemSelector : '.post, .loading',
  189. loading: {
  190. finishedMsg: '',
  191. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  192. },
  193. bufferPx : 200,
  194. debug : false,
  195. });
  196. });
  197. </script>
  198. {/block:IndexPage}
  199. </body>
  200. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement