Advertisement
elsaofarendelle

bravebibliophile

May 28th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.14 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="http://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="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="http://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="http://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("http://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. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  111.  
  112.  
  113.  
  114.  
  115.  
  116. /* --- FONTS END --- */
  117.  
  118.  
  119. /* --- SCROLLBAR START ---*/
  120.  
  121. ::-webkit-scrollbar-thumb{
  122. background-color: #b79681;
  123. border: none;
  124. height:auto;
  125. }
  126.  
  127. ::-webkit-scrollbar {
  128. height:auto;
  129. width:5px;
  130. background-color: transparent;
  131. border:2px solid transparent;
  132. }
  133.  
  134. /* --- SCROLLBAR END --- */
  135.  
  136.  
  137. /* --- TOOLTIPS START --- */
  138.  
  139. #s-m-t-tooltip{
  140. max-width:300px;
  141. margin:15px;
  142. padding:2px 8px;
  143. background: #b79681;
  144. border: 1px dashed #111;
  145. color: #111;
  146. border-radius:0px;
  147. z-index:9999999999999;
  148. font-size:12px;
  149. font-family: 'Ice kingdom';
  150. font-weight:bold;
  151. text-transform:normal;
  152. box-shadow: 2px 2px 5px #000;
  153. -webkit-transition:all 0.7s;
  154. -moz-transition:all 0.7s;
  155. -ms-transition:all 0.7s;
  156. -o-transition:all 0.7s;
  157. transition:all 0.7s;
  158. }
  159.  
  160. /* --- TOOLTIPS END --- */
  161.  
  162.  
  163. /* --- BODY START ---*/
  164.  
  165. body {
  166. background:#111;
  167. background-image:url({image:background});
  168. background-attachment: fixed;
  169. background-repeat: no-repeat;
  170. background-position:0px 0px;
  171. margin:0px;
  172. color:#a4a4a4;
  173. font-family: 'Cormorant Garamond', serif;
  174. font-size:11px;
  175. line-height:120%;
  176. word-wrap: break-word;
  177. }
  178.  
  179. blockquote {
  180. padding-left:5px;
  181. border-left:2px solid;
  182. border-color: #b79681;
  183. }
  184.  
  185. a {
  186. color: #a4a4a4;
  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: "starfish";
  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: #b79681;
  207. }
  208.  
  209. h2 {
  210. color: #b79681;
  211. text-transform: none;
  212. letter-spacing:1px;
  213. font-family: "starfish";
  214. font-size:15px;
  215. line-height:100%;
  216. }
  217.  
  218. hr {
  219. border-color: #b79681;
  220. border-width: .5px;
  221. }
  222.  
  223. #fixerupper {
  224. width:500px;
  225. margin:0 auto -12px auto;
  226. }
  227.  
  228. #container {
  229. width:330px;
  230. height:383px;
  231. margin-left:227px;
  232. margin-top:205px;
  233. position:fixed;
  234. overflow-y:scroll;
  235. overflow-x:hidden;
  236. padding-left:0px;
  237. padding-right:18px;
  238. padding-top:17px;
  239. padding-bottom:10px;
  240. -webkit-mask-image: -webkit-gradient(
  241. linear, center 50%, center bottom,
  242. from(rgba(0,0,0,20)),
  243. to(rgba(20,0,0,0)));
  244. }
  245.  
  246. #post {
  247. background: none;
  248. width:300px;
  249. padding-bottom:30px;
  250. padding: 30px;
  251. text-align: justify;
  252. margin-top:0px;
  253. border: 3px none #f7f7f7;
  254. line-height: 100%;
  255. }
  256.  
  257.  
  258. #post img {
  259. padding: 0;
  260. max-width:100%;
  261. width: auto;
  262. height: auto;
  263. }
  264.  
  265. #post video {
  266. padding: 0;
  267. max-width:100%;
  268. width: auto;
  269. height: auto;
  270. }
  271.  
  272. pre {
  273. font-family: 'lumierlight';
  274. font-size:10px;
  275. color:#b79681;
  276. letter-spacing:1px;
  277. text-align:center;
  278. text-transform:uppercase;
  279. padding:6px;
  280. background:url('');
  281. background-repeat:repeat;;
  282. }
  283.  
  284.  
  285. b {
  286. text-transform: bold;
  287. color: #eee;
  288. text-shadow: 0px 0px 3px #fff;
  289. letter-spacing:1px;
  290. font-family: 'IM Fell French Canon SC', serif;
  291. font-size:17px;
  292. line-height:100%;
  293. }
  294.  
  295. i {
  296. text-transform: italic;
  297. color: #eee;
  298. text-shadow: 1px 1px 1px #fff;
  299. text-shadow: -1px -1px -1px #fff;
  300. letter-spacing:1px;
  301. font-family: 'Allura', cursive;
  302. font-size:20px;
  303. line-height:100%;
  304. }
  305.  
  306. sub, small, sup {
  307. font-size: 12px;
  308. }
  309.  
  310. /* --- BODY END --- */
  311.  
  312.  
  313. /* --- SIDEBAR START ---*/
  314.  
  315. #sidebar{
  316. position: fixed;
  317. top: 80px;
  318. width:200px;
  319. height:70px;
  320. left: 300px;
  321. padding:20px;
  322. }
  323.  
  324. #sidebarimage img{
  325. width: 260px;
  326. height:209px;
  327. padding:10px;
  328. border:2px none #634911;
  329. margin-top:70px;
  330. margin-left:43px;
  331. background:transparent;
  332. background-image:{image:sidebarimage};
  333. }
  334.  
  335. #nav {
  336. position:fixed;
  337. overflow:hidden;
  338. margin-top:150px;
  339. margin-left:315px;
  340. }
  341.  
  342. #link1 a , #link2 a, #link3 a
  343.  
  344. #title {
  345. font-family:times;
  346. text-align:center;
  347. width:300px;
  348. margin-top:5px;
  349. margin-left:200px;
  350. text-transform:uppercase;
  351. font-style:normal;
  352. font-size:20px;
  353. color:#fff;
  354. }
  355.  
  356. #description {
  357. background:none;
  358. width:300px;
  359. height:200px;
  360. overflow-y:scroll;
  361. overflow-x:hidden;
  362. margin-top:-350px;
  363. margin-left:-73px;
  364. padding: 12px;
  365. padding-right:10px;
  366. text-align:justify;
  367. font-style: none;
  368. font-family: 'Cormorant Garamond', serif;
  369. font-size:11px;
  370. color: #a4a4a4;
  371. text-shadow: none;
  372. letter-spacing:1px;
  373. line-height:155%;
  374. }
  375.  
  376. #pagination {
  377. font-family: 'Timmana', sans-serif;
  378. width:103px;
  379. font-size:40px;
  380. text-transform:uppercase;
  381. margin-top:40px;
  382. margin-left:500px;
  383. padding-top:25px;
  384. letter-spacing:1px;
  385. font-style:normal;
  386. text-align:center;
  387. position:fixed;
  388. transform: rotate(-10deg);
  389. }
  390.  
  391. #pagination a {
  392. color: #b79681;
  393. }
  394.  
  395. /* --- SIDEBAR END ---*/
  396.  
  397.  
  398. /* --- LINKS START --- */
  399.  
  400. #links {
  401. width:400px;
  402. position:fixed;
  403. margin-left:-115px;
  404. margin-top:330px;
  405. padding:8px;
  406. }
  407.  
  408. #links a{
  409. min-width:100px;
  410. background: #111;
  411. border: 1px dashed #b79681;
  412. color: #d0d0d0;
  413. display:inline-block;
  414. margin:4px;
  415. font-size:9px
  416. font-family: 'lumierlight';
  417. text-align:center;
  418. text-transform:uppercase;
  419. padding-top:2px;
  420. line-height:155%;
  421. }
  422.  
  423. /* --- LINKS END --- */
  424.  
  425.  
  426. /* --- CREDIT START --- */
  427.  
  428. .credit{
  429. position:fixed;
  430. font-size:20px;
  431. right:40px;
  432. bottom:20px;
  433. z-index:51;
  434. }
  435.  
  436. .credit a {
  437. font-family: "starfish";
  438. text-decoration:none;
  439. text-transform:uppercase;
  440. color: #b79681;
  441. text-shadow: -1px -1px -1px #eee;
  442. text-shadow: 1px 1px 1px #eee;
  443. -moz-transition-duration:.7s;
  444. -webkit-transition-duration:.7s;
  445. -o-transition-duration:.7s;
  446. }
  447.  
  448. /* --- CREDIT END --- */
  449.  
  450.  
  451. /* --- POST NOTES START --- */
  452.  
  453. .note {
  454. padding:0px 20px 0px 20px;
  455. background-color:transparent;
  456. text-transform:lowercase;
  457. letter-spacing:0px;
  458. font-size: 11px;
  459. font-style:normal;
  460. text-align:left;
  461. line-height:120%;
  462. }
  463.  
  464. .note li {
  465. list-style-type:none;
  466. padding:5px 25px 5px 25px;
  467. text-align:left;
  468. margin-right:30px;
  469. margin-top:-50px;
  470. }
  471.  
  472. #info {
  473. height:20px;
  474. text-align:center;
  475. margin-top:25px;
  476. padding-top:10px;
  477. padding:15px;
  478. padding-bottom:1px;
  479. text-transform:normal;
  480. font-style:none;
  481. font-size:12px;
  482. font-family:'Ice kingdom';
  483. color: #b79681;
  484. background-repeat:repeat;
  485. background-attachment:fixed;
  486. line-height:100%;
  487. background: #111;
  488. border: 1px dashed #b79681;
  489. }
  490.  
  491. #info a{
  492. color: #b79681;
  493. }
  494.  
  495. #tags {
  496. font-family: 'Cormorant Garamond', serif;
  497. text-align:center;
  498. margin-top:5px;
  499. padding-bottom:0px;
  500. text-transform:none;
  501. font-style:none;
  502. font-size:12px;
  503. }
  504.  
  505. #tags a {
  506. color: #a4a4a4;
  507. }
  508.  
  509. /* --- POST NOTES END --- */
  510.  
  511.  
  512. /* --- ASK & AUDIO START --- */
  513.  
  514. .ask {
  515. color: #eee;
  516. background: #b79681;
  517. border: 1px dashed #111;
  518. padding:15px;
  519. margin-bottom:15px;
  520. margin-top:10px;
  521. }
  522.  
  523. .askheader {
  524. }
  525.  
  526. .asker {
  527. color: #eee;
  528. text-shadow: -1px -1px -1px #eee;
  529. text-shadow: 1px 1px 1px #eee;
  530. font-family: 'Ice kingdom';
  531. font-size:22px;
  532. line-height:20px;
  533. text-align:center;
  534. padding-bottom:5px;
  535. }
  536.  
  537. .answer {
  538. color: #b79681;
  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: none;
  562. padding:3px 8px 3px 8px;
  563. color: #b79681;
  564. border-bottom: none
  565. }
  566.  
  567. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  568. background-color: none;
  569. padding:3px 8px 3px 8px;
  570. color: #b79681;
  571. border-bottom: none;
  572. }
  573.  
  574. .audio{
  575. color: #a4a4a4;
  576. background:#000;
  577. padding:15px;
  578. border: 8px solid #1c0907;
  579. height:70px;
  580. font-size:8px;
  581. overflow:hidden;
  582. }
  583.  
  584. .video {
  585. width:300px!important;
  586. }
  587.  
  588. .video iframe {
  589. width:300px!important;
  590. }
  591.  
  592. /* --- ASK & AUDIO END --- */
  593.  
  594. {CustomCSS}</style></head><body>
  595.  
  596. <div id="fixerupper">
  597.  
  598. <div id="sidebar">
  599.  
  600. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  601.  
  602. <div class="credit">
  603. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  604. </div>
  605.  
  606. <div id="title"></div>
  607.  
  608. <div id="description">
  609. <center><p><b>Queen Elsa</b> of Disney's <i>Frozen</i> with influences from <small><em>A Frozen Heart</em></small> and the <small><em>Broadway Musical</em></small>. As told by Jess.</p>
  610. </center>
  611. </div>
  612.  
  613. <div id="links">
  614. <center>
  615. <a href="/">refresh</a>
  616. <a href="/ask">messages</a>
  617. <a href="/rules">rules</a>
  618. <a href="/about">about</a>
  619. <a href="/">verses</a>
  620. <a href="tumblr.com/dashboard">dashboard</a>
  621. </center>
  622. </div>
  623.  
  624. <div id="scrollbar">{scrollbar}</div>
  625.  
  626.  
  627. <div id="pagination">
  628. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ยซ </a>{/block:PreviousPage}{/block:Pagination}
  629. {block:Pagination}{block:NextPage}<a href="{NextPage}"> ยป </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  630.  
  631. {block:HasPages}{block:Pages}
  632.  
  633. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  634.  
  635. </div></center>
  636.  
  637.  
  638. </div>
  639.  
  640. <div id="container">{block:Posts}<div id="post">
  641.  
  642. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  643. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  644.  
  645. {block:blockquote}{/block:blockquote}
  646.  
  647. {block:ContentSource}
  648. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  649. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  650. {/block:SourceLogo}
  651. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  652. {/block:ContentSource}
  653.  
  654. {block:Photo}
  655. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  660. {/block:Photoset}
  661.  
  662. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  663.  
  664. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  665.  
  666. {block:Chat}
  667. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  668. <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>
  669. {/block:Chat}
  670.  
  671. {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}
  672. {block:Artist} &nbsp;โ€”&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  673.  
  674. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  675.  
  676. {block:Answer}
  677. <div class="askheader"><img src="" draggable="false"></div>
  678. <div class="ask"><div class="asker">{Asker}<font color=#eee> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  679. {/block:Answer}
  680.  
  681.  
  682. {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>
  683.  
  684. <div id="tags">
  685. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  686.  
  687. </div>
  688. {block:PostNotes}{PostNotes}{/block:PostNotes}
  689. {/block:Posts}</div>
  690.  
  691. </body>
  692.  
  693. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement