Advertisement
elsaofarendelle

compendiumofconstellations

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