Advertisement
elsaofarendelle

drfxster

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