Advertisement
exoticflower

exotic-017

Nov 24th, 2013
2,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. <html>
  2. <head><script type="text/javascript"
  3. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  4.  
  5. <!-- exotic-017 by cigerettes.tumblr.com
  6. download @ exoticlayouts.tumblr.com -->
  7.  
  8. <meta name="text:spacebetweenposts" content="px">
  9. <meta name="text:Link One Title" content="link1" />
  10. <meta name="text:Link One" content="" />
  11. <meta name="text:Link Two Title" content="link2" />
  12. <meta name="text:Link Two" content="" />
  13. <meta name="text:Link Three Title" content="link3" />
  14. <meta name="text:Link Three" content="" />
  15. <meta name="color:link" content="#000000">
  16.  
  17. <style type="text/css">
  18.  
  19. a:link, a:visited{
  20. color: {color:link};
  21. text-decoration: underline;
  22. }
  23.  
  24. a:hover{
  25. text-transform:italic;
  26. }
  27.  
  28. .entry{
  29. text-align:center;
  30. width:100%;
  31. margin-bottom:{text:spacebetweenposts};
  32. }
  33.  
  34. #posts{
  35. margin-top:30px;
  36. width:100%;
  37. }
  38.  
  39. .notphoto{
  40. width:500px;
  41. margin-left:25%;
  42. text-align:center;
  43. }
  44.  
  45. .entry img{
  46. width:100%;
  47. }
  48.  
  49. ol.notes img {
  50. display: none;
  51. }
  52.  
  53. .info{
  54. border:1px dotted black;
  55. background-color:white;
  56. margin-left:30px;
  57. margin-top:560px;
  58. width:300px;
  59. height:80px;
  60. z-index:99;
  61. position:fixed;
  62. -moz-box-shadow: 15px 15px rgba(0,0,0,0.5);
  63. -webkit-box-shadow: 15px 15px rgba(0,0,0,0.5);
  64. box-shadow: 15px 15px rgba(0,0,0,0.5); #000000;
  65. }
  66.  
  67. .blogtitle{
  68. font-size:25px;
  69. margin-left:20px;
  70. margin-top:-10px;
  71. text-transform:uppercase;
  72. text-decoration:none;
  73. z-index:9999999;
  74. position:fixed;
  75. width:300px;
  76. }
  77.  
  78. .blogtitle a{
  79. text-decoration:none;
  80. }
  81.  
  82. .links{
  83. width:285px;
  84. text-align:right;
  85. }
  86.  
  87. .links a{
  88. text-decoration:underline;
  89. font-size:smaller;
  90. }
  91.  
  92. .links a:hover{
  93. text-transform:italic;
  94. }
  95.  
  96. .title{
  97. font-size:bigger;
  98. }
  99.  
  100. .title a{
  101. font-size:21px;
  102. text-transform:uppercase;
  103. text-decoration:underline;
  104. }
  105.  
  106. {CustomCSS}
  107. </style>
  108. {block:IndexPage}
  109. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  110. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  111.  
  112. <script type="text/javascript">
  113. $(window).load(function () {
  114. var $content = $('#posts');
  115. $content.masonry({itemSelector: '.entry'}),
  116. $content.infinitescroll({
  117. navSelector : '#pagination',
  118. nextSelector : '#pagination a#nextPage',
  119. itemSelector : '.entry',
  120. loading: {
  121. finishedMsg: 'you have reached the end',
  122. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  123. },
  124. bufferPx : 300,
  125. debug : false,
  126. },
  127. // call masonry as a callback.
  128. function( newElements ) {
  129. var $newElems = $( newElements );
  130. $newElems.hide();
  131. // ensure that images load before adding to masonry layout
  132. $newElems.imagesLoaded(function(){
  133. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  134.  
  135.  
  136. });
  137. });
  138. });
  139. </script>
  140. {/block:IndexPage}
  141.  
  142. <title>{title}</title>
  143.  
  144. <link rel="shortcut icon" href="{Favicon}">
  145. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  146. <meta name="viewport" content="width=820" />
  147.  
  148. </style>
  149.  
  150. </head>
  151.  
  152. <body>
  153.  
  154. <div class="info"><br>
  155. <div class="blogtitle"><a href="/">{title}</a></div><br><br>
  156. <div class="links">
  157. {block:AskEnabled}<a href="/ask">ask</a> &middot; {/block:AskEnabled}
  158.  
  159. {block:ifLinkOneTitle} <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  160.  
  161. {block:ifLinkTwoTitle} &middot; <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  162.  
  163. {block:ifLinkThreeTitle} &middot; <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  164.  
  165. &middot; <a href="http://cigerettes.tumblr.com/">theme</a></div>
  166. </div>
  167.  
  168. {block:Posts}<div id="posts">
  169. <div class="entry">
  170. <div class="notphoto">
  171. {block:Text}
  172. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span>
  173. {/block:IndexPage}
  174. {/block:Text}
  175.  
  176. {block:Link}
  177. <a href="{URL}" class="title">→ {Name}</a>
  178. {block:Description}{Description}{/block:Description}
  179.  
  180. {/block:Link}
  181. </div>
  182.  
  183. {block:Photo}
  184.  
  185. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}{/block:IndexPage}
  186. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  187. {/block:Photo}
  188.  
  189. {block:Photoset}
  190. {block:IndexPage}<center>{Photoset-fullscreen}<br><div class="perma">
  191. <a href="{ReblogUrl}" target="_blank"> Reblog </a> | <a href="{Permalink}"><a href="{permalink}">Notes</a></span></div></center>{/block:IndexPage}
  192. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  193. {/block:Photoset}
  194. <div class="notphoto">
  195. {block:Quote}
  196. <i>"{Quote}"</i>
  197. {block:Source}
  198. <div align="right">— {Source} <a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div></div>
  199. {/block:Source}
  200.  
  201. {/block:Quote}
  202.  
  203.  
  204.  
  205. {block:Chat}
  206. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  207. <ul class="chat">
  208. {block:Lines}
  209. <div class="user_{UserNumber}">
  210. {block:Label}
  211. <span class="label"><b>{Label}</b></span>
  212. {/block:Label}
  213.  
  214. {Line}
  215. </li>
  216. {/block:Lines}
  217. </ul>
  218. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div>
  219. {/block:IndexPage}
  220. {/block:Chat}
  221.  
  222. {block:Audio}
  223. <center><div class="audio">
  224. {block:AlbumArt}
  225. <div class="cover">
  226. {block:IndexPage}<div class="audioarea">{/block:IndexPage}
  227. <img border="0" src="{AlbumArtUrl}" class="albumart" style="width:{block:iftwocolumns}250px;{/block:iftwocolumns}500px;"/>
  228. {/block:AlbumArt}</div></div>
  229. <div class="trans"></div>
  230. <div class="music">
  231. {AudioPlayerWhite}</div>
  232. <div class="caption">{PlayCountWithLabel}<br><a href="{permalink}"><div align="right"><div style="z-index:999999999999999;font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+ {notecount}</a></span></div></div></div>
  233. </div></center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  234. {/block:Audio}
  235.  
  236.  
  237. {block:Video}
  238. {block:IndexPage}
  239.  
  240. {/block:IndexPage}
  241. <center>
  242. {block:IndexPage}
  243. {Video-250}<br><div class="perma">
  244. <a href="{ReblogUrl}" target="_blank"> Reblog </a> | <a href="{Permalink}"><a href="{permalink}">Notes</a></span></div>
  245. {/block:IndexPage}
  246. </center>
  247. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  248. {block:Video}
  249.  
  250. {block:Answer}
  251. <b>{Asker}</b>: <b>{Question}</b><div style="line-height:11px;">{Answer}</div>{block:IndexPage}
  252. <a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div>
  253. {/block:IndexPage}
  254. {/block:Answer}
  255.  
  256.  
  257. </div>
  258.  
  259. {block:PermalinkPage}
  260. <center>
  261. {block:Date}
  262. <center>
  263. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  264. {/block:Date}
  265. </center>
  266. {/block:PermalinkPage}
  267.  
  268.  
  269. </div>
  270.  
  271.  
  272. {/block:Posts}
  273. </div>
  274. </div>
  275. {block:IndexPage}<br>
  276. {block:Pagination}
  277. <div id="pagination">
  278. {block:NextPage}
  279. <a id="nextPage" href="{NextPage}"></a>
  280. {/block:NextPage}
  281. {block:PreviousPage}
  282. <a href="{PreviousPage}"></a>
  283. {/block:PreviousPage}
  284. </div>
  285. {/block:Pagination}
  286. {/block:IndexPage}
  287. </div>
  288.  
  289. </div>
  290.  
  291. </body>
  292.  
  293. <!-- i spent so much time and effort pls dont remove credits
  294. i tried to make them as out of the way as possible
  295. thank you dear -->
  296.  
  297. <div style="display:block;bottom:5px;right:-1px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;"><a href="http://cigerettes.tumblr.com/">▣</a>
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement