Advertisement
exoticflower

exotic-014

Nov 10th, 2013
1,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 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. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400' rel='stylesheet' type='text/css'>
  5.  
  6. <!-- exotic-03 by cigerettes.tumblr.com
  7. download @ exoticlayouts.tumblr.com -->
  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:active" content="#000000">
  13. <meta name="color:hover" content="#838383">
  14. <meta name="color:link box" content="#000000">
  15. <meta name="color:link box hover" content="#ffffff">
  16. <meta name="color:title hover" content="#000000">
  17. <meta name="color:blockquote" content="#000000">
  18.  
  19. <style type="text/css">
  20.  
  21. body {
  22. padding: 0px;
  23. margin: 0px;
  24. color:{color:text};
  25. background-color: {color:Background};
  26. background-image:url({image:Background});
  27. background-attachment: fixed;
  28. background-size: ;
  29. font-family: georgia;
  30. font-size: 9px;
  31. line-height:10px;
  32. color:{color:text};
  33. }
  34.  
  35. a:link, a:visited{
  36. color: {color:link};
  37. text-decoration: none;
  38. }
  39.  
  40. a:active{
  41. color:{color:active};
  42. }
  43.  
  44. a:hover{
  45. color:{color:Hover};
  46. }
  47.  
  48. blockquote {
  49. border-left: 3px solid;
  50. padding-left: 15px;
  51. margin-left: 10px;
  52. font-style: italic;
  53. color:{color:blockquote};
  54. }
  55.  
  56. blockquote img{
  57. width:300px;
  58. height:auto;
  59. }
  60.  
  61.  
  62.  
  63. .entry {
  64. margin:auto;
  65. padding-bottom: 5px;
  66. float:left;
  67. width:500px;
  68. padding-left:10px;
  69. background-color: #fff;
  70. font-family: georgia;
  71. font-size: 9px;
  72. line-height:12px;
  73. margin-top:70px;
  74. {block:PermalinkPage}
  75. width:500px;
  76. margin-top:100px;
  77. {/block:PermalinkPage}
  78. }
  79.  
  80. .entry #permalink{
  81. opacity:0;
  82. text-align:left;
  83. margin-left:575px;
  84. margin-top:-32px;
  85. font-size:9px;
  86. font-family:courier new;
  87. z-index:9999999999;
  88. line-height:9px;
  89. }
  90.  
  91. .entry #permalink a{
  92. color:{color:link};
  93. text-decoration:underline;
  94. }
  95.  
  96. .entry #permalink a:hover{
  97. color:{color:hover};
  98. }
  99.  
  100. .entry:hover #permalink{
  101. opacity:1;
  102. }
  103.  
  104. #posts {
  105. border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;
  106. background:#fff;
  107. padding:20px;
  108. margin:auto;
  109. width:520px;
  110. }
  111.  
  112. .links{
  113. text-align:center;
  114. font-family:courier new;
  115. font-size: 12px;
  116. background-color:transparent;
  117. margin-top:25px;
  118. text-transform:lowercase;
  119. z-index:99999;
  120. width:100%;
  121. }
  122.  
  123. .links a {text-decoration:underline;}
  124.  
  125. .links a:hover {
  126. font-style:italic;
  127. }
  128. .mirror {
  129. -moz-transform: scaleX(-1);
  130. -o-transform: scaleX(-1);
  131. -webkit-transform: scaleX(-1);
  132. transform: scaleX(-1);
  133. }
  134. .blogtitle{
  135. font-size:25px;
  136. font-family:Arial;
  137. font-weight:bold;
  138. text-transform:uppercase;
  139. margin-top:50px;
  140. text-align:center;
  141. }
  142.  
  143. .blogtitle a:hover{
  144. color:{color:title hover};
  145. }
  146.  
  147. .title{
  148. font-size:larger;
  149. }
  150.  
  151. .title a{
  152. text-decoration:underline;
  153. }
  154.  
  155.  
  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.  
  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. {/block:IndexPage}
  193.  
  194. <title>{title}</title>
  195.  
  196. <link rel="shortcut icon" href="{Favicon}">
  197. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  198. <meta name="viewport" content="width=820" />
  199.  
  200. </style>
  201.  
  202. </head>
  203.  
  204. <body>
  205.  
  206. <div class="blogtitle"><a href="/">{title}</a></div><div class="links"><a href="/ask">ask</a>{block:HasPages}{block:Pages}&nbsp;<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}&nbsp;<a href="/archive">archive</a>&nbsp;<a href="http://cigerettes.tumblr.com/">themes</a></div>
  207. <br>
  208. <div id="posts">
  209. {block:Posts}
  210. <div class="entry">
  211.  
  212. {block:Text}
  213. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span>{block:IndexPage}<div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  214. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  215. {/block:IndexPage}
  216. {/block:Text}
  217.  
  218. {block:Link}
  219. <a href="{URL}" class="title">→ {Name}</a>
  220. {block:Description}{Description}{/block:Description}{block:IndexPage}<div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  221. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  222. {/block:IndexPage}
  223. {/block:Link}
  224.  
  225.  
  226. {block:Photo}
  227.  
  228. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250"/><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250"/ class="mirror"></a></div>{LinkCloseTag}<div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  229. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>{/block:IndexPage}
  230. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  231. {/block:Photo}
  232.  
  233. {block:Photoset}
  234. {block:IndexPage}<center><div class="tile" style="padding-top:5px;">{Photoset-500}</div><div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  235. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div></center>{/block:IndexPage}
  236. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  237. {/block:Photoset}
  238.  
  239. {block:Quote}
  240. <i>"{Quote}"</i>
  241. {block:Source}
  242. <div align="right">— {Source}</div> <div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  243. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  244. {/block:Source}
  245.  
  246. {/block:Quote}
  247.  
  248.  
  249.  
  250. {block:Chat}
  251. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  252. <ul class="chat">
  253. {block:Lines}
  254. <div class="user_{UserNumber}">
  255. {block:Label}
  256. <span class="label"><b>{Label}</b></span>
  257. {/block:Label}
  258.  
  259. {Line}
  260. </li>
  261. {/block:Lines}
  262. </ul>
  263. {block:IndexPage}<div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  264. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  265. {/block:IndexPage}
  266. {/block:Chat}
  267.  
  268. {block:Audio}
  269. <center><div style="width:500px;background-color:black;"{AudioPlayerblack}</div></center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  270. {/block:Audio}
  271.  
  272. {block:Video}
  273. {block:IndexPage}
  274.  
  275. {/block:IndexPage}
  276. <center>
  277. {block:IndexPage}<div class="tile">
  278. {Video-250}</div><div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a>
  279. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  280. {/block:IndexPage}
  281. </center>
  282. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  283. {block:Video}
  284.  
  285. {block:Answer}
  286. <div id="ask"><img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/></div>
  287. <b>{Asker}</b>: <b>{Question}</b><div style="line-height:11px;">{Answer}</div>{block:IndexPage}
  288. <div id="permalink">
  289. <br><br><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  290. {/block:IndexPage}
  291. {/block:Answer}
  292.  
  293.  
  294.  
  295.  
  296. {block:PermalinkPage}
  297. <center>
  298. {block:Date}
  299. <center>
  300. {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>
  301. {/block:Date}
  302. </center>
  303. {/block:PermalinkPage}
  304.  
  305. {block:PostNotes}{PostNotes}
  306. {/block:PostNotes}
  307. </div>
  308.  
  309.  
  310. {/block:Posts} </div>
  311. </div>
  312. </div>
  313. {block:IndexPage}<br>
  314. {block:Pagination}
  315. <div id="pagination">
  316. {block:NextPage}
  317. <a id="nextPage" href="{NextPage}"></a>
  318. {/block:NextPage}
  319. {block:PreviousPage}
  320. <a href="{PreviousPage}"></a>
  321. {/block:PreviousPage}
  322. </div>
  323. {/block:Pagination}
  324. {/block:IndexPage}
  325. </div>
  326.  
  327.  
  328.  
  329. </body>
  330.  
  331. <!-- i spent so much time and effort pls dont remove credits
  332. i tried to make them as out of the way as possible
  333. thank you dear -->
  334.  
  335. <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>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement