elsaofarendelle

spookyowlman

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