Advertisement
elsaofarendelle

ofthesouthernisles

Jun 2nd, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 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=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. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  17.  
  18. <!--- tooltips --->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("[title]").style_my_tooltips();
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30. <!--- pop script --->
  31.  
  32. <script type="text/javascript"
  33. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade, .popup_block').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63.  
  64.  
  65.  
  66. </style>
  67.  
  68.  
  69. <title>{Title}</title>
  70. <link rel="shortcut icon" href="{Favicon}">
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  72. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  73.  
  74.  
  75. <!-------------------------------------------
  76. Code by elsaofarendelle.
  77. Don't copy or distribute.
  78. Don't claim as your own.
  79. -------------------------------------------->
  80.  
  81. <meta name="image:background" content=""/>
  82. <meta name="image:sidebar" content=""/>
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. iframe#tumblr_controls {
  88. white-space:nowrap;
  89. -webkit-filter: invert(100%);
  90. -moz-filter: invert(100%);
  91. -o-filter: invert(100%);
  92. -ms-filter: invert(100%);
  93. filter: invert(100%);
  94. opacity:.2;transition: .8s ease-in-out;
  95. -webkit-transition: .8s ease-in-out;
  96. -moz-transition: .8s ease-in-out;
  97. -o-transition: .8s ease-in-out;
  98. }
  99.  
  100. /* --- CURSOR START --- */
  101.  
  102. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  103.  
  104. /* --- CURSOR END --- */
  105.  
  106.  
  107. /* --- FONTS START --- */
  108.  
  109. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  110.  
  111. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  112.  
  113. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  114.  
  115.  
  116. /* --- FONTS END --- */
  117.  
  118.  
  119. /* --- SCROLLBAR START ---*/
  120.  
  121. ::-webkit-scrollbar-thumb{
  122. background-color: #ccc;
  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. color: #9fa29f;
  144. background: #234843;
  145. border: 3px double #9fa29f;
  146. border-radius:0px;
  147. z-index:9999999999999;
  148. font-size:12px;
  149. font-family: 'IM Fell French Canon SC', serif;
  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:#ddd;
  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: #ccc;
  183. }
  184.  
  185. a {
  186. color: #9fa29f;
  187. text-decoration:none;
  188. -webkit-transition:all 0.5s ease-in-out;
  189. -moz-transition:all 0.5s ease-in-out;
  190. -o-transition:all 0.5s ease-in-out;
  191. -ms-transition:all 0.5s ease-in-out;
  192. transition:all 0.5s ease-in-out;
  193. }
  194.  
  195.  
  196. img {none;}
  197.  
  198. h1 {
  199. font-family: 'Francois One', sans-serif;
  200. text-transform:none;
  201. font-size:25px;
  202. line-height:30px;
  203. letter-spacing:0px;
  204. text-align:center;
  205. font-style:normal;
  206. color: #a09b9a;
  207. }
  208.  
  209. h2 {
  210. color: #a09b9a;
  211. text-transform: none;
  212. letter-spacing:1px;
  213. font-family: 'Francois One', sans-serif;
  214. font-size:15px;
  215. }
  216.  
  217. hr {
  218. border-color: #a09b9a;
  219. border-width: .5px;
  220. }
  221.  
  222. #fixerupper {
  223. width:500px;
  224. margin:0 auto -12px auto;
  225. }
  226.  
  227. #container {
  228. padding:10px;
  229. width:500px;
  230. margin-left:500px;
  231. margin-top:20px;
  232. margin-bottom:50px;
  233. }
  234.  
  235. #post {
  236. background: #eee;
  237. width:500px;
  238. padding-bottom:30px;
  239. padding: 30px;
  240. text-align: justify;
  241. margin-top:35px;
  242. line-height: 100%;
  243. }
  244.  
  245.  
  246.  
  247. #post img {
  248. padding: 0;
  249. max-width:100%;
  250. width: auto;
  251. height: auto;
  252. }
  253.  
  254. #post video {
  255. padding: 0;
  256. max-width:100%;
  257. width: auto;
  258. height: auto;
  259. }
  260.  
  261. pre {
  262. font-family: 'lumierlight';
  263. font-size:10px;
  264. color:#b7b1af;
  265. letter-spacing:1px;
  266. text-align:center;
  267. text-transform:uppercase;
  268. padding:6px;
  269. background:url('');
  270. background-repeat:repeat;;
  271. }
  272.  
  273.  
  274. b {
  275. text-transform: bold;
  276. color: #a09b9a;
  277. text-shadow: 0px 0px 3px #a09b9a;
  278. letter-spacing:1px;
  279. font-family: 'IM Fell French Canon SC', serif;
  280. font-size:17px;
  281. line-height:100%;
  282. }
  283.  
  284. i {
  285. text-transform: italic;
  286. color: #a09b9a;
  287. letter-spacing:1px;
  288. font-family: 'Allura', cursive;
  289. font-size:22px;
  290. line-height:100%;
  291. }
  292.  
  293. sub, small, sup {
  294. font-size: 12px;
  295. }
  296.  
  297. /* --- BODY END --- */
  298.  
  299.  
  300. /* --- SIDEBAR START ---*/
  301.  
  302. #sidebar{
  303. background:url('https://i.imgur.com/qEAwDGT.png');
  304. border-right: 3px solid #234843;
  305. top:0px;
  306. width:280px;
  307. height:100%;
  308. left: 0px;
  309. padding:20px;
  310. position:fixed;
  311. }
  312.  
  313. #sidebarimage img{
  314. width: 320px;
  315. height:400px;
  316. padding:10px;
  317. margin-top:30px;
  318. margin-left:-20px;
  319. background: transparent;
  320. background-image:{image:sidebarimage};
  321. }
  322.  
  323. #nav {
  324. position:fixed;
  325. overflow:hidden;
  326. margin-top:150px;
  327. margin-left:315px;
  328. }
  329.  
  330. #link1 a , #link2 a, #link3 a
  331.  
  332. #title {
  333. font-family:times;
  334. text-align:center;
  335. width:300px;
  336. margin-top:5px;
  337. margin-left:200px;
  338. text-transform:uppercase;
  339. font-style:normal;
  340. font-size:20px;
  341. color:#fff;
  342. }
  343.  
  344. #header {
  345. background:none;
  346. width:330px;
  347. height:100px;
  348. margin-top:-487px;
  349. margin-left:-35px;
  350. padding: 12px;
  351. padding-right:10px;
  352. text-align:justify;
  353. font-style: none;
  354. font-family: 'IM Fell French Canon SC', serif;
  355. font-size:15px;
  356. color: #234843;
  357. letter-spacing:1px;
  358. line-height:155%;
  359. }
  360.  
  361. #description {
  362. background:#234843;
  363. width:298px;
  364. height:80px;
  365. margin-top:345px;
  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:-5px;
  404. padding:8px;
  405. }
  406.  
  407. #links a{
  408. min-width:75px;
  409. min-height:19px;
  410. color: #9fa29f;
  411. background: #234843;
  412. border: 3px double #9fa29f;
  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: #234843;
  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: 'Francois One', sans-serif;
  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: #9fa29f;
  516. background: #234843;
  517. border: 3px double #9fa29f;
  518. padding:15px;
  519. margin-bottom:15px;
  520. margin-top:10px;
  521. }
  522.  
  523. .askheader {
  524. }
  525.  
  526. .asker {
  527. color: #9fa29f;
  528. text-shadow: -1px -1px -1px #eee;
  529. text-shadow: 1px 1px 1px #eee;
  530. font-family: 'Francois One', sans-serif;
  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="http://elsaofarendelle.tumblr.com/commission info">E</a>
  604. </div>
  605.  
  606. <div id="title"></div>
  607.  
  608. <div id="header">
  609. <center>
  610. Westergaards are Lions, not mice.
  611. </center>
  612. </div>
  613.  
  614. <div id="description">
  615. <center><p><b>Prince Hans Westergaard</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 Alex.<br>English is a second language please be patient</p>
  616. </center>
  617. </div>
  618.  
  619. <div id="links">
  620. <center>
  621. <a href="/">refresh</a>
  622. <a href="/ask">messages</a>
  623. <a href="/tagged/rules">rules</a>
  624. <a href="/https://ofthesouthernisles.tumblr.com/tagged/about">about</a>
  625. <a href="/https://ofthesouthernisles.tumblr.com/tagged/verses">verses</a>
  626. <a href="https://www.rpthreadtracker.com/public/yourturn?userId=36921&currentBlog=ofthesouthernisles&sortDescending=false&currentOrderBy=LastPostDate&filteredTag=">tracker</a>
  627. <a href="/">link</a>
  628. <a href="/archive">history</a>
  629. <a href="http://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=#9fa29f> 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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement