Advertisement
exoticflower

exotic-021

Apr 10th, 2014
3,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><script type="text/javascript"
  3. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  4. <html lang="en">
  5. <head>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8.  
  9. <!-- exotic-021 by cigerettes.tumblr.com
  10. download @ exoticlayouts.tumblr.com -->
  11.  
  12. <style type="text/css">
  13.  
  14. body {
  15. padding: 0px;s
  16. margin: 0px;
  17. color:{color:text};
  18. background-color: {color:Background};
  19. background-image:url();
  20. background-attachment: fixed;
  21. background-size: ;
  22. font-family: arial;
  23. font-size: 11px;
  24. color:{color:text};
  25. }
  26.  
  27. a:link, a:visited{
  28. color: black;
  29. text-decoration: none;
  30. }
  31.  
  32. a:active{
  33. color:transparent;
  34. }
  35.  
  36.  
  37. .entry{
  38. margin:0px;
  39. padding-bottom: 5px;
  40. float:left;
  41. background-color: #fff;
  42. font-size: 11px;
  43. margin-top:70px;
  44. line-height:25px;
  45. {block:IndexPage}
  46. width:500px;
  47. {/block:IndexPage}
  48. {block:PermalinkPage}
  49. width:500px;
  50. margin-top:100px;
  51. {/block:PermalinkPage}
  52. }
  53.  
  54. .entry #reblog{
  55. opacity:0;
  56. text-align:right;
  57. -webkit-transition: all .3s ease;
  58. -moz-transition: all .3s ease;
  59. -o-transition: all .3s ease;
  60. transition: all .3s ease;
  61. }
  62.  
  63. .entry:hover #reblog{
  64. opacity:1;
  65. -webkit-transition: all .3s ease;
  66. -moz-transition: all .3s ease;
  67. -o-transition: all .3s ease;
  68. transition: all .3s ease;
  69. }
  70.  
  71. #posts {
  72. position:relative;
  73. width: 500px;
  74. margin-left: 555px;
  75. margin-top: 0px;
  76. }
  77.  
  78. #permalink{
  79. background-color:#d0cfcf;
  80. }
  81.  
  82. .player {
  83. width:30px;
  84. height:25px;
  85. overflow:hidden;
  86. position:absolute;
  87. background:white;}
  88.  
  89. .audioinfo {
  90. margin-left:50px;
  91. }
  92.  
  93. #pagination{
  94. letter-spacing:1px;
  95. }
  96.  
  97. .jump_page {
  98. padding-left:10px;
  99. padding-right:10px;
  100. }
  101.  
  102. .current_page {
  103. font-weight:bold;
  104. padding-left:10px;
  105. padding-right:10px;
  106. }
  107.  
  108. .sidebar{
  109. margin-left:150px;
  110. margin-top:200px;
  111. text-align:right;
  112. width:300px;
  113. overflow:hidden;
  114. position:fixed;
  115. }
  116.  
  117. .blogt{
  118. font-size:70px;
  119. }
  120.  
  121. .blogt a{
  122. -webkit-text-stroke-width: 2px;
  123. letter-spacing:3px;
  124. -webkit-text-stroke-color: black;
  125. color:white;
  126. }
  127.  
  128. .links{
  129. font-size:20px;
  130. line-height:35px;
  131. }
  132.  
  133. {CustomCSS}
  134. </style>
  135. {block:IndexPage}
  136.  
  137. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  138. <script type="text/javascript">
  139. $(window).load(function () {
  140. var $content = $('#posts');
  141. $content.masonry({itemSelector: '.entry'}),
  142. $content.infinitescroll({
  143. navSelector : '#pagination',
  144. nextSelector : '#pagination a#nextPage',
  145. itemSelector : '.entry',
  146. loading: {
  147. finishedMsg: 'you have reached the end',
  148. img: 'http://www.polaroin.com/images/loading.gif'
  149. },
  150. bufferPx : 300,
  151. debug : false,
  152. },
  153. // call masonry as a callback.
  154. function( newElements ) {
  155. var $newElems = $( newElements );
  156. $newElems.hide();
  157. // ensure that images load before adding to masonry layout
  158. $newElems.imagesLoaded(function(){
  159. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  160.  
  161.  
  162. });
  163. });
  164. });
  165. </script>
  166. </style>
  167. {/block:IndexPage}
  168.  
  169. <title>{title}</title>
  170.  
  171. <link rel="shortcut icon" href="{Favicon}">
  172. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  173. <meta name="viewport" content="width=820" />
  174.  
  175.  
  176.  
  177.  
  178. </head>
  179. <body>
  180.  
  181.  
  182. <div class="sidebar">
  183. <div class="blogt">
  184. <a href="/">{title}</a>
  185. </div>
  186. <br><div class="links">
  187. <a href="/ask">mail</a><br>
  188. <a href="/archive">index</a><br>
  189. <a href="http://cigerettes.tumblr.com/">themes</a>
  190. </div>
  191. </div>
  192.  
  193. <div id="posts">
  194.  
  195.  
  196. {block:Posts}
  197. <div class="entry">
  198.  
  199.  
  200. {block:Quote}
  201.  
  202.  
  203. <div id="titlequote">“{Quote}”</div>
  204. {block:Source}<div id="source">&mdash; <i>{Source}</i></div>{/block:Source}
  205. {/block:Quote}
  206.  
  207.  
  208.  
  209. {block:Text}
  210.  
  211. {block:Title}
  212. <div id="title"><u>{Title}</u></div>{/block:Title}
  213. {Body}
  214. {/block:Text}
  215.  
  216. {block:Link}
  217. <div id="title"><a href="{URL}"><u>{Name}</u></a></div>{block:Description}{Description}{/block:Description}
  218. {/block:Link}
  219.  
  220. {block:Chat}
  221. {block:Title}
  222. <h1><u>{Title}</u></h1>
  223. {/block:Title}
  224. <ul>{block:Lines}
  225. <li class="line {Alt}">
  226. {block:Label}
  227. <span class="label">
  228. {Label}</span>
  229. {/block:Label}{Line}</li>
  230. {/block:Lines}
  231. </ul>
  232. {/block:Chat}
  233.  
  234. {block:Photo}
  235. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  236. {/block:Photo}
  237.  
  238. {block:Photoset}
  239. {Photoset-500}
  240. {/block:Photoset}
  241.  
  242. {block:Video}
  243. {Video-500}
  244. {/block:Video}
  245.  
  246. {block:Audio}
  247. <div class="player">{AudioPlayerWhite}</div>
  248. <div class="audioinfo">
  249. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br><i>{Artist}</i>{/block:Artist}
  250. </div>
  251. {/block:Audio}
  252.  
  253. {block:Answer}
  254. <b>{Asker}:</b>
  255. {Question}
  256. <i>{Answer}</i>
  257. {/block:Answer}
  258.  
  259.  
  260.  
  261. {block:Date}
  262. <div id="permalink">
  263. <a href="{Permalink}" >&nbsp;&nbsp;{ShortMonth} {DayOfMonth}{Dayofmonthsuffix}</a>{block:NoteCount}<a href="{Permalink}"> : {NoteCount}</a>{/block:NoteCount}</div>
  264. {block:indexpage}<div id="reblog"><a href="{reblogurl}"><i>reblog</i></a></div>{/block:indexpage}
  265.  
  266. {/block:Date}
  267. <br>
  268. {block:permalinkpage}<center>
  269. {block:RebloggedFrom}( <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> -
  270. {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  271. {/block:ContentSource}
  272. ){/block:RebloggedFrom}
  273. </center>
  274. {/block:permalinkpage}
  275.  
  276. </div>
  277.  
  278. {/block:Posts}
  279.  
  280. <br><br>
  281. <center>
  282. {block:Pagination}
  283. {block:PreviousPage}<a href="{PreviousPage}">⇤</a>{/block:PreviousPage}
  284. {block:JumpPagination length="3"}{block:CurrentPage}
  285. <span class="current_page">{PageNumber}</span>
  286. {/block:CurrentPage}
  287. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  288. {/block:JumpPage}
  289. {/block:JumpPagination}
  290. {block:NextPage}<a href="{NextPage}">⇥</a>{/block:NextPage}
  291. {/block:Pagination}
  292. </center>
  293.  
  294. </div>
  295.  
  296. {block:IndexPage}<br>
  297. {block:Pagination}
  298. <div id="pagination">
  299. {block:NextPage}
  300. <a id="nextPage" href="{NextPage}"></a>
  301. {/block:NextPage}
  302. {block:PreviousPage}
  303. <a href="{PreviousPage}"></a>
  304. {/block:PreviousPage}
  305. </div>
  306. {/block:Pagination}
  307. {/block:IndexPage}
  308. </div>
  309. <br>
  310.  
  311. </body>
  312.  
  313. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement