Advertisement
elsaofarendelle

Elsa 33

Nov 14th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.59 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="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.  
  29. </style>
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37.  
  38. <!-------------------------------------------
  39. Code by wintersovereign.
  40. Don't copy or distribute.
  41. Don't claim as your own.
  42. -------------------------------------------->
  43.  
  44. <meta name="image:background" content=""/>
  45. <meta name="image:sidebar" content=""/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. iframe#tumblr_controls {
  51. white-space:nowrap;
  52. -webkit-filter: invert(100%);
  53. -moz-filter: invert(100%);
  54. -o-filter: invert(100%);
  55. -ms-filter: invert(100%);
  56. filter: invert(100%);
  57. opacity:.2;transition: .8s ease-in-out;
  58. -webkit-transition: .8s ease-in-out;
  59. -moz-transition: .8s ease-in-out;
  60. -o-transition: .8s ease-in-out;
  61. }
  62.  
  63. /* --- CURSOR START --- */
  64.  
  65. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  66.  
  67. /* --- CURSOR END --- */
  68.  
  69. /* --- FONTS START --- */
  70.  
  71. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  74.  
  75. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  76.  
  77.  
  78.  
  79.  
  80.  
  81. /* --- FONTS END --- */
  82.  
  83.  
  84. /* --- SCROLLBAR START ---*/
  85.  
  86. ::-webkit-scrollbar-thumb{
  87. background-color: #f076c5;
  88. border: none;
  89. height:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:auto;
  94. width:4px;
  95. background-color: transparent;
  96. border:5px solid transparent;
  97. }
  98.  
  99. /* --- SCROLLBAR END --- */
  100.  
  101.  
  102. /* --- TOOLTIPS START --- */
  103.  
  104. #s-m-t-tooltip{
  105. max-width:300px;
  106. margin:15px;
  107. padding:2px 8px;
  108. background: #e515a5;
  109. border: 2px solid #f076c5;
  110. color: #fff;
  111. border-radius:0px;
  112. z-index:9999999999999;
  113. font-size:12px;
  114. font-family: 'Ice kingdom';
  115. font-weight:bold;
  116. text-transform:normal;
  117. box-shadow: 2px 2px 5px #000;
  118. -webkit-transition:all 0.7s;
  119. -moz-transition:all 0.7s;
  120. -ms-transition:all 0.7s;
  121. -o-transition:all 0.7s;
  122. transition:all 0.7s;
  123. }
  124.  
  125. /* --- TOOLTIPS END --- */
  126.  
  127.  
  128. /* --- BODY START ---*/
  129.  
  130. body {
  131. background:#e515a5;
  132. background-image:url({image:background});
  133. background-attachment: fixed;
  134. background-repeat: no-repeat;
  135. background-position:0px 0px;
  136. margin:0px;
  137. color:#fff;
  138. font-family: 'Cormorant Garamond', serif;
  139. font-size:11px;
  140. line-height:120%;
  141. word-wrap: break-word;
  142. }
  143.  
  144. blockquote {
  145. padding-left:5px;
  146. border-left:2px solid;
  147. border-color: #f076c5;
  148. border-radius:6px;
  149. }
  150.  
  151. a {
  152. color: #fff;
  153. text-decoration:none;
  154. -webkit-transition:all 0.5s ease-in-out;
  155. -moz-transition:all 0.5s ease-in-out;
  156. -o-transition:all 0.5s ease-in-out;
  157. -ms-transition:all 0.5s ease-in-out;
  158. transition:all 0.5s ease-in-out;
  159. }
  160.  
  161.  
  162. img {none;}
  163.  
  164. h1 {
  165. font-family: 'Ice kingdom';
  166. text-transform:none;
  167. font-size:25px;
  168. line-height:30px;
  169. letter-spacing:0px;
  170. text-align:center;
  171. font-style:normal;
  172. color: #fcb6e1;
  173. }
  174.  
  175. h2 {
  176. color: #fcb6e1;
  177. text-transform: none;
  178. letter-spacing:1px;
  179. font-family: 'Ice kingdom';
  180. font-size:17px;
  181. }
  182.  
  183. hr {
  184. border-color: #fcb6e1;
  185. border-width: .5px;
  186. }
  187.  
  188. #fixerupper {
  189. width:500px;
  190. margin:0 auto -12px auto;
  191. }
  192.  
  193. #container {
  194. width:450px;
  195. height:352px;
  196. margin-left:400px;
  197. margin-top:300px;
  198. position:fixed;
  199. overflow-y:scroll;
  200. overflow-x:hidden;
  201. padding-left:50px;
  202. padding-right:23px;
  203. padding-top:17px;
  204. padding-bottom:10px;
  205. z-index:50
  206. }
  207.  
  208. #post {
  209. background: none;
  210. width:420px;
  211. padding-bottom:30px;
  212. padding: 30px;
  213. text-align: justify;
  214. margin-top:0px;
  215. border: 3px none #f7f7f7;
  216. line-height: 100%;
  217. }
  218.  
  219.  
  220. #post img {
  221. padding: 0;
  222. max-width:100%;
  223. width: auto;
  224. height: auto;
  225. }
  226.  
  227. #post video {
  228. padding: 0;
  229. max-width:100%;
  230. width: auto;
  231. height: auto;
  232. }
  233.  
  234. pre {
  235. font-family: 'lumierlight';
  236. font-size:10px;
  237. color:#f076c5;
  238. letter-spacing:1px;
  239. text-align:center;
  240. text-transform:uppercase;
  241. padding:6px;
  242. background:url('');
  243. background-repeat:repeat;;
  244. }
  245.  
  246.  
  247. b {
  248. text-transform: bold;
  249. color: #f076c5;
  250. text-shadow: 0px 0px 3px #f076c5;
  251. letter-spacing:1px;
  252. font-family: 'IM Fell French Canon SC', serif;
  253. font-size:17px;
  254. line-height:100%;
  255. }
  256.  
  257. i {
  258. text-transform: italic;
  259. color: #fcb6e1;
  260. text-shadow: 1px 1px 1px #a1a1a1;
  261. letter-spacing:1px;
  262. font-family: 'Allura', cursive;
  263. font-size:20px;
  264. line-height:100%;
  265. }
  266.  
  267. sub, small, sup {
  268. font-size: 12px;
  269. }
  270.  
  271. /* --- BODY END --- */
  272.  
  273.  
  274. /* --- SIDEBAR START ---*/
  275.  
  276. #sidebar{
  277. position: fixed;
  278. top: 80px;
  279. width:150px;
  280. height:70px;
  281. left: 830px;
  282. padding:20px;
  283. }
  284.  
  285. #sidebarimage img{
  286. width: 260px;
  287. height:209px;
  288. padding:10px;
  289. border:2px none #634911;
  290. margin-top:70px;
  291. margin-left:43px;
  292. background:transparent;
  293. background-image:{image:sidebarimage};
  294. }
  295.  
  296. #nav {
  297. position:fixed;
  298. overflow:hidden;
  299. margin-top:150px;
  300. margin-left:315px;
  301. }
  302.  
  303. #link1 a , #link2 a, #link3 a
  304.  
  305. #title {
  306. font-family:times;
  307. text-align:center;
  308. width:300px;
  309. margin-top:5px;
  310. margin-left:200px;
  311. text-transform:uppercase;
  312. font-style:normal;
  313. font-size:20px;
  314. color:#fff;
  315. }
  316.  
  317. #description {
  318. background:none;
  319. width:200px;
  320. height:300px;
  321. overflow-y:scroll;
  322. overflow-x:hidden;
  323. margin-top:-140px;
  324. margin-left:147px;
  325. padding: 12px;
  326. padding-right:10px;
  327. text-align:justify;
  328. font-style: none;
  329. font-family: 'Cormorant Garamond', serif;
  330. font-size:11px;
  331. color: #fff;
  332. text-shadow: none;
  333. letter-spacing:1px;
  334. line-height:155%;
  335. }
  336.  
  337. #updates{
  338. width:200px;
  339. margin-left:153px;
  340. margin-top:-100px;
  341. font-style: none;
  342. font-family: 'Cormorant Garamond', serif;
  343. font-size:11px;
  344. text-transform:normal;
  345. color: #fff;
  346. letter-spacing:1px;
  347. line-height:200%;
  348. position:fixed;
  349. }
  350.  
  351. #pagination {
  352. font-family: 'Ice kingdom';
  353. width:500px;
  354. font-size:15px;
  355. margin-top:75px;
  356. margin-left:-280px;
  357. padding-left:5px;
  358. letter-spacing:3px;
  359. text-align:center;
  360. text-transform:uppercase;
  361. }
  362.  
  363. #pagination a {
  364. color:#fff;
  365. }
  366.  
  367. /* --- SIDEBAR END ---*/
  368.  
  369.  
  370. /* --- LINKS START --- */
  371.  
  372. #links {
  373. width:100px;
  374. position:fixed;
  375. margin-left:-530px;
  376. margin-top:-342px;
  377. padding:8px;
  378. }
  379.  
  380. #links a{
  381. min-width:100px;
  382. background: #e515a5;
  383. border: 2px solid #f076c5;
  384. color: #fff;
  385. display:inline-block;
  386. margin:4px;
  387. font-size:8px
  388. font-family: 'lumierlight';
  389. text-align:center;
  390. text-transform:uppercase;
  391. padding-top:2px;
  392. line-height:155%;
  393. }
  394.  
  395. /* --- LINKS END --- */
  396.  
  397.  
  398. /* --- CREDIT START --- */
  399.  
  400. .credit{
  401. position:fixed;
  402. font-size:20px;
  403. right:40px;
  404. bottom:20px;
  405. z-index:51;
  406. }
  407.  
  408. .credit a {
  409. font-family: "starfish";
  410. text-decoration:none;
  411. text-transform:uppercase;
  412. color: #f076c5;
  413. text-shadow: 1px 1px 1px #f076c5;
  414. -moz-transition-duration:.7s;
  415. -webkit-transition-duration:.7s;
  416. -o-transition-duration:.7s;
  417. }
  418.  
  419. /* --- CREDIT END --- */
  420.  
  421.  
  422. /* --- POST NOTES START --- */
  423.  
  424. .note {
  425. padding:0px 20px 0px 20px;
  426. background-color:transparent;
  427. text-transform:lowercase;
  428. letter-spacing:0px;
  429. font-size: 11px;
  430. font-style:normal;
  431. text-align:left;
  432. line-height:120%;
  433. }
  434.  
  435. .note li {
  436. list-style-type:none;
  437. padding:5px 25px 5px 25px;
  438. text-align:left;
  439. margin-right:30px;
  440. margin-top:-50px;
  441. }
  442.  
  443. #info {
  444. height:20px;
  445. text-align:center;
  446. margin-top:25px;
  447. padding-top:10px;
  448. padding:15px;
  449. padding-bottom:1px;
  450. text-transform:normal;
  451. font-style:none;
  452. font-size:12px;
  453. font-family:'Ice kingdom';
  454. background: #f076c5;
  455. border: 2px solid #fcb6e1;
  456. color: #fff;
  457. line-height:60%;
  458. }
  459.  
  460. #info a{
  461. color: #fff;
  462. }
  463.  
  464. #tags {
  465. font-family: 'Cormorant Garamond', serif;
  466. text-align:center;
  467. margin-top:5px;
  468. padding-bottom:0px;
  469. text-transform:none;
  470. font-style:none;
  471. font-size:12px;
  472. }
  473.  
  474. #tags a {
  475. color: #fff;
  476. }
  477.  
  478. /* --- POST NOTES END --- */
  479.  
  480.  
  481. /* --- ASK & AUDIO START --- */
  482.  
  483. .ask {
  484. background: #f076c5;
  485. border: 2px solid #fcb6e1;
  486. color: #fff;
  487. padding:15px;
  488. margin-bottom:15px;
  489. margin-top:10px;
  490. }
  491.  
  492. .askheader {
  493. }
  494.  
  495. .asker {
  496. color: #e515a5;
  497. text-shadow: -1px -1px -1px #1e1e1d;
  498. text-shadow: 1px 1px 1px #1e1e1d;
  499. font-family: 'Ice kingdom';
  500. font-size:22px;
  501. line-height:20px;
  502. text-align:center;
  503. padding-bottom:5px;
  504. }
  505.  
  506. .answer {
  507. color: #fff;
  508. }
  509.  
  510. .chat {
  511. list-style:none;
  512. margin-top:15px;
  513. margin-bottom:0px;
  514. font-size:10px;
  515. margin-left:0px;
  516. }
  517.  
  518. .chat ul {
  519. line-height:18px;
  520. margin-top:0px;
  521. list-style:none;
  522. padding:0px;
  523. letter-spacing:2px;
  524. font-size:10px;
  525. margin-bottom:0px;
  526. text-transform:normal;
  527. }
  528.  
  529. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  530. background-color: #770ab1;
  531. padding:3px 8px 3px 8px;
  532. color: #fff;
  533. border-bottom: none
  534. }
  535.  
  536. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  537. background-color: #8e47b4;
  538. padding:3px 8px 3px 8px;
  539. color: #fff;
  540. border-bottom: none;
  541. }
  542.  
  543. .audio{
  544. background: #f076c5;
  545. border: 2px solid #fcb6e1;
  546. color: #fff;
  547. padding:15px;
  548. height:70px;
  549. font-size:8px;
  550. overflow:hidden;
  551. }
  552.  
  553. .video {
  554. width:420px!important;
  555. }
  556.  
  557. .video iframe {
  558. width:420px!important;
  559. }
  560.  
  561. /* --- ASK & AUDIO END --- */
  562.  
  563. {CustomCSS}</style></head><body>
  564.  
  565. <div id="fixerupper">
  566.  
  567. <div id="sidebar">
  568.  
  569. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  570.  
  571. <div class="credit">
  572. <a href="https://wintersovereign.tumblr.com/">E</a>
  573. </div>
  574.  
  575. <div id="title"></div>
  576.  
  577. <div id="description">
  578. <center><p><b>Queen Elsa</b> of Disney's <small><em>Frozen & Frozen II</em></small> with influences from <small><em>Frozen: The Musical</em></small> and various tie-in novels. <br>As told by Jess.</p> The Frozen II prequel novel, The Forest of Shadows is canon to my portrayal.<br><marquee>THIS BLOG IS NOT SPOILER FREE</marquee>
  579. </center>
  580. </div>
  581.  
  582. <div id="updates">
  583. <center><p><big><b><u>Commission Updates</u></b></big><br>Commissions are open.<br>Please read through my <u><a href="https://wintersovereign.tumblr.com/commission info">information and terms of service page</a></u> before messaging me. <br> Payment is always taken in full before your commission is started.</p></center>
  584. </div>
  585.  
  586. <div id="links">
  587. <center>
  588. <a href="/">home</a>
  589. <a href="/messages">ask</a>
  590. <a href="/archive">past</a>
  591. <a href="/rules">rules</a>
  592. <a href="/about">about</a>
  593. <a href="/verses">verses</a>
  594. <a href="/navigation">navigation</a>
  595. <a href="/commission info">themes</a>
  596. <a href="http://tumblr.com/dashboard">dash</a>
  597. <a href="https://ofthesouthernisles.tumblr.com/">hans</a>
  598. <a href="https://arendelliansovereign.tumblr.com/">anna</a>
  599. <a href="/">kristoff</a>
  600. <a href="/">olaf</a>
  601. </center>
  602. </div>
  603.  
  604. <div id="scrollbar">{scrollbar}</div>
  605.  
  606. <div id="pagination">
  607. <center> {block:Pagination}
  608. <div id="pagination">
  609. {block:PreviousPage}
  610. <a href="{PreviousPage}"><big>«</big></a>
  611. {/block:PreviousPage}
  612. {block:JumpPagination length="5"}
  613. {block:CurrentPage}
  614. <span class="current_page">{PageNumber}</span>
  615. {/block:CurrentPage}
  616. {block:JumpPage}
  617. <a class="jump_page" href="{URL}">{PageNumber}</a>
  618. {/block:JumpPage}
  619. {/block:JumpPagination}
  620. {block:NextPage}
  621. <a href="{NextPage}"><big>»</big></a>
  622. {/block:NextPage}
  623. </div>
  624. {/block:Pagination}</center>
  625. </div>
  626.  
  627. {block:HasPages}{block:Pages}
  628.  
  629. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  630.  
  631. </div></center>
  632.  
  633.  
  634. </div>
  635.  
  636. <div id="container">{block:Posts}<div id="post">
  637.  
  638. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  639. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  640.  
  641. {block:blockquote}{/block:blockquote}
  642.  
  643. {block:ContentSource}
  644. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  645. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  646. {/block:SourceLogo}
  647. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  648. {/block:ContentSource}
  649.  
  650. {block:Photo}
  651. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="420px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  652. {/block:Photo}
  653.  
  654. {block:Photoset}
  655. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  656. {/block:Photoset}
  657.  
  658. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  659.  
  660. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  661.  
  662. {block:Chat}
  663. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  664. <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>
  665. {/block:Chat}
  666.  
  667. {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}
  668. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  669.  
  670. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  671.  
  672. {block:Answer}
  673. <div class="askheader"><img src="" draggable="false"></div>
  674. <div class="ask"><div class="asker">{Asker}<font color=#e515a5> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  675. {/block:Answer}
  676.  
  677.  
  678. {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>
  679.  
  680. <div id="tags">
  681. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  682.  
  683. </div>
  684. {block:PostNotes}{PostNotes}{/block:PostNotes}
  685. {/block:Posts}</div>
  686.  
  687. </body>
  688.  
  689.  
  690. <!-- Start of StatCounter Code for Tumblr -->
  691. <script type="text/javascript">
  692. var sc_project=10794730;
  693. var sc_invisible=1;
  694. var sc_security="b7adc50a";
  695. var scJsHost = (("https:" == document.location.protocol) ?
  696. "https://secure." : "http://www.");
  697. document.write("<sc"+"ript type='text/javascript' src='" +
  698. scJsHost+
  699. "statcounter.com/counter/counter.js'></"+"script>");
  700. </script>
  701. <noscript><div class="statcounter"><a title="tumblr hit
  702. tracking tool" href="https://statcounter.com/tumblr/"
  703. target="_blank"><img class="statcounter"
  704. src="https://c.statcounter.com/10794730/0/b7adc50a/1/"
  705. alt="tumblr hit tracking tool"></a></div></noscript>
  706. <!-- End of StatCounter Code for Tumblr -->
  707.  
  708. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement