Advertisement
elsaofarendelle

phoenix

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