Advertisement
exoticflower

exotic-01

Apr 14th, 2013
2,669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.98 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <!-- exotic-01 by cigerettes.tumblr.com
  7. download @ exoticlayouts.tumblr.com -->
  8.  
  9. <meta name="if:white buttons" content="0"/>
  10. <meta name="if:two columns" content="1"/>
  11. <meta name="if:one column" content="0"/>
  12. <meta name="if:show description" content="1"/>
  13. <meta name="color:scrollbar" content="#000000">
  14. <meta name="color:background" content="#ffffff">
  15. <meta name="color:selection color" content="#266b11">
  16. <meta name="color:link" content="#aa1330">
  17. <meta name="color:blogtitle" content="#000000">
  18. <meta name="color:blogtitle hover" content="#000000">
  19. <meta name="color:text" content="#000000">
  20. <meta name="color:active" content="#000000">
  21. <meta name="color:drop down menu" content="#eeeeee">
  22. <meta name="color:hover" content="#000000">
  23. <meta name="color:blockquote" content="#000000">
  24. <meta name="image:Background" content="0"/>
  25. <meta name="text:link title" content=""/>
  26. <meta name="text:Link One Title" content="link 1" />
  27. <meta name="text:Link One" content="" />
  28. <meta name="text:Link Two Title" content="link 2" />
  29. <meta name="text:Link Two" content="" />
  30. <meta name="text:Link Three Title" content="link 3" />
  31. <meta name="text:Link Three" content="" />
  32. <meta name="text:Link Four Title" content="link 4" />
  33. <meta name="text:Link Four" content="" />
  34. <meta name="text:Link Five Title" content="link 5" />
  35. <meta name="text:Link Five" content="" />
  36. <meta name="text:Link Six Title" content="link 6" />
  37. <meta name="text:Link Six" content="" />
  38.  
  39. <style type="text/css">
  40.  
  41. #tumblr_controls{
  42. position:fixed !important;
  43. }
  44. ::-webkit-scrollbar {width: 3px; height: 3px; background: {color:Background}; }
  45.  
  46. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  47.  
  48. #tumblr_controls{
  49. position:fixed !important;
  50. {block:ifwhitebuttons}
  51. -webkit-filter: invert(100%) ;
  52. {/block:ifwhitebuttons}
  53. }
  54.  
  55. ::selection {
  56. background-color: {color:selection color};
  57. color: #fff;
  58. }
  59. ::-moz-selection {
  60. background-color: {color:selection color};
  61. color: #fff;
  62. }
  63.  
  64.  
  65. body {
  66. padding: 0px;
  67. margin: 0px;
  68. color:{color:text};
  69. background-color: {color:Background};
  70. background-image:url({image:Background});
  71. background-attachment: fixed;
  72. background-size: ;
  73. font-family: georgia;
  74. font-size: 9px;
  75. line-height:10px;
  76. color:{color:text};
  77. }
  78.  
  79. p {
  80. margin:2px;
  81. margin-top:10px;
  82. }
  83.  
  84. a:link, a:visited{
  85. color: {color:Link};
  86. text-decoration: none;
  87. -webkit-transition: color 0.5s ease-out;
  88. -moz-transition: color 0.5s ease-out;
  89. }
  90.  
  91. a:active{
  92. color:{color:active};
  93. }
  94.  
  95. a:hover{
  96. color:{color:Hover};
  97. -webkit-transition: color 0.3s ease-out;
  98. -moz-transition: color 0.3s ease-out;
  99. }
  100.  
  101. .entry {
  102. margin:8px;
  103. padding:5px;
  104. padding-bottom: 5px;
  105. float:left;
  106. background-color: #fff;
  107. font-family: georgia;
  108. font-size: 9px;
  109. line-height:12px;
  110. {block:IndexPage}
  111. {block:iftwocolumns}
  112. width:250px;
  113. {/block:iftwocolumns}
  114. {block:ifonecolumn}
  115. width:500px;
  116. {/block:ifonecolumn}
  117. {/block:IndexPage}
  118. {block:PermalinkPage}
  119. width:500px;
  120. margin-top:100px;
  121. {/block:PermalinkPage}
  122. }
  123.  
  124. blockquote {
  125. border-left: 3px solid;
  126. padding-left: 15px;
  127. margin-left: 10px;
  128. font-style: italic;
  129. color:{color:blockquote};
  130. }
  131.  
  132. blockquote img{
  133. width:230px;
  134. height:auto;
  135. }
  136.  
  137. #posts {
  138. position:relative;
  139. margin-top:0px;
  140. padding-bottom:7px;
  141. padding-left:120px;
  142. {block:IndexPage}
  143. width: 630px;
  144. margin-left: 60px;
  145. margin-top: 0px;
  146. padding:10px;
  147. {/block:IndexPage}
  148. {block:PermalinkPage}
  149. width: 500px;
  150. margin-left: 260px;
  151. margin-top:0px;
  152. {/block:PermalinkPage}
  153. }
  154.  
  155. .blogtitle{
  156. font-size:30px;
  157. font-family:Lucida Sans;
  158. margin-left:80%;
  159. text-align:center;
  160. width:auto;
  161. margin-top:35%;
  162. position:fixed;
  163. z-index:9999999;
  164. line-height:19px;
  165. text-transform:uppercase;
  166. }
  167.  
  168. .blogtitle a{
  169. color:{color:blogtitle};
  170. }
  171.  
  172. .blogtitle a:hover{
  173. color:{color:blogtitlehover};
  174. }
  175.  
  176. .links{
  177. margin-left:80%;
  178. margin-top:37%;
  179. z-index:999999;
  180. position:fixed;
  181. }
  182.  
  183. .title{
  184. font-family:georgia;
  185. font-size: 13px;
  186. font-weight: normal;
  187. padding:0px 0px 0px 0px;
  188. }
  189.  
  190. .links a:hover {
  191. background-color: #000;
  192. color:#fff;
  193. }
  194.  
  195. .entry #permalink{
  196. position:absolute;
  197. padding:5px;
  198. opacity:0.0;
  199. bottom:5px;
  200. margin-left:0px;
  201. height:auto;
  202. width:auto;
  203. background-color:white;
  204. text-align:center;
  205. -webkit-transition: all .6s ease;
  206. -moz-transition: all .6s ease;
  207. -o-transition: all .6s ease;
  208. transition: all .6s ease;
  209. }
  210.  
  211. .entry:hover #permalink{
  212. opacity:0.7;
  213. margin-left:0px;
  214. -webkit-transition: all .6s ease;
  215. -moz-transition: all .6s ease;
  216. -o-transition: all .6s ease;
  217. transition: all .6s ease;
  218. }
  219.  
  220. .entry #permalink:hover{
  221. opacity:1;
  222. -webkit-transition: all .6s ease;
  223. -moz-transition: all .6s ease;
  224. -o-transition: all .6s ease;
  225. transition: all .6s ease;
  226. }
  227.  
  228. .entry #permalink2{
  229. position:absolute;
  230. padding:5px;
  231. opacity:0.0;
  232. bottom:5px;
  233. overflow:left;
  234. right:5px;
  235. width:auto;
  236. height:auto;
  237. background-color:white;
  238. text-align:center;
  239. -webkit-transition: all .6s ease;
  240. -moz-transition: all .6s ease;
  241. -o-transition: all .6s ease;
  242. transition: all .6s ease;
  243. }
  244.  
  245. .entry:hover #permalink2{
  246. opacity:0.7;
  247. right:5px;
  248. -webkit-transition: all .6s ease;
  249. -moz-transition: all .6s ease;
  250. -o-transition: all .6s ease;
  251. transition: all .6s ease;
  252. }
  253. .entry #permalink2:hover{
  254. opacity:1;
  255. -webkit-transition: all .6s ease;
  256. -moz-transition: all .6s ease;
  257. -o-transition: all .6s ease;
  258. transition: all .6s ease;
  259. }
  260.  
  261. .trans{
  262. width:57px;
  263. height:57px;
  264. background-color:black;
  265. opacity:0.5;
  266. position:absolute;
  267. margin:-150px 0 0 100px;
  268. z-index:999635349;
  269. overflow:hidden;
  270. -webkit-transition: all .5s ease-in-out;
  271. -moz-transition: all .5s ease-in-out;
  272. transition: all .5s ease-in-out;
  273. }
  274.  
  275. .music{
  276. width:27px!important;
  277. overflow:hidden;
  278. position:absolute;
  279. z-index:98709870987;
  280. margin:-135px 0 0 115px;
  281. -webkit-transition: all .5s ease-in-out;
  282. -moz-transition: all .5s ease-in-out;
  283. transition: all .5s ease-in-out;
  284. }
  285.  
  286. .cover{
  287. opacity:1;
  288. -webkit-transition: all .5s ease-in-out;
  289. -moz-transition: all .5s ease-in-out;
  290. transition: all .5s ease-in-out;
  291. }
  292.  
  293. .caption{
  294. width:auto;
  295. color:black;
  296. font-size:10px;
  297. z-index:999999999999;
  298. font-family:georgia;
  299. margin:-128px 0 30px 70px;
  300. position:absolute;
  301. opacity:0;
  302. -webkit-transition: all .5s ease-in-out;
  303. -moz-transition: all .5s ease-in-out;
  304. transition: all .5s ease-in-out;
  305. text-align:center;
  306. }
  307.  
  308. div.audio:hover .trans{
  309. {block:iftwocolumns}
  310. width:250px;
  311. {/block:iftwocolumns}
  312. {block:ifonecolumn}
  313. width:500px;
  314. {/block:ifonecolumn}
  315. margin-left:0px;
  316. background:white;
  317. -webkit-transition: all .5s ease-in-out;
  318. -moz-transition: all .5s ease-in-out;
  319. transition: all .5s ease-in-out;
  320. }
  321.  
  322. div.audio:hover .cover{
  323. opacity:0.5;
  324. -webkit-transition: all .5s ease-in-out;
  325. -moz-transition: all .5s ease-in-out;
  326. transition: all .5s ease-in-out;
  327. }
  328.  
  329. div.audio:hover .music{
  330. margin-left:20px;
  331. -webkit-transition: all .5s ease-in-out;
  332. -moz-transition: all .5s ease-in-out;
  333. transition: all .5s ease-in-out;
  334. }
  335.  
  336. div.audio:hover .caption{
  337. opacity:1;
  338. width:160px;
  339. -webkit-transition: all .5s ease-in-out;
  340. -moz-transition: all .5s ease-in-out;
  341. transition: all .5s ease-in-out;
  342. }
  343.  
  344. {CustomCSS}
  345.  
  346. </style>
  347. {block:IndexPage}
  348. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  349. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  350.  
  351. <script type="text/javascript">
  352. $(window).load(function () {
  353. var $content = $('#posts');
  354. $content.masonry({itemSelector: '.entry'}),
  355. $content.infinitescroll({
  356. navSelector : '#pagination',
  357. nextSelector : '#pagination a#nextPage',
  358. itemSelector : '.entry',
  359. loading: {
  360. finishedMsg: 'you have reached the end',
  361. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  362. },
  363. bufferPx : 300,
  364. debug : false,
  365. },
  366. // call masonry as a callback.
  367. function( newElements ) {
  368. var $newElems = $( newElements );
  369. $newElems.hide();
  370. // ensure that images load before adding to masonry layout
  371. $newElems.imagesLoaded(function(){
  372. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  373.  
  374.  
  375. });
  376. });
  377. });
  378. </script>
  379. {/block:IndexPage}
  380.  
  381. <title>{title}</title>
  382.  
  383. <link rel="shortcut icon" href="{Favicon}">
  384. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  385. <meta name="viewport" content="width=820" />
  386.  
  387. </style>
  388.  
  389. </head>
  390. <body>
  391.  
  392. <div class="blogtitle"><a href="/">{title}</a></div><br>
  393. <div class="links">
  394. <select onchange='location=this.options[this.selectedIndex].value;' style="width: 150px; height: 15px; background-color:{color:dropdownmenu}; border-width:0px; font-size: 9px; text-transform:uppercase; letter-spacing:1px; color:#666; font-family:Lucida Sans;">
  395.  
  396. <option>{text:link title}</option>
  397. {block:AskEnabled}<option value="/ask">mailbox</option>{/block:AskEnabled}
  398. {block:ifLinkOneTitle}
  399. <option value="{text:Link One}">{text:Link One Title}</option>{/block:ifLinkOneTitle}
  400. {block:ifLinkTwoTitle}
  401. <option value="{text:Link Two}">{text:Link Two Title}</option>{/block:ifLinkTwoTitle}
  402. {block:ifLinkThreeTitle}
  403. <option value="{text:Link Three}">{text:Link Three Title}</option>{/block:ifLinkThreeTitle}
  404. {block:ifLinkFourTitle}
  405. <option value="{text:Link Four}">{text:Link Four Title}</option>{/block:ifLinkFourTitle}
  406. {block:ifLinkFiveTitle}
  407. <option value="{text:Link Five}">{text:Link Five Title}</option>{/block:ifLinkFiveTitle}
  408. {block:ifLinkSixTitle}
  409. <option value="{text:Link Six}">{text:Link Six Title}</option>{/block:ifLinkSixTitle}
  410. <option value="http://cigerettes.tumblr.com/">themes</option>
  411. </select></div>
  412.  
  413. <br>
  414. <br>{block:ifshowdescription}
  415. <div style="width: 149px; height:461px; background-color: transparent; text-align: center;margin-left:80%;
  416. margin-top:37%;
  417. z-index:999999;
  418. position:fixed;">{description}</div>
  419. {/block:ifshowdescription}
  420.  
  421. <div id="posts">
  422.  
  423. {block:Posts}
  424. <div class="entry">
  425.  
  426. {block:Text}
  427. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span>{block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div>
  428. {/block:IndexPage}
  429. {/block:Text}
  430.  
  431. {block:Link}
  432. <a href="{URL}" class="title">→ {Name}</a>
  433. {block:Description}{Description}{/block:Description}{block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div>
  434. {/block:IndexPage}
  435. {/block:Link}
  436.  
  437.  
  438. {block:Photo}
  439. {block:IndexPage}
  440. <div id="permalink"><a href="{reblogURL}" target="_blank"><font color="#000000">REBLOG</font></a></div>
  441. <div id="permalink2"><a href="{permalink}"><font color="#000000">{Notecount}</font></a></div>
  442. {/block:IndexPage}
  443. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{block:iftwocolumns}250px{/block:iftwocolumns}500px;"/></a></div>{LinkCloseTag}{/block:IndexPage}
  444. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  445. {/block:Photo}
  446.  
  447. {block:Photoset}
  448. {block:IndexPage}<center>{block:iftwocolumns}{Photoset-250}{/block:iftwocolumns}{block:ifonecolumn}{Photoset-500}{/block:ifonecolumn}<br><div class="perma">
  449. <a href="{ReblogUrl}" target="_blank"> Reblog </a> | <a href="{Permalink}"><a href="{permalink}">Notes</a></span></div></center>{/block:IndexPage}
  450. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  451. {/block:Photoset}
  452.  
  453. {block:Quote}
  454. <i>"{Quote}"</i>
  455. {block:Source}
  456. <div align="right">— {Source} <a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div></div>
  457. {/block:Source}
  458.  
  459. {/block:Quote}
  460.  
  461.  
  462.  
  463. {block:Chat}
  464. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  465. <ul class="chat">
  466. {block:Lines}
  467. <div class="user_{UserNumber}">
  468. {block:Label}
  469. <span class="label"><b>{Label}</b></span>
  470. {/block:Label}
  471.  
  472. {Line}
  473. </li>
  474. {/block:Lines}
  475. </ul>
  476. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div>
  477. {/block:IndexPage}
  478. {/block:Chat}
  479.  
  480. {block:Audio}
  481. <center><div class="audio">
  482. {block:AlbumArt}
  483. <div class="cover">
  484. {block:IndexPage}<div class="audioarea">{/block:IndexPage}
  485. <img border="0" src="{AlbumArtUrl}" class="albumart" style="width:{block:iftwocolumns}250px;{/block:iftwocolumns}500px;"/>
  486. {/block:AlbumArt}</div></div>
  487. <div class="trans"></div>
  488. <div class="music">
  489. {AudioPlayerWhite}</div>
  490. <div class="caption">{PlayCountWithLabel}<br><a href="{permalink}"><div align="right"><div style="z-index:999999999999999;font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+ {notecount}</a></span></div></div></div>
  491. </div></center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  492. {/block:Audio}
  493.  
  494.  
  495. {block:Video}
  496. {block:IndexPage}
  497.  
  498. {/block:IndexPage}
  499. <center>
  500. {block:IndexPage}
  501. {Video-250}<br><div class="perma">
  502. <a href="{ReblogUrl}" target="_blank"> Reblog </a> | <a href="{Permalink}"><a href="{permalink}">Notes</a></span></div>
  503. {/block:IndexPage}
  504. </center>
  505. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  506. {block:Video}
  507.  
  508. {block:Answer}
  509. <div id="ask"><img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/></div>
  510. <b>{Asker}</b>: <b>{Question}</b><div style="line-height:11px;">{Answer}</div>{block:IndexPage}
  511. <a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">+</a></span></div></div>
  512. {/block:IndexPage}
  513. {/block:Answer}
  514.  
  515.  
  516.  
  517.  
  518. {block:PermalinkPage}
  519. <center>
  520. {block:Date}
  521. <center>
  522. {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>
  523. {/block:Date}
  524. </center>
  525. {/block:PermalinkPage}
  526.  
  527. {block:PostNotes}{PostNotes}
  528. {/block:PostNotes}
  529. </div>
  530.  
  531.  
  532. {/block:Posts}
  533. </div>
  534. </div>
  535. {block:IndexPage}<br>
  536. {block:Pagination}
  537. <div id="pagination">
  538. {block:NextPage}
  539. <a id="nextPage" href="{NextPage}"></a>
  540. {/block:NextPage}
  541. {block:PreviousPage}
  542. <a href="{PreviousPage}"></a>
  543. {/block:PreviousPage}
  544. </div>
  545. {/block:Pagination}
  546. {/block:IndexPage}
  547. </div>
  548.  
  549.  
  550.  
  551. </body>
  552.  
  553. <!-- i spent so much time and effort pls dont remove credits
  554. i tried to make them as out of the way as possible
  555. thank you dear -->
  556.  
  557. <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>
  558. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement