Advertisement
exoticflower

exotic-018

Jan 30th, 2014
1,808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 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. <meta name="color:background" content="#ffffff">
  6. <meta name="color:text" content="#000000">
  7. <meta name="color:link" content="#000000">
  8. <meta name="color:active" content="#f2ff00">
  9. <meta name="color:hover" content="#838383">
  10. <meta name="color:blockquote" content="#000000">
  11.  
  12. <meta name="if:Full Screen Background" content="1"/>
  13.  
  14.  
  15. <meta name="image:background" content="">
  16.  
  17. <!-- exotic-018 by cigerettes.tumblr.com
  18. download @ exoticlayouts.tumblr.com -->
  19.  
  20. <style type="text/css">
  21.  
  22. body {
  23. padding: 0px;
  24. margin: 0px;
  25. color:{color:text};
  26. background-color: {color:Background};
  27. background-image:url({image:Background});
  28. background-attachment: fixed;
  29. background-size: ;
  30. font-family: arial;
  31. font-size: 9px;
  32. line-height:10px;
  33. color:{color:text};
  34. }
  35.  
  36. a:link, a:visited{
  37. color: {color:link};
  38. text-decoration: none;
  39. }
  40.  
  41. a:active{
  42. color:{color:active};
  43. }
  44.  
  45. a:hover{
  46. color:{color:Hover};
  47. }
  48.  
  49. {block:iffullscreenbackground}
  50. #bg img {
  51. z-index:-1;
  52. position:fixed;
  53. top:0;
  54. left:0;
  55. height:100%;
  56. width:100%;
  57. }
  58. {/block:iffullscreenbackground}
  59.  
  60. .entry {
  61. border:4.5px black double;
  62. padding:5px;
  63. float:left;
  64. background-color: #fff;
  65. font-family: arial;
  66. font-size: 10px;
  67. margin-top:70px;
  68. {block:IndexPage}
  69. width:250px;
  70. margin-left:45px;
  71. {/block:IndexPage}
  72. {block:PermalinkPage}
  73. width:500px;
  74. margin-left:0px;
  75. margin-top:100px;
  76. {/block:PermalinkPage}
  77. }
  78.  
  79. .entry:hover{
  80. {block:indexpage}
  81. border:30px transparent solid;
  82. {/block:indexpage}
  83. }
  84.  
  85. #posts {
  86. position:relative;
  87. margin-top:0px;
  88. padding-left:80px;
  89. {block:IndexPage}
  90. width: 300px;
  91. margin-left: 600px;
  92. margin-top: 0px;
  93. padding:10px;
  94. {/block:IndexPage}
  95. {block:PermalinkPage}
  96. width: 500px;
  97. margin-left: 325px;
  98. margin-top:-50px;
  99. {/block:PermalinkPage}
  100. }
  101.  
  102. .title{
  103. font-size:larger;
  104. font-weight:bold;
  105. }
  106.  
  107. .title a{
  108. text-decoration:underline;
  109. }
  110.  
  111. blockquote {
  112. border-left: 3px solid;
  113. padding-left: 8px;
  114. margin-left: 10px;
  115. font-style: italic;
  116. color:{color:blockquote};
  117. }
  118.  
  119. blockquote img{
  120. width:240px;
  121. height:auto;
  122. }
  123.  
  124. .block{
  125. width:600px;
  126. margin-left:350px;
  127. height:20px;
  128. position:fixed;
  129. z-index:999;
  130. background-color:{color:background};
  131. }
  132.  
  133. .sidebar{
  134. width:600px;
  135. margin-left:350px;
  136. position:fixed;
  137. z-index:999;
  138. {block:permalinkpage}
  139. position:relative;
  140. {/block:permalinkpage}
  141. }
  142.  
  143.  
  144. .desc{
  145. background-color:black;
  146. color:white;
  147. padding:6px;
  148. font-size:larger;
  149. line-height:13px;
  150. }
  151.  
  152. .desc a{
  153. background-color:black;
  154. color:white;
  155. text-decoration:underline;
  156. }
  157.  
  158. .links{
  159. text-align:left;
  160. position:fixed;
  161. {block:permalinkpage}
  162. position:relative;
  163. {/block:permalinkpage}
  164. }
  165.  
  166. .links a{
  167. text-decoration:underline;
  168. }
  169.  
  170. .chat{
  171. margin-left:-25px;
  172. }
  173.  
  174. {CustomCSS}
  175. </style>
  176. {block:IndexPage}
  177. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  178. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  179.  
  180. <script type="text/javascript">
  181. $(window).load(function () {
  182. var $content = $('#posts');
  183. $content.masonry({itemSelector: '.entry'}),
  184. $content.infinitescroll({
  185. navSelector : '#pagination',
  186. nextSelector : '#pagination a#nextPage',
  187. itemSelector : '.entry',
  188. loading: {
  189. finishedMsg: 'you have reached the end',
  190. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  191. },
  192. bufferPx : 300,
  193. debug : false,
  194. },
  195. // call masonry as a callback.
  196. function( newElements ) {
  197. var $newElems = $( newElements );
  198. $newElems.hide();
  199. // ensure that images load before adding to masonry layout
  200. $newElems.imagesLoaded(function(){
  201. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  202.  
  203.  
  204. });
  205. });
  206. });
  207. </script>
  208. {/block:IndexPage}
  209.  
  210. <title>{title}</title>
  211.  
  212. <link rel="shortcut icon" href="{Favicon}">
  213. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  214. <meta name="viewport" content="width=820" />
  215.  
  216. </style>
  217.  
  218. </head>
  219.  
  220. <body>
  221.  
  222. <div class="block"></div>
  223. {block:iffullscreenbackground}<div id="bg"><img src="{image:Background}"></div>{/block:iffullscreenbackground}
  224.  
  225. <div class="sidebar"><br>
  226.  
  227.  
  228. <br>
  229. <div class="desc">{description}</div>
  230. <br>
  231.  
  232.  
  233. <div class="links"><a href="/">home</a>&nbsp;-&nbsp;<a href="/ask">message</a>{block:HasPages}{block:Pages}&nbsp;-&nbsp;<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}&nbsp;-&nbsp;<a href="/archive">archive</a>&nbsp;-&nbsp;<a href="http://cigerettes.tumblr.com/">themes</a></div></div>
  234.  
  235. <div id="posts">
  236. {block:Posts}
  237. <div class="entry">
  238.  
  239. {block:Text}<br>
  240. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span><br>{block:IndexPage}
  241.  
  242. {/block:IndexPage}
  243. {/block:Text}
  244.  
  245. {block:Link}<br>
  246. <a href="{URL}" class="title">→ {Name}</a>
  247. {block:Description}{Description}{/block:Description}<br>{block:IndexPage}
  248. {/block:IndexPage}
  249. {/block:Link}
  250.  
  251.  
  252. {block:Photo}
  253. {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" title="{notecountwithlabel}" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250px;"/></a>{LinkCloseTag}{/block:IndexPage}
  254. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  255. {/block:Photo}
  256.  
  257. {block:Photoset}
  258. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  259. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  260. {/block:Photoset}
  261.  
  262. {block:Quote}<br>
  263. <i>"{Quote}"</i><br><br>
  264. {block:Source}
  265. <div align="left">— {Source}</div>
  266. {/block:Source}
  267.  
  268. {/block:Quote}
  269.  
  270.  
  271.  
  272. {block:Chat}<br>
  273. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  274. <ul class="chat">
  275. {block:Lines}
  276. <div class="user_{UserNumber}">
  277. {block:Label}
  278. <b>{Label}</b>
  279. {/block:Label}
  280. {Line}
  281. {/block:Lines}
  282. </ul><br>
  283. {block:IndexPage}
  284. {/block:IndexPage}
  285. {/block:Chat}
  286.  
  287. {block:Audio}{block:indexpage}<center>
  288. <div class="music" style="width:250px;background-color:black;">
  289. {AudioPlayerBlack}</div>
  290. <div class="caption">{caption}</div></center><br></center>{/block:indexpage}{block:PermalinkPage}<center><br><div style="width:500px;background-color:black;">{AudioPlayerBlack}</center>{/block:PermalinkPage}
  291. {/block:Audio}
  292.  
  293.  
  294. {block:Video}
  295. {block:IndexPage}
  296.  
  297. {/block:IndexPage}
  298. <center>
  299. {block:IndexPage}
  300. {Video-250}
  301. {/block:IndexPage}
  302. </center>
  303. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  304. {block:Video}
  305.  
  306. {block:Answer}<br>
  307. <div id="ask"><img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/></div>
  308. <b>{Asker}</b>: <b>{Question}</b><div style="line-height:11px;">{Answer}</div>{block:IndexPage}
  309.  
  310. {/block:IndexPage}
  311. {/block:Answer}
  312.  
  313.  
  314.  
  315.  
  316. {block:PermalinkPage}
  317. <center>
  318. {block:Date}
  319. <center>
  320. {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>
  321. {/block:Date}
  322. </center>
  323. {/block:PermalinkPage}
  324.  
  325. {block:PostNotes}{PostNotes}
  326. {/block:PostNotes}
  327. </div>
  328.  
  329.  
  330. {/block:Posts} </div>
  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. </body>
  348.  
  349. <!-- i spent so much time and effort pls dont remove credits
  350. i tried to make them as out of the way as possible
  351. thank you dear -->
  352.  
  353. <div style="display:block;bottom:5px;right:-1px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;padding-bottom:7px;background-color:{color:background};"><a href="http://cigerettes.tumblr.com/">▣</a>
  354. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement