Advertisement
exoticflower

exotic-016

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