Advertisement
exoticflower

exotic-019

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