elsaofarendelle

spidey

Dec 15th, 2018 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.20 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=Bangers|Yanone+Kaffeesatz" rel="stylesheet">
  9.  
  10. <!--- tooltips --->
  11.  
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("[title]").style_my_tooltips();
  18. });
  19. })(jQuery);
  20. </script>
  21.  
  22.  
  23. </style>
  24.  
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31.  
  32. <!-------------------------------------------
  33. Code by elsaofarendelle.
  34. Don't copy or distribute.
  35. Don't claim as your own.
  36. -------------------------------------------->
  37.  
  38. <meta name="image:background" content=""/>
  39. <meta name="image:sidebar" content=""/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. iframe#tumblr_controls {
  45. white-space:nowrap;
  46. -webkit-filter: invert(100%);
  47. -moz-filter: invert(100%);
  48. -o-filter: invert(100%);
  49. -ms-filter: invert(100%);
  50. filter: invert(100%);
  51. opacity:.2;transition: .8s ease-in-out;
  52. -webkit-transition: .8s ease-in-out;
  53. -moz-transition: .8s ease-in-out;
  54. -o-transition: .8s ease-in-out;
  55. }
  56.  
  57. /* --- CURSOR START --- */
  58.  
  59. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  60.  
  61. /* --- CURSOR END --- */
  62.  
  63. /* --- FONTS START --- */
  64.  
  65. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  66.  
  67. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  68.  
  69. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  70.  
  71.  
  72.  
  73.  
  74.  
  75. /* --- FONTS END --- */
  76.  
  77.  
  78. /* --- SCROLLBAR START ---*/
  79.  
  80. ::-webkit-scrollbar-thumb{
  81. background-color: #000;
  82. border: none;
  83. height:auto;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:auto;
  88. width:5px;
  89. background-color: transparent;
  90. border:2px solid transparent;
  91. }
  92.  
  93. /* --- SCROLLBAR END --- */
  94.  
  95.  
  96. /* --- TOOLTIPS START --- */
  97.  
  98. #s-m-t-tooltip{
  99. max-width:300px;
  100. margin:15px;
  101. padding:2px 8px;
  102. color: #eee;
  103. background: #000;
  104. border: 3px none #fff;
  105. border-radius:0px;
  106. z-index:9999999999999;
  107. font-size:12px;
  108. font-family: 'Bangers', cursive;
  109. font-weight:bold;
  110. text-transform:normal;
  111. box-shadow: 2px 2px 5px #000;
  112. -webkit-transition:all 0.7s;
  113. -moz-transition:all 0.7s;
  114. -ms-transition:all 0.7s;
  115. -o-transition:all 0.7s;
  116. transition:all 0.7s;
  117. }
  118.  
  119. /* --- TOOLTIPS END --- */
  120.  
  121.  
  122. /* --- BODY START ---*/
  123.  
  124. body {
  125. background:#eee;
  126. background-image:url({image:background});
  127. background-attachment: fixed;
  128. background-repeat: no-repeat;
  129. background-position:0px 0px;
  130. margin:0px;
  131. color:#000;
  132. font-family: 'Cormorant Garamond', serif;
  133. font-size:12px;
  134. line-height:120%;
  135. word-wrap: break-word;
  136. }
  137.  
  138. blockquote {
  139. padding-left:5px;
  140. border-left:2px solid;
  141. border-color: #000;
  142. border-radius:6px;
  143. }
  144.  
  145. a {
  146. color: #000;
  147. text-decoration:none;
  148. -webkit-transition:all 0.5s ease-in-out;
  149. -moz-transition:all 0.5s ease-in-out;
  150. -o-transition:all 0.5s ease-in-out;
  151. -ms-transition:all 0.5s ease-in-out;
  152. transition:all 0.5s ease-in-out;
  153. }
  154.  
  155.  
  156. img {none;}
  157.  
  158. h1 {
  159. font-family: 'Yanone Kaffeesatz', sans-serif;
  160. text-transform:none;
  161. font-size:25px;
  162. line-height:30px;
  163. letter-spacing:0px;
  164. text-align:center;
  165. font-style:normal;
  166. color: #000;
  167. }
  168.  
  169. h2 {
  170. color: #000;
  171. text-transform: none;
  172. letter-spacing:1px;
  173. font-family: 'Bangers', cursive;
  174. font-size:17px;
  175. line-height:30px;
  176. }
  177.  
  178. hr {
  179. border-color: #000;
  180. border-width: .5px;
  181. }
  182.  
  183. #fixerupper {
  184. width:500px;
  185. margin:0 auto -12px auto;
  186. }
  187.  
  188. #container {
  189. width:370px;
  190. height:580px;
  191. margin-left:823px;
  192. margin-top:45px;
  193. position:fixed;
  194. overflow-y:scroll;
  195. overflow-x:hidden;
  196. padding-left:50px;
  197. padding-right:15px;
  198. padding-top:17px;
  199. padding-bottom:10px;
  200. z-index:50
  201. }
  202.  
  203. #post {
  204. background: none;
  205. width:330px;
  206. padding-bottom:30px;
  207. padding: 30px;
  208. text-align: justify;
  209. margin-top:0px;
  210. border: 3px none #f7f7f7;
  211. line-height: 100%;
  212. }
  213.  
  214.  
  215. #post img {
  216. padding: 0;
  217. max-width:100%;
  218. width: auto;
  219. height: auto;
  220. }
  221.  
  222. #post video {
  223. padding: 0;
  224. max-width:100%;
  225. width: auto;
  226. height: auto;
  227. }
  228.  
  229. pre {
  230. font-family: 'Yanone Kaffeesatz', sans-serif;
  231. font-size:10px;
  232. color:#000;
  233. letter-spacing:1px;
  234. text-align:center;
  235. text-transform:uppercase;
  236. padding:6px;
  237. background:url('');
  238. background-repeat:repeat;;
  239. }
  240.  
  241.  
  242. b {
  243. text-transform: bold;
  244. color: #000;
  245. text-shadow: 0px 0px 3px #eee;
  246. letter-spacing:1px;
  247. font-family: 'Bangers', cursive;
  248. font-size:17px;
  249. line-height:100%;
  250. }
  251.  
  252. i {
  253. text-transform: italic;
  254. color: #000;
  255. text-shadow: 1px 1px 1px #000;
  256. text-shadow: -1px -1px -1px #000;
  257. letter-spacing:1px;
  258. font-family: 'Yanone Kaffeesatz', sans-serif;
  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: 250px;
  275. width:200px;
  276. height:70px;
  277. left: 38px;
  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: #fff;
  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:76px;
  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: #000;
  343. text-shadow: none;
  344. letter-spacing:1px;
  345. line-height:155%;
  346. }
  347.  
  348. #pagination {
  349. font-family: 'Yanone Kaffeesatz', sans-serif;
  350. width:500px;
  351. font-size:15px;
  352. margin-top:70px;
  353. margin-left:-46px;
  354. padding-left:5px;
  355. letter-spacing:3px;
  356. text-align:center;
  357. text-transform:uppercase;
  358. }
  359.  
  360. #pagination a {
  361. color:#000;
  362. }
  363.  
  364. /* --- SIDEBAR END ---*/
  365.  
  366.  
  367. /* --- LINKS START --- */
  368.  
  369. #links {
  370. width:250px;
  371. position:fixed;
  372. margin-left:53px;
  373. margin-top:-100px;
  374. padding:8px;
  375. }
  376.  
  377. #links a{
  378. min-width:100px;
  379. color: #eee;
  380. background: #000;
  381. display:inline-block;
  382. margin:4px;
  383. font-size:9px
  384. font-family: 'Yanone Kaffeesatz', sans-serif;
  385. text-align:center;
  386. text-transform:uppercase;
  387. padding-top:2px;
  388. line-height:155%;
  389. }
  390.  
  391. /* --- LINKS END --- */
  392.  
  393.  
  394. /* --- CREDIT START --- */
  395.  
  396. .credit{
  397. position:fixed;
  398. font-size:20px;
  399. right:40px;
  400. bottom:20px;
  401. z-index:51;
  402. }
  403.  
  404. .credit a {
  405. font-family: "starfish";
  406. text-decoration:none;
  407. text-transform:uppercase;
  408. color: #000;
  409. text-shadow: -1px -1px -1px #fff;
  410. text-shadow: 1px 1px 1px #fff;
  411. -moz-transition-duration:.7s;
  412. -webkit-transition-duration:.7s;
  413. -o-transition-duration:.7s;
  414. }
  415.  
  416. /* --- CREDIT END --- */
  417.  
  418.  
  419. /* --- POST NOTES START --- */
  420.  
  421. .note {
  422. padding:0px 20px 0px 20px;
  423. background-color:transparent;
  424. text-transform:lowercase;
  425. letter-spacing:0px;
  426. font-size: 11px;
  427. font-style:normal;
  428. text-align:left;
  429. line-height:120%;
  430. }
  431.  
  432. .note li {
  433. list-style-type:none;
  434. padding:5px 25px 5px 25px;
  435. text-align:left;
  436. margin-right:30px;
  437. margin-top:-50px;
  438. }
  439.  
  440. #info {
  441. height:20px;
  442. text-align:center;
  443. margin-top:25px;
  444. padding-top:10px;
  445. padding:15px;
  446. padding-bottom:1px;
  447. text-transform:normal;
  448. font-style:none;
  449. font-size:12px;
  450. font-family: 'Bangers', cursive;
  451. line-height:60%;
  452. background: #000;
  453. background-image: url('');
  454. background-repeat:repeat;
  455. background-attachment:fixed;
  456. }
  457.  
  458. #info a{
  459. color: #eee;
  460. }
  461.  
  462. #tags {
  463. font-family: 'Cormorant Garamond', serif;
  464. text-align:center;
  465. margin-top:5px;
  466. padding-bottom:0px;
  467. text-transform:none;
  468. font-style:none;
  469. font-size:12px;
  470. }
  471.  
  472. #tags a {
  473. color: #000;
  474. }
  475.  
  476. /* --- POST NOTES END --- */
  477.  
  478.  
  479. /* --- ASK & AUDIO START --- */
  480.  
  481. .ask {
  482. color: #eee;
  483. background: #000;
  484. padding:15px;
  485. margin-bottom:15px;
  486. margin-top:10px;
  487. }
  488.  
  489. .askheader {
  490. }
  491.  
  492. .asker {
  493. color: #eee;
  494. text-shadow: -1px -1px -1px #eee;
  495. text-shadow: 1px 1px 1px #eee;
  496. font-family: 'Bangers', cursive;
  497. font-size:22px;
  498. line-height:20px;
  499. text-align:center;
  500. padding-bottom:5px;
  501. }
  502.  
  503. .answer {
  504. color: #000;
  505. }
  506.  
  507. .chat {
  508. list-style:none;
  509. margin-top:15px;
  510. margin-bottom:0px;
  511. font-size:10px;
  512. margin-left:0px;
  513. }
  514.  
  515. .chat ul {
  516. line-height:18px;
  517. margin-top:0px;
  518. list-style:none;
  519. padding:0px;
  520. letter-spacing:2px;
  521. font-size:10px;
  522. margin-bottom:0px;
  523. text-transform:normal;
  524. }
  525.  
  526. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  527. background-color: none;
  528. padding:3px 8px 3px 8px;
  529. color: #000;
  530. border-bottom: none
  531. }
  532.  
  533. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  534. background-color: none;
  535. padding:3px 8px 3px 8px;
  536. color: #000;
  537. border-bottom: none;
  538. }
  539.  
  540. .audio{
  541. color: #eee;
  542. background:#000;
  543. padding:15px;
  544. border: 8px solid #1c0907;
  545. height:70px;
  546. font-size:8px;
  547. overflow:hidden;
  548. }
  549.  
  550. .video {
  551. width:330px!important;
  552. }
  553.  
  554. .video iframe {
  555. width:330px!important;
  556. }
  557.  
  558. /* --- ASK & AUDIO END --- */
  559.  
  560. {CustomCSS}</style></head><body>
  561.  
  562. <div id="fixerupper">
  563.  
  564. <div id="sidebar">
  565.  
  566. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  567.  
  568. <div class="credit">
  569. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  570. </div>
  571.  
  572. <div id="title"></div>
  573.  
  574. <div id="header">
  575. <center><p></p></center>
  576. </div>
  577.  
  578. <div id="description">
  579. <center><p><b>Peter Parker</b> of the <i>Marvel Cinematic Universe</i>. <u>NOT SPOILER FREE</u>. Independent, Selective, Mutuals Only.</p>
  580.  
  581. <center><p>When you can do the things that I can, but you don't, and then the bad things happen, they happen because of you.</p></center>
  582. </center>
  583. </div>
  584.  
  585. <div id="links">
  586. <center>
  587. <a href="/">refresh</a>
  588. <a href="/ask">messages</a>
  589. <a href="/rules">rules</a>
  590. <a href="/about">about</a>
  591. <a href="/">link</a>
  592. <a href="/">link</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="330px" 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=#eee> 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>
Add Comment
Please, Sign In to add comment