Advertisement
exoticflower

exotic-011

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