Advertisement
elsaofarendelle

ofthesouthernisles 2022

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