elsaofarendelle

honorforged

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