Advertisement
teruteru

Apollo 9 -【 THEME 53 by Anomaly ☽】

Aug 26th, 2017
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #53 by Anomaly ☾ tumblr user twinkleribbon ☽ : APOLLO 9 !!
  8.  
  9. - i made the base code
  10. - please abide by all the rules
  11.  
  12. 【 All themes and pages can be found here : http://twinkleribbon.tumblr.com/thm 】
  13.  
  14. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  15. Feel free to message me if you need any help, my ask box is always open!
  16.  
  17. -->
  18.  
  19. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  20. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <script> function changeNavigation(id)
  38. {document.getElementById('content')
  39. .innerHTML=document.getElementById(id).innerHTML}
  40. </script>
  41.  
  42. {block:ifbacktotopbutton}
  43. <script type='text/javascript' language='Javascript'>
  44. var scrolltotop={
  45. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  46. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (1=top).
  47. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  48. controlHTML: '<img src="{image:to top}"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  49. controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ center of window corner
  50. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  51. state: {isvisible:false, shouldvisible:false},
  52. scrollup:function(){
  53. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  54. this.$control.css({opacity:0}) //hide control immediately after clicking it
  55. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  56. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  57. dest=jQuery('#'+dest).offset().top
  58. else
  59. dest=0
  60. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  61. },
  62. keepfixed:function(){
  63. var $window=jQuery(window)
  64. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  65. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  66. this.$control.css({left:controlx+'px', top:controly+'px'})
  67. },
  68. togglecontrol:function(){
  69. var scrolltop=jQuery(window).scrollTop()
  70. if (!this.cssfixedsupport)
  71. this.keepfixed()
  72. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  73. if (this.state.shouldvisible && !this.state.isvisible){
  74. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  75. this.state.isvisible=true
  76. }
  77. else if (this.state.shouldvisible==false && this.state.isvisible){
  78. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  79. this.state.isvisible=false
  80. }
  81. },
  82. init:function(){
  83. jQuery(document).ready(function($){
  84. var mainobj=scrolltotop
  85. var iebrws=document.all
  86. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  87. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  88. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  89. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  90. .attr({title:"{text:to top title}"})
  91. .click(function(){mainobj.scrollup(); return false})
  92. .appendTo('body')
  93. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  94. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  95. mainobj.togglecontrol()
  96. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  97. mainobj.scrollup()
  98. return false
  99. })
  100. $(window).bind('scroll resize', function(e){
  101. mainobj.togglecontrol()
  102. })
  103. })
  104. }
  105. }
  106. scrolltotop.init()
  107. </script>
  108. {/block:ifbacktotopbutton}
  109.  
  110.  
  111. <title>{Title}</title>
  112.  
  113. <link rel="shortcut icon" href="{image:favicon}">
  114. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  115. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  116.  
  117. <!--default variables-->
  118.  
  119. <meta name="color:background" content="">
  120. <meta name="color:posts" content="">
  121. <meta name="color:border" content="">
  122. <meta name="color:blockquote" content="">
  123. <meta name="color:ask" content="">
  124. <meta name="color:text" content="">
  125. <meta name="color:link" content="">
  126. <meta name="color:hover" content="">
  127. <meta name="color:button" content="">
  128. <meta name="color:button hover" content="">
  129. <meta name="color:button border" content="">
  130. <meta name="color:title 1" content="">
  131. <meta name="color:title 2" content="">
  132. <meta name="color:permalink" content="">
  133. <meta name="color:selection" content="">
  134. <meta name="color:selection text" content="">
  135. <meta name="color:tooltip" content="">
  136. <meta name="color:tooltip text" content="">
  137. <meta name="color:scrollbar" content="">
  138.  
  139. <meta name="image:favicon" content="">
  140. <meta name="image:background" content="">
  141. <meta name="image:cursor" content="">
  142. <meta name="image:sidebar" content="">
  143. <meta name="image:lace" content="">
  144. <meta name="image:render" content="">
  145. <meta name="image:to top" content="">
  146.  
  147. <meta name="text:title" content="">
  148. <meta name="text:about url" content="">
  149. <meta name="text:links url" content="">
  150. <meta name="text:ask text" content="asked">
  151. <meta name="text:permalink symbol" content="">
  152. <meta name="text:back title" content="">
  153. <meta name="text:next title" content="">
  154. <meta name="text:to top title" content="">
  155.  
  156. <meta name="text:title font" content="">
  157. <meta name="text:font" content="">
  158. <meta name="text:font size" content="">
  159. <meta name="text:secondary font" content="">
  160. <meta name="text:secondary font size" content="">
  161.  
  162. <meta name="if:bg cover" content="">
  163. <meta name="if:cursor" content="">
  164. <meta name="if:render" content="">
  165. <meta name="if:tabs" content="">
  166. <meta name="if:round corners" content="">
  167. <meta name="if:box shadow" content="">
  168. <meta name="if:bubbling title" content="">
  169. <meta name="if:back to top button" content="">
  170.  
  171. <meta name="text:render left" content="">
  172. <meta name="text:render bottom" content="">
  173. <meta name="text:render width" content="">
  174. <meta name="text:lace height" content="">
  175.  
  176. <style type="text/css">
  177.  
  178. ::-webkit-scrollbar {
  179. width: 9px;
  180. height: 4px;
  181. background:{color:scrollbar};
  182. border:4px solid {color:background};
  183. }
  184.  
  185. ::-webkit-scrollbar-thumb {
  186. background-color:{color:scrollbar};
  187. border-radius:5px;
  188. }
  189.  
  190. #s-m-t-tooltip {
  191. max-width:300px;
  192. margin:10px 0px 0px 10px;
  193. background-color:{color:tooltip};
  194. font-family:{text:secondary font};
  195. font-size:{text:secondary font size}px;
  196. padding:3px;
  197. color:{color:tooltip text};
  198. z-index:999999999999999999999999999999999999;
  199. }
  200.  
  201. #s-m-t-tooltip:after {
  202. position: absolute;
  203. display: block; content: "";
  204. border-color: transparent {color:tooltip} transparent transparent ;
  205. border-style: solid;
  206. border-width: 5px;
  207. height:0;
  208. width:0;
  209. position:absolute;
  210. top:3px;
  211. left:-10px;
  212. }
  213.  
  214. ::selection {
  215. background: {color:selection};
  216. color: {color:selection text};
  217. }
  218.  
  219. ::-moz-selection {
  220. background: {color:selection};
  221. color: {color:selection text};
  222. }
  223.  
  224. ::-webkit-selection {
  225. background: {color:selection};
  226. color: {color:selection text};
  227. }
  228.  
  229. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  230.  
  231. body {
  232. margin:0px;
  233. background:{color:background};
  234. background-image:url('{image:background}');
  235. background-attachment:fixed;
  236. {block:ifbgcover}
  237. background-repeat:no-repeat;
  238. background-size:cover;
  239. {/block:ifbgcover}
  240. color:{color:text};
  241. font-family:{text:font};
  242. font-size:{text:font size}px;
  243. }
  244.  
  245. a {
  246. color:{color:link};
  247. text-decoration:none;
  248. }
  249.  
  250. a:hover {
  251. color:{color:hover};
  252. -webkit-transition: all 0.7s ease;
  253. -moz-transition: all 0.7s ease;
  254. -o-transition: all 0.7s ease;
  255. transition: all 0.7s ease;
  256. }
  257.  
  258. blockquote {
  259. border-left:1px solid {color:blockquote};
  260. padding-left:10px;
  261. }
  262.  
  263. blockquote img {
  264. max-width:100%;
  265. height:auto;
  266. }
  267.  
  268. iframe, img, embed, object, video {
  269. }
  270.  
  271. img {
  272. max-width:auto;
  273. height:auto;
  274. }
  275.  
  276. #lace {
  277. background-image: url('{image:lace}');
  278. top:0px;
  279. left:0px;
  280. width:100%;
  281. height:{text:lace height}px;
  282. position:fixed;
  283. z-index:1;
  284. }
  285.  
  286. a.navi {
  287. display:inline-block;
  288. width:105px;
  289. padding:2px;
  290. color:{color:link};
  291. font-family:{text:secondary font};
  292. font-size:{text:secondary font size}px;
  293. background:{color:button};
  294. border-left:10px solid {color:button border};
  295. box-shadow:inset 5px 0 0px 0 {color:button hover};
  296. margin-bottom:4px;
  297. margin-left:5px;
  298. text-indent:10px;
  299. }
  300.  
  301. a.navi:hover {
  302. color:{color:hover};
  303. box-shadow:inset 850px 0 0px 0 {color:button hover};
  304. }
  305.  
  306. #tit {
  307. text-align:center;
  308. font-family:{text:title font};
  309. font-size:50px;
  310. margin-bottom:20px;
  311. margin-top:calc({text:lace height}px + 20px);
  312. color:{color:title 1};
  313. }
  314.  
  315. .sidebar {
  316. background:{color:posts};
  317. border:1px solid {color:border};
  318. width:250px;
  319. padding:10px;
  320. {block:ifroundcorners}
  321. border-radius:10px;
  322. {/block:ifroundcorners}
  323. {block:ifboxshadow}
  324. box-shadow:5px 5px rgba(0,0,0,0.1);
  325. {/block:ifboxshadow}
  326. }
  327.  
  328. .tabcon {
  329. float:left;
  330. position:relative;
  331. padding:10px;
  332. width:500px;
  333. background:{color:posts};
  334. border:1px solid {color:border};
  335. {block:ifroundcorners}
  336. border-radius:10px;
  337. {/block:ifroundcorners}
  338. margin-bottom:25px;
  339. {block:ifboxshadow}
  340. box-shadow:5px 5px rgba(0,0,0,0.1);
  341. {/block:ifboxshadow}
  342. }
  343.  
  344. .h1 {
  345. font-weight:normal;
  346. font-size:calc({text:font size}px + 5px);
  347. margin:0 0 10px 0;
  348. text-align:center;
  349. }
  350.  
  351. article {
  352. float:left;
  353. position:relative;
  354. padding:10px;
  355. width:500px;
  356. background:{color:posts};
  357. border:1px solid {color:border};
  358. {block:ifroundcorners}
  359. border-radius:10px;
  360. {/block:ifroundcorners}
  361. margin-bottom:25px;
  362. {block:ifboxshadow}
  363. box-shadow:5px 5px rgba(0,0,0,0.1);
  364. {/block:ifboxshadow}
  365. }
  366.  
  367. .title {
  368. font-weight:normal;
  369. font-size:calc({text:font size}px + 5px);
  370. margin:0 0 10px 0;
  371. text-align:center;
  372. }
  373.  
  374. .quote {
  375. font-weight:normal;
  376. font-size:calc({text:font size}px + 5px);
  377. font-style:italic;
  378. margin:0 0 10px 0;
  379. text-align:center;
  380. }
  381.  
  382. .quotesource {
  383. margin:0 0 10px 0;
  384. text-align:right;
  385. }
  386.  
  387. .bubble {
  388. align:right;
  389. background: {color:ask};
  390. margin:7px 0px 5px 66px;
  391. padding:10px;
  392. position: relative;
  393. -moz-border-radius:5px;
  394. -webkit-border-radius:5px;
  395. border-radius:5px;
  396. }
  397.  
  398. .bubble p {
  399. margin:1px 0px;
  400. }
  401.  
  402. .bubble span {
  403. position:absolute;
  404. width:1px;
  405. height:1px;
  406. font-size: 0;
  407. line-height: 1px;
  408. left:-10px;
  409. top:10px;
  410. border-top:7px solid transparent;
  411. border-bottom:7px solid transparent;
  412. border-right:10px solid {color:ask};
  413. }
  414.  
  415. .perma {
  416. margin-top:10px;
  417. text-align:right;
  418. padding:2px;
  419. background:{color:permalink};
  420. font-family:{text:secondary font};
  421. font-size:{text:secondary font size}px;
  422. {block:ifroundcorners}
  423. border-radius:5px;
  424. {/block:ifroundcorners}
  425. }
  426.  
  427. #pagi {
  428. width:500px;
  429. padding:10px;
  430. }
  431.  
  432. .pagi {
  433. background:{color:posts};
  434. border:1px solid {color:border};
  435. padding:5px;
  436. {block:ifroundcorners}
  437. border-radius:5px;
  438. {/block:ifroundcorners}
  439. {block:ifboxshadow}
  440. box-shadow:5px 5px rgba(0,0,0,0.1);
  441. {/block:ifboxshadow}
  442. }
  443.  
  444. .credit {
  445. position:fixed;
  446. bottom:4px;
  447. left:8px;
  448. font: 9px consolas;
  449. text-transform:uppercase;
  450. letter-spacing: 0px;
  451. padding: 2px;
  452. }
  453.  
  454. </style>
  455. </head>
  456. {block:ifbubblingtitle}
  457. <script type="text/javascript">
  458. // <![CDATA[
  459. var bgcolour="{color:title 1}"; // background colour
  460. var fgcolour="{color:title 2}"; // foreground colour
  461. var speed=80; // speed of bubbling, lower is faster
  462. var shades=12; // number of shades of bubble
  463.  
  464. /****************************
  465. * Bubbling Text Effect *
  466. *(c)2003-13 mf2fm web-design*
  467. * http://www.mf2fm.com/rv *
  468. * DON'T EDIT BELOW THIS BOX *
  469. ****************************/
  470. var bubbcol=new Array();
  471. var bubbshd;
  472. var bubbler, bubbtxt;
  473. var bubbchr=new Array();
  474.  
  475. function addLoadEvent(funky) {
  476. var oldonload=window.onload;
  477. if (typeof(oldonload)!='function') window.onload=funky;
  478. else window.onload=function() {
  479. if (oldonload) oldonload();
  480. funky();
  481. }
  482. }
  483.  
  484. addLoadEvent(bubbagump);
  485.  
  486. function bubbagump() { if (document.getElementById) {
  487. var i, fg, bg, col;
  488. for (bubbler=0; bubbler<=shades; bubbler++) {
  489. col="#";
  490. for (i=1; i<6; i+=2) {
  491. bg=parseInt(bgcolour.substring(i,i+2),16);
  492. fg=parseInt(fgcolour.substring(i,i+2),16);
  493. col+=dechex(bg+(fg-bg)*(bubbler/shades));
  494. }
  495. bubbcol[bubbler+1]=col;
  496. if (bubbler==Math.floor(shades/2)) bubbshd=col;
  497. }
  498. bubbler=document.getElementById("bubble");
  499. bubbtxt=bubbler.firstChild.nodeValue;
  500. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  501. for (i=0; i<bubbtxt.length; i++) {
  502. fg=document.createElement("span");
  503. fg.setAttribute("id", "bubb"+i);
  504. fg.style.textShadow=bubbshd+" 0px 0px 2px";
  505. fg.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  506. bubbler.appendChild(fg);
  507. }
  508. bubbler=setInterval("bubbling()", speed);
  509. }}
  510.  
  511. function dechex(dec) {
  512. dec=Math.floor(dec);
  513. return ((dec<16)?'0':'')+dec.toString(16);
  514. }
  515.  
  516. function bubbling() {
  517. var i, bubby;
  518. for (i=0; i<bubbtxt.length; i++) {
  519. bubby=document.getElementById("bubb"+i);
  520. if (bubbchr[i]) {
  521. bubby.style.color=bubbcol[bubbchr[i]];
  522. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  523. }
  524. else if (Math.random()<7.5/(shades*bubbtxt.length)) bubbchr[i]=1;
  525. }
  526. }
  527. // ]]>
  528. </script>
  529. {/block:ifbubblingtitle}
  530. <body>
  531. <div id="lace"></div>
  532.  
  533. <div id="tit"><span id="bubble">{text:title}</span></div>
  534.  
  535. <table style="font-size:{text:font size}px;" width="500" align="center" border="0" cellspacing="5">
  536.  
  537. <tbody><tr>
  538.  
  539. <td valign="top" style="width:240px; padding:2px; border-radius:20px; background: transparent;">
  540. <div class="sidebar">
  541. <img style="width:120px; height:auto; float:left;" src="{image:sidebar}">
  542. {block:ifnottabs}
  543. <a class="navi" href="/">home</a>
  544. <a class="navi" href="/ask">ask</a>
  545. <a class="navi" href="/submit">submit</a>
  546. <a class="navi" href="{text:about url}">about</a>
  547. <a class="navi" href="{text:links url}">links</a>
  548. {/block:ifnottabs}
  549. {block:iftabs}
  550. <a class="navi" href="/">home</a>
  551. <a class="navi" onClick="changeNavigation('ask')">ask</a>
  552. <a class="navi" onClick="changeNavigation('about')">about</a>
  553. <a class="navi" onClick="changeNavigation('link')">links</a>
  554. <a class="navi" onClick="changeNavigation('tag')">tags</a>
  555. {/block:iftabs}
  556. {Description}
  557. </div>
  558.  
  559. <td valign="top" style="width:500px;">
  560. <div id="content">
  561.  
  562. {block:Posts}
  563. <article>
  564.  
  565. {block:Text}
  566. {block:Title}<div class="title">{Title}</div>{/block:Title}
  567. {Body}
  568. {/block:Text}
  569.  
  570. {block:Photo}
  571. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  572. {block:Caption}{Caption}{/block:Caption}
  573. {/block:Photo}
  574.  
  575. {block:Photoset}
  576. {Photoset-500}
  577. {block:Caption}{Caption}{/block:Caption}
  578. {/block:Photoset}
  579.  
  580. {block:Quote}
  581. <div class="quote">"{Quote}"</div>
  582. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  583. {/block:Quote}
  584.  
  585. {block:Link}
  586. <div class="title"><a href="{URL}">{Name}</a></div>
  587. {block:Description}<div class="description">{Description}</div>{/block:Description}
  588. {/block:Link}
  589.  
  590. {block:Chat}
  591. {block:Title}<div class="title">{Title}</div>{/block:Title}
  592. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  593. {/block:Chat}
  594.  
  595. {block:Video}
  596. {Video-500}
  597. {block:Caption}{Caption}{/block:Caption}
  598. {/block:Video}
  599.  
  600. {block:Audio}
  601. {AudioPlayerWhite}
  602. {block:TrackName}{TrackName}<br>{/block:TrackName}
  603. {block:Artist}{Artist}<br>{/block:Artist}
  604. {block:Album}{Album}{/block:Album}
  605. {block:Caption}{Caption}{/block:Caption}
  606. {/block:Audio}
  607.  
  608. {block:Answer}
  609. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  610. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  611. <div class="answer">{Answer}</div>
  612. {/block:Answer}
  613.  
  614. {block:IndexPage}
  615. <div class="perma">
  616. <a href="{Permalink}">{NoteCountWithLabel}</a> {text:permalink symbol} {TimeAgo} {text:permalink symbol} <a href="{ReblogURL}">reblog?</a>
  617. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  618. </div>
  619. {block:IndexPage}
  620.  
  621. {block:PermalinkPage}
  622. <center>
  623. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  624. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  625. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  626. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  627. </center>
  628.  
  629. {block:PostNotes}{PostNotes}{/block:PostNotes}
  630. {/block:PermalinkPage}
  631.  
  632. </article>
  633.  
  634. {/block:Posts}
  635.  
  636. <div id="pagi">
  637. {block:IndexPage}
  638. {block:Pagination}
  639. {block:PreviousPage}<div class="pagi" style="float:left;"><a href="{PreviousPage}">{text:back title}</a></div>{/block:PreviousPage}
  640. {block:NextPage}<div class="pagi" style="float:right;"><a href="{NextPage}"><a href="{NextPage}">{text:next title}</a></div>{/block:NextPage}
  641. {/block:Pagination}
  642. {/block:IndexPage}
  643.  
  644. </div>
  645.  
  646. </div>
  647.  
  648.  
  649. <div id="ask" style="display:none;">
  650. <div class="tabcon">
  651. <div class="h1">Ask & Submit</div>
  652.  
  653. <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]-->
  654. <br><br>
  655. <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]-->
  656.  
  657. </div>
  658. </div>
  659.  
  660. <div id="about" style="display:none;">
  661. <div class="tabcon">
  662. <div class="h1">About</div>
  663.  
  664. about here
  665.  
  666. </div>
  667. </div>
  668.  
  669. <div id="link" style="display:none;">
  670. <div class="tabcon">
  671. <div class="h1">Links</div>
  672.  
  673. links here
  674.  
  675. </div>
  676. </div>
  677.  
  678. <div id="tag" style="display:none;">
  679. <div class="tabcon">
  680. <div class="h1">Tags</div><br>
  681.  
  682. tags here
  683.  
  684. </div>
  685. </div>
  686.  
  687. </td></table></style>
  688. <br>
  689.  
  690. {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}
  691.  
  692. <div class="credit"><a href="http://twinkleribbon.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>
  693.  
  694. </body>
  695. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement