Advertisement
teruteru

Love Letter -【 THEME 52 by Anomaly ☽】

Jul 30th, 2017
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #52 by Anomaly ☾ tumblr user twinkleribbon ☽ : LOVE LETTER !!
  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. <script type='text/javascript' language='Javascript'>
  43. var scrolltotop={
  44. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  45. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (1=top).
  46. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  47. controlHTML: '<img src="{image:to top}"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  48. controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ center of window corner
  49. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  50. state: {isvisible:false, shouldvisible:false},
  51. scrollup:function(){
  52. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  53. this.$control.css({opacity:0}) //hide control immediately after clicking it
  54. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  55. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  56. dest=jQuery('#'+dest).offset().top
  57. else
  58. dest=0
  59. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  60. },
  61. keepfixed:function(){
  62. var $window=jQuery(window)
  63. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  64. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  65. this.$control.css({left:controlx+'px', top:controly+'px'})
  66. },
  67. togglecontrol:function(){
  68. var scrolltop=jQuery(window).scrollTop()
  69. if (!this.cssfixedsupport)
  70. this.keepfixed()
  71. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  72. if (this.state.shouldvisible && !this.state.isvisible){
  73. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  74. this.state.isvisible=true
  75. }
  76. else if (this.state.shouldvisible==false && this.state.isvisible){
  77. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  78. this.state.isvisible=false
  79. }
  80. },
  81. init:function(){
  82. jQuery(document).ready(function($){
  83. var mainobj=scrolltotop
  84. var iebrws=document.all
  85. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  86. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  87. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  88. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  89. .attr({title:"{text:to top title}"})
  90. .click(function(){mainobj.scrollup(); return false})
  91. .appendTo('body')
  92. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  93. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  94. mainobj.togglecontrol()
  95. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  96. mainobj.scrollup()
  97. return false
  98. })
  99. $(window).bind('scroll resize', function(e){
  100. mainobj.togglecontrol()
  101. })
  102. })
  103. }
  104. }
  105. scrolltotop.init()
  106. </script>
  107.  
  108. <title>{Title}</title>
  109.  
  110. <link rel="shortcut icon" href="{image:favicon}">
  111. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  112. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  113.  
  114. <!--default variables-->
  115.  
  116. <meta name="color:background" content="">
  117. <meta name="color:posts" content="">
  118. <meta name="color:outline" content="">
  119. <meta name="color:border" content="">
  120. <meta name="color:blockquote" content="">
  121. <meta name="color:ask" content="">
  122. <meta name="color:text" content="">
  123. <meta name="color:link" content="">
  124. <meta name="color:hover" content="">
  125. <meta name="color:bar" content="">
  126. <meta name="color:button" content="">
  127. <meta name="color:button shadow 1" content="">
  128. <meta name="color:button shadow 2" content="">
  129. <meta name="color:button hover" content="">
  130. <meta name="color:button hover shadow" content="">
  131. <meta name="color:button border" content="">
  132. <meta name="color:text shadow" 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 1" content="">
  143. <meta name="image:sidebar 2" content="">
  144. <meta name="image:header" content="">
  145. <meta name="image:icon" content="">
  146. <meta name="image:lace" content="">
  147. <meta name="image:permalink" content="">
  148. <meta name="image:back" content="">
  149. <meta name="image:next" content="">
  150. <meta name="image:render" content="">
  151. <meta name="image:to top" content="">
  152.  
  153. <meta name="text:title" content="">
  154. <meta name="text:subtitle" content="">
  155. <meta name="text:ask text" content="">
  156. <meta name="text:to top title" content="">
  157. <meta name="text:back title" content="">
  158. <meta name="text:next title" content="">
  159. <meta name="text:notes text" content="">
  160. <meta name="text:reblog text" content="">
  161.  
  162. <meta name="text:title font" content="">
  163. <meta name="text:body font" content="">
  164. <meta name="text:body font size" content="">
  165. <meta name="text:secondary font" content="">
  166. <meta name="text:secondary font size" content="">
  167. <meta name="text:outline style" content="">
  168. <meta name="text:border radius" content="">
  169.  
  170. <meta name="if:captions" content="">
  171. <meta name="if:bg cover" content="">
  172. <meta name="if:cursor" content="">
  173. <meta name="if:render" content="">
  174. <meta name="if:second sidebar" content="">
  175. <meta name="if:music box" content="">
  176. <meta name="if:fixed sidebars" content="">
  177. <meta name="if:outlines" content="">
  178.  
  179. <meta name="text:render left" content="">
  180. <meta name="text:render bottom" content="">
  181. <meta name="text:render width" content="">
  182. <meta name="text:lace height" content="">
  183.  
  184. <style type="text/css">
  185.  
  186. ::-webkit-scrollbar {
  187. width: 9px;
  188. height: 4px;
  189. background:{color:scrollbar};
  190. border:4px solid {color:background};
  191. }
  192.  
  193. ::-webkit-scrollbar-thumb {
  194. background-color:{color:scrollbar};
  195. border-radius:5px;
  196. }
  197.  
  198. #s-m-t-tooltip {
  199. max-width:300px;
  200. margin:10px 0px 0px 10px;
  201. background-color:{color:tooltip};
  202. font-family:{text:secondary font};
  203. font-size:{text:secondary font size}px;
  204. padding:3px;
  205. color:{color:tooltip text};
  206. z-index:999999999999999999999999999999999999;
  207. }
  208.  
  209. #s-m-t-tooltip:after {
  210. position: absolute;
  211. display: block; content: "";
  212. border-color: transparent {color:tooltip} transparent transparent ;
  213. border-style: solid;
  214. border-width: 5px;
  215. height:0;
  216. width:0;
  217. position:absolute;
  218. top:3px;
  219. left:-10px;
  220. }
  221.  
  222. ::selection {
  223. background: {color:selection};
  224. color: {color:selection text};
  225. }
  226.  
  227. ::-moz-selection {
  228. background: {color:selection};
  229. color: {color:selection text};
  230. }
  231.  
  232. ::-webkit-selection {
  233. background: {color:selection};
  234. color: {color:selection text};
  235. }
  236.  
  237. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  238.  
  239. body {
  240. margin:0px;
  241. background:{color:background};
  242. background-image:url('{image:background}');
  243. background-attachment:fixed;
  244. {block:ifbgcover}
  245. background-repeat:no-repeat;
  246. background-size:cover;
  247. {/block:ifbgcover}
  248. color:{color:text};
  249. font-family:{text:body font};
  250. font-size:{text:body font size}px;
  251. }
  252.  
  253. a {
  254. color:{color:link};
  255. text-decoration:none;
  256. }
  257.  
  258. a:hover {
  259. color:{color:hover};
  260. -webkit-transition: all .5s;
  261. -moz-transition: all .5s;
  262. -o-transition: all .5s;
  263. -ms-transition: all .5s;
  264. transition: all .5s;
  265.  
  266. }
  267.  
  268. blockquote {
  269. border-left:1px dotted {color:blockquote};
  270. padding-left:5px;
  271. }
  272.  
  273. blockquote img {
  274. max-width:100%;
  275. height:auto;
  276. }
  277.  
  278. iframe, img, embed, object, video {
  279. }
  280.  
  281. img {
  282. max-width:auto;
  283. height:auto;
  284. }
  285.  
  286. #bar {
  287. top:0px;
  288. left:0px;
  289. width:100%;
  290. height:40px;
  291. background:{color:bar};
  292. position:fixed;
  293. z-index:1;
  294. }
  295.  
  296. #lace {
  297. background-image: url('{image:lace}');
  298. top:40px;
  299. left:0px;
  300. width:100%;
  301. height:{text:lace height}px;
  302. position:fixed;
  303. z-index:1;
  304. }
  305.  
  306. .links {
  307. margin-top:5px;
  308. }
  309.  
  310. a.nav {
  311. display:inline-block;
  312. font-family:{text:secondary font};
  313. font-size:{text:secondary font size}px;
  314. width:85px;
  315. padding:5px;
  316. margin-top:8px;
  317. background:{color:button};
  318. border:1px double {color:button border};
  319. {block:ifoutlines}
  320. outline:1px {text:outline style} {color:outline};
  321. outline-offset:-4px;
  322. {/block:ifoutlines}
  323. box-shadow: inset 0 0 6px {color:button shadow 1}, 0px 1px 1px {color:button shadow 2};
  324. margin:2px;
  325. margin-left:0px;
  326. display: inline-block;
  327. text-align:center;
  328. line-height:8px;
  329. float:center;
  330. padding:5px;
  331. height:8px;
  332. margin-bottom:2px;
  333. text-shadow: 0px 1px 0px {color:text shadow}, -1px 0 {color:text shadow}, 0 1px {color:text shadow}, 1px 0 {color:text shadow}, 0 -1px {color:text shadow};
  334. }
  335.  
  336. a.nav:hover {
  337. background:{color:button hover};
  338. color:{color:hover};
  339. letter-spacing:1px;
  340. box-shadow: inset 0 0 6px {color:button hover shadow}, 0px 1px 1px{color:button shadow 2};
  341. text-align:center;
  342. transition: all 0.3s ease-out;
  343. -o-transition-transition: all 0.3s ease-out;
  344. -webkit-transition: all 0.3s ease-out;
  345. -moz-transition: all 0.3s ease-out;
  346. }
  347.  
  348. #header {
  349. top:0px;
  350. left:0px;
  351. {block:ifsecondsidebar}
  352. width:1230px;
  353. {/block:ifsecondsidebar}
  354. {block:ifnotsecondsidebar}
  355. width:940px;
  356. {/block:ifnotsecondsidebar}
  357. height:calc({text:lace height}px + 200px);
  358. text-align:center;
  359. }
  360.  
  361. .tit {
  362. position:absolute;
  363. width:800px;
  364. margin-left:-125px;
  365. font-family:{text:title font};
  366. font-size:45px;
  367. font-style:italic;
  368. text-shadow:5px 5px 5px {color:text shadow};
  369. }
  370.  
  371. .subtit {
  372. position:absolute;
  373. width:800px;
  374. margin-left:-75px;
  375. margin-top:65px;
  376. font-family:{text:title font};
  377. font-size:30px;
  378. font-style:italic;
  379. text-shadow:2.5px 2.5px 2.5px {color:text shadow};
  380. }
  381.  
  382. .img1 {
  383. position:absolute;
  384. margin-top:calc({text:lace height}px + 75px);
  385. }
  386.  
  387. .img1 img {
  388. width:150px;
  389. height:auto;
  390. background:{color:posts};
  391. border:5px solid {color:border};
  392. {block:ifoutlines}
  393. outline:1px {text:outline style} {color:outline};
  394. outline-offset:-10px;
  395. {/block:ifoutlines}
  396. border-radius:{text:border radius}px;
  397. }
  398.  
  399. {block:ifoutlines}
  400. .img1 img:hover {
  401. outline:1px dashed {color:outline};
  402. outline-offset:-85px;
  403. -webkit-transition: all 0.7s ease;
  404. -moz-transition: all 0.7s ease;
  405. -o-transition: all 0.7s ease;
  406. transition: all 0.7s ease;
  407. }
  408. {/block:ifoutlines}
  409.  
  410. .img2 {
  411. position:absolute;
  412. margin-top:calc({text:lace height}px + 145px);
  413. {block:ifsecondsidebar}
  414. margin-left:815px;
  415. {/block:ifsecondsidebar}
  416. {block:ifnotsecondsidebar}
  417. margin-left:565px;
  418. {/block:ifnotsecondsidebar}
  419. width:50px;
  420. height:50px;
  421. border:5px solid {color:border};
  422. background:{color:posts};
  423. border-radius:{text:border radius}px;
  424. }
  425.  
  426. .arrow {
  427. position:absolute;
  428. width:0;
  429. height:0;
  430. margin-top:calc({text:lace height}px + 160px);
  431. {block:ifsecondsidebar}
  432. margin-left:880px;
  433. {/block:ifsecondsidebar}
  434. {block:ifnotsecondsidebar}
  435. margin-left:630px;
  436. {/block:ifnotsecondsidebar}
  437. border-top:10px solid transparent;
  438. border-bottom:10px solid transparent;
  439. border-right:10px solid {color:border};
  440. }
  441.  
  442. .musicbox {
  443. position:absolute;
  444. margin-top:calc({text:lace height}px + 145px);
  445. {block:ifsecondsidebar}
  446. margin-left:890px;
  447. {/block:ifsecondsidebar}
  448. {block:ifnotsecondsidebar}
  449. margin-left:640px;
  450. {/block:ifnotsecondsidebar}
  451. width:180px;
  452. height:40px;
  453. padding:5px;
  454. background:{color:posts};
  455. border:5px solid {color:border};
  456. border-radius:{text:border radius}px;
  457. }
  458.  
  459. #sidebar {
  460. {block:iffixedsidebars}
  461. position:fixed;
  462. {/block:iffixedsidebars}
  463. width:250px;
  464. background:{color:posts};
  465. {block:ifoutlines}
  466. outline:1px {text:outline style} {color:outline};
  467. outline-offset:-10px;
  468. {/block:ifoutlines}
  469. border:5px solid {color:border};
  470. padding:12px;
  471. border-radius:{text:border radius}px;
  472. margin-left:-115px;
  473. }
  474.  
  475. .sidebar {
  476. {block:iffixedsidebars}
  477. position:fixed;
  478. {/block:iffixedsidebars}
  479. width:250px;
  480. background:{color:posts};
  481. {block:ifoutlines}
  482. outline:1px dashed {color:outline};
  483. outline-offset:-10px;
  484. {/block:ifoutlines}
  485. border:5px solid {color:border};
  486. padding:12px;
  487. border-radius:{text:border radius}px;
  488. }
  489.  
  490. #prev {
  491. position:fixed;
  492. margin-left:-50px;
  493. bottom:50px;
  494. }
  495.  
  496. #next {
  497. position:fixed;
  498. margin-left:550px;
  499. bottom:50px;
  500. }
  501.  
  502. .tabcon {
  503. position:relative;
  504. text-align:center;
  505. background:{color:posts};
  506. {block:ifoutlines}
  507. outline:1px dashed {color:outline};
  508. outline-offset:-10px;
  509. {/block:ifoutlines}
  510. border:5px solid {color:border};
  511. padding:12px;
  512. width:500px;
  513. border-radius:{text:border radius}px;
  514. }
  515.  
  516. article {
  517. float:left;
  518. position:relative;
  519. background:{color:posts};
  520. {block:ifoutlines}
  521. outline:1px {text:outline style} {color:outline};
  522. outline-offset:-10px;
  523. {/block:ifoutlines}
  524. border:5px solid {color:border};
  525. padding:12px;
  526. width:500px;
  527. border-radius:{text:border radius}px;
  528. margin-bottom:25px;
  529. }
  530.  
  531. .title {
  532. font-weight:normal;
  533. font-size:calc({text:body font size}px + 5px);
  534. margin:0 0 10px 0;
  535. text-align:center;
  536. }
  537.  
  538. .quote {
  539. font-weight:normal;
  540. font-size:calc({text:body font size}px + 5px);
  541. font-style:italic;
  542. margin:0 0 10px 0;
  543. text-align:center;
  544. }
  545.  
  546. .quotesource {
  547. margin:0 0 10px 0;
  548. text-align:right;
  549. }
  550.  
  551. #ask {
  552. padding:5px;
  553. color:{color:Title};
  554. }
  555.  
  556. .bubble {
  557. align:right;
  558. background: {color:ask};
  559. margin:7px 0px 5px 66px;
  560. padding:10px;
  561. position: relative;
  562. -moz-border-radius:5px;
  563. -webkit-border-radius:5px;
  564. border-radius:5px;
  565. }
  566.  
  567. .bubble p {
  568. margin:1px 0px;
  569. }
  570.  
  571. .bubble span {
  572. position:absolute;
  573. width:1px;
  574. height:1px;
  575. font-size: 0;
  576. line-height: 1px;
  577. left:-10px;
  578. top:10px;
  579. border-top:7px solid transparent;
  580. border-bottom:7px solid transparent;
  581. border-right:10px solid {color:ask};
  582. }
  583.  
  584. .perma {
  585. font-family:{text:secondary font};
  586. font-size:{text:secondary font size}px;
  587. text-align:center;
  588. text-shadow:1px 1px {color:text shadow};
  589. }
  590.  
  591. .perma a:hover {
  592. letter-spacing:1px;
  593. transition: all 0.3s ease-out;
  594. -o-transition-transition: all 0.3s ease-out;
  595. -webkit-transition: all 0.3s ease-out;
  596. -moz-transition: all 0.3s ease-out;
  597. }
  598.  
  599. .h1 {
  600. font-family:{text:title font};
  601. font-size:calc({text:body font size}px + 10px);
  602. }
  603.  
  604. .credit {
  605. position:fixed;
  606. bottom:4px;
  607. left:8px;
  608. font: 9px consolas;
  609. text-transform:uppercase;
  610. letter-spacing: 0px;
  611. padding: 2px;
  612. }
  613.  
  614. </style>
  615. </head>
  616. <body>
  617.  
  618. <div id="bar">
  619. <div class="links">
  620. <center>
  621. <a class="nav" href="/">Diary</a>
  622. <a class="nav" onClick="changeNavigation('ask')">Ask</a>
  623. <a class="nav" onClick="changeNavigation('about')">About</a>
  624. <a class="nav" onClick="changeNavigation('link')">Links</a>
  625. <a class="nav" onClick="changeNavigation('tag')">Tags</a>
  626. </center>
  627. </div>
  628. </div>
  629. <div id="lace"></div>
  630.  
  631. <center>
  632. <div id="header">
  633.  
  634. <div class="img1">
  635.  
  636. <div class="tit">{text:title}</div>
  637.  
  638. <div class="subtit">{text:subtitle}</div>
  639.  
  640. <img src="{image:header}"></div>
  641.  
  642. {block:ifmusicbox}
  643. <div class="img2">
  644. <img style="width:50px; height:50px;" src="{image:icon}">
  645. </div>
  646.  
  647. <div class="arrow"></div>
  648. <div class="musicbox">
  649.  
  650. music box here!
  651.  
  652. </div>
  653.  
  654. {/block:ifmusicbox}
  655.  
  656. </div>
  657. </center>
  658.  
  659.  
  660. <table style="font-size:{text:body font size}px; margin-top:50px;" {block:ifsecondsidebar}width="900"{/block:ifsecondsidebar} {block:ifnotsecondsidebar}width="600"{/block:ifnotsecondsidebar} align="center" border="0" cellspacing="5">
  661.  
  662. <tbody><tr>
  663.  
  664. <td valign="top" style="width:250px;">
  665. <div id="sidebar">
  666. <center>
  667. <img style="max-width:150px; max-height:auto; border-radius:100%;" src="{image:sidebar 1}"><br>
  668.  
  669. {Description}
  670. </div>
  671. </td>
  672.  
  673.  
  674. <td valign="top" style="width:500px;">
  675.  
  676. <div id="content">
  677.  
  678. {block:Posts}
  679. <article>
  680.  
  681. {block:Text}
  682. {block:Title}<div class="title">{Title}</div>{/block:Title}
  683. {Body}
  684. {/block:Text}
  685.  
  686. {block:Photo}
  687. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  688. {block:Caption}{Caption}{/block:Caption}
  689. {/block:Photo}
  690.  
  691. {block:Photoset}
  692. {Photoset-500}
  693. {block:Caption}{Caption}{/block:Caption}
  694. {/block:Photoset}
  695.  
  696. {block:Quote}
  697. <div class="quote">"{Quote}"</div>
  698. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  699. {/block:Quote}
  700.  
  701. {block:Link}
  702. <div class="title"><a href="{URL}">{Name}</a></div>
  703. {block:Description}<div class="description">{Description}</div>{/block:Description}
  704. {/block:Link}
  705.  
  706. {block:Chat}
  707. {block:Title}<div class="title">{Title}</div>{/block:Title}
  708. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  709. {/block:Chat}
  710.  
  711. {block:Video}
  712. {Video-500}
  713. {block:Caption}{Caption}{/block:Caption}
  714. {/block:Video}
  715.  
  716. {block:Audio}
  717. {AudioPlayerWhite}
  718. {block:TrackName}{TrackName}<br>{/block:TrackName}
  719. {block:Artist}{Artist}<br>{/block:Artist}
  720. {block:Album}{Album}{/block:Album}
  721. {block:Caption}{Caption}{/block:Caption}
  722. {/block:Audio}
  723.  
  724. {block:Answer}
  725. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  726. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  727. <div class="answer">{Answer}</div>
  728. {/block:Answer}
  729.  
  730. {block:IndexPage}
  731. <br><div class="perma"> <a href="{Permalink}">{NoteCount} {text:notes text}</a> <img src="{image:Permalink}"> <a href="{ReblogURL}">{text:reblog text}</a>
  732. {block:HasTags}<br>{block:Tags} <a href="{TagUrl}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
  733.  
  734. {block:PermalinkPage}
  735. <center>
  736. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  737. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  738. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  739. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  740. </center>
  741. {block:PostNotes}{PostNotes}{/block:PostNotes}
  742. {/block:PermalinkPage}
  743.  
  744. </article>
  745.  
  746. {/block:Posts}
  747.  
  748. {block:Pagination}
  749. {block:PreviousPage}<div id="prev"><a href="{PreviousPage}"><a title="{text:back title}" href="{PreviousPage}"><img src="{image:back}"></a></div>{/block:PreviousPage}
  750. {block:NextPage}<div id="next"><a title="{text:next title}" href="{NextPage}"><img src="{image:next}"></a></div>
  751. {/block:NextPage}
  752. {/block:Pagination}
  753.  
  754. </div>
  755.  
  756. {block:ifsecondsidebar}
  757. <td valign="top" style="width:250px;">
  758. <div class="sidebar">
  759. <center>
  760. <img style="max-width:150px; max-height:auto; border-radius:100%;" src="{image:sidebar 2}">
  761. </center>
  762.  
  763. second sidebar content here
  764.  
  765. </div>
  766. </td>
  767. {/block:ifsecondsidebar}
  768.  
  769. <div id="ask" style="display:none;">
  770. <div class="tabcon">
  771.  
  772. <div class="h1">Message Me</div>
  773. <br>
  774.  
  775. ask and faq here
  776.  
  777. <iframe frameborder="0" scrolling="no" width="100%" height="200px" 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]--><br><br>
  778. <iframe frameborder="0" scrolling="no" width="100%" height="auto" 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]-->
  779.  
  780. </div>
  781. </div>
  782.  
  783. <div id="about" style="display:none;">
  784. <div class="tabcon">
  785.  
  786. <div class="h1">About Me</div>
  787. <br>
  788.  
  789. about here
  790.  
  791. </div>
  792. </div>
  793.  
  794. <div id="link" style="display:none;">
  795. <div class="tabcon">
  796.  
  797. <div class="h1">Links</div>
  798. <br>
  799.  
  800. links here
  801.  
  802. </div>
  803. </div>
  804.  
  805. <div id="tag" style="display:none;">
  806. <div class="tabcon">
  807.  
  808. <div class="h1">Tags</div>
  809. <br>
  810.  
  811. tags here
  812.  
  813. </div>
  814. </div>
  815.  
  816.  
  817. </td></table></style>
  818.  
  819. {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}
  820.  
  821. <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>
  822.  
  823. </body>
  824. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement