elsaofarendelle

metonceuponadream

May 6th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.85 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=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=Allura" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC" 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. <!--- pop script --->
  29.  
  30. <script type="text/javascript"
  31. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(document).ready(function() {
  34. //
  35. $('a.poplight[href^=#]').click(function() {
  36. var popID = $(this).attr('rel'); //Get Popup Name
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38. var query= popURL.split('?');
  39. var dim= query[1].split('&');
  40. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  41. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  42. var popMargTop = ($('#' + popID).height() + 80) / 2;
  43. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  44. //Apply Margin to Popup
  45. $('#' + popID).css({
  46. 'margin-top' : -popMargTop,
  47. 'margin-left' : -popMargLeft
  48. });
  49. $('body').append('<div id="fade"></div>');
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  51. return false;
  52. });
  53. $('a.close, #fade').live('click', function() {
  54. $('#fade, .popup_block').fadeOut(function() {
  55. $('#fade, a.close').remove(); //fade them both out
  56. });
  57. return false;
  58. });
  59. });
  60. </script>
  61.  
  62.  
  63.  
  64. </style>
  65.  
  66.  
  67. <title>{Title}</title>
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71.  
  72.  
  73. <!-------------------------------------------
  74. Code by elsaofarendelle.
  75. Don't copy or distribute.
  76. Don't claim as your own.
  77. -------------------------------------------->
  78.  
  79. <meta name="image:background" content=""/>
  80. <meta name="image:sidebar" content=""/>
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. iframe#tumblr_controls {
  86. white-space:nowrap;
  87. -webkit-filter: invert(100%);
  88. -moz-filter: invert(100%);
  89. -o-filter: invert(100%);
  90. -ms-filter: invert(100%);
  91. filter: invert(100%);
  92. opacity:.2;transition: .8s ease-in-out;
  93. -webkit-transition: .8s ease-in-out;
  94. -moz-transition: .8s ease-in-out;
  95. -o-transition: .8s ease-in-out;
  96. }
  97.  
  98. /* --- CURSOR START --- */
  99.  
  100. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  101.  
  102. /* --- CURSOR END --- */
  103.  
  104. /* --- FONTS START --- */
  105.  
  106. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  107.  
  108. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. /* --- FONTS END --- */
  116.  
  117.  
  118. /* --- SCROLLBAR START ---*/
  119.  
  120. ::-webkit-scrollbar-thumb{
  121. background-color: #9d2207;
  122. border: none;
  123. height:auto;
  124. }
  125.  
  126. ::-webkit-scrollbar {
  127. height:auto;
  128. width:5px;
  129. background-color: transparent;
  130. border:2px solid transparent;
  131. }
  132.  
  133. /* --- SCROLLBAR END --- */
  134.  
  135.  
  136. /* --- TOOLTIPS START --- */
  137.  
  138. #s-m-t-tooltip{
  139. max-width:300px;
  140. margin:15px;
  141. padding:2px 8px;
  142. background: #9d2207;
  143. border:3px double #7b7874;
  144. color: #eee;
  145. border-radius:0px;
  146. z-index:9999999999999;
  147. font-size:12px;
  148. font-family: 'IM Fell French Canon SC', serif;
  149. font-weight:bold;
  150. text-transform:normal;
  151. box-shadow: 2px 2px 5px #000;
  152. -webkit-transition:all 0.7s;
  153. -moz-transition:all 0.7s;
  154. -ms-transition:all 0.7s;
  155. -o-transition:all 0.7s;
  156. transition:all 0.7s;
  157. }
  158.  
  159. /* --- TOOLTIPS END --- */
  160.  
  161.  
  162. /* --- BODY START ---*/
  163.  
  164. body {
  165. background:#25211c;
  166. background-image:url({image:background});
  167. background-attachment: fixed;
  168. background-repeat: no-repeat;
  169. background-position:0px 0px;
  170. margin:0px;
  171. color:#eee;
  172. font-family: 'Cormorant Garamond', serif;
  173. font-size:11px;
  174. line-height:120%;
  175. word-wrap: break-word;
  176. }
  177.  
  178. blockquote {
  179. padding-left:5px;
  180. border-left:2px solid;
  181. border-color: #9d2207;
  182. border-radius:6px;
  183. }
  184.  
  185. a {
  186. color: #eee;
  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: 'IM Fell French Canon SC', 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: #9d2207;
  207. }
  208.  
  209. h2 {
  210. color: #9d2207;
  211. text-transform: none;
  212. letter-spacing:1px;
  213. font-family: 'IM Fell French Canon SC', serif;
  214. font-size:17px;
  215. }
  216.  
  217. hr {
  218. border-color: #9d2207;
  219. border-width: .5px;
  220. }
  221.  
  222. #fixerupper {
  223. width:500px;
  224. margin:0 auto -12px auto;
  225. }
  226.  
  227. #container {
  228. width:400px;
  229. height:582px;
  230. margin-left:295px;
  231. margin-top:60px;
  232. position:fixed;
  233. overflow-y:scroll;
  234. overflow-x:hidden;
  235. padding-left:60px;
  236. padding-right:40px;
  237. padding-top:17px;
  238. padding-bottom:10px;
  239. z-index:50
  240. }
  241.  
  242. #post {
  243. background: none;
  244. width:400px;
  245. padding-bottom:30px;
  246. padding: 30px;
  247. text-align: justify;
  248. margin-top:0px;
  249. border: 3px none #f7f7f7;
  250. line-height: 100%;
  251. }
  252.  
  253.  
  254. #post img {
  255. padding: 0;
  256. max-width:100%;
  257. width: auto;
  258. height: auto;
  259. }
  260.  
  261. #post video {
  262. padding: 0;
  263. max-width:100%;
  264. width: auto;
  265. height: auto;
  266. }
  267.  
  268. pre {
  269. font-family: 'lumierlight';
  270. font-size:10px;
  271. color:#9d2207;
  272. letter-spacing:1px;
  273. text-align:center;
  274. text-transform:uppercase;
  275. padding:6px;
  276. background:url('');
  277. background-repeat:repeat;;
  278. }
  279.  
  280.  
  281. b {
  282. text-transform: bold;
  283. color: #eee;
  284. text-shadow: 0px 0px 3px #fff;
  285. letter-spacing:1px;
  286. font-family: 'IM Fell French Canon SC', serif;
  287. font-size:17px;
  288. line-height:100%;
  289. }
  290.  
  291. i {
  292. text-transform: italic;
  293. color: #eee;
  294. text-shadow: 1px 1px 1px #fff;
  295. text-shadow: -1px -1px -1px #fff;
  296. letter-spacing:1px;
  297. font-family: 'Allura', cursive;
  298. font-size:20px;
  299. line-height:100%;
  300. }
  301.  
  302. sub, small, sup {
  303. font-size: 12px;
  304. }
  305.  
  306. /* --- BODY END --- */
  307.  
  308.  
  309. /* --- SIDEBAR START ---*/
  310.  
  311. #sidebar{
  312. position: fixed;
  313. top: 95px;
  314. width:150px;
  315. height:70px;
  316. left: 5px;
  317. padding:20px;
  318. }
  319.  
  320. #sidebarimage img{
  321. width: 260px;
  322. height:209px;
  323. padding:10px;
  324. border:2px none #634911;
  325. margin-top:70px;
  326. margin-left:43px;
  327. background:transparent;
  328. background-image:{image:sidebarimage};
  329. }
  330.  
  331. #nav {
  332. position:fixed;
  333. overflow:hidden;
  334. margin-top:150px;
  335. margin-left:315px;
  336. }
  337.  
  338. #link1 a , #link2 a, #link3 a
  339.  
  340. #title {
  341. font-family:times;
  342. text-align:center;
  343. width:300px;
  344. margin-top:5px;
  345. margin-left:200px;
  346. text-transform:uppercase;
  347. font-style:normal;
  348. font-size:20px;
  349. color:#fff;
  350. }
  351.  
  352. #header{
  353. width:200px;
  354. margin-left:90px;
  355. margin-top:-180px;
  356. font-style: none;
  357. font-family: 'Cormorant Garamond', serif;
  358. font-size:11px;
  359. text-transform:normal;
  360. color: #eee;
  361. letter-spacing:1px;
  362. line-height:200%;
  363. position:fixed;
  364.  
  365. }
  366.  
  367. #description {
  368. background:none;
  369. width:200px;
  370. height:300px;
  371. overflow-y:scroll;
  372. overflow-x:hidden;
  373. margin-top:-350px;
  374. margin-left:80px;
  375. padding: 12px;
  376. padding-right:10px;
  377. text-align:justify;
  378. font-style: none;
  379. font-family: 'Cormorant Garamond', serif;
  380. font-size:11px;
  381. color: #eee;
  382. text-shadow: none;
  383. letter-spacing:1px;
  384. line-height:155%;
  385. }
  386.  
  387. #pagination {
  388. font-family: 'Timmana', sans-serif;
  389. width:103px;
  390. font-size:60px;
  391. text-transform:uppercase;
  392. margin-top:120px;
  393. margin-left:800px;
  394. padding-top:25px;
  395. letter-spacing:1px;
  396. font-style:normal;
  397. text-align:center;
  398. position:fixed;
  399. }
  400.  
  401. #pagination a {
  402. color: #9d2207;
  403. text-shadow: -1px -1px -1px #000;
  404. }
  405.  
  406. /* --- SIDEBAR END ---*/
  407.  
  408.  
  409. /* --- LINKS START --- */
  410.  
  411. #links1 {
  412. width:230px;
  413. position:fixed;
  414. margin-left:73px;
  415. margin-top:-360px;
  416. padding:8px;
  417. }
  418.  
  419. #links1 a{
  420. min-width:50px;
  421. background: #9d2207;
  422. border:3px double #7b7874;
  423. color: #eee;
  424. display:inline-block;
  425. margin:4px;
  426. font-size:9px
  427. font-family: 'lumierlight';
  428. text-align:center;
  429. text-transform:uppercase;
  430. padding-top:2px;
  431. line-height:155%;
  432. }
  433.  
  434. #links2 {
  435. width:230px;
  436. position:fixed;
  437. margin-left:73px;
  438. margin-top:150px;
  439. padding:8px;
  440. }
  441.  
  442. #links2 a{
  443. min-width:50px;
  444. background: #9d2207;
  445. border: 3px double #7b7874;
  446. color: #eee;
  447. display:inline-block;
  448. margin:4px;
  449. font-size:9px
  450. font-family: 'lumierlight';
  451. text-align:center;
  452. text-transform:uppercase;
  453. padding-top:2px;
  454. line-height:155%;
  455. }
  456.  
  457. /* --- LINKS END --- */
  458.  
  459.  
  460. /* --- CREDIT START --- */
  461.  
  462. .credit{
  463. position:fixed;
  464. font-size:20px;
  465. right:20px;
  466. bottom:10px;
  467. z-index:51;
  468. }
  469.  
  470. .credit a {
  471. font-family: 'IM Fell French Canon SC', serif;
  472. text-decoration:none;
  473. text-transform:uppercase;
  474. color: #012735;
  475. text-shadow: -1px -1px -1px #7b7874;
  476. text-shadow: 1px 1px 1px #7b7874;
  477. -moz-transition-duration:.7s;
  478. -webkit-transition-duration:.7s;
  479. -o-transition-duration:.7s;
  480. }
  481.  
  482.  
  483. .credit a:hover {
  484. text-decoration:none;
  485. text-transform:uppercase;
  486. color: #012735;
  487. text-shadow: -1px -1px -1px #013b31;
  488. text-shadow: 1px 1px 1px #013b31;
  489. }
  490.  
  491. .popup_block{
  492. display:none;
  493. background:#9d2207;
  494. background-image:url("");
  495. background-repeat:no-repeat;
  496. padding:20px;
  497. border:10px solid #7b7874;
  498. width: 200px;
  499. height:200px;
  500. float:left;
  501. overflow-y:scroll;
  502. overflow-x:hidden;
  503. position:fixed;
  504. top:450px;left:1000px;
  505. z-index: 99999;
  506. -webkit-box-shadow: none;
  507. -moz-box-shadow: none;
  508. box-shadow: none;
  509. }
  510.  
  511. *html #fade {position: absolute;}
  512. *html .popup_block {position: absolute;}
  513. #fade {
  514. display:none;
  515. position:fixed;
  516. left:0px;
  517. top:0px;
  518. width:100%;
  519. height:100%;
  520. z-index:9999;
  521. background:none;
  522. opacity:0.5;
  523. }
  524.  
  525.  
  526. /* --- CREDIT END --- */
  527.  
  528.  
  529. /* --- POST NOTES START --- */
  530.  
  531. .note {
  532. padding:0px 20px 0px 20px;
  533. background-color:transparent;
  534. text-transform:lowercase;
  535. letter-spacing:0px;
  536. font-size: 11px;
  537. font-style:normal;
  538. text-align:left;
  539. line-height:120%;
  540. }
  541.  
  542. .note li {
  543. list-style-type:none;
  544. padding:5px 25px 5px 25px;
  545. text-align:left;
  546. margin-right:30px;
  547. margin-top:-50px;
  548. }
  549.  
  550. #info {
  551. height:20px;
  552. text-align:center;
  553. margin-top:25px;
  554. padding-top:10px;
  555. padding:15px;
  556. padding-bottom:1px;
  557. text-transform:normal;
  558. font-style:none;
  559. font-size:12px;
  560. font-family: 'IM Fell French Canon SC', serif;
  561. background: #9d2207;
  562. color: #012735;
  563. background-repeat:repeat;
  564. background-attachment:fixed;
  565. line-height:130%;
  566. border: 3px double #7b7874;
  567. }
  568.  
  569. #info a{
  570. color: #eee;
  571. }
  572.  
  573. #tags {
  574. font-family: 'Cormorant Garamond', serif;
  575. text-align:center;
  576. margin-top:5px;
  577. padding-bottom:0px;
  578. text-transform:none;
  579. font-style:none;
  580. font-size:12px;
  581. }
  582.  
  583. #tags a {
  584. color: #eee;
  585. }
  586.  
  587. /* --- POST NOTES END --- */
  588.  
  589.  
  590. /* --- ASK & AUDIO START --- */
  591.  
  592. .ask {
  593. background: #9d2207;
  594. color: #eee;
  595. border: 3px double #7b7874;
  596. padding:15px;
  597. margin-bottom:15px;
  598. margin-top:10px;
  599. }
  600.  
  601. .askheader {
  602. }
  603.  
  604. .asker {
  605. color: #eee;
  606. text-shadow: -1px -1px -1px #003a4f;
  607. text-shadow: 1px 1px 1px #003a4f;
  608. font-family: 'IM Fell French Canon SC', serif;
  609. font-size:22px;
  610. line-height:20px;
  611. text-align:center;
  612. padding-bottom:5px;
  613. }
  614.  
  615. .answer {
  616. color: #eee;
  617. }
  618.  
  619. .chat {
  620. list-style:none;
  621. margin-top:15px;
  622. margin-bottom:0px;
  623. font-size:10px;
  624. margin-left:0px;
  625. }
  626.  
  627. .chat ul {
  628. line-height:18px;
  629. margin-top:0px;
  630. list-style:none;
  631. padding:0px;
  632. letter-spacing:2px;
  633. font-size:10px;
  634. margin-bottom:0px;
  635. text-transform:normal;
  636. }
  637.  
  638. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  639. background-color: #9d2207;
  640. padding:3px 8px 3px 8px;
  641. color: #eee;
  642. border-bottom: none
  643. }
  644.  
  645. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  646. background-color: none;
  647. padding:3px 8px 3px 8px;
  648. color: #eee;
  649. border-bottom: none;
  650. }
  651.  
  652. .audio{
  653. color: #eee;
  654. background:#9d2207;
  655. padding:15px;
  656. border: 8px solid #1c0907;
  657. height:70px;
  658. font-size:8px;
  659. overflow:hidden;
  660. }
  661.  
  662. /* --- ASK & AUDIO END --- */
  663.  
  664. {CustomCSS}</style></head><body>
  665.  
  666. <div id="fixerupper">
  667.  
  668. <div id="sidebar">
  669.  
  670. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  671.  
  672. <div class="credit">
  673. <a href="#?w=200" rel="box" class="poplight"><img src="https://i.imgur.com/a5lVqX6.png"></a>
  674. </div>
  675.  
  676. <div id="title"></div>
  677.  
  678. <div id="header">
  679. <center>
  680. </center>
  681. </div>
  682.  
  683. <div id="description">
  684. <center>Independent highly selective roleplay blog for <b>Prince Philip</b> from 1959's <i>Sleeping Beauty</i>. Written by Jo.</center>
  685. </div>
  686.  
  687.  
  688. <div id="links1">
  689. <center>
  690. <a href="/">home</a>
  691. <a href="/ask">messages</a>
  692. <a href="https://www.tumblr.com/bornofthedawn">aurora</a>
  693. </center>
  694. </div>
  695.  
  696. <div id="links2">
  697. <center>
  698. <a href="/rules">rules</a>
  699. <a href="/about">about</a>
  700. <a href="/verses">verses</a>
  701. <a href="/">link</a>
  702. <a href="/">link</a>
  703. <a href="/">link</a>
  704. </center>
  705. </div>
  706.  
  707. <div id="scrollbar">{scrollbar}</div>
  708.  
  709.  
  710. <div id="pagination">
  711. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  712. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  713.  
  714. {block:HasPages}{block:Pages}
  715.  
  716. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  717.  
  718. </div></center>
  719.  
  720.  
  721. </div>
  722.  
  723. <div id="container">{block:Posts}<div id="post">
  724.  
  725. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  726. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  727.  
  728. {block:blockquote}{/block:blockquote}
  729.  
  730. {block:ContentSource}
  731. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  732. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  733. {/block:SourceLogo}
  734. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  735. {/block:ContentSource}
  736.  
  737. {block:Photo}
  738. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  739. {/block:Photo}
  740.  
  741. {block:Photoset}
  742. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  743. {/block:Photoset}
  744.  
  745. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  746.  
  747. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  748.  
  749. {block:Chat}
  750. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  751. <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>
  752. {/block:Chat}
  753.  
  754. {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}
  755. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  756.  
  757. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  758.  
  759. {block:Answer}
  760. <div class="askheader"><img src="" draggable="false"></div>
  761. <div class="ask"><div class="asker">{Asker}<font color=#eee> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  762. {/block:Answer}
  763.  
  764.  
  765. {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>
  766.  
  767. <div id="tags">
  768. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  769.  
  770. </div>
  771. {block:PostNotes}{PostNotes}{/block:PostNotes}
  772. {/block:Posts}</div>
  773.  
  774. </body>
  775.  
  776. <div id="box" class="popup_block">
  777. <center><h1>Theme Information</h1></center>
  778. <center><p>Theme coded by wintersovereign, <b>Do not copy, distribute, or claim as your own</b>. I do take commissions. If you're interested you can find more information on my <a href="https://wintersovereign.tumblr.com/commission info/">commission info page</a>.</p></center>
  779. </div>
  780.  
  781.  
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment