Advertisement
exoticflower

exotic-015

Nov 10th, 2013
1,793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 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-015 by cigerettes.tumblr.com
  6. download @ exoticlayouts.tumblr.com -->
  7. <meta name="text:link one title" content="/">
  8. <meta name="text:link two title" content="/ask">
  9. <meta name="text:link three title" content="-links">
  10. <meta name="text:link one" content="/">
  11. <meta name="text:link two" content="/ask">
  12. <meta name="text:link three" content="/">
  13. <meta name="text:link one hover" content="home">
  14. <meta name="text:link two hover" content="ask">
  15. <meta name="text:link three hover" content="links">
  16. <style type="text/css">
  17.  
  18. #tumblr_controls{
  19. position:fixed !important;
  20. }
  21.  
  22. body {
  23. padding:0px;
  24. margin: 0px;
  25. color:{color:text};
  26. font-family: arial;
  27. font-size:20px;
  28. line-height:25px;
  29. background-color: {color:Background};
  30. background-image:url({image:Background});
  31. background-size: cover;
  32. background-attachment: fixed;
  33. background-repeat: no-repeat;
  34. }
  35.  
  36. a:link, a:visited{
  37. color: blue;
  38. text-decoration: none;
  39. }
  40.  
  41. a:active{
  42. color:red;
  43. }
  44.  
  45.  
  46.  
  47. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  48. ::-webkit-scrollbar-thumb {background-color:#000000 ; border: 1px solid black;}
  49.  
  50. .entry {
  51. float:left;
  52. padding:100px;
  53. width:500px;
  54. text-align:center;
  55. border:10px dotted transparent;
  56. }
  57.  
  58. img{
  59. opacity:1;
  60. -webkit-transition: all 1s ease-out;
  61. -moz-transition: all 1s ease-out;
  62. -ms-transition: all 1s ease-out;
  63. -o-transition: all 1s ease-out;
  64. transition: all 1s ease-out;
  65. border:10px dotted black;
  66. }
  67.  
  68. img:hover{
  69. opacity:0;
  70. -webkit-transition: all 1s ease-out;
  71. -moz-transition: all 1s ease-out;
  72. -ms-transition: all 1s ease-out;
  73. -o-transition: all 1s ease-out;
  74. transition: all 1s ease-out;
  75. }
  76.  
  77. #i {
  78. position:fixed;
  79. width:150%;
  80. height:1px;
  81. left:-5px;
  82. bottom:100px;
  83. z-index:-1;
  84. background:black;
  85.  
  86. {block:permalinkpage}
  87. top:100px;
  88. {/block:permalinkpage}
  89.  
  90. }
  91.  
  92. #ii {
  93. position:fixed;
  94. height:150%;
  95. width:1px;
  96. left:400px;
  97. top:-5px;
  98. z-index:-1;
  99. background:black;
  100.  
  101. {block:permalinkpage}
  102. left:620px;
  103. {/block:permalinkpage}
  104.  
  105. }
  106.  
  107. #posts {
  108. width: 500px;
  109. float:center;
  110. margin-left:40px;
  111. background-color:transparent;
  112. {block:permalinkpage}
  113. width:700px;
  114. height:200px;
  115. margin-left:10px;
  116. margin-top:25px;
  117. {/block:permalinkpage}
  118. }
  119.  
  120. ol.notes img{
  121. display:none;
  122. }
  123.  
  124. ol.notes {
  125. text-align:left;
  126. }
  127.  
  128. .textpermalink{
  129. background-color:white;
  130. }
  131.  
  132. .blogtitle{
  133. text-transform:uppercase;
  134. color:black;
  135. }
  136.  
  137. .bbb{
  138. position:fixed;
  139. margin-top:550px;
  140. margin-left:1000px;
  141. font-size:30px;
  142. }
  143.  
  144. {CustomCSS}
  145. </style>
  146. {block:IndexPage}
  147. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  148. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  149.  
  150. <script type="text/javascript">
  151. $(window).load(function () {
  152. var $content = $('#posts');
  153. $content.masonry({itemSelector: '.entry'}),
  154. $content.infinitescroll({
  155. navSelector : '#pagination',
  156. nextSelector : '#pagination a#nextPage',
  157. itemSelector : '.entry',
  158. loading: {
  159. finishedMsg: 'you have reached the end',
  160. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  161. },
  162. bufferPx : 300,
  163. debug : false,
  164. },
  165. // call masonry as a callback.
  166. function( newElements ) {
  167. var $newElems = $( newElements );
  168. $newElems.hide();
  169. // ensure that images load before adding to masonry layout
  170. $newElems.imagesLoaded(function(){
  171. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  172.  
  173.  
  174. });
  175. });
  176. });
  177. </script>
  178. {/block:IndexPage}
  179.  
  180. <title>{title}</title>
  181.  
  182. <link rel="shortcut icon" href="{Favicon}">
  183. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  184. <meta name="viewport" content="width=820" />
  185.  
  186. </style>
  187.  
  188. </head>
  189.  
  190. <body><div id="i"></div>
  191. <div id="ii"></div>
  192. <div class="bbb">
  193. <div class="blogtitle">{title}</div>
  194. <br><a href="{text:link one}" title="{text:link one hover}" style="font-size:smaller;">{text:link one title}</a>&nbsp;&nbsp;&nbsp;<a href="{text:link two}" title="{text:link two hover}">{text:link two title}</a>&nbsp;&nbsp;&nbsp;<a href="{text:link three}" title="{text:link three hover}">{text:link three title}</a>&nbsp;&nbsp;&nbsp;<a href="http://cigerettes.tumblr.com" title="themes" target="_blank">▣</a></div>
  195. <div id="posts">
  196. {block:Posts}
  197. <div class="entry">
  198.  
  199. {block:Text}
  200. {block:Title}<span class="title"><div style="background-color:white;"><a href="{permalink}">{Title}</a></div></span>{/block:Title}
  201. <span class="wordpost"><div style="background-color:white;">{Body}</div></span></a>
  202. {block:IndexPage}
  203. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  204. {/block:IndexPage}
  205. {/block:Text}
  206.  
  207. {block:Link}
  208. <a href="{URL}" class="title">→ {Name}</a>
  209. {block:Description}{Description}{/block:Description}
  210. {block:IndexPage}
  211. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  212. {/block:IndexPage}
  213. {block:Link}
  214.  
  215. {block:Photo}
  216. {block:IndexPage}
  217. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{/block:IndexPage}
  218. {block:PermalinkPage}{LinkOpenTag}<center><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="750"/></center>{LinkCloseTag}{/block:PermalinkPage}
  219. {/block:Photo}
  220.  
  221. {block:Photoset}{block:IndexPage}
  222. <div id="permalink"><a href="{ReblogURL}" title="Reblog" target="_blank"><div class="reblog-button"></div></a></div>
  223. {/block:IndexPage}<center>{Photoset-500}</center></span>{/block:Photoset}
  224.  
  225. {block:Quote}
  226. <span class="quotes">"{Quote}"</span><br />
  227. <div style="text-align:right;">{block:Source}-{Source}{/block:Source}</div>
  228. {block:IndexPage}
  229. <br /><div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  230. {/block:IndexPage}
  231. {/block:Quote}
  232.  
  233. {block:Chat}
  234. {block:Title}<span class="title">{Title}</span>{/block:Title}
  235. <ul class="chat"> <div style="text-align:left;">
  236. {block:Lines}
  237. <li class="user_{UserNumber}">
  238. {block:Label}
  239. <span class="label">{Label}</span>
  240. {/block:Label}
  241. <div style="display:inline;">
  242. {Line}</div>
  243. </li>
  244. {/block:Lines}</div>
  245. </ul>
  246. {block:IndexPage}
  247. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  248. {/block:IndexPage}
  249. {/block:Chat}
  250.  
  251. {block:Audio}
  252. <center><div style="width:250px; height:20px;"><div style="width:250px;background-color:black;float:left">{AudioPlayerBlack}</div><div style="margin-top:8px; float:right;"><small>
  253. {FormattedPlayCount} plays</small></div></div></center><br>
  254. {block:Caption}{Caption}{/block:Caption}
  255. {block:IndexPage}
  256. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  257. {/block:IndexPage}
  258. {/block:Audio}
  259.  
  260. {block:Video}
  261. {block:IndexPage}
  262. <div id="permalink"><a href="{ReblogURL}" title="Reblog" target="_blank"><div class="reblog-button"></div></a></div>
  263. </div>
  264. {/block:IndexPage}
  265. {block:PermalinkPage}{LinkOpenTag}<center><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></center>{LinkCloseTag}{/block:PermalinkPage}
  266. {block:Video}
  267.  
  268. {block:Answer}<div class="text">
  269. <div class="question">
  270. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  271. {block:indexpage}
  272. <div class="textpermalink"><a href="{Permalink}">{NoteCountwithlabel}</div>
  273. {/block:indexpage}
  274. </div>{/block:Answer}
  275.  
  276.  
  277.  
  278. {/block:IndexPage}
  279. {/block:Answer}
  280.  
  281. {block:PermalinkPage}
  282. <center>
  283. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  284.  
  285. {/block:PermalinkPage}
  286.  
  287. {block:PostNotes}
  288. <div class="caption">{PostNotes}
  289. </div>
  290. {/block:PostNotes}
  291.  
  292. </div>
  293.  
  294. {/block:Posts}
  295. </div>
  296. </div>
  297. {block:IndexPage}<br>
  298. {block:Pagination}
  299. <div id="pagination">
  300. {block:NextPage}
  301. <a id="nextPage" href="{NextPage}"></a>
  302. {/block:NextPage}
  303. {block:PreviousPage}
  304. <a href="{PreviousPage}"></a>
  305. {/block:PreviousPage}
  306. </div>
  307. {/block:Pagination}
  308. {/block:IndexPage}
  309. </div>
  310.  
  311.  
  312.  
  313. </body>
  314.  
  315. <!-- i spent so much time and effort pls dont remove credits
  316. i tried to make them as out of the way as possible
  317. thank you dear -->
  318.  
  319.  
  320. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement