Advertisement
elsaofarendelle

klyntarvenom

Jun 1st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 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=Anton" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">
  13.  
  14. <!--- tooltips --->
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  27. <script type="text/javascript">
  28. $(function(){
  29. var stickyRibbonTop = $('#toplinks').offset().top;
  30. $(window).scroll(function(){
  31. if( $(window).scrollTop() > stickyRibbonTop ) {
  32. $('#toplinks').css({position: 'fixed', top: '0px'});
  33. } else {
  34. $('#toplinks').css({position: 'static', top: '0px'});
  35. }
  36. });
  37. });
  38. </script>
  39.  
  40. </style>
  41.  
  42.  
  43. <title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48.  
  49. <!-------------------------------------------
  50. Code by elsaofarendelle.
  51. Don't copy or distribute.
  52. Don't claim as your own.
  53. -------------------------------------------->
  54.  
  55. <meta name="image:background" content=""/>
  56. <meta name="image:sidebar" content=""/>
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {
  62. white-space:nowrap;
  63. -webkit-filter: invert(100%);
  64. -moz-filter: invert(100%);
  65. -o-filter: invert(100%);
  66. -ms-filter: invert(100%);
  67. filter: invert(100%);
  68. opacity:.2;transition: .8s ease-in-out;
  69. -webkit-transition: .8s ease-in-out;
  70. -moz-transition: .8s ease-in-out;
  71. -o-transition: .8s ease-in-out;
  72. }
  73.  
  74. /* --- CURSOR START --- */
  75.  
  76. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  77.  
  78. /* --- CURSOR END --- */
  79.  
  80. /* --- FONTS START --- */
  81.  
  82. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  83.  
  84. /* --- FONTS END --- */
  85.  
  86.  
  87. /* --- SCROLLBAR START ---*/
  88.  
  89. ::-webkit-scrollbar-thumb{
  90. background-color: #111;
  91. border: transparent;
  92. height:auto;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:auto;
  97. width:7px;
  98. background-color: transparent;
  99. border:2px solid transparent;
  100. }
  101.  
  102. /* --- SCROLLBAR END --- */
  103.  
  104.  
  105. /* --- TOOLTIPS START --- */
  106.  
  107. #s-m-t-tooltip{
  108. max-width:300px;
  109. margin:15px;
  110. padding:2px 8px;
  111. color: #fff;
  112. background: #000;
  113. border-bottom: 3px solid #fff;
  114. border-radius:0px;
  115. z-index:9999999999999;
  116. font-size:14px;
  117. font-family: 'Yanone Kaffeesatz', sans-serif;
  118. font-weight:bold;
  119. text-transform:normal;
  120. box-shadow: 2px 2px 5px #000;
  121. -webkit-transition:all 0.7s;
  122. -moz-transition:all 0.7s;
  123. -ms-transition:all 0.7s;
  124. -o-transition:all 0.7s;
  125. transition:all 0.7s;
  126. }
  127.  
  128. /* --- TOOLTIPS END --- */
  129.  
  130.  
  131. /* --- BODY START ---*/
  132.  
  133. body {
  134. background:#000;
  135. background-image:url({image:background});
  136. background-attachment: fixed;
  137. background-repeat: no-repeat;
  138. background-position:0px 0px;
  139. margin:0px;
  140. color:#fff;
  141. font-family: 'Cormorant Garamond', serif;
  142. font-size:12px;
  143. line-height:120%;
  144. word-wrap: break-word;
  145. }
  146.  
  147. blockquote {
  148. padding-left:5px;
  149. border-left:2px solid;
  150. border-color: #000;
  151. }
  152.  
  153. a {
  154. color: #fff;
  155. text-decoration:none;
  156. -webkit-transition:all 0.5s ease-in-out;
  157. -moz-transition:all 0.5s ease-in-out;
  158. -o-transition:all 0.5s ease-in-out;
  159. -ms-transition:all 0.5s ease-in-out;
  160. transition:all 0.5s ease-in-out;
  161. }
  162.  
  163.  
  164. img {none;}
  165.  
  166. h1 {
  167. font-family: 'Bangers', cursive;
  168. text-transform:none;
  169. font-size:25px;
  170. line-height:30px;
  171. letter-spacing:2px;
  172. text-align:center;
  173. font-style:normal;
  174. color: #fff;
  175. line-height:100%;
  176. }
  177.  
  178. h2 {
  179. color: #fff;
  180. text-transform: none;
  181. letter-spacing:2px;
  182. font-family: 'Bangers', cursive;
  183. font-size:15px;
  184. line-height:100%;
  185. }
  186.  
  187. hr {
  188. border-color: #000;
  189. border-width: .5px;
  190. }
  191.  
  192. #fixerupper {
  193. width:500px;
  194. margin:0 auto -12px auto;
  195. }
  196.  
  197. #container {
  198. padding:10px;
  199. width:500px;
  200. margin-left:500px;
  201. margin-top:40px;
  202. margin-bottom:50px;
  203. }
  204.  
  205. #post {
  206. background: #111;
  207. width:500px;
  208. padding-bottom:30px;
  209. padding: 30px;
  210. text-align: justify;
  211. margin-top:100px;
  212. border: 3px none #f7f7f7;
  213. line-height: 100%;
  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: 'Yanone Kaffeesatz', sans-serif;
  232. font-size:10px;
  233. color:#000;
  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: #fff;
  246. text-shadow: 0px 0px 3px #fff;
  247. letter-spacing:1px;
  248. font-family: 'Anton', sans-serif;
  249. font-size:17px;
  250. line-height:100%;
  251. }
  252.  
  253. i {
  254. text-transform: italic;
  255. color: #fff;
  256. letter-spacing:1px;
  257. font-family: 'Yanone Kaffeesatz', sans-serif;
  258. font-size:22px;
  259. line-height:100%;
  260. }
  261.  
  262. sub, small, sup {
  263. font-size: 13px;
  264. }
  265.  
  266. /* --- BODY END --- */
  267.  
  268.  
  269. /* --- SIDEBAR START ---*/
  270.  
  271. #sidebar{
  272. position: fixed;
  273. top: 300px;
  274. width:200px;
  275. height:70px;
  276. left: 160px;
  277. padding:20px;
  278. }
  279.  
  280. #sidebarimage img{
  281. width: 200px;
  282. height:200px;
  283. padding:10px;
  284. border:2px none #634911;
  285. margin-top:30px;
  286. margin-left:-75px;
  287. background:transparent;
  288. background-image:{image:sidebarimage};
  289. }
  290.  
  291. #nav {
  292. position:fixed;
  293. overflow:hidden;
  294. margin-top:150px;
  295. margin-left:315px;
  296. }
  297.  
  298. #link1 a , #link2 a, #link3 a
  299.  
  300. #title {
  301. font-family:times;
  302. text-align:center;
  303. width:300px;
  304. margin-top:5px;
  305. margin-left:200px;
  306. text-transform:uppercase;
  307. font-style:normal;
  308. font-size:20px;
  309. color:#fff;
  310. }
  311.  
  312. #header {
  313. background:none;
  314. width:130px;
  315. height:100px;
  316. margin-top:-590px;
  317. margin-left:-150px;
  318. padding: 12px;
  319. padding-right:10px;
  320. text-align:justify;
  321. font-style: none;
  322. font-family: 'Anton', sans-serif;
  323. font-size:10px;
  324. color: #fff;
  325. text-shadow: none;
  326. letter-spacing:1px;
  327. line-height:155%;
  328. }
  329.  
  330. #description {
  331. background:#000;
  332. border:3px solid #111;
  333. width:250px;
  334. height:400px;
  335. margin-top:100px;
  336. margin-left:-105px;
  337. padding: 12px;
  338. padding-right:10px;
  339. text-align:justify;
  340. font-style: none;
  341. font-family: 'Cormorant Garamond', serif;
  342. font-size:11px;
  343. color: #fff;
  344. text-shadow: none;
  345. letter-spacing:1px;
  346. line-height:155%;
  347. }
  348.  
  349. #pagination {
  350. width:200px;
  351. height:100px;
  352. margin-left:690px;
  353. margin-top:30px;
  354. font-family: 'Cormorant Garamond', serif;
  355. font-size:70px;
  356. text-align:center;
  357. padding:4px;
  358. position:relative;
  359. }
  360.  
  361. #pagination a {
  362. color:#111;
  363. }
  364.  
  365. /* --- SIDEBAR END ---*/
  366.  
  367.  
  368. /* --- LINKS START --- */
  369.  
  370. #topbar {
  371. top:0px;
  372. width:100%;
  373. height:70px;
  374. background: #000;
  375. border-bottom:3px solid #111;
  376. position:fixed;
  377. }
  378.  
  379. .toplinks {
  380. top:10px;
  381. left:200px;
  382. width:100%;
  383. position:fixed;
  384. padding:8px;
  385. }
  386.  
  387. .toplinks a{
  388. min-width:75px;
  389. color: #eee;
  390. background: #000;
  391. border: 3px solid #111;
  392. display:inline-block;
  393. margin:4px;
  394. font-size:9px
  395. font-family: 'Anton', sans-serif;
  396. text-align:center;
  397. text-transform:uppercase;
  398. padding-top:2px;
  399. line-height:155%;
  400. }
  401.  
  402. #links {
  403. width:300px;
  404. position:fixed;
  405. margin-left:-125px;
  406. margin-top:-55px;
  407. padding:8px;
  408. }
  409.  
  410. #links a{
  411. min-width:70px;
  412. color: #eee;
  413. background: #000;
  414. border: 3px solid #111;
  415. display:inline-block;
  416. margin:4px;
  417. font-size:9px
  418. font-family: 'Anton', sans-serif;
  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:20px;
  434. bottom:10px;
  435. z-index:51;
  436. }
  437.  
  438. .credit a {
  439. font-family: 'starfish';
  440. text-decoration:none;
  441. text-transform:uppercase;
  442. color: #111;
  443. text-shadow: -1px -1px -1px #111;
  444. text-shadow: 1px 1px 1px #111;
  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:'Anton', sans-serif;
  485. color: #b7b1af;
  486. background: #111;
  487. border: 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: #fff;
  509. }
  510.  
  511. /* --- POST NOTES END --- */
  512.  
  513.  
  514. /* --- ASK & AUDIO START --- */
  515.  
  516. .ask {
  517. color: #fff;
  518. background: #000;
  519. border: none;
  520. padding:15px;
  521. margin-bottom:15px;
  522. margin-top:10px;
  523. }
  524.  
  525. .askheader {
  526. }
  527.  
  528. .asker {
  529. color: #fff;
  530. font-family: 'Bangers', cursive;
  531. font-size:22px;
  532. line-height:20px;
  533. text-align:center;
  534. padding-bottom:5px;
  535. }
  536.  
  537. .answer {
  538. color: #fff;
  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: #000;
  562. padding:3px 8px 3px 8px;
  563. color: #fff;
  564. border-bottom: none
  565. }
  566.  
  567. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  568. background-color: transparent;
  569. padding:3px 8px 3px 8px;
  570. color: #fff;
  571. border-bottom: none;
  572. }
  573.  
  574. .audio{
  575. color: #b7b1af;
  576. background: #6e1c27;
  577. border: 3px solid #55010c;
  578. padding:15px;
  579. height:70px;
  580. font-size:8px;
  581. overflow:hidden;
  582. }
  583.  
  584. .video {
  585. width:500px!important;
  586. }
  587.  
  588. .video iframe {
  589. width:500px!important;
  590. }
  591.  
  592. /* --- ASK & AUDIO END --- */
  593.  
  594. {CustomCSS}</style></head><body>
  595.  
  596. <div id="topbar">
  597. <img src="">
  598. <div class="toplinks">
  599. <a href="/ask">messages</a>
  600. <a href="/rules">rules</a>
  601. <a href="/about">about</a>
  602. <a href="verses/">verses</a>
  603. <a href="/mains">mains</a>
  604. <a href="/">link</a>
  605. </div>
  606. </div>
  607.  
  608. <div id="fixerupper">
  609.  
  610. <div id="sidebar">
  611.  
  612. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  613.  
  614. <div class="credit">
  615. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  616. </div>
  617.  
  618. <div id="title"></div>
  619.  
  620. <div id="header">
  621. <center><p>❝- —WE can do whatever WE want. so, do we have a DEAL? ❞ <p></center>
  622. </div>
  623.  
  624. <div id="description">
  625. <center><p>Eddie Brock,<b>Venom</b>&nbsp;&nbsp;of the <i>Marvel Cinematic Universe</i>&nbsp;&nbsp; with influences from Earth 616 and headcanons. Penned by Andre. Independent, 18+.<p></center>
  626. </div>
  627.  
  628. <div id="links">
  629. <center>
  630. <a href="/">refresh</a>
  631. <a href="/archive">archive</a>
  632. <a href="http://tumblr.com/dashboard">dash</a>
  633. </center>
  634. </div>
  635.  
  636.  
  637. <div id="scrollbar">{scrollbar}</div>
  638.  
  639. {block:HasPages}{block:Pages}
  640.  
  641. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  642.  
  643. </div></center>
  644.  
  645.  
  646. </div>
  647.  
  648. <div id="container">{block:Posts}<div id="post">
  649.  
  650. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  651. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  652.  
  653. {block:blockquote}{/block:blockquote}
  654.  
  655. {block:ContentSource}
  656. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  657. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  658. {/block:SourceLogo}
  659. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  660. {/block:ContentSource}
  661.  
  662. {block:Photo}
  663. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="500px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  664. {/block:Photo}
  665.  
  666. {block:Photoset}
  667. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  668. {/block:Photoset}
  669.  
  670. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  671.  
  672. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  673.  
  674. {block:Chat}
  675. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  676. <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>
  677. {/block:Chat}
  678.  
  679. {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}
  680. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  681.  
  682. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  683.  
  684. {block:Answer}
  685. <div class="askheader"><img src="" draggable="false"></div>
  686. <div class="ask"><div class="asker">{Asker}<font color=#fff> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  687. {/block:Answer}
  688.  
  689.  
  690. {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>
  691.  
  692. <div id="tags">
  693. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  694.  
  695. </div>
  696. {block:PostNotes}{PostNotes}{/block:PostNotes}
  697. {/block:Posts}</div>
  698.  
  699. {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>
  700.  
  701. </body>
  702.  
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement