Advertisement
exoticflower

exotic-020

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