Advertisement
alicescreed

gamorafights

Feb 5th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!-- custom theme for dcddyrcaper -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <meta name="image:bg" content="">
  17. <meta name="image:infobg" content="">
  18.  
  19. <meta name="color:bold" content="#b136be">
  20. <meta name="color:italic" content="#78a561">
  21. <meta name="color:links" content="#5e3fc6">
  22. <meta name="color:scrollbar" content="#861b3f">
  23. <meta name="color:borders" content="#313131">
  24. <meta name="color:hover link" content="#c1c1c1">
  25. <meta name="color:text" content="#d7d7d7">
  26.  
  27. <meta name="text:marquee title" content="why is gamora?">
  28. <meta name="text:your url" content="x">
  29. <meta name="text:home title" content="return">
  30. <meta name="text:ask title" content="ask">
  31. <meta name="text:ask page title" content="ask pop">
  32. <meta name="text:pop1 link title" content="pop 1 title">
  33. <meta name="text:pop1 page title" content="pop 1 page">
  34. <meta name="text:pop1 page input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  35. <meta name="text:pop2 link title" content="pop 2 title">
  36. <meta name="text:pop2 page title" content="pop 2 page">
  37. <meta name="text:pop2 page input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  38. <meta name="text:pop3 link title" content="pop 3 title">
  39. <meta name="text:pop3 page title" content="pop 3 page">
  40. <meta name="text:pop3 page input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  41. <meta name="text:pop4 link title" content="pop 4 title">
  42. <meta name="text:pop4 page title" content="pop 4 page">
  43. <meta name="text:pop4 page input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  44.  
  45. <link href="https://fonts.googleapis.com/css?family=Bebas+Neue|Dancing+Script|Poppins&display=swap" rel="stylesheet">
  46.  
  47. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:200,
  55. tip_fade_speed:300
  56. }
  57. );
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62. <script type="text/javascript"
  63. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64. <script>
  65. $(document).ready(function() {
  66. //
  67. $('a.poplight[href^=#]').click(function() {
  68. var popID = $(this).attr('rel'); //Get Popup Name
  69. var popURL = $(this).attr('href'); //Get Popup href to define size
  70. var query= popURL.split('?');
  71. var dim= query[1].split('&');
  72. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  73. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  74. var popMargTop = ($('#' + popID).height() + 80) / 2;
  75. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  76. //Apply Margin to Popup
  77. $('#' + popID).css({
  78. 'margin-top' : -popMargTop,
  79. 'margin-left' : -popMargLeft
  80. });
  81. $('body').append('<div id="fade"></div>');
  82. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  83. return false;
  84. });
  85. $('a.close, #fade').live('click', function() {
  86. $('#fade , .popup_block').fadeOut(function() {
  87. $('#fade, a.close').remove(); //fade them both out
  88. });
  89. return false;
  90. });
  91. });
  92. </script>
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. body {
  98. font-family: 'Poppins', sans-serif;
  99. color: {color:text};
  100. background-color: #0e0e0f;
  101. background-image: url('{image:bg}');
  102. background-position: absolute;
  103. background-attachment: fixed;
  104. line-height: 12pt;
  105. background-repeat: no-repeat;
  106. text-align: justify;
  107. }
  108.  
  109. #s-m-t-tooltip{
  110. position: absolute;
  111. z-index: 999999999999999999999999999999999999999999999999999999999999;
  112. margin-top: 10px;
  113. margin-left: 5px;
  114. display: block;
  115. background-image: url('{image:infobg}');
  116. background-position: top;
  117. text-align: center;
  118. color: #fff;
  119. font-style: italic;
  120. font-weight: bold;
  121. font-family: 'Dancing Script', cursive;
  122. letter-spacing: 1px;
  123. text-shadow: 1px 1px 2px #000;
  124. border: 4px {color:borders};
  125. border-style: double;
  126. padding: 15px;
  127. font-size: 20pt;
  128. margin-bottom: 5px;
  129. }
  130.  
  131. ::-webkit-scrollbar-thumb:vertical {
  132. background-color: {color:scrollbar};
  133. height:auto;
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:horizontal {
  137. background-color: {color:scrollbar};
  138. height:2px;
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142. height:3px;
  143. width:3px;
  144. background-color: transparent;
  145. }
  146.  
  147.  
  148. a {
  149. text-decoration: none;
  150. color: {color:links};
  151. font-size: 16pt; font-weight: bold;
  152. line-height: 20pt;
  153. transition-duration: 0.6s;
  154. -moz-transition-duration: 0.6s;
  155. -webkit-transition-duration: 0.6s;
  156. -o-transition-duration: 0.6s;
  157. font-family: 'Dancing Script', cursive;
  158. letter-spacing: 1px;
  159. text-shadow: 1px 1px 5px #000;
  160. }
  161.  
  162.  
  163. a:hover {
  164. text-decoration: none;
  165. letter-spacing: 2px;
  166. filter:blur(1px);
  167. color: {color:hover link};
  168. transition-duration: 0.6s;
  169. -moz-transition-duraftion: 0.6s;
  170. -webkit-transition-duration: 0.6s;
  171. -o-transition-duration: 0.6s;
  172. }
  173.  
  174. small, sup, sub {
  175. font-size: 100%;
  176. }
  177.  
  178. b, strong {
  179. text-shadow: 1px 1px 5px #000;
  180. padding-left: 2px;
  181. font-weight: bold;
  182. text-transform: uppercase;
  183. padding-right: 2px;
  184. font-family: 'Bebas Neue', cursive;
  185. color:{color:bold};
  186. letter-spacing: 2px;
  187. font-size: 20px;
  188. }
  189.  
  190. i, em {
  191. text-shadow: 1px 1px 3px #000;
  192. color:{color:italic};
  193. letter-spacing: 1px;
  194. padding-left:5px;
  195. font-weight: bold;
  196. padding-right: 5px;
  197. padding-top: 10px;
  198. padding-bottom: 10px;
  199. font-size: 22px;
  200. }
  201.  
  202.  
  203.  
  204.  
  205. h2 {
  206. text-shadow: 1px 1px 3px #000;
  207. font-family: 'Dancing Script', cursive;
  208. font-size: 24pt;
  209. line-height: 22pt;
  210. font-weight: bold;
  211. color:{color:scrollbar};
  212. letter-spacing: 1px;
  213. }
  214.  
  215.  
  216. #info {
  217. padding: 10px;
  218. background-image: url('{image:infobg}');
  219. background-position: top;
  220. text-align: center;
  221. opacity: 1;
  222. margin-top: 20px;
  223. letter-spacing: 1px;
  224. font-weight: bold;
  225. font-family: 'Dancing Script', cursive;
  226. transition-duration: 0.6s;
  227. -moz-transition-duration: 0.6s;
  228. -webkit-transition-duration: 0.6s;
  229. -o-transition-duration: 0.6s;
  230. font-size:22px;
  231. border:4px double {color:borders};
  232. }
  233.  
  234. #sidetitle {
  235. padding: 5px;
  236. font-size: 9px;
  237. background-image: url('{image:infobg}');
  238. background-position: center;
  239. text-transform: uppercase;
  240. text-align: center;
  241. opacity: 1;
  242. line-height: 10px;
  243. letter-spacing: 2px;
  244. border: 4px double {color:borders};
  245. }
  246.  
  247.  
  248. #info a {
  249. font-size: 20pt;
  250. text-transform: lowercase;
  251. text-shadow: 1px 1px 3px #000;
  252. color: {color:bold};
  253. }
  254.  
  255. #h1 {
  256. text-align: center;
  257. font-family: 'Dancing Script', cursive;
  258. padding: 10px;
  259. line-height: 110%; color:{color:scrollbar};
  260. font-size: 25pt; font-weight: bold;
  261. background-position: center;
  262. margin-bottom: 5px;
  263. }
  264.  
  265. #sidebar {
  266. margin-left: 510px;
  267. width: 218px;
  268. font-size: 9px;
  269. margin-top: 70px;
  270. position: fixed;
  271. background-color: transparent;
  272. padding: 10px;
  273. }
  274.  
  275. #description {
  276. width: 110px;
  277. font-size: 8px;
  278. height:115px;
  279. padding-right: 3px;
  280. overflow: auto;
  281. }
  282.  
  283. #audio {
  284. text-align: center;
  285. font-size: 8pt;
  286. line-height: 9pt;
  287. }
  288.  
  289.  
  290. #musicinfo {
  291. font-family:'bebas neue', cursive;
  292. font-size: 26px;
  293. margin-top:10px;
  294. color:{color:Scrollbar};
  295. font-weight: bold;
  296. }
  297.  
  298. blockquote {
  299. border-left: 1px solid {color:bold};
  300. padding: 3px;
  301. background-color:#0e0e0f;
  302. }
  303.  
  304. blockquote img {
  305. max-width: 100%;
  306. }
  307.  
  308.  
  309. ol.notes {
  310. text-align: left;
  311. list-style: upper-roman;
  312. padding: 10px;
  313.  
  314. }
  315.  
  316.  
  317. #info a:hover {
  318. color: {color:italic};
  319. }
  320.  
  321. #credit {
  322. right:10px;
  323. bottom:7px;
  324. padding:5px;
  325. font-size:10px;
  326. position:fixed;
  327. background-image: url('{image:infobg}');
  328. background-position: top;
  329. font-style: italic;
  330. font-family: 'Dancing Script', cursive;
  331. letter-spacing: 1px;
  332. border: 4px double {color:borders};
  333. padding: 5px;
  334. font-size: 120%;
  335. margin-bottom: 5px;
  336. transition-duration: 0.6s;
  337. -moz-transition-duration: 0.6s;
  338. -webkit-transition-duration: 0.6s;
  339. -o-transition-duration: 0.6s;
  340. }
  341.  
  342.  
  343. #credit a {
  344. font-family: 'Dancing Script', cursive;
  345. padding:5px;
  346. letter-spacing:1px;
  347. text-decoration:none;
  348. font-weight:bold;
  349. }
  350.  
  351. #tags a {
  352. text-shadow: 1px 1px 2px #000;
  353. color:{color:text};
  354. }
  355.  
  356. #tags a:hover {
  357. color: {color:bold};
  358. }
  359.  
  360. #post {
  361. width: 400px;
  362. overflow: hidden;
  363. margin-bottom: 30px;
  364. }
  365.  
  366. #posts {
  367. font-size: 8pt;
  368. line-height: 11pt;
  369. width: 400px;
  370. height: 540px;
  371. padding-right: 5px;
  372. position: absolute;
  373. margin-left:-475px;
  374. margin-top:-175px;
  375. overflow: auto;
  376. }
  377.  
  378.  
  379.  
  380. #pages {
  381. margin-top: 10px;
  382. margin-left: 16px;
  383. position: fixed;
  384. }
  385.  
  386. #pages a {
  387. color: {color:text};
  388. font-weight: bold;
  389. text-transform: uppercase;
  390. margin-right: 6px;
  391. font-family: 'bebas neue', cursive;
  392. }
  393.  
  394. #pages a:hover {
  395. letter-spacing: 2px;
  396. color:{color:links};
  397. }
  398.  
  399.  
  400. #ask {
  401. border-bottom: 4px double {color:borders};
  402. padding: 10px;
  403. font-size: 10pt;
  404. text-align: center;
  405. background-color:#0e0e0f;
  406. }
  407.  
  408. #ask a {
  409. font-size: 40pt;
  410. }
  411.  
  412. #ri {
  413. position: fixed;
  414. width: 200px;
  415. margin-left: -30px;
  416. text-align: center;
  417. margin-top: 10px;
  418. }
  419.  
  420. #ri a {
  421. font-family:'Poppins', sans-serif;
  422. text-transform: uppercase;
  423. font-size: 10pt;
  424. letter-spacing: 2px;
  425. }
  426.  
  427.  
  428. #fade {
  429. display: none;
  430. background: #000;
  431. position: fixed;
  432. left: 0;
  433. top: 0;
  434. width: 100%;
  435. height: 100%;
  436. opacity: .50;
  437. z-index: 9999;
  438. }
  439.  
  440. .popup_block{
  441. display: none;
  442. padding: 20px;
  443. position: fixed;
  444. top: 50%;
  445. left: 50%;
  446. z-index: 99999;
  447. background-color: #111111;
  448. border: 3px solid {color:italic};
  449. }
  450.  
  451. img.btn_close {
  452. float: right;
  453. margin: -55px -55px 0 0;
  454. }
  455.  
  456. *html #fade {
  457. position: absolute;
  458. }
  459.  
  460. *html .popup_block {
  461. position: absolute;
  462. }
  463.  
  464. #poph1 {
  465. padding: 15px;
  466. background-image: url('{image:infobg}');
  467. background-position: top;
  468. text-align: center;
  469. color:{color:bold};
  470. opacity: 1;
  471. font-weight: bold;
  472. font-family: 'Dancing Script', cursive;
  473. letter-spacing: 1px;
  474. margin-bottom: 20px;
  475. font-size:30pt;
  476. text-shadow: 1px 1px 2px #000;
  477. border: 4px {color:borders};
  478. border-style: double;
  479. }
  480.  
  481. #btitle {
  482. position: fixed;
  483. width: 75px;
  484. height: 10px;
  485. margin-top: 3px;
  486. text-transform: uppercase;
  487. font-family: 'bebas neue', cursive;
  488. font-weight: bold;
  489. color:{color:italic};
  490. font-size: 15px;
  491. }
  492.  
  493. #infobox {
  494. margin-top: -100px;
  495. margin-left: 130px;
  496. position: fixed;
  497. width: 100px;
  498. font-size: 10px;
  499. }
  500.  
  501. #pa {
  502. text-align: center;
  503. width:100px;
  504. margin-top: -15px;
  505. margin-left: -10px;
  506. }
  507.  
  508. #pa a{
  509. font-family: 'bebas neue', cursive;
  510. font-size: 12px;
  511. }
  512. </style>
  513.  
  514. </head>
  515.  
  516. <body>
  517.  
  518.  
  519. <div id="sidebar">
  520. <div id="description">
  521. {description}</div>
  522. <div id="infobox">
  523. <a href="/"> <img src="https://i.imgur.com/RvUxYxt.gif" title="{title}"> </a>
  524. <div id="btitle"><marquee scrolldelay="120">{text:marquee title}</marquee><p>
  525. <div id="pa"> {block:Pagination}
  526. {block:PreviousPage}
  527. <a href="{PreviousPage}">fall</a> /
  528. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  529. {/block:NextPage}
  530. {/block:Pagination}</div>
  531. </div>
  532.  
  533. </div>
  534.  
  535. <div id="pages">
  536.  
  537. <a href="/" title="{text:home title}">01.</a>
  538. <a href="#?w=400" rel="askme" class="poplight" title="{text:ask title}">02.</a>
  539. <a href="#?w=400" rel="popup1" class="poplight" title="{text:pop1 link title}">03.</a>
  540. <a href="#?w=400" rel="popup2" class="poplight" title="{text:pop2 link title}">04.</a>
  541. <a href="#?w=400" rel="popup3" class="poplight" title="{text:pop3 link title}">05.</a>
  542. <a href="#?w=400" rel="popup4" class="poplight" title="{text:pop4 link title}">06.</a><br>
  543. </div>
  544.  
  545. <div id="posts">
  546.  
  547.  
  548. {block:Posts}
  549.  
  550. {block:ContentSource}<!-- {SourceURL}
  551. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  552. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  553. {/block:ContentSource} <!-- {block:NoRebloggedFrom}
  554. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  555. {/block:NoRebloggedFrom} -->
  556.  
  557. <div id="post">
  558.  
  559.  
  560.  
  561. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  562.  
  563. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  564.  
  565. {Caption} {/block:Caption}{/block:Photo}
  566.  
  567. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  568.  
  569. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  570.  
  571. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  572.  
  573. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  574.  
  575. {Description}{/block:Description}{/block:Link}
  576.  
  577. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  578.  
  579. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  580.  
  581. {block:Audio}
  582. <div id="audio">
  583. {block:TrackName}
  584. <div id="musicinfo" style="margin-top: 5px;">
  585. {AudioPlayerGrey} <br>
  586. {TrackName} by
  587. {/block:TrackName}
  588. {block:Artist}
  589. {Artist}
  590. {/block:Artist}
  591.  
  592. </div>
  593. </div>
  594. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  595. {/block:Audio}
  596.  
  597.  
  598. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  599.  
  600. {block:Answer}
  601. <div id="ask">
  602.  
  603. {Asker} asked,<br>
  604. <span style="font-weight: normal;font-family: 'Poppins', sans-serif; color: {color:text}; font-size: 10pt;">❝ {Question} ❞</span>
  605. </table>
  606. </div>
  607. {Answer}{/block:Answer}
  608.  
  609. <div id="info">
  610. <a title="{TimeAgo}" title="{TimeAgo}">★</a> <a href="{Permalink}" title="{NoteCount} notes">★</a> <a href="{ReblogURL}" title="reblog">★ </a>
  611. <div id="tags">
  612. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Poppins', sans-serif; font-size: 8px; line-height: 13px;">#{Tag} </a>
  613. {/block:Tags}{/block:HasTags}
  614. </div>
  615. </div>
  616.  
  617. </div>
  618. {block:PostNotes}<Div style="width: 400px;">
  619.  
  620.  
  621. {PostNotes}</div>{/block:PostNotes}
  622. {/block:Posts}</div>
  623.  
  624. <div id="credit">
  625. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  626. </div>
  627.  
  628. <div id="askme" class="popup_block">
  629. <div id="poph1">{text:ask page title}</div>
  630. <iframe frameborder="0"
  631. height="190"
  632. id="ask_form"
  633. scrolling="no"
  634. src="https://www.tumblr.com/ask_form/{text:your url}.tumblr.com"
  635. width="100%">
  636. </iframe>
  637. </div>
  638.  
  639. <div id="popup1" class="popup_block">
  640. <div id="poph1">{text:pop1 page title}</div>
  641. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  642. {text:pop1 page input}</div>
  643. </div>
  644.  
  645. <div id="popup2" class="popup_block">
  646. <div id="poph1">{text:pop2 page title}</div>
  647. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  648. {text:pop2 page input}</div>
  649. </div>
  650.  
  651. <div id="popup3" class="popup_block">
  652. <div id="poph1">{text:pop3 page title}</div>
  653. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  654. {text:pop3 page input}</div>
  655. </div>
  656.  
  657. <div id="popup4" class="popup_block">
  658. <div id="poph1">{text:pop4 page title}</div>
  659. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  660. {text:pop4 page input}</div>
  661. </div>
  662.  
  663. </body>
  664.  
  665.  
  666.  
  667. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement