elsaofarendelle

Elsa -I'm Free

Jun 2nd, 2018 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.49 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=Allura" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Bowlby+One+SC" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" 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.  
  105. /* --- FONTS START --- */
  106.  
  107. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  108.  
  109. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  110.  
  111. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  112.  
  113.  
  114. /* --- FONTS END --- */
  115.  
  116.  
  117. /* --- SCROLLBAR START ---*/
  118.  
  119. ::-webkit-scrollbar-thumb{
  120. background-color: #ccc;
  121. border: none;
  122. height:auto;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. height:auto;
  127. width:5px;
  128. background-color: transparent;
  129. border:2px solid transparent;
  130. }
  131.  
  132. /* --- SCROLLBAR END --- */
  133.  
  134.  
  135. /* --- TOOLTIPS START --- */
  136.  
  137. #s-m-t-tooltip{
  138. max-width:300px;
  139. margin:15px;
  140. padding:2px 8px;
  141. color: #5e536e;
  142. background: #d4d2df;
  143. border-bottom: 2px solid #5e536e;
  144. border-radius:0px;
  145. z-index:9999999999999;
  146. font-size:12px;
  147. font-family: 'IM Fell French Canon SC', serif;
  148. font-weight:bold;
  149. text-transform:normal;
  150. box-shadow: 2px 2px 5px #000;
  151. -webkit-transition:all 0.7s;
  152. -moz-transition:all 0.7s;
  153. -ms-transition:all 0.7s;
  154. -o-transition:all 0.7s;
  155. transition:all 0.7s;
  156. }
  157.  
  158. /* --- TOOLTIPS END --- */
  159.  
  160.  
  161. /* --- BODY START ---*/
  162.  
  163. body {
  164. background:#ddd;
  165. background-image:url({image:background});
  166. background-attachment: fixed;
  167. background-repeat: no-repeat;
  168. background-position:0px 0px;
  169. margin:0px;
  170. color:#a4a4a4;
  171. font-family: 'Cormorant Garamond', serif;
  172. font-size:11px;
  173. line-height:120%;
  174. word-wrap: break-word;
  175. }
  176.  
  177. blockquote {
  178. padding-left:5px;
  179. border-left:2px solid;
  180. border-color: #ccc;
  181. border-radius:6px;
  182. }
  183.  
  184. a {
  185. color: #85688a;
  186. text-decoration:none;
  187. -webkit-transition:all 0.5s ease-in-out;
  188. -moz-transition:all 0.5s ease-in-out;
  189. -o-transition:all 0.5s ease-in-out;
  190. -ms-transition:all 0.5s ease-in-out;
  191. transition:all 0.5s ease-in-out;
  192. }
  193.  
  194.  
  195. img {none;}
  196.  
  197. h1 {
  198. font-family: 'Ice kingdom';
  199. text-transform:none;
  200. font-size:25px;
  201. line-height:30px;
  202. letter-spacing:0px;
  203. text-align:center;
  204. font-style:normal;
  205. color: #a09b9a;
  206. }
  207.  
  208. h2 {
  209. color: #a09b9a;
  210. text-transform: none;
  211. letter-spacing:1px;
  212. font-family: 'Ice kingdom';
  213. font-size:15px;
  214. }
  215.  
  216. hr {
  217. border-color: #a09b9a;
  218. border-width: .5px;
  219. }
  220.  
  221. #fixerupper {
  222. width:500px;
  223. margin:0 auto -12px auto;
  224. }
  225.  
  226. #container {
  227. padding:10px;
  228. width:500px;
  229. margin-left:500px;
  230. margin-top:20px;
  231. margin-bottom:50px;
  232. }
  233.  
  234. #post {
  235. background: #eee;
  236. width:500px;
  237. padding-bottom:30px;
  238. padding: 30px;
  239. text-align: justify;
  240. margin-top:35px;
  241. line-height: 100%;
  242. }
  243.  
  244.  
  245.  
  246. #post img {
  247. padding: 0;
  248. max-width:100%;
  249. width: auto;
  250. height: auto;
  251. }
  252.  
  253. #post video {
  254. padding: 0;
  255. max-width:100%;
  256. width: auto;
  257. height: auto;
  258. }
  259.  
  260. pre {
  261. font-family: 'lumierlight';
  262. font-size:10px;
  263. color:#85688a;
  264. letter-spacing:1px;
  265. text-align:center;
  266. text-transform:uppercase;
  267. padding:6px;
  268. background:url('');
  269. background-repeat:repeat;;
  270. }
  271.  
  272.  
  273. b {
  274. text-transform: bold;
  275. color: #9a939d;
  276. text-shadow: 0px 0px 3px #9a939d;
  277. letter-spacing:1px;
  278. font-family: 'IM Fell French Canon SC', serif;
  279. font-size:17px;
  280. line-height:100%;
  281. }
  282.  
  283. i {
  284. text-transform: italic;
  285. color: #9a939d;
  286. letter-spacing:1px;
  287. font-family: 'Allura', cursive;
  288. font-size:22px;
  289. line-height:100%;
  290. }
  291.  
  292. sub, small, sup {
  293. font-size: 12px;
  294. }
  295.  
  296. /* --- BODY END --- */
  297.  
  298.  
  299. /* --- SIDEBAR START ---*/
  300.  
  301. #sidebar{
  302. background:url('https://i.imgur.com/kmE1LLZ.png');
  303. border-right: 3px solid #ccc;
  304. top:0px;
  305. width:280px;
  306. height:100%;
  307. left: 0px;
  308. padding:20px;
  309. position:fixed;
  310. }
  311.  
  312. #sidebarimage img{
  313. width: 320px;
  314. height:400px;
  315. padding:10px;
  316. margin-top:30px;
  317. margin-left:-20px;
  318. background: transparent;
  319. background-image:{image:sidebarimage};
  320. }
  321.  
  322. #nav {
  323. position:fixed;
  324. overflow:hidden;
  325. margin-top:150px;
  326. margin-left:315px;
  327. }
  328.  
  329. #link1 a , #link2 a, #link3 a
  330.  
  331. #title {
  332. font-family:times;
  333. text-align:center;
  334. width:300px;
  335. margin-top:5px;
  336. margin-left:200px;
  337. text-transform:uppercase;
  338. font-style:normal;
  339. font-size:20px;
  340. color:#fff;
  341. }
  342.  
  343. #header {
  344. background:none;
  345. width:330px;
  346. height:100px;
  347. margin-top:-487px;
  348. margin-left:-35px;
  349. padding: 12px;
  350. padding-right:10px;
  351. text-align:justify;
  352. font-style: none;
  353. font-family: 'IM Fell French Canon SC', serif;
  354. font-size:15px;
  355. color: #85688a;
  356. text-shadow: none;
  357. letter-spacing:1px;
  358. line-height:155%;
  359. }
  360.  
  361. #description {
  362. background:none;
  363. width:290px;
  364. height:200px;
  365. margin-top:350px;
  366. margin-left:-20px;
  367. padding: 12px;
  368. padding-right:10px;
  369. text-align:justify;
  370. font-style: none;
  371. font-family: 'Cormorant Garamond', serif;
  372. font-size:11px;
  373. color: #a4a4a4;
  374. text-shadow: none;
  375. letter-spacing:1px;
  376. line-height:155%;
  377. }
  378.  
  379. #pagination {
  380. width:200px;
  381. height:100px;
  382. margin-left:690px;
  383. font-family: 'lumierlight';
  384. font-size:50px;
  385. text-align:center;
  386. padding:4px;
  387. position:relative;
  388. }
  389.  
  390. #pagination a {
  391. color:#a09b9a;
  392. }
  393.  
  394. /* --- SIDEBAR END ---*/
  395.  
  396.  
  397. /* --- LINKS START --- */
  398.  
  399. #links {
  400. width:300px;
  401. position:fixed;
  402. margin-left:-20px;
  403. margin-top:-120px;
  404. padding:8px;
  405. }
  406.  
  407. #links a{
  408. min-width:75px;
  409. min-height:19px;
  410. color: #85688a;
  411. background: #eee;
  412. border: 3px double #fff;
  413. display:inline-block;
  414. margin:4px;
  415. font-size:9px
  416. font-family: 'Bowlby One SC', cursive;
  417. text-align:center;
  418. text-transform:uppercase;
  419. padding-top:2px;
  420. line-height:155%;
  421. }
  422.  
  423. /* --- LINKS END --- */
  424.  
  425.  
  426. /* --- CREDIT START --- */
  427.  
  428. .credit{
  429. position:fixed;
  430. font-size:20px;
  431. right:40px;
  432. bottom:20px;
  433. z-index:51;
  434. }
  435.  
  436. .credit a {
  437. font-family: "starfish";
  438. text-decoration:none;
  439. text-transform:uppercase;
  440. color: #5e536e;
  441. text-shadow: -1px -1px -1px #fff;
  442. text-shadow: 1px 1px 1px #fff;
  443. -moz-transition-duration:.7s;
  444. -webkit-transition-duration:.7s;
  445. -o-transition-duration:.7s;
  446. }
  447.  
  448. /* --- CREDIT END --- */
  449.  
  450.  
  451. /* --- POST NOTES START --- */
  452.  
  453. .note {
  454. padding:0px 20px 0px 20px;
  455. background-color:transparent;
  456. text-transform:lowercase;
  457. letter-spacing:0px;
  458. font-size: 11px;
  459. font-style:normal;
  460. text-align:left;
  461. line-height:120%;
  462. }
  463.  
  464. .note li {
  465. list-style-type:none;
  466. padding:5px 25px 5px 25px;
  467. text-align:left;
  468. margin-right:30px;
  469. margin-top:-50px;
  470. }
  471.  
  472. #info {
  473. height:20px;
  474. text-align:center;
  475. margin-top:25px;
  476. padding-top:10px;
  477. padding:15px;
  478. padding-bottom:1px;
  479. text-transform:normal;
  480. font-style:none;
  481. font-size:15px;
  482. font-family:'Ice kingdom';
  483. color: #b7b1af;
  484. background: none;
  485. border-top: 3px solid #ccc;
  486. background-repeat:repeat;
  487. background-attachment:fixed;
  488. line-height:70%;
  489. }
  490.  
  491. #info a{
  492. color: #a09b9a;
  493. }
  494.  
  495. #tags {
  496. font-family: 'Cormorant Garamond', serif;
  497. text-align:center;
  498. margin-top:5px;
  499. padding-bottom:0px;
  500. text-transform:none;
  501. font-style:none;
  502. font-size:12px;
  503. }
  504.  
  505. #tags a {
  506. color: #a09b9a;
  507. }
  508.  
  509. /* --- POST NOTES END --- */
  510.  
  511.  
  512. /* --- ASK & AUDIO START --- */
  513.  
  514. .ask {
  515. color: #fff;
  516. background: #d3d1de;
  517. border: 3px double #fff;
  518. padding:15px;
  519. margin-bottom:15px;
  520. margin-top:10px;
  521. }
  522.  
  523. .askheader {
  524. }
  525.  
  526. .asker {
  527. color: #5e536e;
  528. text-shadow: -1px -1px -1px #eee;
  529. text-shadow: 1px 1px 1px #eee;
  530. font-family: 'Ice kingdom';
  531. font-size:22px;
  532. line-height:20px;
  533. text-align:center;
  534. padding-bottom:5px;
  535. }
  536.  
  537. .answer {
  538. color: #a4a4a4;
  539. }
  540.  
  541. .chat {
  542. list-style:none;
  543. margin-top:15px;
  544. margin-bottom:0px;
  545. font-size:10px;
  546. margin-left:0px;
  547. }
  548.  
  549. .chat ul {
  550. line-height:18px;
  551. margin-top:0px;
  552. list-style:none;
  553. padding:0px;
  554. letter-spacing:2px;
  555. font-size:10px;
  556. margin-bottom:0px;
  557. text-transform:normal;
  558. }
  559.  
  560. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  561. background-color: transparent;
  562. padding:3px 8px 3px 8px;
  563. color: #a4a4a4;
  564. border-bottom: none
  565. }
  566.  
  567. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  568. background-color: transparent;
  569. padding:3px 8px 3px 8px;
  570. color: #a4a4a4;
  571. border-bottom: none;
  572. }
  573.  
  574. .audio{
  575. color:#fff;
  576. background: #2493a4;
  577. border: 3px solid #f6ffab;
  578. padding:15px;
  579. height:70px;
  580. font-size:8px;
  581. overflow:hidden;
  582. }
  583.  
  584. .video {
  585. width:500px!important;
  586. }
  587.  
  588. .video iframe {
  589. width:500px!important;
  590. }
  591.  
  592. /* --- ASK & AUDIO END --- */
  593.  
  594. {CustomCSS}</style></head><body>
  595.  
  596. <div id="fixerupper">
  597.  
  598. <div id="sidebar">
  599.  
  600. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  601.  
  602. <div class="credit">
  603. <a href="https://elsaofarendelle.tumblr.com/commission info">E</a>
  604. </div>
  605.  
  606. <div id="title"></div>
  607.  
  608. <div id="header">
  609. <center>
  610. Standing frozen in this life I've chosen. You won't find me, the past is all behind me. Buried in the storm. Let it go.
  611. </center>
  612. </div>
  613.  
  614. <div id="description">
  615. <center><p><b>Queen Elsa</b> of Disney's <i>Frozen</i> with influences from <small><em>A Frozen Heart</em></small> & <small><em>Frozen: The Musical</em></small>. As told by Jess.</p><p>Proud member of <a href="https://disneyenchantedroleplay.tumblr.com/">Disney Enchanted Roleplay</a>.</p>
  616. </center>
  617. </div>
  618.  
  619. <div id="links">
  620. <center>
  621. <a href="/">refresh</a>
  622. <a href="/messages">messages</a>
  623. <a href="/rules">rules</a>
  624. <a href="/about">about</a>
  625. <a href="/verses">verses</a>
  626. <a href="https://disneyenchantedroleplay.tumblr.com/takenroles">mains</a>
  627. <a href="/">link</a>
  628. <a href="/archive">history</a>
  629. <a href="https://tumblr.com/dashboard">dashboard</a>
  630. </center>
  631. </div>
  632.  
  633. <div id="scrollbar">{scrollbar}</div>
  634.  
  635. {block:HasPages}{block:Pages}
  636.  
  637. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  638.  
  639. </div></center>
  640.  
  641.  
  642. </div>
  643.  
  644. <div id="container">{block:Posts}<div id="post">
  645.  
  646. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  647. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  648.  
  649. {block:blockquote}{/block:blockquote}
  650.  
  651. {block:ContentSource}
  652. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  653. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  654. {/block:SourceLogo}
  655. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  656. {/block:ContentSource}
  657.  
  658. {block:Photo}
  659. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="500px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  660. {/block:Photo}
  661.  
  662. {block:Photoset}
  663. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  664. {/block:Photoset}
  665.  
  666. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  667.  
  668. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  669.  
  670. {block:Chat}
  671. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  672. <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>
  673. {/block:Chat}
  674.  
  675. {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}
  676. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  677.  
  678. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  679.  
  680. {block:Answer}
  681. <div class="askheader"><img src="" draggable="false"></div>
  682. <div class="ask"><div class="asker">{Asker}<font color=#5e536e> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  683. {/block:Answer}
  684.  
  685.  
  686. {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>
  687.  
  688. <div id="tags">
  689. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  690.  
  691. </div>
  692. {block:PostNotes}{PostNotes}{/block:PostNotes}
  693. {/block:Posts}</div>
  694.  
  695. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> « </a>{block:NextPage}{/block:NextPage}{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}</div>{/block:Pagination}</div>
  696.  
  697. </body>
  698.  
  699.  
  700. </html>
  701.  
  702.  
Add Comment
Please, Sign In to add comment