Advertisement
exoticflower

exotic-06

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