Advertisement
elsaofarendelle

fxrykiller

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