Advertisement
elsaofarendelle

ofthesouthernisles 2019

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