elsaofarendelle

BATB 2

Jun 19th, 2017 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 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=Sorts+Mill+Goudy" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet">
  11.  
  12. <!--- tooltips --->
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips();
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24.  
  25. </style>
  26.  
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <!-------------------------------------------
  35. Code by elsaofarendelle.
  36. Don't copy or distribute.
  37. Don't claim as your own.
  38. -------------------------------------------->
  39.  
  40. <meta name="if:Enable endless scrolling" content="1">
  41.  
  42. <meta name="image:background" content=""/>
  43. <meta name="image:sidebar" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  62.  
  63. /* --- SCROLLBAR START ---*/
  64.  
  65. ::-webkit-scrollbar-thumb{
  66. background-color: #eee;
  67. border: 2px solid #eee;
  68. height:auto;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:auto;
  73. width:11px;
  74. background-color: #eee;
  75. border:5px solid #9bafbc;
  76. }
  77.  
  78. /* --- SCROLLBAR END --- */
  79.  
  80.  
  81. /* --- LINK ANIMATION START --- */
  82.  
  83. @keyframes fadein {
  84. from { opacity: 0; }
  85. to { opacity: 1; }
  86. }
  87.  
  88. /* Firefox < 16 */
  89. @-moz-keyframes fadein {
  90. from { opacity: 0; }
  91. to { opacity: 1; }
  92. }
  93.  
  94. /* Safari, Chrome and Opera > 12.1 */
  95. @-webkit-keyframes fadein {
  96. from { opacity: 0; }
  97. to { opacity: 1; }
  98. }
  99.  
  100. /* Internet Explorer */
  101. @-ms-keyframes fadein {
  102. from { opacity: 0; }
  103. to { opacity: 1; }
  104. }
  105.  
  106. /* Opera < 12.1 */
  107. @-o-keyframes fadein {
  108. from { opacity: 0; }
  109. to { opacity: 1; }
  110. }
  111.  
  112. /* LINK ANIMATION END --- */
  113.  
  114. /* --- TOOLTIPS START --- */
  115.  
  116. #s-m-t-tooltip{
  117. max-width:300px;
  118. margin:15px;
  119. padding:2px 8px;
  120. border:1px none #a4a4a4;
  121. border-radius:0px;
  122. background: #fff;
  123. color: #191919;
  124. z-index:9999999999999;
  125. font-size:12px;
  126. font-family: 'Sorts Mill Goudy', serif;
  127. text-shadow:0px 0px 3px #eee;
  128. font-weight:bold;
  129. text-transform:normal;
  130. box-shadow:0px 0px 0px #000;
  131. -webkit-transition:all 0.7s;
  132. -moz-transition:all 0.7s;
  133. -ms-transition:all 0.7s;
  134. -o-transition:all 0.7s;
  135. transition:all 0.7s;
  136. }
  137.  
  138. /* --- TOOLTIPS END --- */
  139.  
  140.  
  141. /* --- BODY START ---*/
  142.  
  143. body {
  144. background:#eee;
  145. background-image:url({image:background});
  146. background-attachment: fixed;
  147. background-repeat: no-repeat;
  148. background-position:250px 20px;
  149. margin:0px;
  150. color:#191919;
  151. font-family: 'Sorts Mill Goudy', serif;
  152. font-size:12px;
  153. line-height:120%;
  154. word-wrap: break-word;
  155. }
  156.  
  157. blockquote {
  158. padding-left:5px;
  159. border-left:2px solid;
  160. border-radius:6px;
  161. }
  162.  
  163. a {
  164. color:#191919;
  165. text-decoration:none;
  166. -webkit-transition:all 0.5s ease-in-out;
  167. -moz-transition:all 0.5s ease-in-out;
  168. -o-transition:all 0.5s ease-in-out;
  169. -ms-transition:all 0.5s ease-in-out;
  170. transition:all 0.5s ease-in-out;
  171. }
  172.  
  173.  
  174. img {none;}
  175.  
  176. h1 {
  177. font-family: 'Marck Script', cursive;
  178. text-transform:none;
  179. font-size:30px;
  180. line-height:30px;
  181. letter-spacing:0px;
  182. text-align:center;
  183. font-style:normal;
  184. color: #191919;
  185. }
  186.  
  187. h2 {
  188. text-transform: italic;
  189. color: #adcae9;;
  190. text-shadow: none;
  191. letter-spacing:1px;
  192. font-family: 'Marck Script', cursive;
  193. font-size:17px;
  194. }
  195.  
  196. #fixerupper {
  197. width:500px;
  198. margin:0 auto -12px auto;
  199. }
  200.  
  201. #container {
  202. position: absolute;
  203. width: 510px;
  204. height: 360px;
  205. margin-left:375px;
  206. margin-top:187px;
  207. overflow: auto;
  208. padding-left:50px;
  209. padding-right:65px;
  210. padding-top:10px;
  211. padding-bottom:10px;
  212. }
  213.  
  214. #post {
  215. width: 500px;
  216. margin: 40px auto;
  217. background: #eee;
  218. border: 3px double #b0bdc5;
  219. border-radius: 4px;
  220. box-shadow: 0px 3px 5px #555;
  221. margin-top:35px;
  222. line-height: 100%;
  223. font-size: 12px;
  224. text-align: justify;
  225. color: #888888;
  226. padding: 20px;
  227. }
  228.  
  229. #posts img {
  230. padding: 0;
  231. max-width: 100%;
  232. width: auto;
  233. height: auto;
  234. }
  235.  
  236. pre {
  237. font-family: 'Marck Script', cursive;
  238. font-size:10px;
  239. color:#191919;
  240. text-shadow: none;
  241. letter-spacing:1px;
  242. text-align:center;
  243. text-transform:normal;
  244. padding:6px;
  245. background:url('');
  246. background-repeat:repeat;
  247. border: 3px none #a4a4a4;
  248. }
  249.  
  250.  
  251. b {
  252. text-transform: bold;
  253. color: #191919;
  254. text-shadow:0px 0px 3px #fff;
  255. letter-spacing:1px;
  256. font-family: 'Dancing Script', cursive;
  257. font-size:17px;
  258. }
  259.  
  260. i {
  261. text-transform: italic;
  262. color: #1919191;
  263. text-shadow:1px 1px 5px #a4a4a4;
  264. letter-spacing:1px;
  265. font-family: 'Dancing Script', cursive;
  266. font-size:17px;
  267. }
  268.  
  269. em {
  270. text-transform: italic;
  271. color: #1919191;
  272. text-shadow:1px 1px 5px #a4a4a4;
  273. letter-spacing:1px;
  274. font-family: 'Dancing Script', cursive;
  275. font-size:17px;
  276. }
  277.  
  278. sub, small, sup {
  279. font-size: 11px;
  280. }
  281.  
  282.  
  283. /* --- BODY END --- */
  284.  
  285. /* --- SIDEBAR START ---*/
  286.  
  287.  
  288. #sidebar{
  289. position: fixed;
  290. top: 220px;
  291. width:250px;
  292. height:115px;
  293. left: -10px;
  294. padding:20px;
  295. }
  296.  
  297.  
  298.  
  299. #sidebarimage img{
  300. width: 200px;
  301. height:280px;
  302. padding:10px;
  303. border:3px none #f5f5f5;
  304. margin-top:-50px;
  305. margin-left:210px;
  306. background:transparent;
  307. background-image:{image:sidebarimage};
  308. }
  309.  
  310.  
  311. #nav {
  312. position:fixed;
  313. overflow:hidden;
  314. margin-top:150px;
  315. margin-left:315px;
  316. }
  317.  
  318. #link1 a , #link2 a, #link3 a
  319.  
  320. #title {
  321. font-family:times;
  322. text-align:center;
  323. width:300px;
  324. margin-top:5px;
  325. margin-left:200px;
  326. text-transform:uppercase;
  327. font-style:normal;
  328. font-size:20px;
  329. color:#fff;
  330. }
  331.  
  332. #description {
  333. background: none;
  334. width:200px;
  335. height:70px;
  336. margin-top: 50px;
  337. margin-left:600px;
  338. padding: 10px;
  339. text-align:justify;
  340. font-style: none;
  341. font-family: 'Sorts Mill Goudy', serif;
  342. font-size:10px;
  343. color: #191919;
  344. text-shadow: none;
  345. border:3px none;
  346. letter-spacing:1px;
  347. line-height:133%;
  348. }
  349.  
  350.  
  351. #pagination {
  352. font-family: 'Sorts Mill Goudy', serif;
  353. width:103px;
  354. font-size:8px;
  355. text-transform:uppercase;
  356. margin-top:-90px;
  357. margin-left:270px;
  358. padding-top:25px;
  359. letter-spacing:1px;
  360. font-style:normal;
  361. text-align:center;
  362. }
  363.  
  364. #pagination a {
  365. color:#191919;
  366. text-shadow: 0px 0px 3px #191919;
  367. }
  368.  
  369. /* --- SIDEBAR END ---*/
  370.  
  371. /* --- NAVIGATION START --- */
  372.  
  373. #navigation {
  374. position:absolute;
  375. font-family: 'Sorts Mill Goudy', serif;
  376. font-weight:bold;
  377. text-transform:uppercase;
  378. letter-spacing:2px;
  379. font-size:13px;
  380. color:#90a1ac;
  381. width:125px;
  382. height:12px;
  383. margin-left:643px;
  384. margin-top:-600px;
  385. padding:0px 1px 5px 0px;
  386. }
  387.  
  388. #links {
  389. position:relative;
  390. width:130px;
  391. margin-left:150px;
  392. margin-top:-360px;
  393. display:none;
  394. padding-top:0px;
  395. padding-left:0px;
  396. }
  397.  
  398. #links li {
  399. position:relative;
  400. list-style:none;
  401. padding:0px 0px 10px 0px;
  402. font-weight:bold;
  403. letter-spacing:2px;
  404. font-size:10px;
  405. font-family: 'Sorts Mill Goudy', serif;
  406. text-transform:uppercase;
  407. line-height:200%;
  408. margin-left:0px;
  409. margin-top:-12px;
  410. }
  411.  
  412. ul li {
  413. padding-top:5px;
  414. padding-bottom:5px;
  415. margin-left:-27px;
  416. }
  417.  
  418. ul ul {
  419. margin-left:-26px;
  420. }
  421.  
  422. li br {
  423. padding-top:10px;
  424. }
  425.  
  426.  
  427.  
  428. /* --- NAVIGATION END --- */
  429.  
  430.  
  431. /* --- CREDIT START --- */
  432.  
  433. .credit{
  434. position:fixed;
  435. font-size:15px;
  436. right:5px;
  437. bottom:5px;
  438. }
  439.  
  440. .credit a {
  441. text-decoration:none;
  442. text-transform:uppercase;
  443. color: #90a1ac;
  444. text-shadow:0px 0px 3px #fff;
  445. -moz-transition-duration:.7s;
  446. -webkit-transition-duration:.7s;
  447. -o-transition-duration:.7s;
  448. }
  449.  
  450.  
  451. .credit a:hover {
  452. text-decoration:none;
  453. text-transform:uppercase;
  454. color: #90a1ac;
  455. text-shadow:0px 0px 3px #fff;
  456. }
  457.  
  458. /* --- CREDIT END --- */
  459.  
  460.  
  461. /* --- POST NOTES START --- */
  462.  
  463. .note {
  464. padding:0px 20px 0px 20px;
  465. background-color:transparent;
  466. text-transform:lowercase;
  467. letter-spacing:0px;
  468. font-size: 11px;
  469. font-style:normal;
  470. text-align:left;
  471. line-height:120%;
  472. }
  473.  
  474. .note li {
  475. list-style-type:none;
  476. padding:5px 25px 5px 25px;
  477. text-align:left;
  478. margin-right:30px;
  479. margin-top:-50px;
  480. }
  481.  
  482.  
  483. #info {
  484. color: #90a1ac;
  485. font-size:11px;
  486. text-shadow:2px 2px 5px #a4a4a4;
  487. letter-spacing:1px;
  488. font-family: 'Dancing Script', cursive;
  489. text-transform:lowercase;
  490. text-align:center;
  491. width:500px;
  492. height:28px;
  493. margin-top:-10px;
  494. margin-left:10px;
  495. padding-top:1px;
  496. padding-left:-10px;
  497. background:url("https://i.imgur.com/QwpfPYv.png");
  498. opacity:0;
  499. -moz-transition-duration:.7s;
  500. -webkit-transition-duration:.7s;
  501. -o-transition-duration:.7s;
  502. }
  503.  
  504. #info a {
  505. color: #90a1ac;
  506. }
  507.  
  508. #info a:hover {
  509. color:#90a1ac;
  510. }
  511.  
  512. #post:hover #info {
  513. margin-top:3px;
  514. opacity:1;
  515. -moz-transition-duration:1.5s;
  516. -webkit-transition-duration:1.5s;
  517. -o-transition-duration:1.5s;
  518. }
  519.  
  520. #tags {
  521. color: #a4a4a4;
  522. font-size:9px;
  523. font-family: 'Sorts Mill Goudy', serif;
  524. font-style:normal;
  525. text-transform:italic;
  526. width:398px;
  527. line-height:120%;
  528. opacity:0;
  529. text-align:left;
  530. padding-top:7px;
  531. -moz-transition-duration:0.4s;
  532. -webkit-transition-duration:0.4s;
  533. -o-transition-duration:0.4s;
  534. }
  535.  
  536. #post:hover #tags {
  537. opacity:1;
  538. -moz-transition-duration:0.4s;
  539. -webkit-transition-duration:0.4s;
  540. -o-transition-duration:0.4s;
  541. }
  542.  
  543. #posts:hover #tags {
  544. margin-top:3px;
  545. opacity:1;
  546. -moz-transition-duration:1.2s;
  547. -webkit-transition-duration:1.2s;
  548. -o-transition-duration:1.2s;
  549. }
  550.  
  551. /* --- POST NOTES END --- */
  552.  
  553.  
  554. /* --- ASK & AUDIO START --- */
  555.  
  556. .ask {
  557. color:#191919;
  558. padding:15px;
  559. margin-bottom:15px;
  560. border: none;
  561. margin-top:-50px;
  562. border-bottom:url("https://i.imgur.com/QoLtPEI.png");
  563. }
  564.  
  565. .askheader {
  566. margin-left:-3px;
  567. }
  568.  
  569. .asker {
  570. background-repeat:no-repeat;
  571. font-family: 'Dancing Script', cursive;
  572. font-size:25px;
  573. color: #fff;
  574. text-shadow: 2px 2px 5px #000;
  575. line-height:19px;
  576. text-align:center;
  577. padding-bottom:17px;
  578. }
  579.  
  580. .answer {
  581. color: #191919;
  582. }
  583.  
  584. .chat {
  585. list-style:none;
  586. margin-top:15px;
  587. margin-bottom:0px;
  588. font-size:10px;
  589. margin-left:0px;
  590. }
  591.  
  592. .chat ul {
  593. line-height:18px;
  594. margin-top:0px;
  595. list-style:none;
  596. padding:0px;
  597. letter-spacing:2px;
  598. font-size:10px;
  599. margin-bottom:0px;
  600. text-transform:normal;
  601. }
  602.  
  603. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  604. background-color: #fff;
  605. padding:3px 8px 3px 8px;
  606. color: #191919;
  607. border-bottom: none
  608. }
  609.  
  610. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  611. background-color: #a4a4a4;
  612. padding:3px 8px 3px 8px;
  613. color: #191919;
  614. border-bottom: none;
  615. }
  616.  
  617. .audio{
  618. background-color: transparent;
  619. background-image:url("");
  620. border-bottom:1px none #fff;
  621. height:70px;
  622. font-size:8px;
  623. overflow:hidden;
  624. }
  625.  
  626. /* --- ASK & AUDIO END --- */
  627.  
  628. {CustomCSS}</style></head><body>
  629.  
  630. <script type="text/javascript">
  631. // tutorial by http://kimsjongin.tumblr.com!
  632. // change #ffffff, etc to whatever hex colors you want. you can delete/add as many as you want from colorpicker.com keep the quotes!//
  633. var snowcolor=new Array("#f5f5f5", "#aaaaaa")
  634. var snowmax=30
  635. var snowtype=new Array("Times")
  636. var snowletter="❄" //this is where you can change the character/letter used in the snow. you can find a bunch at fsymbols.com and again, keep the quotes//
  637. var sinkspeed=0.8 //how quickly it falls; goes from 0 to 1 in decimals//
  638. var snowmaxsize=20 //the largest font size the snow can be//
  639. var snowminsize=8 //the smallest font size the snow can be//
  640. var snowingzone=1
  641.  
  642. // don't edit anything under here because it won't work then! //
  643. var snow=new Array()
  644. var marginbottom
  645. var marginright
  646. var timer
  647. var i_snow=0
  648. var x_mv=new Array();
  649. var crds=new Array();
  650. var lftrght=new Array();
  651. var browserinfos=navigator.userAgent
  652. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  653. var ns6=document.getElementById&&!document.all
  654. var opera=browserinfos.match(/Opera/)
  655. var browserok=ie5||ns6||opera
  656.  
  657. function randommaker(range) {
  658. rand=Math.floor(range*Math.random())
  659. return rand
  660. }
  661.  
  662. function initsnow() {
  663. if (ie5 || opera) {
  664. marginbottom = document.body.scrollHeight
  665. marginright = document.body.clientWidth-15
  666. }
  667. else if (ns6) {
  668. marginbottom = document.body.scrollHeight
  669. marginright = window.innerWidth-15
  670. }
  671. var snowsizerange=snowmaxsize-snowminsize
  672. for (i=0;i<=snowmax;i++) {
  673. crds[i] = 0;
  674. lftrght[i] = Math.random()*15;
  675. x_mv[i] = 0.03 + Math.random()/10;
  676. snow[i]=document.getElementById("s"+i)
  677. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  678. snow[i].size=randommaker(snowsizerange)+snowminsize
  679. snow[i].style.fontSize=snow[i].size+'px';
  680. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  681. snow[i].style.zIndex=1000
  682. snow[i].sink=sinkspeed*snow[i].size/5
  683. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  684. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  685. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  686. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  687. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  688. snow[i].style.left=snow[i].posx+'px';
  689. snow[i].style.top=snow[i].posy+'px';
  690. }
  691. movesnow()
  692. }
  693.  
  694. function movesnow() {
  695. for (i=0;i<=snowmax;i++) {
  696. crds[i] += x_mv[i];
  697. snow[i].posy+=snow[i].sink
  698. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  699. snow[i].style.top=snow[i].posy+'px';
  700.  
  701. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  702. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  703. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  704. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  705. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  706. snow[i].posy=0
  707. }
  708. }
  709. var timer=setTimeout("movesnow()",50)
  710. }
  711.  
  712. for (i=0;i<=snowmax;i++) {
  713. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  714. }
  715. if (browserok) {
  716. window.onload=initsnow
  717. }
  718.  
  719. </script>
  720.  
  721. <div id="fixerupper">
  722.  
  723. <div id="sidebar">
  724.  
  725. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  726.  
  727. <div class="credit">
  728. <a href="http://elsaofarendelle.tumblr.com">𝒆</a>
  729. </div>
  730.  
  731.  
  732.  
  733.  
  734.  
  735. <div id="title"></div>
  736.  
  737. <div id="description">
  738. <center><p><b>Prince Adam / The Beast</b> of Disney's <i>Beauty and the Beast</i>. Heavily inspired by Musical and Live Action.</center>
  739. </div>
  740.  
  741. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  742.  
  743. <script>
  744. $(document).ready(function() {
  745. $('#navigation').click(function() {
  746. $('#links').slideToggle(200); /* change the speed */
  747. });
  748. });
  749. </script>
  750.  
  751. <a id="navigation">navigation <i class="fa fa-angle-down" style="padding-top:5px;float:right;"></i></a>
  752.  
  753. <div id="links">
  754. <center>
  755. <li><a href="/">home</a></li>
  756. <li><a href="ask">message</a></li>
  757. <li><a href="/rules">rules</a></li>
  758. <li><a href="/about">about</a></li>
  759. <li><a href="/verses">verses</a></li>
  760. <li><a href="/">more</a></li>
  761.  
  762. </center>
  763. </div>
  764.  
  765. </div>
  766.  
  767. <div id="scrollbar">{scrollbar}</div>
  768.  
  769.  
  770. <div id="pagination">
  771. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}{/block:Pagination}
  772. {block:Pagination}{block:NextPage}<a href="{NextPage}"> / forth </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  773.  
  774. {block:IfEnableEndlessScrolling}
  775. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  776. {/block:IfEnableEndlessScrolling}
  777.  
  778.  
  779. {block:HasPages}{block:Pages}
  780.  
  781. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  782.  
  783. </div></center>
  784.  
  785.  
  786. </div>
  787.  
  788. <div id="container">{block:Posts}<div id="post">
  789.  
  790. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  791. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><b>Continue Reading</b></center></a></p><a name="more"></a>{/block:More}
  792.  
  793. {block:blockquote}{/block:blockquote}
  794.  
  795.  
  796.  
  797. {block:Photo}
  798. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  799. {/block:Photo}
  800.  
  801. {block:Photoset}
  802. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  803. {/block:Photoset}
  804.  
  805. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  806.  
  807. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  808.  
  809. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  810.  
  811. {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}
  812. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  813.  
  814. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  815.  
  816. {block:Answer}
  817. <div class="askheader"><img src="https://i.imgur.com/lnjt6ar.png" draggable="false"></div>
  818. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  819. {/block:Answer}
  820.  
  821.  
  822. {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>
  823.  
  824. <div id="tags">
  825. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  826.  
  827. </div>
  828. {block:PostNotes}{PostNotes}{/block:PostNotes}
  829. {/block:Posts}</div>
  830.  
  831.  
  832. </body>
  833.  
  834. <!-- Wikplayer https://www.wikplayer.com -->
  835. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  836. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':35,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'Prologue%20pt.1','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0bgczul0Slk'},{'title':'Prologue%20pt.2','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNA8VEhiQ4U8'},{'title':'Days%20In%20The%20Sun','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdeVaBYbP3WY'},{'title':'If%20I%20Can%27t%20Love%20Her','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Ds6BiSTFRJlw'},{'title':'Evermore','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfxT08oOyZwM'}]}" ></script>
  837. <!-- Wikplayer code end -->
  838.  
  839. </html>
Advertisement
Add Comment
Please, Sign In to add comment