Advertisement
elsaofarendelle

Elsa #13

Feb 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.45 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 rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Playfair+Display" />
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  9.  
  10. <!--- tooltips --->
  11.  
  12. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  13.  
  14.  
  15. </style>
  16.  
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <!-------------------------------------------
  25. Code by elsaofarendelle.
  26. Don't copy or distribute.
  27. Don't claim as your own.
  28. -------------------------------------------->
  29.  
  30.  
  31.  
  32. <meta name="image:background" content=""/>
  33. <meta name="image:sidebar" content=""/>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. /* --- CURSOR START --- */
  39.  
  40. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  41.  
  42. /* --- CURSOR END --- */
  43.  
  44. /* --- FONTS START --- */
  45.  
  46.  
  47.  
  48. /* --- FONTS END --- */
  49.  
  50.  
  51. /* --- SCROLLBAR START ---*/
  52.  
  53. ::-webkit-scrollbar-thumb{
  54. background-color: #546a88;
  55. border: 2px solid #546a88;
  56. height:auto;
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:auto;
  61. width:6px;
  62. background-color: #546a88;
  63. border:5px solid #eee;
  64. }
  65.  
  66. /* --- SCROLLBAR END --- */
  67.  
  68.  
  69. /* --- TOOLTIPS START --- */
  70.  
  71. div#qTip {
  72. border-bottom:3px solid #546a88;
  73. border-radius:0px;
  74. padding: 6px;
  75. display: none;
  76. background:#eee;
  77. margin-left:10px;
  78. margin-top:-25px;
  79. text-align: center;
  80. font-family: 'Playfair Display', serif;
  81. font-style:normal;
  82. position: absolute;
  83. font-size:9px;
  84. line-height:10px;
  85. z-index: 9999999;
  86. color: #546a88;
  87. letter-spacing: 1px;
  88. }
  89.  
  90. /* --- TOOLTIPS END --- */
  91.  
  92.  
  93. /* --- BODY START ---*/
  94.  
  95. body {
  96. background:#eee;
  97. background-image:url({image:background});
  98. background-attachment: fixed;
  99. background-repeat: no-repeat;
  100. background-position:0px 0px;
  101. margin:0px;
  102. color:#a4a4a4;
  103. font-family: 'Sorts Mill Goudy', serif;
  104. font-size:12px;
  105. line-height:120%;
  106. word-wrap: break-word;
  107. }
  108.  
  109. blockquote {
  110. padding-left:5px;
  111. border-left:2px solid;
  112. border-radius:6px;
  113. }
  114.  
  115. a {
  116. color:#546a88;
  117. text-shadow: -1px -1px -1px #546a88;
  118. text-shadow: 1px 1px 1px #546a88;
  119. text-decoration:none;
  120. -webkit-transition:all 0.5s ease-in-out;
  121. -moz-transition:all 0.5s ease-in-out;
  122. -o-transition:all 0.5s ease-in-out;
  123. -ms-transition:all 0.5s ease-in-out;
  124. transition:all 0.5s ease-in-out;
  125. }
  126.  
  127.  
  128. img {none;}
  129.  
  130. h1 {
  131. font-family: 'Playfair Display', serif;
  132. text-transform:none;
  133. font-size:20px;
  134. line-height:30px;
  135. letter-spacing:0px;
  136. text-align:center;
  137. font-style:normal;
  138. color: #546a88;
  139. }
  140.  
  141. h2 {
  142. text-transform: italic;
  143. color: #8daacb;
  144. text-shadow: none;
  145. letter-spacing:1px;
  146. font-family: 'Playfair Display', serif;
  147. font-size:17px;
  148. }
  149.  
  150. #fixerupper {
  151. width:500px;
  152. margin:0 auto -12px auto;
  153. }
  154.  
  155. #container {
  156. padding:10px;
  157. width:400px;
  158. margin-left:400px;
  159. margin-top:20px;
  160. margin-bottom:50px;
  161. }
  162.  
  163. #post {
  164. background: none;
  165. width:400px;
  166. padding-bottom:30px;
  167. padding: 30px;
  168. text-align: justify;
  169. margin-top:30px;
  170. border: 3px none #f7f7f7;
  171. line-height: 100%;
  172. }
  173.  
  174.  
  175. #post img {
  176. padding: 0;
  177. max-width:100%;
  178. width: auto;
  179. height: auto;
  180. }
  181.  
  182. pre {
  183. font-family: 'Playfair Display', serif;
  184. font-size:10px;
  185. color:#8daacb;
  186. text-shadow: -1px -1px -1px #8daacb;
  187. text-shadow: 1px 1px 1px #8daacb;
  188. letter-spacing:1px;
  189. text-align:center;
  190. text-transform:uppercase;
  191. padding:6px;
  192. background:url('');
  193. background-repeat:repeat;;
  194. }
  195.  
  196.  
  197. b {
  198. text-transform: bold;
  199. color:#546a88;
  200. text-shadow: -1px -1px -1px #546a88;
  201. text-shadow: 1px 1px 1px #546a88;
  202. letter-spacing:1px;
  203. font-family: 'Playfair Display', serif;
  204. font-size:15px;
  205. }
  206.  
  207. i {
  208. text-transform: italic;
  209. color:#8daacb;
  210. text-shadow: -1px -1px -1px #8daacb;
  211. text-shadow: 1px 1px 1px #8daacb;
  212. letter-spacing:1px;
  213. font-family: 'Playfair Display', serif;
  214. font-size:15px;
  215. }
  216.  
  217. em {
  218. text-transform: italic;
  219. color:#546a88;
  220. text-shadow: -1px -1px -1px #8daacb;
  221. text-shadow: 1px 1px 1px #8daacb;
  222. letter-spacing:1px;
  223. font-family: 'Playfair Display', serif;
  224. font-size:15px;
  225. }
  226.  
  227. sub, small, sup {
  228. font-size: 12px;
  229. }
  230.  
  231. /* --- BODY END --- */
  232.  
  233.  
  234. /* --- SIDEBAR START ---*/
  235.  
  236. #sidebar{
  237. position: fixed;
  238. top: 195px;
  239. width:250px;
  240. height:115px;
  241. left: -10px;
  242. padding:20px;
  243. }
  244.  
  245. #sidebarimage img{
  246. background: transparent;
  247. border: 3px none #929292;
  248. width: 170px;
  249. height:250px;
  250. padding:10px;
  251. margin-top:-100px;
  252. margin-left:152px;
  253. background:transparent;
  254. background-image:{image:sidebarimage};
  255. }
  256.  
  257. #nav {
  258. position:fixed;
  259. overflow:hidden;
  260. margin-top:150px;
  261. margin-left:315px;
  262. }
  263.  
  264. #link1 a , #link2 a, #link3 a
  265.  
  266. #title {
  267. font-family:'Playfair Display', serif;
  268. text-transform: italic;
  269. color:#8daacb;
  270. text-shadow: -1px -1px -1px #8daacb;
  271. text-shadow: 1px 1px 1px #8daacb;
  272. text-align:center;
  273. width:300px;
  274. margin-top:5px;
  275. margin-left:200px;
  276. text-transform:uppercase;
  277. font-style:normal;
  278. font-size:15px;
  279. }
  280.  
  281. #description {
  282. background: none;
  283. border: 3px none #929292;
  284. width:100px;
  285. height:auto;
  286. margin-top: -230px;
  287. margin-left:250px;
  288. padding: 12px;
  289. text-align:justify;
  290. font-style: none;
  291. font-family: 'Playfair Display', serif;
  292. font-size:9px;
  293. color: #a4a4a4;
  294. text-shadow: none;
  295. letter-spacing:1px;
  296. line-height:155%;
  297. z-index:51;
  298. }
  299.  
  300. #pagination {
  301. font-family: 'Playfair Display', serif;
  302. width:103px;
  303. font-size:15px;
  304. text-transform:normal;
  305. margin-top: -30px;
  306. margin-left:260px;
  307. padding-top:25px;
  308. letter-spacing:1px;
  309. font-style:normal;
  310. text-align:center;
  311. }
  312.  
  313. #pagination a {
  314. color:#546a88;
  315. text-shadow: -1px -1px -1px #546a88;
  316. text-shadow: 1px 1px 1px #546a88;
  317. }
  318.  
  319. /* --- SIDEBAR END ---*/
  320.  
  321.  
  322. /* --- LINKS START --- */
  323.  
  324. #links1 {
  325. width:74px;
  326. position:fixed;
  327. margin-left:144px;
  328. margin-top:-435px;
  329. position:fixed;
  330. padding:8px;
  331. }
  332.  
  333. #links1 a{
  334. min-width:100px;
  335. background: none;
  336. color: #929292;
  337. border: 3px none #929292;
  338. display:inline-block;
  339. margin:4px;
  340. font-size:12px
  341. font: 'Playfair Display', serif;
  342. text-align:center;
  343. text-transform:uppercase;
  344. padding-top:2px;
  345. line-height:120%;
  346. }
  347.  
  348. #links2 {
  349. width:200px;
  350. position:fixed;
  351. margin-left:156px;
  352. margin-top:-540px;
  353. position:fixed;
  354. padding:8px;
  355. }
  356.  
  357. #links2 a{
  358. min-width:100px;
  359. background: none;
  360. color: #929292;
  361. border: 3px none #929292;
  362. display:inline-block;
  363. margin:4px;
  364. font-size:12px
  365. font: 'Playfair Display', serif;
  366. text-align:center;
  367. text-transform:uppercase;
  368. padding-top:2px;
  369. line-height:120%;
  370. }
  371.  
  372. /* --- LINKS END --- */
  373.  
  374.  
  375. /* --- CREDIT START --- */
  376.  
  377. .credit{
  378. position:fixed;
  379. font-size:15px;
  380. right:10px;
  381. bottom:10px;
  382. z-index:51;
  383. }
  384.  
  385. .credit a {
  386. text-decoration:none;
  387. text-transform:uppercase;
  388. color:#546a88;
  389. text-shadow: -1px -1px -1px #546a88;
  390. text-shadow: 1px 1px 1px #546a88;
  391. -moz-transition-duration:.7s;
  392. -webkit-transition-duration:.7s;
  393. -o-transition-duration:.7s;
  394. }
  395.  
  396.  
  397. .credit a:hover {
  398. text-decoration:none;
  399. text-transform:uppercase;
  400. color:#546a88;
  401. text-shadow: -1px -1px -1px #546a88;
  402. text-shadow: 1px 1px 1px #546a88;
  403. }
  404.  
  405. /* --- CREDIT END --- */
  406.  
  407.  
  408. /* --- POST NOTES START --- */
  409.  
  410. .note {
  411. padding:0px 20px 0px 20px;
  412. background-color:transparent;
  413. text-transform:lowercase;
  414. letter-spacing:0px;
  415. font-size: 11px;
  416. font-style:normal;
  417. text-align:left;
  418. line-height:120%;
  419. }
  420.  
  421. .note li {
  422. list-style-type:none;
  423. padding:5px 25px 5px 25px;
  424. text-align:left;
  425. margin-right:30px;
  426. margin-top:-50px;
  427. }
  428.  
  429.  
  430. #info {
  431. height:40px;
  432. text-align:center;
  433. margin-top:25px;
  434. padding-top:10px;
  435. padding:15px;
  436. padding-bottom:1px;
  437. text-transform:normal
  438. font-style:none;
  439. font-family: 'Playfair Display', serif;
  440. font-size:12px;
  441. text-shadow: -1px -1px -1px #546a88;
  442. text-shadow: 1px 1px 1px #546a88;
  443. background: #eee;
  444. background-repeat:repeat;
  445. background-attachment:fixed;
  446. border: 5px solid #546a88;
  447. box-shadow: 2px 2px 5px #444;
  448. line-height:200%;
  449. }
  450.  
  451. #info a{
  452. color:#546a88;
  453. text-shadow: -1px -1px -1px #546a88;
  454. text-shadow: 1px 1px 1px #546a88;
  455. }
  456.  
  457. #tags {
  458. font-family: 'Sorts Mill Goudy', serif;
  459. text-align:center;
  460. margin-top:5px;
  461. padding-bottom:0px;
  462. text-transform:none;
  463. font-style:none;
  464. font-size:12px;
  465. }
  466.  
  467. #tags a {
  468. color: #a4a4a4;
  469. }
  470.  
  471. /* --- POST NOTES END --- */
  472.  
  473.  
  474. /* --- ASK & AUDIO START --- */
  475.  
  476. .ask {
  477. color:#a4a4a4;
  478. padding:15px;
  479. margin-bottom:15px;
  480. margin-top:-50px;
  481. border-bottom: 1px solid #546a88;
  482. }
  483.  
  484. .askheader {
  485. margin-left:-3px;
  486. }
  487.  
  488. .asker {
  489. background-repeat:no-repeat;
  490. font-family: 'Playfair Display', serif;
  491. font-size:22px;
  492. color:#546a88;
  493. text-shadow: -1px -1px -1px #546a88;
  494. text-shadow: 1px 1px 1px #546a88;
  495. width:390px;
  496. line-height:30px;
  497. text-align:center;
  498. padding-bottom:5px;
  499. }
  500.  
  501. .answer {
  502. color: #a4a4a4;
  503. }
  504.  
  505. .chat {
  506. list-style:none;
  507. margin-top:15px;
  508. margin-bottom:0px;
  509. font-size:10px;
  510. margin-left:0px;
  511. }
  512.  
  513. .chat ul {
  514. line-height:18px;
  515. margin-top:0px;
  516. list-style:none;
  517. padding:0px;
  518. letter-spacing:2px;
  519. font-size:10px;
  520. margin-bottom:0px;
  521. text-transform:normal;
  522. }
  523.  
  524. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  525. background-color: #8daacb;
  526. padding:3px 8px 3px 8px;
  527. color: #eee;
  528. border-bottom: none
  529. }
  530.  
  531. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  532. background-color: #546a88;
  533. padding:3px 8px 3px 8px;
  534. color: #eee;
  535. border-bottom: none;
  536. }
  537.  
  538. .audio{
  539. background-color: transparent;
  540. background-image:url("");
  541. border-bottom:1px none #fff;
  542. height:70px;
  543. font-size:8px;
  544. overflow:hidden;
  545. }
  546.  
  547. /* --- ASK & AUDIO END --- */
  548.  
  549. {CustomCSS}</style></head><body>
  550.  
  551. <div id="fixerupper">
  552.  
  553. <div id="sidebar">
  554.  
  555. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  556.  
  557. <div class="credit">
  558. <a href="/">𝒆</a>
  559. </div>
  560.  
  561. <div id="title"></div>
  562.  
  563. <div id="description">
  564. <center><p>I'm making my world colder
  565. How long can it survive?
  566. Is everyone in danger
  567. As long as I'm alive?
  568. </p>
  569. <p>
  570. <b>Was I a monster</b>
  571. from the start?
  572. How did I end up with this <em>frozen heart</em>?
  573. </p>
  574. <p>
  575. Bringing destruction
  576. to the stage,
  577. caught in a war that I never meant to wage.
  578. </p>
  579. <p>
  580. Do I kill the <i>monster</i>?
  581. </p>
  582. <p>
  583. Father, you know what's best for me.
  584. If I die will they be free?
  585. Mother, what if after I'm gone
  586. The cold gets colder
  587. And the storm rages on?
  588. </p>
  589. </center>
  590.  
  591. <!-- Wikplayer https://www.wikplayer.com -->
  592. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  593. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':100,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'Monster%20(from%20Frozen%20on%20Broadway)','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Ffp853rtnqn%2FMonster_from_frozen_on_broadway_.mp3'}]}" ></script>
  594. <!-- Wikplayer code end -->
  595.  
  596. </div>
  597.  
  598. <div id="links1">
  599. <a title="queries" href="/asks"><img src="https://i.imgur.com/RELCYi5.png"></a><br><br>
  600. <a title="rules" href="/rules"><img src="https://i.imgur.com/AW2oba8.png"></a><br><br>
  601. <a title="about" href="/about"><img src="https://i.imgur.com/GEHd6Ly.png"></a><br><br>
  602. <a title="verses" href="/verses"><img src="https://i.imgur.com/QmKjx2M.png"></a><br><br>
  603. <a title="more" href="/more"><img src="https://i.imgur.com/j6AVwSw.png"></a>
  604. </div>
  605.  
  606. <div id="links2">
  607. <a title="" href="/"><b>Queen Elsa</b> of Disney's <i>Frozen</i>, with influences from <em>A Frozen Heart</em> & the <em>Broadway Musical</em>. As told by Jess.</a>
  608. </div>
  609.  
  610. <div id="scrollbar">{scrollbar}</div>
  611.  
  612.  
  613. <div id="pagination">
  614. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}{/block:Pagination}
  615. {block:Pagination}{block:NextPage}<a href="{NextPage}"> / next </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  616.  
  617.  
  618.  
  619.  
  620.  
  621. {block:HasPages}{block:Pages}
  622.  
  623. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  624.  
  625. </div></center>
  626.  
  627.  
  628. </div>
  629.  
  630. <div id="container">{block:Posts}<div id="post">
  631.  
  632. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  633. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  634.  
  635. {block:blockquote}{/block:blockquote}
  636.  
  637. {block:ContentSource}
  638. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  639. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  640. {/block:SourceLogo}
  641. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  642. {/block:ContentSource}
  643.  
  644. {block:Photo}
  645. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  646. {/block:Photo}
  647.  
  648. {block:Photoset}
  649. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  650. {/block:Photoset}
  651.  
  652. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  653.  
  654. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  655.  
  656. {block:Chat}
  657. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  658. <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>
  659. {/block:Chat}
  660.  
  661. {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}
  662. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  663.  
  664. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  665.  
  666. {block:Answer}
  667. <div class="askheader"><img src="" draggable="false"></div>
  668. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  669. {/block:Answer}
  670.  
  671.  
  672. {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>
  673.  
  674. <div id="tags">
  675. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  676.  
  677. </div>
  678. {block:PostNotes}{PostNotes}{/block:PostNotes}
  679. {/block:Posts}</div>
  680.  
  681.  
  682. <!-- Start of StatCounter Code for Tumblr -->
  683. <script type="text/javascript">
  684. var sc_project=10794730;
  685. var sc_invisible=1;
  686. var sc_security="b7adc50a";
  687. var scJsHost = (("https:" == document.location.protocol) ?
  688. "https://secure." : "http://www.");
  689. document.write("<sc"+"ript type='text/javascript' src='" +
  690. scJsHost+
  691. "statcounter.com/counter/counter.js'></"+"script>");
  692. </script>
  693. <noscript><div class="statcounter"><a title="tumblr hit
  694. tracking tool" href="http://statcounter.com/tumblr/"
  695. target="_blank"><img class="statcounter"
  696. src="http://c.statcounter.com/10794730/0/b7adc50a/1/"
  697. alt="tumblr hit tracking tool"></a></div></noscript>
  698. <!-- End of StatCounter Code for Tumblr -->
  699.  
  700. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement