elsaofarendelle

honoredorchid

Jul 30th, 2025 (edited)
13
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=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/css2?family=Oregano:ital@0;1&display=swap" rel="stylesheet">
  13.  
  14.  
  15. <!--- tooltips --->
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title]").style_my_tooltips();
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27.  
  28. </style>
  29.  
  30.  
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36.  
  37. <!-------------------------------------------
  38. Code by wintersovereign.
  39. Don't copy or distribute.
  40. Don't claim as your own.
  41. -------------------------------------------->
  42.  
  43. <meta name="image:background" content=""/>
  44. <meta name="image:sidebar" content=""/>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. iframe#tumblr_controls {
  50. white-space:nowrap;
  51. -webkit-filter: invert(100%);
  52. -moz-filter: invert(100%);
  53. -o-filter: invert(100%);
  54. -ms-filter: invert(100%);
  55. filter: invert(100%);
  56. opacity:.2;transition: .8s ease-in-out;
  57. -webkit-transition: .8s ease-in-out;
  58. -moz-transition: .8s ease-in-out;
  59. -o-transition: .8s ease-in-out;
  60. }
  61.  
  62. /* --- CURSOR START --- */
  63.  
  64. *, body, a, a:hover {cursor: url("https://64.media.tumblr.com/fe64ba4a06e883d78d496b638c830b01/tumblr_inline_mv6kooD6Ku1r63cto.png"), auto;}
  65.  
  66. /* --- CURSOR END --- */
  67.  
  68. /* --- FONTS START --- */
  69.  
  70. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  71.  
  72. @font-face { font-family: "watermelon"; src: url('https://dl.dropboxusercontent.com/s/uluxk369y2nfu59/Watermelon%20Script%20Demo.ttf'); format("truetype");}
  73.  
  74. @font-face { font-family: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  75.  
  76. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  77.  
  78. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  79.  
  80. @font-face { font-family: 'Nightingale'; src: url('Nightingale.woff2') format('woff2'), url('Nightingale.woff') format('woff');}
  81.  
  82.  
  83.  
  84. /* --- FONTS END --- */
  85.  
  86.  
  87. /* --- SCROLLBAR START ---*/
  88.  
  89. ::-webkit-scrollbar-thumb{
  90. background-color: #e5b330;
  91. border: none;
  92. height:auto;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:auto;
  97. width:5px;
  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. background: #cd2026;
  112. color: #eee;
  113. border: 1px solid #e5b330;
  114. border-radius:0px;
  115. z-index:9999999999999;
  116. font-size:17px;
  117. font-family: "Oregano", cursive;
  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:#cdddde;
  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:#092a3a;
  141. font-family: 'Cormorant Garamond', serif;
  142. font-size:12px;
  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: #cd2026;
  151. }
  152.  
  153. a {
  154. color: #092a3a;
  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: 'Nightingale';
  168. text-transform:none;
  169. font-size:20px;
  170. line-height:30px;
  171. letter-spacing:0px;
  172. text-align:center;
  173. font-style:normal;
  174. color: #cd2026;
  175. line-height:100%;
  176. }
  177.  
  178. h2 {
  179. color: #cd2026;
  180. text-transform: none;
  181. letter-spacing:1px;
  182. font-family: 'Nightingale';
  183. font-size:17px;
  184. line-height:100%;
  185. }
  186.  
  187. hr {
  188. border-color: #cd2026;
  189. border-width: .5px;
  190. }
  191.  
  192. #svenhover {
  193. opacity: 0;
  194. -webkit-transition: all 0.6s ease-in-out;
  195. -moz-transition: all 0.6s ease-in-out;
  196. -o-transition: all 0.6s ease-in-out;
  197. -ms-transition: all 0.6s ease-in-out;
  198. transition: all 0.6s ease-in-out;
  199. }
  200.  
  201. #svenhover:hover {
  202. opacity: 1;
  203. -webkit-transition: all 0.6s ease-in-out;
  204. -moz-transition: all 0.6s ease-in-out;
  205. -o-transition: all 0.6s ease-in-out;
  206. -ms-transition: all 0.6s ease-in-out;
  207. transition: all 0.6s ease-in-out;
  208. }
  209.  
  210. #fixerupper {
  211. width:500px;
  212. margin:0 auto -12px auto;
  213. }
  214.  
  215. #container {
  216. background: #c2d7d9;
  217. width:423px;
  218. height:558px;
  219. margin-left:367px;
  220. margin-top:97px;
  221. position:fixed;
  222. overflow-y:scroll;
  223. overflow-x:hidden;
  224. padding-left:-10px;
  225. padding-right:57px;
  226. padding-top:17px;
  227. padding-bottom:10px;
  228. z-index:50
  229. }
  230.  
  231. #post {
  232. background: none;
  233. width:400px;
  234. padding-bottom:30px;
  235. padding: 30px;
  236. text-align: justify;
  237. margin-top:0px;
  238. border: 3px none #f7f7f7;
  239. line-height: 100%;
  240. }
  241.  
  242.  
  243. #post img {
  244. padding: 0;
  245. max-width:100%;
  246. width: auto;
  247. height: auto;
  248. }
  249.  
  250. pre {
  251. font-family: "starfish";
  252. font-size:10px;
  253. color:#7e671b;
  254. letter-spacing:1px;
  255. text-align:center;
  256. text-transform:uppercase;
  257. padding:6px;
  258. background:url('');
  259. background-repeat:repeat;
  260. line-height:100%;
  261. }
  262.  
  263.  
  264. b {
  265. text-transform: bold;
  266. color: #cd2026;
  267. text-shadow: none;
  268. letter-spacing:1px;
  269. font-family: "Oregano", cursive;
  270. font-size:20px;
  271. line-height:100%;
  272. }
  273.  
  274. i {
  275. text-transform: italic;
  276. color: #cd2026;
  277. letter-spacing:1px;
  278. font-family: "Oregano", cursive;
  279. font-size:20px;
  280. line-height:100%;
  281. }
  282.  
  283. em {
  284. text-transform: italic;
  285. color: #cd2026;
  286. letter-spacing:1px;
  287. font-family: "Oregano", cursive;
  288. font-size:20px;
  289. line-height:100%;
  290. }
  291.  
  292. sub, small, sup {
  293. font-size: 12px;
  294. }
  295.  
  296. /* --- BODY END --- */
  297.  
  298.  
  299. /* --- SIDEBAR START ---*/
  300.  
  301. #sidebar{
  302. position: fixed;
  303. top: 300px;
  304. width:250px;
  305. height:115px;
  306. left: 100px;
  307. padding:20px;
  308. position: fixed
  309. }
  310.  
  311. #sidebarimage img{
  312. width: 260px;
  313. height:209px;
  314. padding:10px;
  315. border:2px none #634911;
  316. margin-top:70px;
  317. margin-left:43px;
  318. background:transparent;
  319. background-image:{image:sidebarimage};
  320. }
  321.  
  322. #nav {
  323. position:fixed;
  324. overflow:hidden;
  325. margin-top:150px;
  326. margin-left:315px;
  327. }
  328.  
  329. #link1 a , #link2 a, #link3 a
  330.  
  331. #title {
  332. font-family:times;
  333. text-align:center;
  334. width:300px;
  335. margin-top:5px;
  336. margin-left:200px;
  337. text-transform:uppercase;
  338. font-style:normal;
  339. font-size:20px;
  340. color:#fff;
  341. }
  342.  
  343. #header{
  344. width:350px;
  345. margin-left:-280px;
  346. margin-top:30px;
  347. font-style: none;
  348. font-family: 'lumierlight';
  349. font-size:20px;
  350. text-transform:normal;
  351. color: #8e9e9a;
  352. text-shadow: -1px -1px -1px #eee;
  353. text-shadow: 1px 1px 1px #eee;
  354. letter-spacing:1px;
  355. line-height:200%;
  356. position:fixed;
  357. transform: rotate(-10deg);
  358. position: fixed
  359. }
  360.  
  361. #description {
  362. background:none;
  363. width:340px;
  364. height:93px;
  365. overflow-y:scroll;
  366. overflow-x:hidden;
  367. margin-top:-80px;
  368. margin-left:810px;
  369. padding: 12px;
  370. padding-right:10px;
  371. text-align:justify;
  372. font-style: none;
  373. font-family: 'Cormorant Garamond', serif;
  374. font-size:12px;
  375. color: #092a3a;
  376. text-shadow: none;
  377. letter-spacing:1px;
  378. line-height:155%;
  379. position: fixed
  380. }
  381.  
  382. #pagination {
  383. font-family: 'Cormorant Garamond', serif;
  384. width:500px;
  385. font-size:30px;
  386. margin-top:-60px;
  387. margin-left:300px;
  388. padding-left:5px;
  389. letter-spacing:3px;
  390. text-align:center;
  391. text-transform:uppercase;
  392. position: fixed
  393. }
  394.  
  395. #pagination a {
  396. color:#092a3a;
  397. }
  398.  
  399. /* --- SIDEBAR END ---*/
  400.  
  401.  
  402. /* --- LINKS START --- */
  403.  
  404. #links {
  405. width:70x;
  406. position:fixed;
  407. margin-left:750px;
  408. margin-top:-570px;
  409. padding:8px;
  410. }
  411.  
  412. #links a{
  413. min-width:70px;
  414. background: transparent;
  415. color: #092a3a;
  416. margin:4px;
  417. font-size:25px;
  418. font-family: 'lumierlight';
  419. text-align:center;
  420. text-transform:uppercase;
  421. padding-top:2px;
  422. line-height:150%;
  423. }
  424.  
  425. /* --- LINKS END --- */
  426.  
  427.  
  428. /* --- CREDIT START --- */
  429.  
  430. .credit{
  431. position:fixed;
  432. font-size:15px;
  433. right:20px;
  434. bottom:10px;
  435. z-index:51;
  436. }
  437.  
  438. .credit a {
  439. font-family: 'Nightingale';
  440. text-decoration:none;
  441. text-transform:uppercase;
  442. color: #092a3a;
  443. text-shadow: -1px -1px -1px #e3d7d9;
  444. -moz-transition-duration:.7s;
  445. -webkit-transition-duration:.7s;
  446. -o-transition-duration:.7s;
  447. }
  448.  
  449. /* --- CREDIT END --- */
  450.  
  451.  
  452. /* --- POST NOTES START --- */
  453.  
  454. .note {
  455. padding:0px 20px 0px 20px;
  456. background-color:transparent;
  457. text-transform:lowercase;
  458. letter-spacing:0px;
  459. font-size: 11px;
  460. font-style:normal;
  461. text-align:left;
  462. line-height:120%;
  463. }
  464.  
  465. .note li {
  466. list-style-type:none;
  467. padding:5px 25px 5px 25px;
  468. text-align:left;
  469. margin-right:30px;
  470. margin-top:-50px;
  471. }
  472.  
  473. #info {
  474. height:20px;
  475. text-align:center;
  476. margin-top:25px;
  477. padding-top:10px;
  478. padding:15px;
  479. padding-bottom:1px;
  480. text-transform:normal;
  481. font-style:none;
  482. font-size:20px;
  483. font-family: "Oregano", cursive;
  484. background: #092a3a;
  485. color: #eee;
  486. background-repeat:repeat;
  487. background-attachment:fixed;
  488. line-height:50%;
  489. border: 1px dashed #d0af91;
  490. }
  491.  
  492. #info a{
  493. color: #092a3a;
  494. }
  495.  
  496. #tags {
  497. font-family: "Oregano", cursive;
  498. text-align:center;
  499. margin-top:5px;
  500. padding-bottom:0px;
  501. text-transform:none;
  502. font-style:none;
  503. font-size:20px;
  504. }
  505.  
  506. #tags a {
  507. color: #092a3a;
  508. }
  509.  
  510. /* --- POST NOTES END --- */
  511.  
  512.  
  513. /* --- ASK & AUDIO START --- */
  514.  
  515. .ask {
  516. background: #092a3a;
  517. color: #eee;
  518. border: 1px solid #e5b330;
  519. padding:15px;
  520. margin-bottom:15px;
  521. margin-top:10px;
  522. }
  523.  
  524. .askheader {
  525. margin-left:-3px;
  526. }
  527.  
  528. .asker {
  529. color: #eee;
  530. font-family: "Oregano", cursive;
  531. font-size:25px;
  532. line-height:20px;
  533. text-align:center;
  534. padding-bottom:5px;
  535. }
  536.  
  537. .answer {
  538. color: #092a3a;
  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: #eee;
  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: #eee;
  571. border-bottom: none;
  572. }
  573.  
  574. .audio{
  575. color: #000;
  576. background:#2a0705;
  577. padding:15px;
  578. height:70px;
  579. font-size:8px;
  580. overflow:hidden;
  581. }
  582.  
  583. .video {
  584. width:400px!important;
  585. }
  586.  
  587. .video iframe {
  588. width:400px!important;
  589. }
  590.  
  591. /* --- ASK & AUDIO END --- */
  592.  
  593. {CustomCSS}</style></head><body>
  594.  
  595. <div id="fixerupper">
  596.  
  597. <div id="sidebar">
  598.  
  599. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  600.  
  601. <div class="credit">
  602. <a href="https://honorforged.tumblr.com">H</a>
  603. </div>
  604.  
  605. <div id="title"></div>
  606.  
  607. <div id="header">
  608. <center></center>
  609. </div>
  610.  
  611. <div id="description">
  612. <center><p><b>IND . PRI . & SEL . MULAN</b> from the Disney animated movies . <b>PORTRAYAL & HEADCANONS</b> are heavily based on a combination of the animated movies , and pieces of the live action movie . <b>MAIN VERSE</b> is set two [ 2 ] years after the events of the second movie . <b>PLEASE READ MY RULES BEFORE INTERACTING</b> .</p>
  613.  
  614. <p><b>PENNED BY :<b> Taea . </p>
  615.  
  616. <p><b>EST . : </b> July , 2025 .</b></p> </center>
  617. </div>
  618.  
  619. <div id="links">
  620. <center>
  621. <a title="home" href="/">01.</a><br>
  622. <a title="message" href="/ask">02.</a><br>
  623. <a title="about" href="/biography">03.</a><br>
  624. <a title="/tagged/headcanons" href="/headcanons">04.</a><br>
  625. <a title="about" href="/guidelines">05.</a><br>
  626. <a title="navigation" href="/navigation">06.</a>
  627. </center>
  628. </div>
  629.  
  630. <div id="scrollbar">{scrollbar}</div>
  631.  
  632.  
  633. <div id="pagination">
  634. <center> {block:Pagination}
  635. <div id="pagination">
  636. {block:PreviousPage}
  637. <a href="{PreviousPage}"><big>«</big></a>
  638. {/block:PreviousPage}
  639. {block:JumpPagination length="5"}
  640. {block:CurrentPage}
  641. <span class="current_page">{PageNumber}</span>
  642. {/block:CurrentPage}
  643. {block:JumpPage}
  644. <a class="jump_page" href="{URL}">{PageNumber}</a>
  645. {/block:JumpPage}
  646. {/block:JumpPagination}
  647. {block:NextPage}
  648. <a href="{NextPage}"><big>»</big></a>
  649. {/block:NextPage}
  650. </div>
  651. {/block:Pagination}</center>
  652. </div>
  653.  
  654. {block:HasPages}{block:Pages}
  655.  
  656. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  657.  
  658. </div></center>
  659.  
  660. </div>
  661.  
  662. <div id="svenhover">
  663. <div id="container">{block:Posts}<div id="post">
  664.  
  665. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  666. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  667.  
  668. {block:blockquote}{/block:blockquote}
  669.  
  670. {block:ContentSource}
  671. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  672. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  673. {/block:SourceLogo}
  674. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  675. {/block:ContentSource}
  676.  
  677. {block:Photo}
  678. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  679. {/block:Photo}
  680.  
  681. {block:Photoset}
  682. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  683. {/block:Photoset}
  684.  
  685. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  686.  
  687. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  688.  
  689. {block:Chat}
  690. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  691. <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>
  692. {/block:Chat}
  693.  
  694. {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}
  695. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  696.  
  697. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  698.  
  699. {block:Answer}
  700. <div class="askheader"><img src="" draggable="false"></div>
  701. <div class="ask"><div class="asker">{Asker}<font color="#eee"> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  702. {/block:Answer}
  703.  
  704.  
  705. {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>
  706.  
  707. <div id="tags">
  708. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  709.  
  710. </div>
  711. {block:PostNotes}{PostNotes}{/block:PostNotes}
  712. {/block:Posts}</div>
  713.  
  714. </body>
  715.  
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment