elsaofarendelle

Elsa -Let Me Go

May 28th, 2018 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.40 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="https://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: #eee;
  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: #eee;
  144. border: 3px double #fff;
  145. color: #fff;
  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:#eee;
  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: #99a8bc;
  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: #99a8bc;
  208. }
  209.  
  210. h2 {
  211. color: #99a8bc;
  212. text-transform: none;
  213. letter-spacing:1px;
  214. font-family: 'Ice kingdom';
  215. font-size:17px;
  216. }
  217.  
  218. hr {
  219. border-color: #99a8bc;
  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:553px;
  231. margin-left:370px;
  232. margin-top:60px;
  233. position:fixed;
  234. overflow-y:scroll;
  235. overflow-x:hidden;
  236. padding-left:50px;
  237. padding-right:3px;
  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:#99a8bc;
  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:200px;
  316. height:70px;
  317. left: 300px;
  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. #description {
  354. background:none;
  355. width:230px;
  356. height:300px;
  357. overflow-y:scroll;
  358. overflow-x:hidden;
  359. margin-top:-200px;
  360. margin-left:-170px;
  361. padding: 12px;
  362. padding-right:10px;
  363. text-align:justify;
  364. font-style: none;
  365. font-family: 'Cormorant Garamond', serif;
  366. font-size:11px;
  367. color: #a4a4a4;
  368. text-shadow: none;
  369. letter-spacing:1px;
  370. line-height:155%;
  371. }
  372.  
  373. #pagination {
  374. font-family: 'Timmana', sans-serif;
  375. width:103px;
  376. font-size:40px;
  377. text-transform:uppercase;
  378. margin-top:-240px;
  379. margin-left:-93px;
  380. padding-top:25px;
  381. letter-spacing:1px;
  382. font-style:normal;
  383. text-align:center;
  384. position:fixed;
  385. }
  386.  
  387. #pagination a {
  388. color: #eee;
  389. text-shadow: -1px -1px -1px #fff;
  390. text-shadow: 1px 1px 1px #fff;
  391. }
  392.  
  393. /* --- SIDEBAR END ---*/
  394.  
  395.  
  396. /* --- LINKS START --- */
  397.  
  398. #links {
  399. width:150px;
  400. position:fixed;
  401. margin-left:475px;
  402. margin-top:-400px;
  403. padding:8px;
  404. }
  405.  
  406. #links a{
  407. min-width:100px;
  408. background: #eee;
  409. border: 3px double #fff;
  410. color: #d0d0d0;
  411. display:inline-block;
  412. margin:4px;
  413. font-size:9px
  414. font-family: 'lumierlight';
  415. text-align:center;
  416. text-transform:uppercase;
  417. padding-top:2px;
  418. line-height:155%;
  419. }
  420.  
  421. /* --- LINKS END --- */
  422.  
  423.  
  424. /* --- CREDIT START --- */
  425.  
  426. .credit{
  427. position:fixed;
  428. font-size:20px;
  429. right:40px;
  430. bottom:20px;
  431. z-index:51;
  432. }
  433.  
  434. .credit a {
  435. font-family: 'Ice kingdom';
  436. text-decoration:none;
  437. text-transform:uppercase;
  438. color: #d0d0d0;
  439. text-shadow: -1px -1px -1px #eee;
  440. text-shadow: 1px 1px 1px #eee;
  441. -moz-transition-duration:.7s;
  442. -webkit-transition-duration:.7s;
  443. -o-transition-duration:.7s;
  444. }
  445.  
  446.  
  447. .credit a:hover {
  448. text-decoration:none;
  449. text-transform:uppercase;
  450. color: #eee;
  451. text-shadow: -1px -1px -1px #d0d0d0;
  452. text-shadow: 1px 1px 1px #d0d0d0;
  453. }
  454.  
  455. /* --- CREDIT END --- */
  456.  
  457.  
  458. /* --- POST NOTES START --- */
  459.  
  460. .note {
  461. padding:0px 20px 0px 20px;
  462. background-color:transparent;
  463. text-transform:lowercase;
  464. letter-spacing:0px;
  465. font-size: 11px;
  466. font-style:normal;
  467. text-align:left;
  468. line-height:120%;
  469. }
  470.  
  471. .note li {
  472. list-style-type:none;
  473. padding:5px 25px 5px 25px;
  474. text-align:left;
  475. margin-right:30px;
  476. margin-top:-50px;
  477. }
  478.  
  479. #info {
  480. height:20px;
  481. text-align:center;
  482. margin-top:25px;
  483. padding-top:10px;
  484. padding:15px;
  485. padding-bottom:1px;
  486. text-transform:normal;
  487. font-style:none;
  488. font-size:12px;
  489. font-family:'Ice kingdom';
  490. color: #1e1e1d;
  491. background-repeat:repeat;
  492. background-attachment:fixed;
  493. line-height:100%;
  494. background: #99a8bc;
  495. border: 3px double #d0d0d0;
  496. }
  497.  
  498. #info a{
  499. color: #d0d0d0;
  500. }
  501.  
  502. #tags {
  503. font-family: 'Cormorant Garamond', serif;
  504. text-align:center;
  505. margin-top:5px;
  506. padding-bottom:0px;
  507. text-transform:none;
  508. font-style:none;
  509. font-size:12px;
  510. }
  511.  
  512. #tags a {
  513. color: #a4a4a4;
  514. }
  515.  
  516. /* --- POST NOTES END --- */
  517.  
  518.  
  519. /* --- ASK & AUDIO START --- */
  520.  
  521. .ask {
  522. color: #eee;
  523. background: #99a8bc;
  524. border: 3px double #d0d0d0;
  525. padding:15px;
  526. margin-bottom:15px;
  527. margin-top:10px;
  528. }
  529.  
  530. .askheader {
  531. }
  532.  
  533. .asker {
  534. color: #d0d0d0;
  535. text-shadow: -1px -1px -1px #eee;
  536. text-shadow: 1px 1px 1px #eee;
  537. font-family: 'Ice kingdom';
  538. font-size:22px;
  539. line-height:20px;
  540. text-align:center;
  541. padding-bottom:5px;
  542. }
  543.  
  544. .answer {
  545. color: #a4a4a4;
  546. }
  547.  
  548. .chat {
  549. list-style:none;
  550. margin-top:15px;
  551. margin-bottom:0px;
  552. font-size:10px;
  553. margin-left:0px;
  554. }
  555.  
  556. .chat ul {
  557. line-height:18px;
  558. margin-top:0px;
  559. list-style:none;
  560. padding:0px;
  561. letter-spacing:2px;
  562. font-size:10px;
  563. margin-bottom:0px;
  564. text-transform:normal;
  565. }
  566.  
  567. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  568. background-color: #cad0db;
  569. padding:3px 8px 3px 8px;
  570. color: #1e1e1d;
  571. border-bottom: none
  572. }
  573.  
  574. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  575. background-color: #99a8bc;
  576. padding:3px 8px 3px 8px;
  577. color: #1e1e1d;
  578. border-bottom: none;
  579. }
  580.  
  581. .audio{
  582. color: #a4a4a4;
  583. background:#000;
  584. padding:15px;
  585. border: 8px solid #1c0907;
  586. height:70px;
  587. font-size:8px;
  588. overflow:hidden;
  589. }
  590.  
  591. .video {
  592. width:300px!important;
  593. }
  594.  
  595. .video iframe {
  596. width:300px!important;
  597. }
  598.  
  599. /* --- ASK & AUDIO END --- */
  600.  
  601. {CustomCSS}</style></head><body>
  602.  
  603. <div id="fixerupper">
  604.  
  605. <div id="sidebar">
  606.  
  607. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  608.  
  609. <div class="credit">
  610. <a href="https://elsaofarendelle.tumblr.com/commission info">E</a>
  611. </div>
  612.  
  613. <div id="title"></div>
  614.  
  615. <div id="description">
  616. <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>
  617. <img src="https://i.imgur.com/cVTUXMZ.png"/>
  618. </center>
  619. </div>
  620.  
  621.  
  622. <div id="links">
  623. <center>
  624. <a href="/">refresh</a>
  625. <a href="/messages">messages</a>
  626. <a href="/archive">past</a>
  627. <a href="/rules">rules</a>
  628. <a href="/about">about</a>
  629. <a href="/verses">verses</a>
  630. <a href="/mains">mains</a>
  631. <a href="/commission info">themes</a>
  632. <a href="tumblr.com/dashboard">dashboard</a>
  633. </center>
  634. </div>
  635.  
  636. <div id="scrollbar">{scrollbar}</div>
  637.  
  638.  
  639. <div id="pagination">
  640. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  641. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  642.  
  643. {block:HasPages}{block:Pages}
  644.  
  645. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  646.  
  647. </div></center>
  648.  
  649.  
  650. </div>
  651.  
  652. <div id="container">{block:Posts}<div id="post">
  653.  
  654. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  655. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  656.  
  657. {block:blockquote}{/block:blockquote}
  658.  
  659. {block:ContentSource}
  660. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  661. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  662. {/block:SourceLogo}
  663. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  664. {/block:ContentSource}
  665.  
  666. {block:Photo}
  667. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  668. {/block:Photo}
  669.  
  670. {block:Photoset}
  671. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  672. {/block:Photoset}
  673.  
  674. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  675.  
  676. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  677.  
  678. {block:Chat}
  679. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  680. <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>
  681. {/block:Chat}
  682.  
  683. {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}
  684. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  685.  
  686. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  687.  
  688. {block:Answer}
  689. <div class="askheader"><img src="" draggable="false"></div>
  690. <div class="ask"><div class="asker">{Asker}<font color=#d0d0d0> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  691. {/block:Answer}
  692.  
  693.  
  694. {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>
  695.  
  696. <div id="tags">
  697. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  698.  
  699. </div>
  700. {block:PostNotes}{PostNotes}{/block:PostNotes}
  701. {/block:Posts}</div>
  702.  
  703. </body>
  704.  
  705.  
  706. </html>
Add Comment
Please, Sign In to add comment