Advertisement
elsaofarendelle

Into The Unknown Theme

Nov 4th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 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: #ebc7da;
  88. border: none;
  89. height:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:auto;
  94. width:5px;
  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: #c76ba1;
  109. border: 3px double #ebc7da;
  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:#ebc7da;
  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: #ebc7da;
  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: #ebc7da;
  173. }
  174.  
  175. h2 {
  176. color: #ebc7da;
  177. text-transform: none;
  178. letter-spacing:1px;
  179. font-family: 'Ice kingdom';
  180. font-size:17px;
  181. }
  182.  
  183. hr {
  184. border-color: #ebc7da;
  185. border-width: .5px;
  186. }
  187.  
  188. #fixerupper {
  189. width:500px;
  190. margin:0 auto -12px auto;
  191. }
  192.  
  193. #container {
  194. width:365px;
  195. height:561px;
  196. margin-left:395px;
  197. margin-top:57px;
  198. position:fixed;
  199. overflow-y:scroll;
  200. overflow-x:hidden;
  201. padding-left:50px;
  202. padding-right:5px;
  203. padding-top:17px;
  204. padding-bottom:10px;
  205. z-index:50
  206. }
  207.  
  208. #post {
  209. background: none;
  210. width:310px;
  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:#ebc7da;
  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: #fff;
  250. text-shadow: 0px 0px 3px #fff;
  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: #fff;
  260. text-shadow: 1px 1px 1px #a1a1a1;
  261. text-shadow: -1px -1px -1px #fff;
  262. letter-spacing:1px;
  263. font-family: 'Allura', cursive;
  264. font-size:20px;
  265. line-height:100%;
  266. }
  267.  
  268. sub, small, sup {
  269. font-size: 12px;
  270. }
  271.  
  272. /* --- BODY END --- */
  273.  
  274.  
  275. /* --- SIDEBAR START ---*/
  276.  
  277. #sidebar{
  278. position: fixed;
  279. top: 80px;
  280. width:150px;
  281. height:70px;
  282. left: 830px;
  283. padding:20px;
  284. }
  285.  
  286. #sidebarimage img{
  287. width: 260px;
  288. height:209px;
  289. padding:10px;
  290. border:2px none #634911;
  291. margin-top:70px;
  292. margin-left:43px;
  293. background:transparent;
  294. background-image:{image:sidebarimage};
  295. }
  296.  
  297. #nav {
  298. position:fixed;
  299. overflow:hidden;
  300. margin-top:150px;
  301. margin-left:315px;
  302. }
  303.  
  304. #link1 a , #link2 a, #link3 a
  305.  
  306. #title {
  307. font-family:times;
  308. text-align:center;
  309. width:300px;
  310. margin-top:5px;
  311. margin-left:200px;
  312. text-transform:uppercase;
  313. font-style:normal;
  314. font-size:20px;
  315. color:#fff;
  316. }
  317.  
  318. #description {
  319. background:none;
  320. width:200px;
  321. height:300px;
  322. overflow-y:scroll;
  323. overflow-x:hidden;
  324. margin-top:-370px;
  325. margin-left:25px;
  326. padding: 12px;
  327. padding-right:10px;
  328. text-align:justify;
  329. font-style: none;
  330. font-family: 'Cormorant Garamond', serif;
  331. font-size:11px;
  332. color: #fff;
  333. text-shadow: none;
  334. letter-spacing:1px;
  335. line-height:155%;
  336. }
  337.  
  338. #updates{
  339. width:200px;
  340. margin-left:33px;
  341. margin-top:-120px;
  342. font-style: none;
  343. font-family: 'Cormorant Garamond', serif;
  344. font-size:11px;
  345. text-transform:normal;
  346. color: #fff;
  347. letter-spacing:1px;
  348. line-height:200%;
  349. position:fixed;
  350. }
  351.  
  352. #pagination {
  353. font-family: 'Ice kingdom';
  354. width:500px;
  355. font-size:15px;
  356. margin-top:130px;
  357. margin-left:-590px;
  358. padding-left:5px;
  359. letter-spacing:3px;
  360. text-align:center;
  361. text-transform:uppercase;
  362. transform: rotate(-8deg);
  363. }
  364.  
  365. #pagination a {
  366. color:#fff;
  367. }
  368.  
  369. /* --- SIDEBAR END ---*/
  370.  
  371.  
  372. /* --- LINKS START --- */
  373.  
  374. #links {
  375. width:250px;
  376. position:fixed;
  377. margin-left:1px;
  378. margin-top:130px;
  379. padding:8px;
  380. }
  381.  
  382. #links a{
  383. min-width:50px;
  384. background: #c76ba1;
  385. border: 3px double #ebc7da;
  386. color: #fff;
  387. display:inline-block;
  388. margin:4px;
  389. font-size:8px
  390. font-family: 'lumierlight';
  391. text-align:center;
  392. text-transform:uppercase;
  393. padding-top:2px;
  394. line-height:155%;
  395. }
  396.  
  397. /* --- LINKS END --- */
  398.  
  399.  
  400. /* --- CREDIT START --- */
  401.  
  402. .credit{
  403. position:fixed;
  404. font-size:20px;
  405. right:40px;
  406. bottom:20px;
  407. z-index:51;
  408. }
  409.  
  410. .credit a {
  411. font-family: "starfish";
  412. text-decoration:none;
  413. text-transform:uppercase;
  414. color: #ebc7da;
  415. text-shadow: -1px -1px -1px #fff;
  416. text-shadow: 1px 1px 1px #fff;
  417. -moz-transition-duration:.7s;
  418. -webkit-transition-duration:.7s;
  419. -o-transition-duration:.7s;
  420. }
  421.  
  422. /* --- CREDIT END --- */
  423.  
  424.  
  425. /* --- POST NOTES START --- */
  426.  
  427. .note {
  428. padding:0px 20px 0px 20px;
  429. background-color:transparent;
  430. text-transform:lowercase;
  431. letter-spacing:0px;
  432. font-size: 11px;
  433. font-style:normal;
  434. text-align:left;
  435. line-height:120%;
  436. }
  437.  
  438. .note li {
  439. list-style-type:none;
  440. padding:5px 25px 5px 25px;
  441. text-align:left;
  442. margin-right:30px;
  443. margin-top:-50px;
  444. }
  445.  
  446. #info {
  447. height:20px;
  448. text-align:center;
  449. margin-top:25px;
  450. padding-top:10px;
  451. padding:15px;
  452. padding-bottom:1px;
  453. text-transform:normal;
  454. font-style:none;
  455. font-size:12px;
  456. font-family:'Ice kingdom';
  457. color: #fff;
  458. background-repeat:repeat;
  459. background-attachment:fixed;
  460. line-height:60%;
  461. background: #c76ba1;
  462. border: 3px double #ebc7da;
  463. }
  464.  
  465. #info a{
  466. color: #fff;
  467. }
  468.  
  469. #tags {
  470. font-family: 'Cormorant Garamond', serif;
  471. text-align:center;
  472. margin-top:5px;
  473. padding-bottom:0px;
  474. text-transform:none;
  475. font-style:none;
  476. font-size:12px;
  477. }
  478.  
  479. #tags a {
  480. color: #fff;
  481. }
  482.  
  483. /* --- POST NOTES END --- */
  484.  
  485.  
  486. /* --- ASK & AUDIO START --- */
  487.  
  488. .ask {
  489. color: #fff;
  490. background: #c76ba1;
  491. border: 3px double #ebc7da;
  492. padding:15px;
  493. margin-bottom:15px;
  494. margin-top:10px;
  495. }
  496.  
  497. .askheader {
  498. }
  499.  
  500. .asker {
  501. color: #ebc7da;
  502. text-shadow: -1px -1px -1px #1e1e1d;
  503. text-shadow: 1px 1px 1px #1e1e1d;
  504. font-family: 'Ice kingdom';
  505. font-size:22px;
  506. line-height:20px;
  507. text-align:center;
  508. padding-bottom:5px;
  509. }
  510.  
  511. .answer {
  512. color: #fff;
  513. }
  514.  
  515. .chat {
  516. list-style:none;
  517. margin-top:15px;
  518. margin-bottom:0px;
  519. font-size:10px;
  520. margin-left:0px;
  521. }
  522.  
  523. .chat ul {
  524. line-height:18px;
  525. margin-top:0px;
  526. list-style:none;
  527. padding:0px;
  528. letter-spacing:2px;
  529. font-size:10px;
  530. margin-bottom:0px;
  531. text-transform:normal;
  532. }
  533.  
  534. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  535. background-color: #ebc7da;
  536. padding:3px 8px 3px 8px;
  537. color: #fff;
  538. border-bottom: none
  539. }
  540.  
  541. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  542. background-color: #c76ba1;
  543. padding:3px 8px 3px 8px;
  544. color: #fff;
  545. border-bottom: none;
  546. }
  547.  
  548. .audio{
  549. color: #a4a4a4;
  550. background:#000;
  551. padding:15px;
  552. border: 8px solid #1c0907;
  553. height:70px;
  554. font-size:8px;
  555. overflow:hidden;
  556. }
  557.  
  558. .video {
  559. width:310px!important;
  560. }
  561.  
  562. .video iframe {
  563. width:310px!important;
  564. }
  565.  
  566. /* --- ASK & AUDIO END --- */
  567.  
  568. {CustomCSS}</style></head><body>
  569.  
  570. <div id="fixerupper">
  571.  
  572. <div id="sidebar">
  573.  
  574. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  575.  
  576. <div class="credit">
  577. <a href="https://wintersovereign.tumblr.com/">E</a>
  578. </div>
  579.  
  580. <div id="title"></div>
  581.  
  582. <div id="description">
  583. <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>
  584. </center>
  585. </div>
  586.  
  587. <div id="updates">
  588. <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>
  589. </div>
  590.  
  591. <div id="links">
  592. <center>
  593. <a href="/">home</a>
  594. <a href="/messages">ask</a>
  595. <a href="/archive">past</a>
  596. <a href="/rules">rules</a>
  597. <a href="/about">about</a>
  598. <a href="/verses">verses</a>
  599. <a href="/more">more</a>
  600. <a href="/commission info">themes</a>
  601. <a href="http://tumblr.com/dashboard">dash</a>
  602. </center>
  603. </div>
  604.  
  605. <div id="scrollbar">{scrollbar}</div>
  606.  
  607. <div id="pagination">
  608. <center> {block:Pagination}
  609. <div id="pagination">
  610. {block:PreviousPage}
  611. <a href="{PreviousPage}"><big>«</big></a>
  612. {/block:PreviousPage}
  613. {block:JumpPagination length="5"}
  614. {block:CurrentPage}
  615. <span class="current_page">{PageNumber}</span>
  616. {/block:CurrentPage}
  617. {block:JumpPage}
  618. <a class="jump_page" href="{URL}">{PageNumber}</a>
  619. {/block:JumpPage}
  620. {/block:JumpPagination}
  621. {block:NextPage}
  622. <a href="{NextPage}"><big>»</big></a>
  623. {/block:NextPage}
  624. </div>
  625. {/block:Pagination}</center>
  626. </div>
  627.  
  628. {block:HasPages}{block:Pages}
  629.  
  630. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  631.  
  632. </div></center>
  633.  
  634.  
  635. </div>
  636.  
  637. <div id="container">{block:Posts}<div id="post">
  638.  
  639. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  640. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  641.  
  642. {block:blockquote}{/block:blockquote}
  643.  
  644. {block:ContentSource}
  645. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  646. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  647. {/block:SourceLogo}
  648. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  649. {/block:ContentSource}
  650.  
  651. {block:Photo}
  652. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="310px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  653. {/block:Photo}
  654.  
  655. {block:Photoset}
  656. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  657. {/block:Photoset}
  658.  
  659. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  660.  
  661. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  662.  
  663. {block:Chat}
  664. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  665. <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>
  666. {/block:Chat}
  667.  
  668. {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}
  669. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  670.  
  671. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  672.  
  673. {block:Answer}
  674. <div class="askheader"><img src="" draggable="false"></div>
  675. <div class="ask"><div class="asker">{Asker}<font color=#ebc7da> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  676. {/block:Answer}
  677.  
  678.  
  679. {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>
  680.  
  681. <div id="tags">
  682. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  683.  
  684. </div>
  685. {block:PostNotes}{PostNotes}{/block:PostNotes}
  686. {/block:Posts}</div>
  687.  
  688. </body>
  689.  
  690.  
  691. <!-- Start of StatCounter Code for Tumblr -->
  692. <script type="text/javascript">
  693. var sc_project=10794730;
  694. var sc_invisible=1;
  695. var sc_security="b7adc50a";
  696. var scJsHost = (("https:" == document.location.protocol) ?
  697. "https://secure." : "http://www.");
  698. document.write("<sc"+"ript type='text/javascript' src='" +
  699. scJsHost+
  700. "statcounter.com/counter/counter.js'></"+"script>");
  701. </script>
  702. <noscript><div class="statcounter"><a title="tumblr hit
  703. tracking tool" href="https://statcounter.com/tumblr/"
  704. target="_blank"><img class="statcounter"
  705. src="https://c.statcounter.com/10794730/0/b7adc50a/1/"
  706. alt="tumblr hit tracking tool"></a></div></noscript>
  707. <!-- End of StatCounter Code for Tumblr -->
  708.  
  709. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement