Advertisement
elsaofarendelle

Elsa #19

May 15th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="http://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="http://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("http://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: #848b87;
  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: #3d3d3c;
  144. border: 3px double #1e1e1d;
  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: #8ba1a9;
  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: #8ba1a9;
  208. }
  209.  
  210. h2 {
  211. color: #8ba1a9;
  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:365px;
  230. height:561px;
  231. margin-left:395px;
  232. margin-top:57px;
  233. position:fixed;
  234. overflow-y:scroll;
  235. overflow-x:hidden;
  236. padding-left:50px;
  237. padding-right:-30px;
  238. padding-top:17px;
  239. padding-bottom:10px;
  240. z-index:50
  241. }
  242.  
  243. #post {
  244. background: none;
  245. width:300px;
  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: 80px;
  315. width:150px;
  316. height:70px;
  317. left: 830px;
  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:140px;
  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:140px;
  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. #links {
  414. width:140px;
  415. position:fixed;
  416. margin-left:40px;
  417. margin-top:100px;
  418. padding:8px;
  419. }
  420.  
  421. #links a{
  422. min-width:45px;
  423. background: #8ba1a9;
  424. border: 3px double #1e1e1d;
  425. color: #eee;
  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. /* --- LINKS END --- */
  437.  
  438.  
  439. /* --- CREDIT START --- */
  440.  
  441. .credit{
  442. position:fixed;
  443. font-size:20px;
  444. right:20px;
  445. bottom:10px;
  446. z-index:51;
  447. }
  448.  
  449. .credit a {
  450. font-family: 'Ice kingdom';
  451. text-decoration:none;
  452. text-transform:uppercase;
  453. color: #012735;
  454. text-shadow: -1px -1px -1px #013b31;
  455. text-shadow: 1px 1px 1px #013b31;
  456. -moz-transition-duration:.7s;
  457. -webkit-transition-duration:.7s;
  458. -o-transition-duration:.7s;
  459. }
  460.  
  461.  
  462. .credit a:hover {
  463. text-decoration:none;
  464. text-transform:uppercase;
  465. color: #012735;
  466. text-shadow: -1px -1px -1px #013b31;
  467. text-shadow: 1px 1px 1px #013b31;
  468. }
  469.  
  470. .popup_block{
  471. display:none;
  472. background: #8ba1a9;
  473. border: 3px double #1e1e1d;
  474. background-image:url("");
  475. background-repeat:no-repeat;
  476. padding:20px;
  477. width: 200px;
  478. height:200px;
  479. float:left;
  480. overflow-y:scroll;
  481. overflow-x:hidden;
  482. position:fixed;
  483. top:450px;left:1000px;
  484. z-index: 99999;
  485. -webkit-box-shadow: none;
  486. -moz-box-shadow: none;
  487. box-shadow: none;
  488. }
  489.  
  490. *html #fade {position: absolute;}
  491. *html .popup_block {position: absolute;}
  492. #fade {
  493. display:none;
  494. position:fixed;
  495. left:0px;
  496. top:0px;
  497. width:100%;
  498. height:100%;
  499. z-index:9999;
  500. background:none;
  501. opacity:0.5;
  502. }
  503.  
  504.  
  505. /* --- CREDIT END --- */
  506.  
  507.  
  508. /* --- POST NOTES START --- */
  509.  
  510. .note {
  511. padding:0px 20px 0px 20px;
  512. background-color:transparent;
  513. text-transform:lowercase;
  514. letter-spacing:0px;
  515. font-size: 11px;
  516. font-style:normal;
  517. text-align:left;
  518. line-height:120%;
  519. }
  520.  
  521. .note li {
  522. list-style-type:none;
  523. padding:5px 25px 5px 25px;
  524. text-align:left;
  525. margin-right:30px;
  526. margin-top:-50px;
  527. }
  528.  
  529. #info {
  530. height:20px;
  531. text-align:center;
  532. margin-top:25px;
  533. padding-top:10px;
  534. padding:15px;
  535. padding-bottom:1px;
  536. text-transform:normal;
  537. font-style:none;
  538. font-size:12px;
  539. font-family:'Ice kingdom';
  540. color: #1e1e1d;
  541. background-repeat:repeat;
  542. background-attachment:fixed;
  543. line-height:100%;
  544. background: #8ba1a9;
  545. border: 3px double #1e1e1d;
  546. }
  547.  
  548. #info a{
  549. color: #1e1e1d;
  550. }
  551.  
  552. #tags {
  553. font-family: 'Cormorant Garamond', serif;
  554. text-align:center;
  555. margin-top:5px;
  556. padding-bottom:0px;
  557. text-transform:none;
  558. font-style:none;
  559. font-size:12px;
  560. }
  561.  
  562. #tags a {
  563. color: #a4a4a4;
  564. }
  565.  
  566. /* --- POST NOTES END --- */
  567.  
  568.  
  569. /* --- ASK & AUDIO START --- */
  570.  
  571. .ask {
  572. color: #eee;
  573. background: #8ba1a9;
  574. border: 3px double #1e1e1d;
  575. padding:15px;
  576. margin-bottom:15px;
  577. margin-top:10px;
  578. }
  579.  
  580. .askheader {
  581. }
  582.  
  583. .asker {
  584. color: #d0d0d0;
  585. text-shadow: -1px -1px -1px #1e1e1d;
  586. text-shadow: 1px 1px 1px #1e1e1d;
  587. font-family: 'Ice kingdom';
  588. font-size:22px;
  589. line-height:20px;
  590. text-align:center;
  591. padding-bottom:5px;
  592. }
  593.  
  594. .answer {
  595. color: #a4a4a4;
  596. }
  597.  
  598. .chat {
  599. list-style:none;
  600. margin-top:15px;
  601. margin-bottom:0px;
  602. font-size:10px;
  603. margin-left:0px;
  604. }
  605.  
  606. .chat ul {
  607. line-height:18px;
  608. margin-top:0px;
  609. list-style:none;
  610. padding:0px;
  611. letter-spacing:2px;
  612. font-size:10px;
  613. margin-bottom:0px;
  614. text-transform:normal;
  615. }
  616.  
  617. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  618. background-color: #8ba1a9;
  619. padding:3px 8px 3px 8px;
  620. color: #1e1e1d;
  621. border-bottom: none
  622. }
  623.  
  624. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  625. background-color: #b0c5cc;
  626. padding:3px 8px 3px 8px;
  627. color: #1e1e1d;
  628. border-bottom: none;
  629. }
  630.  
  631. .audio{
  632. color: #a4a4a4;
  633. background:#000;
  634. padding:15px;
  635. border: 8px solid #1c0907;
  636. height:70px;
  637. font-size:8px;
  638. overflow:hidden;
  639. }
  640.  
  641. .video {
  642. width:300px!important;
  643. }
  644.  
  645. .video iframe {
  646. width:300px!important;
  647. }
  648.  
  649. /* --- ASK & AUDIO END --- */
  650.  
  651. {CustomCSS}</style></head><body>
  652.  
  653. <div id="fixerupper">
  654.  
  655. <div id="sidebar">
  656.  
  657. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  658.  
  659. <div class="credit">
  660. <a href="#?w=200" rel="box" class="poplight"><img src="https://i.imgur.com/pSLpqZX.png"></a>
  661. </div>
  662.  
  663. <div id="title"></div>
  664.  
  665. <div id="header">
  666. <center><p>Standing frozen, in this life I've chosen. Please don't find me. The past is all behind me. Leave me in the snow...let me go.</p></center>
  667. </div>
  668.  
  669. <div id="description">
  670. <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>
  671. <img src="https://i.imgur.com/nsiCpdr.png"/>
  672. </center>
  673. </div>
  674.  
  675. <!-- Wikplayer https://www.wikplayer.com -->
  676. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  677. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':80,'autoplay':false,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':true,'placement':'mini','showplaylist':false,'playlist':[{'title':'Queen%20Anointed','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Fsb5fqhqezm%2FQueen_Anointed.m4a'},{'title':'Dangerous%20To%20Dream','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Fpbc6snojky%2FDangerous_to_Dream.m4a'},{'title':'Let%20It%20Go','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Fu2vl347yj3%2FLet_It_Go.m4a'},{'title':'For%20The%20First%20Time%20In%20Forever%20(Reprise)','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Fa1gw5oxo1v%2FFor_the_First_Time_in_Forever.m4a'},{'title':'Monster','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Fi0csjcvsqy%2FMonster.m4a'},{'title':'Finale%20%2F%20Let%20It%20Go','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Ff9v7m4n833%2FFinale_Let_It_Go.m4a'},{'title':'Vuelie','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Fqhmgkjkqgn%2FCantus_Eatnemen_Vuelie_by_Frode_Fjellheim.mp3'}]}" ></script>
  678. <!-- Wikplayer code end -->
  679.  
  680. <div id="links">
  681. <center>
  682. <a href="/">home</a>
  683. <a href="/messages">ask</a>
  684. <a href="/archive">past</a>
  685. <a href="/rules">rules</a>
  686. <a href="/about">about</a>
  687. <a href="/verses">verses</a>
  688. <a href="/mains">mains</a>
  689. <a href="/commission info">themes</a>
  690. </center>
  691. </div>
  692.  
  693. <div id="scrollbar">{scrollbar}</div>
  694.  
  695.  
  696. <div id="pagination">
  697. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  698. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  699.  
  700. {block:HasPages}{block:Pages}
  701.  
  702. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  703.  
  704. </div></center>
  705.  
  706.  
  707. </div>
  708.  
  709. <div id="container">{block:Posts}<div id="post">
  710.  
  711. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  712. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  713.  
  714. {block:blockquote}{/block:blockquote}
  715.  
  716. {block:ContentSource}
  717. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  718. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  719. {/block:SourceLogo}
  720. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  721. {/block:ContentSource}
  722.  
  723. {block:Photo}
  724. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  725. {/block:Photo}
  726.  
  727. {block:Photoset}
  728. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  729. {/block:Photoset}
  730.  
  731. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  732.  
  733. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  734.  
  735. {block:Chat}
  736. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  737. <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>
  738. {/block:Chat}
  739.  
  740. {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}
  741. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  742.  
  743. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  744.  
  745. {block:Answer}
  746. <div class="askheader"><img src="" draggable="false"></div>
  747. <div class="ask"><div class="asker">{Asker}<font color=#d0d0d0> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  748. {/block:Answer}
  749.  
  750.  
  751. {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>
  752.  
  753. <div id="tags">
  754. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  755.  
  756. </div>
  757. {block:PostNotes}{PostNotes}{/block:PostNotes}
  758. {/block:Posts}</div>
  759.  
  760. </body>
  761.  
  762. <div id="box" class="popup_block">
  763. <center><h1><font color=#d0d0d0>Theme Information</h1></center>
  764. <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="http://elsaofarendelle.tumblr.com/commission info/">commission info page</a>.</p></center>
  765. </div>
  766.  
  767. <!-- Start of StatCounter Code for Tumblr -->
  768. <script type="text/javascript">
  769. var sc_project=10794730;
  770. var sc_invisible=1;
  771. var sc_security="b7adc50a";
  772. var scJsHost = (("https:" == document.location.protocol) ?
  773. "https://secure." : "http://www.");
  774. document.write("<sc"+"ript type='text/javascript' src='" +
  775. scJsHost+
  776. "statcounter.com/counter/counter.js'></"+"script>");
  777. </script>
  778. <noscript><div class="statcounter"><a title="tumblr hit
  779. tracking tool" href="http://statcounter.com/tumblr/"
  780. target="_blank"><img class="statcounter"
  781. src="http://c.statcounter.com/10794730/0/b7adc50a/1/"
  782. alt="tumblr hit tracking tool"></a></div></noscript>
  783. <!-- End of StatCounter Code for Tumblr -->
  784.  
  785. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement