elsaofarendelle

elsa -Dangerous To Dream

May 15th, 2018 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC" rel="stylesheet">
  15.  
  16. <!--- tooltips --->
  17.  
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips();
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28. <!--- pop script --->
  29.  
  30. <script type="text/javascript"
  31. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(document).ready(function() {
  34. //
  35. $('a.poplight[href^=#]').click(function() {
  36. var popID = $(this).attr('rel'); //Get Popup Name
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38. var query= popURL.split('?');
  39. var dim= query[1].split('&');
  40. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  41. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  42. var popMargTop = ($('#' + popID).height() + 80) / 2;
  43. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  44. //Apply Margin to Popup
  45. $('#' + popID).css({
  46. 'margin-top' : -popMargTop,
  47. 'margin-left' : -popMargLeft
  48. });
  49. $('body').append('<div id="fade"></div>');
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  51. return false;
  52. });
  53. $('a.close, #fade').live('click', function() {
  54. $('#fade, .popup_block').fadeOut(function() {
  55. $('#fade, a.close').remove(); //fade them both out
  56. });
  57. return false;
  58. });
  59. });
  60. </script>
  61.  
  62.  
  63.  
  64. </style>
  65.  
  66.  
  67. <title>{Title}</title>
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71.  
  72.  
  73. <!-------------------------------------------
  74. Code by elsaofarendelle.
  75. Don't copy or distribute.
  76. Don't claim as your own.
  77. -------------------------------------------->
  78.  
  79. <meta name="image:background" content=""/>
  80. <meta name="image:sidebar" content=""/>
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. iframe#tumblr_controls {
  86. white-space:nowrap;
  87. -webkit-filter: invert(100%);
  88. -moz-filter: invert(100%);
  89. -o-filter: invert(100%);
  90. -ms-filter: invert(100%);
  91. filter: invert(100%);
  92. opacity:.2;transition: .8s ease-in-out;
  93. -webkit-transition: .8s ease-in-out;
  94. -moz-transition: .8s ease-in-out;
  95. -o-transition: .8s ease-in-out;
  96. }
  97.  
  98. /* --- CURSOR START --- */
  99.  
  100. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  101.  
  102. /* --- CURSOR END --- */
  103.  
  104. /* --- FONTS START --- */
  105.  
  106. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  107.  
  108. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  109.  
  110. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  111.  
  112.  
  113.  
  114.  
  115.  
  116. /* --- FONTS END --- */
  117.  
  118.  
  119. /* --- SCROLLBAR START ---*/
  120.  
  121. ::-webkit-scrollbar-thumb{
  122. background-color: #012735;
  123. border: none;
  124. height:auto;
  125. }
  126.  
  127. ::-webkit-scrollbar {
  128. height:auto;
  129. width:5px;
  130. background-color: transparent;
  131. border:2px solid transparent;
  132. }
  133.  
  134. /* --- SCROLLBAR END --- */
  135.  
  136.  
  137. /* --- TOOLTIPS START --- */
  138.  
  139. #s-m-t-tooltip{
  140. max-width:300px;
  141. margin:15px;
  142. padding:2px 8px;
  143. background: #012735;
  144. border:3px double #003a4f;
  145. color: #a4a4a4;
  146. border-radius:0px;
  147. z-index:9999999999999;
  148. font-size:12px;
  149. font-family: 'Ice kingdom';
  150. font-weight:bold;
  151. text-transform:normal;
  152. box-shadow: 2px 2px 5px #000;
  153. -webkit-transition:all 0.7s;
  154. -moz-transition:all 0.7s;
  155. -ms-transition:all 0.7s;
  156. -o-transition:all 0.7s;
  157. transition:all 0.7s;
  158. }
  159.  
  160. /* --- TOOLTIPS END --- */
  161.  
  162.  
  163. /* --- BODY START ---*/
  164.  
  165. body {
  166. background:#000;
  167. background-image:url({image:background});
  168. background-attachment: fixed;
  169. background-repeat: no-repeat;
  170. background-position:0px 0px;
  171. margin:0px;
  172. color:#a4a4a4;
  173. font-family: 'Cormorant Garamond', serif;
  174. font-size:11px;
  175. line-height:120%;
  176. word-wrap: break-word;
  177. }
  178.  
  179. blockquote {
  180. padding-left:5px;
  181. border-left:2px solid;
  182. border-color: #012735;
  183. border-radius:6px;
  184. }
  185.  
  186. a {
  187. color: #a4a4a4;
  188. text-decoration:none;
  189. -webkit-transition:all 0.5s ease-in-out;
  190. -moz-transition:all 0.5s ease-in-out;
  191. -o-transition:all 0.5s ease-in-out;
  192. -ms-transition:all 0.5s ease-in-out;
  193. transition:all 0.5s ease-in-out;
  194. }
  195.  
  196.  
  197. img {none;}
  198.  
  199. h1 {
  200. font-family: 'Ice kingdom';
  201. text-transform:none;
  202. font-size:25px;
  203. line-height:30px;
  204. letter-spacing:0px;
  205. text-align:center;
  206. font-style:normal;
  207. color: #012735;
  208. }
  209.  
  210. h2 {
  211. color: #012735;
  212. text-transform: none;
  213. letter-spacing:1px;
  214. font-family: 'Ice kingdom';
  215. font-size:17px;
  216. }
  217.  
  218. hr {
  219. border-color: #012735;
  220. border-width: .5px;
  221. }
  222.  
  223. #fixerupper {
  224. width:500px;
  225. margin:0 auto -12px auto;
  226. }
  227.  
  228. #container {
  229. width:400px;
  230. height:582px;
  231. margin-left:265px;
  232. margin-top:60px;
  233. position:fixed;
  234. overflow-y:scroll;
  235. overflow-x:hidden;
  236. padding-left:60px;
  237. padding-right:50px;
  238. padding-top:17px;
  239. padding-bottom:10px;
  240. z-index:50
  241. }
  242.  
  243. #post {
  244. background: none;
  245. width:400px;
  246. padding-bottom:30px;
  247. padding: 30px;
  248. text-align: justify;
  249. margin-top:0px;
  250. border: 3px none #f7f7f7;
  251. line-height: 100%;
  252. }
  253.  
  254.  
  255. #post img {
  256. padding: 0;
  257. max-width:100%;
  258. width: auto;
  259. height: auto;
  260. }
  261.  
  262. #post video {
  263. padding: 0;
  264. max-width:100%;
  265. width: auto;
  266. height: auto;
  267. }
  268.  
  269. pre {
  270. font-family: 'lumierlight';
  271. font-size:10px;
  272. color:#601a45;
  273. letter-spacing:1px;
  274. text-align:center;
  275. text-transform:uppercase;
  276. padding:6px;
  277. background:url('');
  278. background-repeat:repeat;;
  279. }
  280.  
  281.  
  282. b {
  283. text-transform: bold;
  284. color: #eee;
  285. text-shadow: 0px 0px 3px #fff;
  286. letter-spacing:1px;
  287. font-family: 'IM Fell French Canon SC', serif;
  288. font-size:17px;
  289. line-height:100%;
  290. }
  291.  
  292. i {
  293. text-transform: italic;
  294. color: #eee;
  295. text-shadow: 1px 1px 1px #fff;
  296. text-shadow: -1px -1px -1px #fff;
  297. letter-spacing:1px;
  298. font-family: 'Allura', cursive;
  299. font-size:20px;
  300. line-height:100%;
  301. }
  302.  
  303. sub, small, sup {
  304. font-size: 12px;
  305. }
  306.  
  307. /* --- BODY END --- */
  308.  
  309.  
  310. /* --- SIDEBAR START ---*/
  311.  
  312. #sidebar{
  313. position: fixed;
  314. top: 95px;
  315. width:150px;
  316. height:70px;
  317. left: 5px;
  318. padding:20px;
  319. }
  320.  
  321. #sidebarimage img{
  322. width: 260px;
  323. height:209px;
  324. padding:10px;
  325. border:2px none #634911;
  326. margin-top:70px;
  327. margin-left:43px;
  328. background:transparent;
  329. background-image:{image:sidebarimage};
  330. }
  331.  
  332. #nav {
  333. position:fixed;
  334. overflow:hidden;
  335. margin-top:150px;
  336. margin-left:315px;
  337. }
  338.  
  339. #link1 a , #link2 a, #link3 a
  340.  
  341. #title {
  342. font-family:times;
  343. text-align:center;
  344. width:300px;
  345. margin-top:5px;
  346. margin-left:200px;
  347. text-transform:uppercase;
  348. font-style:normal;
  349. font-size:20px;
  350. color:#fff;
  351. }
  352.  
  353. #header{
  354. width:200px;
  355. margin-left:50px;
  356. margin-top:-180px;
  357. font-style: none;
  358. font-family: 'Cormorant Garamond', serif;
  359. font-size:11px;
  360. text-transform:normal;
  361. color: #a4a4a4;
  362. letter-spacing:1px;
  363. line-height:200%;
  364. position:fixed;
  365.  
  366. }
  367.  
  368. #description {
  369. background:none;
  370. width:200px;
  371. height:300px;
  372. overflow-y:scroll;
  373. overflow-x:hidden;
  374. margin-top:-350px;
  375. margin-left:40px;
  376. padding: 12px;
  377. padding-right:10px;
  378. text-align:justify;
  379. font-style: none;
  380. font-family: 'Cormorant Garamond', serif;
  381. font-size:11px;
  382. color: #a4a4a4;
  383. text-shadow: none;
  384. letter-spacing:1px;
  385. line-height:155%;
  386. }
  387.  
  388. #pagination {
  389. font-family: 'Timmana', sans-serif;
  390. width:103px;
  391. font-size:60px;
  392. text-transform:uppercase;
  393. margin-top:120px;
  394. margin-left:800px;
  395. padding-top:25px;
  396. letter-spacing:1px;
  397. font-style:normal;
  398. text-align:center;
  399. position:fixed;
  400. }
  401.  
  402. #pagination a {
  403. color: #481745;
  404. text-shadow: -1px -1px -1px #012735;
  405. text-shadow: 1px 1px 1px #012735;
  406. }
  407.  
  408. /* --- SIDEBAR END ---*/
  409.  
  410.  
  411. /* --- LINKS START --- */
  412.  
  413. #links1 {
  414. width:230px;
  415. position:fixed;
  416. margin-left:26px;
  417. margin-top:-360px;
  418. padding:8px;
  419. }
  420.  
  421. #links1 a{
  422. min-width:60px;
  423. background: #012735;
  424. border:3px double #003a4f;
  425. color: #a4a4a4;
  426. display:inline-block;
  427. margin:4px;
  428. font-size:9px
  429. font-family: 'lumierlight';
  430. text-align:center;
  431. text-transform:uppercase;
  432. padding-top:2px;
  433. line-height:155%;
  434. }
  435.  
  436. #links2 {
  437. width:230px;
  438. position:fixed;
  439. margin-left:26px;
  440. margin-top:150px;
  441. padding:8px;
  442. }
  443.  
  444. #links2 a{
  445. min-width:60px;
  446. background: #012735;
  447. border: 3px double #003a4f;
  448. color: #a4a4a4;
  449. display:inline-block;
  450. margin:4px;
  451. font-size:9px
  452. font-family: 'lumierlight';
  453. text-align:center;
  454. text-transform:uppercase;
  455. padding-top:2px;
  456. line-height:155%;
  457. }
  458.  
  459. /* --- LINKS END --- */
  460.  
  461.  
  462. /* --- CREDIT START --- */
  463.  
  464. .credit{
  465. position:fixed;
  466. font-size:20px;
  467. right:20px;
  468. bottom:10px;
  469. z-index:51;
  470. }
  471.  
  472. .credit a {
  473. font-family: 'Ice kingdom';
  474. text-decoration:none;
  475. text-transform:uppercase;
  476. color: #012735;
  477. text-shadow: -1px -1px -1px #013b31;
  478. text-shadow: 1px 1px 1px #013b31;
  479. -moz-transition-duration:.7s;
  480. -webkit-transition-duration:.7s;
  481. -o-transition-duration:.7s;
  482. }
  483.  
  484.  
  485. .credit a:hover {
  486. text-decoration:none;
  487. text-transform:uppercase;
  488. color: #012735;
  489. text-shadow: -1px -1px -1px #013b31;
  490. text-shadow: 1px 1px 1px #013b31;
  491. }
  492.  
  493. .popup_block{
  494. display:none;
  495. background:#003a4f;
  496. background-image:url("");
  497. background-repeat:no-repeat;
  498. padding:20px;
  499. border:10px solid #012735;
  500. width: 200px;
  501. height:200px;
  502. float:left;
  503. overflow-y:scroll;
  504. overflow-x:hidden;
  505. position:fixed;
  506. top:450px;left:1000px;
  507. z-index: 99999;
  508. -webkit-box-shadow: none;
  509. -moz-box-shadow: none;
  510. box-shadow: none;
  511. }
  512.  
  513. *html #fade {position: absolute;}
  514. *html .popup_block {position: absolute;}
  515. #fade {
  516. display:none;
  517. position:fixed;
  518. left:0px;
  519. top:0px;
  520. width:100%;
  521. height:100%;
  522. z-index:9999;
  523. background:none;
  524. opacity:0.5;
  525. }
  526.  
  527.  
  528. /* --- CREDIT END --- */
  529.  
  530.  
  531. /* --- POST NOTES START --- */
  532.  
  533. .note {
  534. padding:0px 20px 0px 20px;
  535. background-color:transparent;
  536. text-transform:lowercase;
  537. letter-spacing:0px;
  538. font-size: 11px;
  539. font-style:normal;
  540. text-align:left;
  541. line-height:120%;
  542. }
  543.  
  544. .note li {
  545. list-style-type:none;
  546. padding:5px 25px 5px 25px;
  547. text-align:left;
  548. margin-right:30px;
  549. margin-top:-50px;
  550. }
  551.  
  552. #info {
  553. height:20px;
  554. text-align:center;
  555. margin-top:25px;
  556. padding-top:10px;
  557. padding:15px;
  558. padding-bottom:1px;
  559. text-transform:normal;
  560. font-style:none;
  561. font-size:12px;
  562. font-family:'Ice kingdom';
  563. background: #003a4f;
  564. color: #012735;
  565. background-repeat:repeat;
  566. background-attachment:fixed;
  567. line-height:130%;
  568. border: 3px double #012735;
  569. }
  570.  
  571. #info a{
  572. color: #012735;
  573. }
  574.  
  575. #tags {
  576. font-family: 'Cormorant Garamond', serif;
  577. text-align:center;
  578. margin-top:5px;
  579. padding-bottom:0px;
  580. text-transform:none;
  581. font-style:none;
  582. font-size:12px;
  583. }
  584.  
  585. #tags a {
  586. color: #a4a4a4;
  587. }
  588.  
  589. /* --- POST NOTES END --- */
  590.  
  591.  
  592. /* --- ASK & AUDIO START --- */
  593.  
  594. .ask {
  595. background: #003a4f;
  596. color: #a4a4a4;
  597. border: 3px double #012735;
  598. padding:15px;
  599. margin-bottom:15px;
  600. margin-top:10px;
  601. }
  602.  
  603. .askheader {
  604. }
  605.  
  606. .asker {
  607. color: #012735;
  608. text-shadow: -1px -1px -1px #003a4f;
  609. text-shadow: 1px 1px 1px #003a4f;
  610. font-family: 'Ice kingdom';
  611. font-size:22px;
  612. line-height:20px;
  613. text-align:center;
  614. padding-bottom:5px;
  615. }
  616.  
  617. .answer {
  618. color: #a4a4a4;
  619. }
  620.  
  621. .chat {
  622. list-style:none;
  623. margin-top:15px;
  624. margin-bottom:0px;
  625. font-size:10px;
  626. margin-left:0px;
  627. }
  628.  
  629. .chat ul {
  630. line-height:18px;
  631. margin-top:0px;
  632. list-style:none;
  633. padding:0px;
  634. letter-spacing:2px;
  635. font-size:10px;
  636. margin-bottom:0px;
  637. text-transform:normal;
  638. }
  639.  
  640. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  641. background-color: #012735;
  642. padding:3px 8px 3px 8px;
  643. color: #a4a4a4;
  644. border-bottom: none
  645. }
  646.  
  647. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  648. background-color: #1a5266;
  649. padding:3px 8px 3px 8px;
  650. color: #a4a4a4;
  651. border-bottom: none;
  652. }
  653.  
  654. .audio{
  655. color: #a4a4a4;
  656. background:#000;
  657. padding:15px;
  658. border: 8px solid #1c0907;
  659. height:70px;
  660. font-size:8px;
  661. overflow:hidden;
  662. }
  663.  
  664. /* --- ASK & AUDIO END --- */
  665.  
  666. {CustomCSS}</style></head><body>
  667.  
  668. <div id="fixerupper">
  669.  
  670. <div id="sidebar">
  671.  
  672. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  673.  
  674. <div class="credit">
  675. <a href="#?w=200" rel="box" class="poplight"><img src="https://i.imgur.com/URc3Spk.png"></a>
  676. </div>
  677.  
  678. <div id="title"></div>
  679.  
  680. <div id="header">
  681. <center><p>I can’t be what you expect of me, but I’m trying every day with all I do and do not say. Here on the edge of the abyss. Knowing everything in my whole life has lead to this. And so I pull inside myself, close the walls put up my guard. <br> I’ve practised every single day for this, so why is it so hard</p>
  682.  
  683. <p>‘Cause I can’t show you I’m not as cold as I seem. There are things you cannot know. And it’s dangerous to dream.<p>
  684. </center>
  685. </div>
  686.  
  687. <div id="description">
  688. <center><p><b>Queen Elsa</b> of Disney's <i>Frozen</i> with influences from <small><em>A Frozen Heart</em></small> and the <small><em>Broadway Musical</em></small>. As told by Jess.</p>
  689. <p><img src="https://i.imgur.com/dVbbi04.png"/> </p>
  690. </center>
  691. </div>
  692.  
  693.  
  694. <div id="links1">
  695. <center>
  696. <a href="/">home</a>
  697. <a href="/messages">messages</a>
  698. <a href="/archive">archive</a>
  699. </center>
  700. </div>
  701.  
  702. <div id="links2">
  703. <center>
  704. <a href="/rules">rules</a>
  705. <a href="/about">about</a>
  706. <a href="/verses">verses</a>
  707. <a href="/mains">mains</a>
  708. <a href="/commission info">themes</a>
  709. <a href="https://arendelleprincess.tumblr.com/">anna</a>
  710. <a href="https://rcindeerking.tumblr.com/">kristoff</a>
  711. <a href="https://ofthesouthernisles.tumblr.com/">hans</a>
  712. <a href="https://bornwinter.tumblr.com/">olaf</a>
  713. </center>
  714. </div>
  715.  
  716. <div id="scrollbar">{scrollbar}</div>
  717.  
  718.  
  719. <div id="pagination">
  720. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  721. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  722.  
  723. {block:HasPages}{block:Pages}
  724.  
  725. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  726.  
  727. </div></center>
  728.  
  729.  
  730. </div>
  731.  
  732. <div id="container">{block:Posts}<div id="post">
  733.  
  734. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  735. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  736.  
  737. {block:blockquote}{/block:blockquote}
  738.  
  739. {block:ContentSource}
  740. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  741. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  742. {/block:SourceLogo}
  743. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  744. {/block:ContentSource}
  745.  
  746. {block:Photo}
  747. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  748. {/block:Photo}
  749.  
  750. {block:Photoset}
  751. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  752. {/block:Photoset}
  753.  
  754. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  755.  
  756. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  757.  
  758. {block:Chat}
  759. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  760. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  761. {/block:Chat}
  762.  
  763. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  764. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  765.  
  766. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  767.  
  768. {block:Answer}
  769. <div class="askheader"><img src="" draggable="false"></div>
  770. <div class="ask"><div class="asker">{Asker}<font color=#012735> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  771. {/block:Answer}
  772.  
  773.  
  774. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  775.  
  776. <div id="tags">
  777. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  778.  
  779. </div>
  780. {block:PostNotes}{PostNotes}{/block:PostNotes}
  781. {/block:Posts}</div>
  782.  
  783. </body>
  784.  
  785. <div id="box" class="popup_block">
  786. <center><h1>Theme Information</h1></center>
  787. <center><p>Theme coded by me, <b>Do not copy, distribute, or claim as your own</b>. I do take commissions. If you're interested you can find more information on my <a href="https://elsaofarendelle.tumblr.com/commission info/">commission info page</a>.</p></center>
  788. </div>
  789.  
  790.  
  791. </html>
Add Comment
Please, Sign In to add comment