Advertisement
elsaofarendelle

forvistxkonge

May 11th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.24 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 href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Carter+One" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Parisienne" rel="stylesheet">
  15.  
  16. <!--- tooltips --->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="http://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 elsaofarendelle.
  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("http://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: "watermelon"; src: url('https://dl.dropboxusercontent.com/s/uluxk369y2nfu59/Watermelon%20Script%20Demo.ttf'); format("truetype");}
  74.  
  75. @font-face { font-family: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  76.  
  77. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  78.  
  79. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  80.  
  81. @font-face { font-family: 'Nightingale'; src: url('Nightingale.woff2') format('woff2'), url('Nightingale.woff') format('woff');}
  82.  
  83.  
  84.  
  85. /* --- FONTS END --- */
  86.  
  87.  
  88. /* --- SCROLLBAR START ---*/
  89.  
  90. ::-webkit-scrollbar-thumb{
  91. background-color: #eee;
  92. border: none;
  93. height:auto;
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:auto;
  98. width:5px;
  99. background-color: transparent;
  100. border:2px solid transparent;
  101. }
  102.  
  103. /* --- SCROLLBAR END --- */
  104.  
  105.  
  106. /* --- TOOLTIPS START --- */
  107.  
  108. #s-m-t-tooltip{
  109. max-width:300px;
  110. margin:15px;
  111. padding:2px 8px;
  112. background: #9f6e68;
  113. color: #cdc4c7;
  114. border: 2px solid #fff;
  115. border-radius:0px;
  116. z-index:9999999999999;
  117. font-size:12px;
  118. font-family: 'Cormorant Garamond', serif;
  119. font-weight:bold;
  120. text-transform:normal;
  121. box-shadow: 2px 2px 5px #000;
  122. -webkit-transition:all 0.7s;
  123. -moz-transition:all 0.7s;
  124. -ms-transition:all 0.7s;
  125. -o-transition:all 0.7s;
  126. transition:all 0.7s;
  127. }
  128.  
  129. /* --- TOOLTIPS END --- */
  130.  
  131.  
  132. /* --- BODY START ---*/
  133.  
  134. body {
  135. background:#d0af91;
  136. background-image:url({image:background});
  137. background-attachment: fixed;
  138. background-repeat: no-repeat;
  139. background-position:0px 0px;
  140. margin:0px;
  141. color:#eee;
  142. font-family: 'Cormorant Garamond', serif;
  143. font-size:12px;
  144. line-height:120%;
  145. word-wrap: break-word;
  146. }
  147.  
  148. blockquote {
  149. padding-left:5px;
  150. border-left:2px solid;
  151. border-color: #9f6e68;
  152. }
  153.  
  154. a {
  155. color: #cdc4c7;
  156. text-decoration:none;
  157. -webkit-transition:all 0.5s ease-in-out;
  158. -moz-transition:all 0.5s ease-in-out;
  159. -o-transition:all 0.5s ease-in-out;
  160. -ms-transition:all 0.5s ease-in-out;
  161. transition:all 0.5s ease-in-out;
  162. }
  163.  
  164.  
  165. img {none;}
  166.  
  167. h1 {
  168. font-family: 'Nightingale';
  169. text-transform:none;
  170. font-size:15px;
  171. line-height:30px;
  172. letter-spacing:0px;
  173. text-align:center;
  174. font-style:normal;
  175. color: #cdc4c7;
  176. line-height:100%;
  177. }
  178.  
  179. h2 {
  180. color: #cdc4c7;
  181. text-transform: none;
  182. letter-spacing:1px;
  183. font-family: 'Nightingale';
  184. font-size:15px;
  185. line-height:100%;
  186. }
  187.  
  188. hr {
  189. border-color: #cdc4c7;
  190. border-width: .5px;
  191. }
  192.  
  193. #fixerupper {
  194. width:500px;
  195. margin:0 auto -12px auto;
  196. }
  197.  
  198. #container {
  199. width:330px;
  200. height:325px;
  201. margin-left:610px;
  202. margin-top:242px;
  203. position:fixed;
  204. overflow-y:scroll;
  205. overflow-x:hidden;
  206. padding-left:-10px;
  207. padding-right:30px;
  208. padding-top:17px;
  209. padding-bottom:10px;
  210. z-index:50
  211. }
  212.  
  213. #post {
  214. background: none;
  215. width:300px;
  216. padding-bottom:30px;
  217. padding: 30px;
  218. text-align: justify;
  219. margin-top:0px;
  220. border: 3px none #f7f7f7;
  221. line-height: 100%;
  222. }
  223.  
  224.  
  225. #post img {
  226. padding: 0;
  227. max-width:100%;
  228. width: auto;
  229. height: auto;
  230. }
  231.  
  232. pre {
  233. font-family: "starfish";
  234. font-size:10px;
  235. color:#7e671b;
  236. letter-spacing:1px;
  237. text-align:center;
  238. text-transform:uppercase;
  239. padding:6px;
  240. background:url('');
  241. background-repeat:repeat;
  242. line-height:100%;
  243. }
  244.  
  245.  
  246. b {
  247. text-transform: bold;
  248. color: #e3d7d9;
  249. text-shadow: 0px 0px 3px #e3d7d9;
  250. letter-spacing:1px;
  251. font-family: 'Reenie Beanie', cursive;
  252. font-size:20px;
  253. line-height:100%;
  254. }
  255.  
  256. i {
  257. text-transform: italic;
  258. color: #e3d7d9;
  259. letter-spacing:1px;
  260. font-family: 'Parisienne', cursive;
  261. font-size:20px;
  262. line-height:100%;
  263. }
  264.  
  265. em {
  266. text-transform: italic;
  267. color: #e3d7d9;
  268. letter-spacing:1px;
  269. font-family: 'Parisienne', cursive;
  270. font-size:20px;
  271. line-height:100%;
  272. }
  273.  
  274. sub, small, sup {
  275. font-size: 12px;
  276. }
  277.  
  278. /* --- BODY END --- */
  279.  
  280.  
  281. /* --- SIDEBAR START ---*/
  282.  
  283. #sidebar{
  284. position: fixed;
  285. top: 300px;
  286. width:250px;
  287. height:115px;
  288. left: 100px;
  289. padding:20px;
  290. }
  291.  
  292. #sidebarimage img{
  293. width: 260px;
  294. height:209px;
  295. padding:10px;
  296. border:2px none #634911;
  297. margin-top:70px;
  298. margin-left:43px;
  299. background:transparent;
  300. background-image:{image:sidebarimage};
  301. }
  302.  
  303. #nav {
  304. position:fixed;
  305. overflow:hidden;
  306. margin-top:150px;
  307. margin-left:315px;
  308. }
  309.  
  310. #link1 a , #link2 a, #link3 a
  311.  
  312. #title {
  313. font-family:times;
  314. text-align:center;
  315. width:300px;
  316. margin-top:5px;
  317. margin-left:200px;
  318. text-transform:uppercase;
  319. font-style:normal;
  320. font-size:20px;
  321. color:#fff;
  322. }
  323.  
  324. #header{
  325. width:350px;
  326. margin-left:-280px;
  327. margin-top:30px;
  328. font-style: none;
  329. font-family: 'lumierlight';
  330. font-size:20px;
  331. text-transform:normal;
  332. color: #8e9e9a;
  333. text-shadow: -1px -1px -1px #eee;
  334. text-shadow: 1px 1px 1px #eee;
  335. letter-spacing:1px;
  336. line-height:200%;
  337. position:fixed;
  338. transform: rotate(-10deg);
  339. }
  340.  
  341. #description {
  342. background:none;
  343. width:340px;
  344. height:300px;
  345. overflow-y:scroll;
  346. overflow-x:hidden;
  347. margin-top:-560px;
  348. margin-left:495px;
  349. padding: 12px;
  350. padding-right:10px;
  351. text-align:justify;
  352. font-style: none;
  353. font-family: 'Cormorant Garamond', serif;
  354. font-size:12px;
  355. color: #eee;
  356. text-shadow: none;
  357. letter-spacing:1px;
  358. line-height:155%;
  359. }
  360.  
  361. #pagination {
  362. font-family: 'Timmana', sans-serif;
  363. width:103px;
  364. font-size:40px;
  365. text-transform:uppercase;
  366. margin-top:-300px;
  367. margin-left:625px;
  368. padding-top:25px;
  369. letter-spacing:1px;
  370. font-style:normal;
  371. text-align:center;
  372. position:fixed;
  373. }
  374.  
  375. #pagination a {
  376. color: #eee;
  377. text-shadow: 1px 1px 1px #eee;
  378. }
  379.  
  380. /* --- SIDEBAR END ---*/
  381.  
  382.  
  383. /* --- LINKS START --- */
  384.  
  385. #links {
  386. width:70x;
  387. position:fixed;
  388. margin-left:870px;
  389. margin-top:-105px;
  390. padding:8px;
  391. }
  392.  
  393. #links a{
  394. min-width:70px;
  395. background: transparent;
  396. color: #191919;
  397. margin:4px;
  398. font-size:40px;
  399. font-family: 'lumierlight';
  400. text-align:center;
  401. text-transform:uppercase;
  402. padding-top:2px;
  403. line-height:150%;
  404. }
  405.  
  406. /* --- LINKS END --- */
  407.  
  408.  
  409. /* --- CREDIT START --- */
  410.  
  411. .credit{
  412. position:fixed;
  413. font-size:15px;
  414. right:20px;
  415. bottom:10px;
  416. z-index:51;
  417. }
  418.  
  419. .credit a {
  420. font-family: 'Nightingale';
  421. text-decoration:none;
  422. text-transform:uppercase;
  423. color: #191919;
  424. text-shadow: -1px -1px -1px #191919;
  425. -moz-transition-duration:.7s;
  426. -webkit-transition-duration:.7s;
  427. -o-transition-duration:.7s;
  428. }
  429.  
  430. /* --- CREDIT END --- */
  431.  
  432.  
  433. /* --- POST NOTES START --- */
  434.  
  435. .note {
  436. padding:0px 20px 0px 20px;
  437. background-color:transparent;
  438. text-transform:lowercase;
  439. letter-spacing:0px;
  440. font-size: 11px;
  441. font-style:normal;
  442. text-align:left;
  443. line-height:120%;
  444. }
  445.  
  446. .note li {
  447. list-style-type:none;
  448. padding:5px 25px 5px 25px;
  449. text-align:left;
  450. margin-right:30px;
  451. margin-top:-50px;
  452. }
  453.  
  454. #info {
  455. height:20px;
  456. text-align:center;
  457. margin-top:25px;
  458. padding-top:10px;
  459. padding:15px;
  460. padding-bottom:1px;
  461. text-transform:normal;
  462. font-style:none;
  463. font-size:20px;
  464. font-family:'Reenie Beanie', cursive;
  465. background: #9f6e68;
  466. color: #e8a500;
  467. background-repeat:repeat;
  468. background-attachment:fixed;
  469. line-height:50%;
  470. border: 2px solid #fff;
  471. }
  472.  
  473. #info a{
  474. color: #cdc4c7;
  475. }
  476.  
  477. #tags {
  478. font-family: 'Cormorant Garamond', serif;
  479. text-align:center;
  480. margin-top:5px;
  481. padding-bottom:0px;
  482. text-transform:none;
  483. font-style:none;
  484. font-size:12px;
  485. }
  486.  
  487. #tags a {
  488. color: #9f6e68;
  489. }
  490.  
  491. /* --- POST NOTES END --- */
  492.  
  493.  
  494. /* --- ASK & AUDIO START --- */
  495.  
  496. .ask {
  497. background: #9f6e68;
  498. color: #eee;
  499. border: 2px solid #fff;
  500. padding:15px;
  501. margin-bottom:15px;
  502. margin-top:10px;
  503. }
  504.  
  505. .askheader {
  506. margin-left:-3px;
  507. }
  508.  
  509. .asker {
  510. color: #cdc4c7;
  511. font-family: 'Reenie Beanie', cursive;
  512. font-size:25px;
  513. line-height:20px;
  514. text-align:center;
  515. padding-bottom:5px;
  516. }
  517.  
  518. .answer {
  519. color: #eee;
  520. }
  521.  
  522. .chat {
  523. list-style:none;
  524. margin-top:15px;
  525. margin-bottom:0px;
  526. font-size:10px;
  527. margin-left:0px;
  528. }
  529.  
  530. .chat ul {
  531. line-height:18px;
  532. margin-top:0px;
  533. list-style:none;
  534. padding:0px;
  535. letter-spacing:2px;
  536. font-size:10px;
  537. margin-bottom:0px;
  538. text-transform:normal;
  539. }
  540.  
  541. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  542. background-color: transparent;
  543. padding:3px 8px 3px 8px;
  544. color: #eee;
  545. border-bottom: none
  546. }
  547.  
  548. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  549. background-color: transparent;
  550. padding:3px 8px 3px 8px;
  551. color: #eee;
  552. border-bottom: none;
  553. }
  554.  
  555. .audio{
  556. color: #000;
  557. background:#2a0705;
  558. padding:15px;
  559. height:70px;
  560. font-size:8px;
  561. overflow:hidden;
  562. }
  563.  
  564. .video {
  565. width:300px!important;
  566. }
  567.  
  568. .video iframe {
  569. width:300px!important;
  570. }
  571.  
  572. /* --- ASK & AUDIO END --- */
  573.  
  574. {CustomCSS}</style></head><body>
  575.  
  576. <div id="fixerupper">
  577.  
  578. <div id="sidebar">
  579.  
  580. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  581.  
  582. <div class="credit">
  583. <a href="http://elsaofarendelle.tumblr.com">E</a>
  584. </div>
  585.  
  586. <div id="title"></div>
  587.  
  588. <div id="header">
  589. <center></center>
  590. </div>
  591.  
  592. <div id="description">
  593. <center><p>Independent <b>Prince Hans Westergaard</b> of Disney's <i>Frozen</i>, with influences from <em>A Frozen Heart & The Broadway Musical</em>. Written by Mally.</p></center>
  594. </div>
  595.  
  596. <div id="links">
  597. <center>
  598. <a title="home" href="/">01.</a><br>
  599. <a title="message" href="/ask">02.</a><br>
  600. <a title="rules" href="/rules">03.</a><br>
  601. <a title="about" href="/about">04.</a><br>
  602. <a title="dash" href="/dashboard">05.</a>
  603. </center>
  604. </div>
  605.  
  606. <div id="scrollbar">{scrollbar}</div>
  607.  
  608.  
  609. <div id="pagination">
  610. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  611. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  612.  
  613. {block:HasPages}{block:Pages}
  614.  
  615. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  616.  
  617. </div></center>
  618.  
  619. </div>
  620.  
  621. <div id="container">{block:Posts}<div id="post">
  622.  
  623. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  624. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  625.  
  626. {block:blockquote}{/block:blockquote}
  627.  
  628. {block:ContentSource}
  629. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  630. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  631. {/block:SourceLogo}
  632. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  633. {/block:ContentSource}
  634.  
  635. {block:Photo}
  636. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  637. {/block:Photo}
  638.  
  639. {block:Photoset}
  640. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  641. {/block:Photoset}
  642.  
  643. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  644.  
  645. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  646.  
  647. {block:Chat}
  648. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  649. <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>
  650. {/block:Chat}
  651.  
  652. {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}
  653. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  654.  
  655. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  656.  
  657. {block:Answer}
  658. <div class="askheader"><img src="" draggable="false"></div>
  659. <div class="ask"><div class="asker">{Asker}<font color="#cdc4c7"> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  660. {/block:Answer}
  661.  
  662.  
  663. {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>
  664.  
  665. <div id="tags">
  666. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  667.  
  668. </div>
  669. {block:PostNotes}{PostNotes}{/block:PostNotes}
  670. {/block:Posts}</div>
  671.  
  672. </body>
  673.  
  674. <!-- Wikplayer https://www.wikplayer.com -->
  675. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  676. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':59,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'More%20Of%20Me','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D-et6r7-tIu0'},{'title':'Set%20Yourself%20Free','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DLKphtfS44p4'},{'title':'Wind%20In%20My%20Hair','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dzpc_M5VX_04'}]}" ></script>
  677. <!-- Wikplayer code end -->
  678.  
  679.  
  680. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement