Advertisement
teruteru

Candy Alamode - 【 THEME 47 by Anomaly ☽】

May 15th, 2017
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #47 by Anomaly ☾ tumblr user xollyx ☽ : CANDY ALAMODE !!
  8.  
  9. - i made the base code
  10. - all in one code by neonbikethemes
  11. - please abide by all the rules
  12.  
  13. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  14.  
  15. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  16. Feel free to message me if you need any help, my ask box is always open!
  17.  
  18.  
  19. -->
  20.  
  21. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  22. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <script>
  27. (function($){
  28. $(document).ready(function(){
  29. $("a[title]").style_my_tooltips({
  30. tip_follows_cursor:true,
  31. tip_delay_time:90,
  32. tip_fade_speed:600,
  33. attribute:"title"
  34. });
  35. });
  36. })(jQuery);
  37. </script>
  38.  
  39. <title>{Title}</title>
  40.  
  41. <link rel="shortcut icon" href="{image:favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45. <!--default variables-->
  46.  
  47. <meta name="color:background" content="">
  48. <meta name="color:posts" content="">
  49. <meta name="color:border" content="">
  50. <meta name="color:blockquote" content="">
  51. <meta name="color:ask" content="">
  52. <meta name="color:text" content="">
  53. <meta name="color:link" content="">
  54. <meta name="color:hover" content="">
  55. <meta name="color:text shadow" content="">
  56. <meta name="color:titles" content="#fff">
  57. <meta name="color:titles border" content="">
  58. <meta name="color:button" content="">
  59. <meta name="color:button hover" content="">
  60. <meta name="color:button border" content="">
  61. <meta name="color:links" content="">
  62. <meta name="color:links hover" content="">
  63. <meta name="color:selection" content="">
  64. <meta name="color:selection text" content="">
  65. <meta name="color:tooltip" content="">
  66. <meta name="color:tooltip text" content="">
  67. <meta name="color:scrollbar" content="">
  68.  
  69. <meta name="image:favicon" content="">
  70. <meta name="image:background" content="">
  71. <meta name="image:cursor" content="">
  72. <meta name="image:sidebar" content="">
  73. <meta name="image:header background" content="">
  74. <meta name="image:header image" content="">
  75. <meta name="image:render" content="">
  76.  
  77. <meta name="text:title" content="">
  78. <meta name="text:subtitle" content="">
  79. <meta name="text:description title" content="">
  80. <meta name="text:ask text" content="asked">
  81. <meta name="text:tab 3 title" content="">
  82. <meta name="text:tab 4 title" content="">
  83. <meta name="text:back title" content="">
  84. <meta name="text:next title" content="">
  85.  
  86. <meta name="if:bg cover" content="">
  87. <meta name="if:cursor" content="">
  88. <meta name="if:stylish titles" content="">
  89. <meta name="if:render" content="">
  90.  
  91. <meta name="select:font" content="consolas">
  92. <meta name="select:font" content="arial">
  93. <meta name="select:font" content="calibri">
  94. <meta name="select:font" content="courier new">
  95. <meta name="select:font" content="verdana">
  96. <meta name="select:font" content="tahoma">
  97. <meta name="select:font" content="short stack">
  98. <meta name="select:font" content="opendyslexic-regular">
  99.  
  100. <meta name="text:font size" content="11">
  101. <meta name="text:subtitle left" content="">
  102. <meta name="text:render left" content="">
  103. <meta name="text:render bottom" content="">
  104. <meta name="text:render width" content="">
  105.  
  106. <link href="https://fonts.googleapis.com/css?family=Short+Stack" rel="stylesheet">
  107.  
  108. <style type="text/css">
  109.  
  110. @font-face {font-family: "whipping cream";src: url('https://dl.dropboxusercontent.com/s/74ud3hmr3k2z7n4/whipping_cream.ttf?dl=0'); format("truetype");}
  111.  
  112. @font-face { font-family: "OpenDyslexic-Regular"; src: url('https://dl.dropboxusercontent.com/s/7lk7boh8v38kbh8/OpenDyslexic-Regular.otf?dl=0'); format("truetype");}
  113.  
  114. @font-face {font-family: "handy00";src: url('https://dl.dropboxusercontent.com/s/caarg8rmk5pc58t/handy00.ttf?dl=0'); format("truetype");}
  115.  
  116. ::-webkit-scrollbar {
  117. width: 9px;
  118. height: 4px;
  119. background:{color:scrollbar};
  120. border:4px solid {color:background};
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb {
  124. background-color:{color:scrollbar};
  125. border-radius:5px;
  126. }
  127.  
  128. #s-m-t-tooltip {
  129. max-width:300px;
  130. margin:10px 0px 0px 10px;
  131. background-color:{color:tooltip};
  132. font-family:handy00;
  133. font-size:8px;
  134. padding:3px;
  135. color:{color:tooltip text};
  136. z-index:999999999999999999999999999999999999;
  137. }
  138.  
  139. #s-m-t-tooltip:after {
  140. position: absolute;
  141. display: block; content: "";
  142. border-color: transparent {color:tooltip} transparent transparent ;
  143. border-style: solid;
  144. border-width: 5px;
  145. height:0;
  146. width:0;
  147. position:absolute;
  148. top:3px;
  149. left:-10px;
  150. }
  151.  
  152. ::selection {
  153. background: {color:selection};
  154. color: {color:selection text};
  155. }
  156.  
  157. ::-moz-selection {
  158. background: {color:selection};
  159. color: {color:selection text};
  160. }
  161.  
  162. ::-webkit-selection {
  163. background: {color:selection};
  164. color: {color:selection text};
  165. }
  166.  
  167. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  168.  
  169. body {
  170. margin:0px;
  171. background:{color:background};
  172. background-image:url('{image:background}');
  173. background-attachment:fixed;
  174. {block:ifbgcover}
  175. background-repeat:no-repeat;
  176. background-size:cover;
  177. {/block:ifbgcover}
  178. color:{color:text};
  179. font-family:{select:font};
  180. font-size:{text:font size}px;
  181. }
  182.  
  183. a {
  184. color:{color:link};
  185. text-decoration:none;
  186. }
  187.  
  188. a:hover {
  189. color:{color:hover};
  190. -webkit-transition: all 0.7s ease;
  191. -moz-transition: all 0.7s ease;
  192. -o-transition: all 0.7s ease;
  193. transition: all 0.7s ease;
  194. }
  195.  
  196. blockquote {
  197. border-left:1px solid {color:blockquote};
  198. padding-left:10px;
  199. }
  200.  
  201. blockquote img {
  202. max-width:100%;
  203. height:auto;
  204. }
  205.  
  206. iframe, img, embed, object, video {
  207. }
  208.  
  209. img {
  210. max-width:auto;
  211. height:auto;
  212. }
  213.  
  214. h2 {
  215. font-size:24px;
  216. }
  217.  
  218. .tabs {
  219. width:100%;
  220. margin-left:0px;
  221. display:inline-block;
  222. }
  223.  
  224. .tab-links:after {
  225. display:block;
  226. clear:both;
  227. content:'';
  228. }
  229.  
  230. .tab-links li {
  231. display:inline-block;
  232. list-style:none;
  233. }
  234.  
  235. .tab-links a {
  236. display:inline-block;
  237. width:135px;
  238. height:35px;
  239. font-family:handy00;
  240. font-size:16px;
  241. line-height:30px;
  242. background:{color:button};
  243. border:1px dashed {color:button border};
  244. padding-top:3px;
  245. padding-bottom:3px;
  246. margin-bottom:2px;
  247. text-align:center;
  248. position:relative;
  249. }
  250.  
  251. .tab-links a:hover {
  252. box-shadow:inset 45px 0px 0px {color:button hover},inset -135px 0px 0px {color:button hover};
  253. letter-spacing:1px;
  254. }
  255.  
  256. li a {
  257. -webkit-transition: all .3s;
  258. -moz-transition: all .3s;
  259. -o-transition: all .3s;
  260. -ms-transition: all .3s;
  261. transition: all .3s;
  262. }
  263.  
  264.  
  265. .tab-content {
  266. }
  267.  
  268. .tabcontent {
  269. position:static;
  270. width: 500px;
  271. height: 100%;
  272. padding: 10px;
  273. }
  274.  
  275. .tab {
  276. display:none;
  277. }
  278.  
  279. .tab.active {
  280. display:block;
  281. }
  282.  
  283.  
  284. article {
  285. float:left;
  286. position:relative;
  287. padding:10px;
  288. width:500px;
  289. background-color:{color:posts};
  290. margin-left:10px;
  291. margin-top:50px;
  292. margin-bottom:50px;
  293. }
  294.  
  295. .posts:blockquote {
  296. border-left:1px solid {color:blockquote};
  297. padding-left:5px;
  298. }
  299.  
  300. .posts img {
  301. max-width:100%;
  302. }
  303.  
  304. #con {
  305. margin:auto;
  306. width:800px;
  307. }
  308.  
  309. #wrapper {
  310. width:800px;
  311. position:relative;
  312. }
  313.  
  314. #links {
  315. }
  316.  
  317. #header {
  318. height:150px;
  319. border-bottom:1px dashed {color:border};
  320. background-image:url('{image:header background}');
  321. -webkit-mask-image: -webkit-gradient(
  322. linear, center 10%, center top,
  323. from(rgba(0,0,0,20)),
  324. to(rgba(20,0,0,0)));
  325. }
  326.  
  327. .tit {
  328. position:absolute;
  329. margin-left:225px;
  330. margin-top:24px;
  331. font-family:whipping cream;
  332. font-size:45px;
  333. font-weight:bold;
  334. font-style:italic;
  335. text-shadow: 5px 5px 5px {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow};
  336. }
  337.  
  338. .subtit {
  339. position:absolute;
  340. margin-left:{text:subtitle left}px;
  341. margin-top:80px;
  342. font-family:whipping cream;
  343. font-size:16px;
  344. font-style:italic;
  345. text-shadow: 2px 2px 2px {color:text shadow}, 0.05em 0.05em 0.05em {color:text shadow}, 0.05em 0.05em 0.05em {color:text shadow};
  346. }
  347.  
  348. #cage {
  349. margin:auto;
  350. position:relative;
  351. width:830px;
  352. margin-top:25px;
  353. margin-bottom:25px;
  354. background-color:{color:posts};
  355. overflow-y:hidden;
  356. overflow-x:none;
  357. }
  358.  
  359. #sidebar {
  360. position:absolute;
  361. left:550px;
  362. top:220px;
  363. width:250px;
  364. height:100%;
  365. border-left:1px solid {color:border};
  366. background:{color:posts};
  367. padding:5px;
  368. }
  369.  
  370. a.link {
  371. display:inline-block;
  372. background:{color:links};
  373. padding:3px;
  374. text-align:center;
  375. margin-bottom:2px;
  376. }
  377.  
  378. a.link:hover {
  379. box-shadow:inset 200px 0px 0px {color:links hover},inset -25px 0px 0px {color:links hover};
  380. }
  381.  
  382.  
  383. .sidetitle {
  384. font-weight:normal;
  385. font-size:16px;
  386. margin:0 0 10px 0;
  387. text-align:center;
  388. {block:ifstylishtitles}
  389. background:{color:titles};
  390. border:1px solid {color:titles border};
  391. border-left:5px solid {color:titles border};
  392. border-right:5px solid {color:titles border};
  393. padding-top:2px;
  394. padding-bottom:2px;
  395. {/block:ifstylishtitles}
  396. }
  397.  
  398. .title{
  399. font-weight:normal;
  400. font-size:16px;
  401. margin:0 0 10px 0;
  402. text-align:center;
  403. {block:ifstylishtitles}
  404. background:{color:titles};
  405. border:1px solid {color:titles border};
  406. border-left:5px solid {color:titles border};
  407. border-right:5px solid {color:titles border};
  408. padding-top:2px;
  409. padding-bottom:2px;
  410. {/block:ifstylishtitles}
  411. }
  412.  
  413. .quote{
  414. font-weight:normal;
  415. font-size:16px;
  416. font-style:italic;
  417. margin:0 0 10px 0;
  418. text-align:center;
  419. {block:ifstylishtitles}
  420. background:{color:titles};
  421. border:1px solid {color:titles border};
  422. border-left:5px solid {color:titles border};
  423. border-right:5px solid {color:titles border};
  424. padding-top:2px;
  425. padding-bottom:2px;
  426. {/block:ifstylishtitles}
  427. }
  428.  
  429. .quotesource {
  430. margin:0 0 10px 0;
  431. text-align:right;
  432. }
  433.  
  434. #ask{
  435. font-family:consolas;
  436. font-size:11px;
  437. line-height:13px;
  438. padding:5px;
  439. color:{color:Title};
  440. }
  441.  
  442. .bubble {
  443. align:right;
  444. background: {color:ask};
  445. margin:7px 0px 5px 66px;
  446. padding:10px;
  447. position: relative;
  448. -moz-border-radius:5px;
  449. -webkit-border-radius:5px;
  450. border-radius:5px;
  451. }
  452.  
  453. .bubble p {
  454. margin:1px 0px;
  455. }
  456.  
  457. .bubble span {
  458. position:absolute;
  459. width:1px;
  460. height:1px;
  461. font-size: 0;
  462. line-height: 1px;
  463. left:-10px;
  464. top:10px;
  465. border-top:7px solid transparent;
  466. border-bottom:7px solid transparent;
  467. border-right:10px solid {color:ask};
  468. }
  469.  
  470. .perma {
  471. float:right;
  472. margin-top:10px;
  473. text-align:center;
  474. font-family:handy00;
  475. font-size:8px;
  476. text-shadow: -1px 0 {color:text shadow}, 0 1px {color:text shadow}, 1px 0 {color:text shadow}, 0 -1px {color:text shadow};
  477. }
  478.  
  479. .tags {
  480. float:left;
  481. margin-top:10px;
  482. font-family:handy00;
  483. font-size:8px;
  484. text-shadow: -1px 0 {color:text shadow}, 0 1px {color:text shadow}, 1px 0 {color:text shadow}, 0 -1px {color:text shadow};
  485. }
  486.  
  487. .credit {
  488. position:fixed;
  489. bottom:4px;
  490. left:8px;
  491. font: 9px consolas;
  492. text-transform:uppercase;
  493. letter-spacing: 0px;
  494. padding: 2px;
  495. }
  496.  
  497. </style>
  498. </head>
  499. <body>
  500.  
  501. <div id="con">
  502. <div id="wrapper">
  503. <div id="cage">
  504.  
  505. <div id="links">
  506. <div class="tabs">
  507. <ul class="tab-links">
  508. <li class="active"><a href="#tab1">home</a></li>
  509. <li><a href="#tab2">ask</a></li>
  510. <li><a href="#tab3">{text:tab 3 title}</a></li>
  511. <li><a href="#tab4">{text:tab 4 title}</a></li>
  512. <li><a href="#tab5">more links</a></li>
  513. </ul>
  514. </div>
  515. </div>
  516.  
  517. <div id="header">
  518. <img style="position:absolute; max-width:150px; max-height:auto;" src="{image:header image}">
  519. <div class="tit">{text:title}</div>
  520. <div class="subtit">{text:subtitle}</div>
  521. </div>
  522.  
  523.  
  524. <div id="sidebar">
  525. <div class="sidetitle">{text:description title}</div>
  526. <center><img style="width:200px; height:200px;" src="{image:sidebar}"></center>
  527. {block:Description}{Description}{/block:Description}
  528. <br>
  529. <center>
  530. {block:IndexPage}
  531. {block:Pagination}
  532. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  533. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  534. {/block:NextPage}
  535. {/block:Pagination}
  536. {/block:IndexPage}
  537. </center>
  538. </div>
  539.  
  540.  
  541. <div class="tabs">
  542. <div class="tab-content">
  543. <div id="tab1" class="tab active">
  544.  
  545.  
  546. {block:Posts}
  547. <article>
  548.  
  549. {block:Text}
  550. {block:Title}<div class="title">{Title}</div>{/block:Title}
  551. {Body}
  552. {/block:Text}
  553.  
  554. {block:Photo}
  555. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  556. {block:Caption}{Caption}{/block:Caption}
  557. {/block:Photo}
  558.  
  559. {block:Photoset}
  560. {Photoset-500}
  561. {block:Caption}{Caption}{/block:Caption}
  562. {/block:Photoset}
  563.  
  564. {block:Quote}
  565. <div class="quote">"{Quote}"</div>
  566. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  567. {/block:Quote}
  568.  
  569. {block:Link}
  570. <div class="title"><a href="{URL}">{Name}</a></div>
  571. {block:Description}<div class="description">{Description}</div>{/block:Description}
  572. {/block:Link}
  573.  
  574. {block:Chat}
  575. {block:Title}<div class="title">{Title}</div>{/block:Title}
  576. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  577. {/block:Chat}
  578.  
  579. {block:Video}
  580. {Video-500}
  581. {block:Caption}{Caption}{/block:Caption}
  582. {/block:Video}
  583.  
  584. {block:Audio}
  585. {AudioPlayerWhite}
  586. {block:TrackName}{TrackName}<br>{/block:TrackName}
  587. {block:Artist}{Artist}<br>{/block:Artist}
  588. {block:Album}{Album}{/block:Album}
  589. {block:Caption}{Caption}{/block:Caption}
  590. {/block:Audio}
  591.  
  592. {block:Answer}
  593. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  594. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  595. <div class="answer">{Answer}</div>
  596. {/block:Answer}
  597.  
  598. {block:IndexPage}
  599. <div class="perma">
  600. <a href="{Permalink}">{NoteCountWithLabel}</a>
  601. </div>
  602. {block:HasTags}<div class="tags">Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  603. {/block:IndexPage}
  604.  
  605. <!--POST NOTES-->
  606.  
  607. {block:PermalinkPage}
  608. <center>
  609. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  610. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  611. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  612. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  613. </center>
  614.  
  615. {block:PostNotes}{PostNotes}{/block:PostNotes}
  616. {/block:PermalinkPage}
  617.  
  618. </article>
  619.  
  620. {/block:Posts}
  621.  
  622. </div>
  623. </div>
  624.  
  625. <!-- -------------------------- TAB 2 -------------------------- -->
  626.  
  627. <div id="tab2" class="tab">
  628. <div class="tabcontent">
  629.  
  630. <center><h2>Ask & Submit</h2></center>
  631.  
  632. insert ask and faq if you need one!
  633. <p><br>
  634.  
  635. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  636. <br><br>
  637. <iframe frameborder="0" scrolling="no" width="100%" height="300" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  638.  
  639.  
  640. </div>
  641. </div>
  642.  
  643.  
  644. <!-- -------------------------- TAB 3 -------------------------- -->
  645.  
  646. <div id="tab3" class="tab">
  647. <div class="tabcontent">
  648.  
  649. <center><h2>Tab 3</h2></center>
  650.  
  651. tab 3 content here!<p>
  652.  
  653. </div>
  654. </div>
  655.  
  656.  
  657. <!-- -------------------------- TAB 4 -------------------------- -->
  658.  
  659. <div id="tab4" class="tab">
  660. <div class="tabcontent">
  661.  
  662. <center><h2>Tab 4</h2></center>
  663.  
  664. tab 4 content here!
  665.  
  666. </div>
  667. </div>
  668.  
  669.  
  670. <!-- -------------------------- TAB 5 -------------------------- -->
  671.  
  672. <div id="tab5" class="tab">
  673. <div class="tabcontent">
  674. <center><h2>Links</h2></center>
  675.  
  676.  
  677. <a class="link" href="/">link example</a>
  678.  
  679. </div>
  680. </div>
  681.  
  682.  
  683.  
  684. <!-- END OF TABS -->
  685.  
  686. </div>
  687. </div>
  688. </div>
  689. </div>
  690. </div>
  691.  
  692.  
  693. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  694.  
  695. <script>
  696. $(document).ready(function() {
  697. $('.tabs .tab-links a').on('click', function(e) {
  698. var currentAttrValue = $(this).attr('href');
  699.  
  700. // Show/Hide Tabs
  701. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  702.  
  703. // Change/remove current tab to active
  704. $(this).parent('li').addClass('active').siblings().removeClass('active');
  705.  
  706. e.preventDefault();
  707. });
  708. });
  709. </script>
  710.  
  711. <script>
  712. $(document).ready(function() {
  713. $('#filterOptions li a').click(function() {
  714. // fetch the class of the clicked item
  715. var ourClass = $(this).attr('class');
  716.  
  717. // reset the active class on all the buttons
  718. $('#filterOptions li').removeClass('active');
  719. // update the active state on our clicked button
  720. $(this).parent().addClass('active');
  721.  
  722. if(ourClass == 'all') {
  723. // show all our items
  724. $('#ourHolder').children('div.item').show();
  725. }
  726. else {
  727. // hide all elements that don't share ourClass
  728. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  729. // show all elements that do share ourClass
  730. $('#ourHolder').children('div.' + ourClass).show();
  731. }
  732. return false;
  733. });
  734. });
  735. </script>
  736.  
  737. </div>
  738.  
  739.  
  740. </div>
  741. </div>
  742.  
  743. </div>
  744.  
  745.  
  746.  
  747.  
  748.  
  749. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  750.  
  751. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  752.  
  753. </body>
  754. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement