Advertisement
draiads

cptn

Jun 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.06 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. </script>
  9. <script type="text/javascript"
  10. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42. <script type="text/javascript">
  43. WebFontConfig = {
  44. google: { families: [ 'times' ] }
  45. };
  46. (function() {
  47. var wf = document.createElement('script');
  48. wf.src = ('https:' == document.location.protocol ? 'https' : 'https') +
  49. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  50. wf.type = 'text/javascript';
  51. wf.async = 'true';
  52. var s = document.getElementsByTagName('script')[0];
  53. s.parentNode.insertBefore(wf, s);
  54. })(); </script>
  55.  
  56. <script type="text/javascript">
  57. $(document).ready(function(){
  58. $("ul#tabs li").click(function(e){
  59. if (!$(this).hasClass("active")) {
  60. var tabNum = $(this).index();
  61. var nthChild = tabNum+1;
  62. $("ul#tabs li.active").removeClass("active");
  63. $(this).addClass("active");
  64. $("ul#tab li.active").removeClass("active");
  65. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  66. }
  67. });
  68. });
  69. </script>
  70.  
  71. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("a[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:0,
  79. tip_fade_speed:300,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86. <meta name="color:Background" content="#bcbcbc"/>
  87. <meta name="color:Text" content="#000000"/>
  88. <meta name="color:Link" content="#bcbcbc"/>
  89. <meta name="color:scrollbar" content="#999999">
  90. <meta name="color:title" content="#999999">
  91. <meta name="color:Link Hover" content="#2a1f1e"/>
  92. <meta name="color:bold" content="#763e1c">
  93.  
  94. <meta name="image:sidebar" content=""/>
  95. <meta name=”image:Background” content=”“/>
  96. <meta name="text:sidebartitle" content="">
  97. <meta name="color:tags" content="#4c4c4c">
  98.  
  99. <meta name="text:link 1" content="Link 1"/>
  100. <meta name="text:link 1 url" content="/"/>
  101. <meta name="text:link 2" content="Link 2"/>
  102. <meta name="text:link 2 url" content="/"/>
  103. <meta name="text:link 3" content="Link 3"/>
  104. <meta name="text:link 3 url" content="/"/>
  105. <meta name="text:link 4" content="Link 4"/>
  106. <meta name="text:link 4 url" content="/"/>
  107. <meta name="text:link 5" content="Link 5"/>
  108. <meta name="text:link 5 url" content="/"/>
  109.  
  110. <link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  111.  
  112. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  113.  
  114. <link href='https://fonts.googleapis.com/css?family=Anton|Sacramento|Just+Another+Hand|Six+Caps' rel='stylesheet' type='text/css'>
  115.  
  116. <link href='https://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  117.  
  118. <link href='https://fonts.googleapis.com/css?family=Teko' rel='stylesheet' type='text/css'>
  119.  
  120. <link href='https://fonts.googleapis.com/css?family=EB+Garamond|Homemade+Apple|Special+Elite|Amatic+SC' rel='stylesheet' type='text/css'>
  121.  
  122. <link href='https://fonts.googleapis.com/css?family=Cutive+Mono|Fanwood+Text|Italiana|Julius+Sans+One' rel='stylesheet' type='text/css'>
  123.  
  124. <link href='https://fonts.googleapis.com/css?family=Khand|EB+Garamond' rel='stylesheet' type='text/css'>
  125.  
  126. <link href='https://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
  127.  
  128. <link href='https://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  129.  
  130. <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  131.  
  132. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  133.  
  134. <link href='https://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  135.  
  136. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  137.  
  138. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  139.  
  140. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  141. <script src=“https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js”></script>
  142.  
  143. <!-- Wikplayer https://www.wikplayer.com -->
  144. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  145. data-config="{'skin':'https://static.tumblr.com/wx6pget/3nfnc7ncq/.css','volume':50,'autoplay':false,'shuffle':false,'repeat':true,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'i.','url':'https://www.youtube.com/watch?v=2ZWNiG6Y5Q0'}]}" ></script>
  146. <!-- Wikplayer code end -->
  147.  
  148.  
  149.  
  150. <style type="text/css">
  151.  
  152.  
  153. .animation{
  154.  
  155. animation: bbounce linear 2.5s;
  156. animation-iteration-count: infinite;
  157. transform-origin: 50% 50%;
  158. -webkit-animation-name: bbounce;
  159. -webkit-animation: bbounce linear 2.5s;
  160. -webkit-animation-iteration-count: infinite;
  161. -webkit-transform-origin: 50% 50%;
  162. }
  163. @keyframes bbounce{
  164. 0% {transform:translate(0px,0px);}
  165. 50% {transform:translate(0px,10px);}
  166. 100% {transform:translate(0px, 0px);}
  167. }
  168.  
  169. @-moz-keyframes bbounce{
  170. 0% {-moz-transform:translate(0px,0px);}
  171. 50% {-moz-transform:translate(0px,10px);}
  172. 100% {-moz-transform:translate(0px,0px);}
  173. }
  174.  
  175. @-webkit-keyframes bbounce {
  176. 0% {-webkit-transform:translate(0px,0px);}
  177. 50% {-webkit-transform:translate(0px,10px);}
  178. 100% {-webkit-transform:translate(0px,0px);}
  179. }
  180.  
  181. @-o-keyframes bbounce {
  182. 0% {-o-transform:translate(0px,0px);}
  183. 50% {-o-transform:translate(0px,10px);}
  184. 100% {-o-transform:translate(0px,0px);}
  185. }
  186.  
  187. @-ms-keyframes bbounce {
  188. 0% {-ms-transform:translate(0px,0px);}
  189. 50% {-ms-transform:translate(0px,10px);}
  190. 100% {-ms-transform:translate(0px,0px);}
  191. }
  192.  
  193. @keyframes spin {
  194. 0% { transform: rotate(360deg); }
  195. 100% { transform: rotate(0deg); }
  196. }
  197. @-webkit-keyframes spin {
  198. 0% {-webkit-transform: rotate(360deg); }
  199. 100% { -webkit-transform: rotate(0deg); }
  200. }
  201. @-ms-keyframes spin {
  202. 0% {-ms-transform: rotate(360deg); }
  203. 100% { -ms-transform: rotate(0deg); }
  204. }
  205. @-moz-keyframes spin {
  206. 0% { -moz-transform: rotate(360deg); }
  207. 100% { -moz-transform: rotate(0deg); }
  208. }
  209. @-o-keyframes spin {
  210. 0% { -o-transform: rotate(360deg); }
  211. 100% { -o-transform: rotate(0deg); }
  212. }
  213.  
  214. #overlay {
  215. position:fixed;
  216. left:799px;
  217. top:104px;
  218. z-index:99999999; }
  219.  
  220. ::selection {
  221. color: #fff;
  222. text-shadow:0px 0px 2px #fff;
  223. background-color:#f43b3b; ,
  224.  
  225.  
  226. }
  227.  
  228.  
  229. .popup_block{
  230. height:459px;
  231. overflow-y:auto;
  232. overflow-x:auto;
  233. opacity:1;
  234. display:none;
  235. background-color: #fff;
  236. padding:4px;
  237. border:0px solid #545050;
  238. border-radius:0px;
  239. position:fixed;
  240. top:265px;
  241. left:1023px;
  242. padding:10px;
  243. color:#000;
  244. text-shadow: 0px 0px 1px #000;
  245. z-index: 99999;}
  246.  
  247. *html #fade {position: absolute;}
  248. *html .popup_block {position: absolute;}
  249. #fade {
  250. display:none;
  251. position:fixed;
  252. left:0px;
  253. top:0px;
  254. width:100%;
  255. height:100%;
  256. z-index:9999;
  257. opacity:0; /* change to opacity:1; */
  258. color:#000;
  259. text-shadow: 0px 0px 1px #000;
  260. }
  261. .poptext a {
  262. color:#000;
  263. text-shadow: 0px 0px 1px #000;
  264.  
  265. }
  266.  
  267. ::-webkit-scrollbar-thumb{
  268. background-color: transparent;
  269. height:auto;
  270. }
  271.  
  272. ::-webkit-scrollbar {
  273. height:auto;
  274. width:2px;
  275. background-color: #transparent;
  276. border:0px;
  277. }
  278.  
  279. iframe#tumblr_controls {
  280. white-space:nowrap;
  281. -webkit-filter: invert(100%);
  282. -moz-filter: invert(100%);
  283. -o-filter: invert(100%);
  284. -ms-filter: invert(100%);
  285. filter: invert(100%);
  286. opacity:.2;transition: .8s ease-in-out;
  287. -webkit-transition: .8s ease-in-out;
  288. -moz-transition: .8s ease-in-out;
  289. -o-transition: .8s ease-in-out;
  290. }
  291.  
  292. #s-m-t-tooltip {
  293. max-width:300px;
  294. margin:10px 0px 0px 45px;
  295. background:url("https://66.media.tumblr.com/092a9e408faaec091f35c97d985eefb9/tumblr_pr75pophSk1yos812o1_1280.png");
  296. background-position:center;
  297. background-attachment:fixed;
  298. outline: 1px dashed #68b1ef;
  299. outline-offset: 2px;
  300. font-size:10px;
  301. text-transform:lowercase;
  302. padding:6px;
  303. width:140px;
  304. text-align:center;
  305. color:#fff;
  306. text-shadow:1px 1px 1px #f43b3b;
  307. letter-spacing:2px;
  308. padding:3px;
  309. z-index:999999999999999999;
  310. -webkit-transition:all 1.5s;
  311. -moz-transition:all 1.5s;
  312. -ms-transition:all 1.5s;
  313. -o-transition:all 1.5s;
  314. transition:all 1.5s;
  315. }
  316.  
  317. ul,ol,li {
  318. color:#000;
  319. text-shadow: 0px 0px 1px #000;
  320. list-style-type:default';
  321. }
  322.  
  323. u, underline {
  324. color:#e44b55;
  325. font-size:13px;
  326. }
  327.  
  328. a {
  329. color: #000;
  330. text-shadow: 0px 0px 1px #000;
  331. text-decoration: none;
  332.  
  333. }
  334.  
  335. small {
  336. color:#000;
  337. text-shadow: 0px 0px 1px #000;
  338.  
  339. font-size:10px;
  340. line-height:16px;
  341. }
  342.  
  343. sub {
  344. color:#000;
  345. text-shadow: 0px 0px 1px #000;
  346.  
  347. font-size:10px;
  348.  
  349. }
  350.  
  351. hr {
  352. -webkit-border-image: url(https://66.media.tumblr.com/d179a7c2176677909016d885fa431423/tumblr_inline_pr77khmcrL1wck6g2_1280.png) 30 round;
  353. -o-border-image: url(https://66.media.tumblr.com/13c8cb5457303c1205818390ed4fcd95/tumblr_inline_pr77m0529N1wck6g2_1280.png) 30 round;
  354. border-image: url(https://66.media.tumblr.com/d179a7c2176677909016d885fa431423/tumblr_inline_pr77khmcrL1wck6g2_1280.png) 30 round;
  355. }
  356. blockquote{
  357. color:#e3d9d9;
  358. -webkit-border-image: url(https://66.media.tumblr.com/8c0abe873ca06e7269f6643ee5a9ed66/tumblr_pr7fehEsWN1yo960ro1_400.png) 30 round;
  359. -o-border-image: url(https://66.media.tumblr.com/8c0abe873ca06e7269f6643ee5a9ed66/tumblr_pr7fehEsWN1yo960ro1_400.png) 30 round;
  360. border-image: url(https://66.media.tumblr.com/8c0abe873ca06e7269f6643ee5a9ed66/tumblr_pr7fehEsWN1yo960ro1_400.png) 30 round;
  361. border-left: 10px solid #e3d9d9;
  362. padding: 3px;
  363. margin-left: 5px;
  364. margin-right: 5px;
  365.  
  366. }
  367.  
  368. b, strong {
  369. font-family: 'Montserrat', sans-serif;
  370. font-size:11px;
  371. color:#f43b3b;
  372. text-shadow:0px 0px 2px #f43b3b;
  373. text-transform:uppercase;
  374.  
  375. }
  376. i, em {
  377. color: #5da6ef;
  378. text-shadow:0px 0px 2px #5da6ef;
  379. font-style:italic;
  380. font-size:11px;
  381. }
  382.  
  383.  
  384. pre {
  385. background-color:#000;
  386. border: 2px solid #e3d9d9;
  387. outline: 2px solid #00cbc8;
  388. outline-offset: 2px;
  389. color:#fff;
  390. text-shadow:0px 0px 2px #fff;
  391.  
  392. font-family: 'Montserrat', sans-serif;
  393. font-size: 10px;
  394. line-height: 7px;
  395. letter-spacing: 2px;
  396. text-align: center;
  397. text-transform:uppercase;
  398. padding:-10px;
  399. line-height:120%;
  400. }
  401.  
  402. h1 {
  403. font-family: 'Montserrat', sans-serif;
  404. text-transform:uppercase;
  405. text-align: center;
  406. font-size:13px;
  407. line-height:100%;
  408. color: {color:blockquote};
  409. }
  410.  
  411. h2 {
  412. font-size:13px;
  413. color: #fff;
  414. font-weight:bold;
  415. text-shadow: 0px 0px 2px #fff}
  416.  
  417. h3 {
  418. color:#ccd3cc;
  419. text-shadow: 0px 0px 1px #ccd3cc;
  420. font-size:15px;
  421. font-weight: bolder;
  422. }
  423.  
  424. h4 {
  425. font-size:19px;
  426. font-family: "bebas_neue";
  427. text-align:center;
  428. text-transform:uppercase;
  429. line-height:100%;
  430. letter-spacing:1px;
  431. font-weight:bold;
  432. color:#ccd3cc;
  433. text-shadow: 0px 0px 1px #ccd3cc;
  434. }
  435.  
  436. .credit {
  437. position:fixed;
  438. font-family: 'fjalla one', sans-serif;
  439. color: #000;
  440. text-shadow:1px 1px1px #000;
  441. font-size: 10px;
  442. line-height: 10px;
  443. letter-spacing:0px;
  444. right:7px;
  445. bottom:5px;
  446. text-align:center;
  447. z-index: 9999;
  448. -webkit-transition:all 1.5s;
  449. -moz-transition:all 1.5s;
  450. -ms-transition:all 1.5s;
  451. -o-transition:all 1.5s;
  452. transition:all 1.5s;
  453. }
  454.  
  455. .credit:hover {
  456. color:transparent;
  457. text-shadow:0 0 7px {color:bold shadow};
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;
  461. -ms-transition: all 0.5s ease-in-out;
  462. transition: all 0.5s ease-in-out;
  463. }
  464.  
  465. blockquote {
  466. text-align:justify;
  467. width:95%;
  468. margin-bottom:10px;
  469. padding:0px 5px 0px 10px;
  470. margin-left:0px;
  471. }
  472.  
  473. blockquote blockquote {
  474. padding:0 0 0 10px;
  475. color:#ccd3cc;
  476. }
  477.  
  478. blockquote, small {
  479. font-size:10px;
  480. }
  481.  
  482. blockquote img {
  483. max-width:300px;
  484. height:auto;
  485. }
  486.  
  487. body {
  488. background:#ebeae1;
  489. background-image:url('https://66.media.tumblr.com/451861f4acb41fd9771d2a121cbd936e/tumblr_pr3ei2J6z21yo960ro1_1280.png');
  490. background-attachment: fixed;
  491. background-repeat: no-repeat;
  492. background-position: top left;
  493. color:#000;
  494. text-shadow: 0px 0px 1px #000;
  495.  
  496. font-family: calibri;
  497. text-align:justify;
  498. font-size: 10px;
  499. letter-spacing:1px;
  500. line-height:135%;;
  501. }
  502.  
  503. a:link, a:active, a:visited {
  504. text-decoration: none;
  505. color: #5da6ef;
  506. text-shadow: 0px 0px 1px #5da6ef;
  507. -moz-transition-duration:.6s;
  508. -webkit-transition-duration:.6s;
  509. -o-transition-duration:.6s;
  510. -webkit-filter: blur(0px);}
  511.  
  512. a:hover {
  513. color: #000;
  514. text-shadow: 0px 0px 1px #000;
  515. -moz-transition-duration:.6s;
  516. -webkit-transition-duration:.6s;
  517. -o-transition-duration:.6s;}
  518.  
  519.  
  520. blockquote {
  521. color:#000;
  522. text-shadow: 0px 0px 1px #000
  523. border-left: 2px solid;
  524. width:95%;
  525. line-height: 120%;
  526. border-left: solid 1.5px;
  527. border-color: #ccd3cc;
  528. padding-left: 10px;
  529. margin-left: 0px;
  530. text-align:justify; }
  531. }
  532.  
  533. blockquote blockquote {
  534. color:#000;
  535. text-shadow: 0px 0px 1px #000
  536.  
  537. border-left: 3px solid;
  538. width:95%;
  539. line-height: 120%;
  540. border-left: solid 1.5px;
  541. border-color: #e3d9d9;
  542. padding-left: 10px;
  543. margin-left: 0px;
  544. text-align:justify; }
  545.  
  546. }
  547. #post {
  548. width:100px;
  549. padding-bottom:50px;
  550. padding-right:2px;
  551. margin-top:30px;
  552. color:#fff;
  553. color:#000;
  554. text-shadow: 0px 0px 1px #000;
  555.  
  556. }
  557.  
  558. #entries {
  559. color:#000;
  560. text-shadow: 0px 0px 1px #000;
  561. color:#fff;
  562. padding:5px;
  563. width:269px;
  564. height:463px;
  565. margin-left:845px;
  566. margin-top:-8px;
  567. margin-bottom:110px;
  568. position:fixed;
  569. overflow-x:hidden;
  570. overflow-y:scroll;
  571. opacity:0;
  572. -webkit-transition: all 2s ease-out;
  573. -moz-transition: all 2s ease-out;
  574. transition: all 2s ease-out;
  575. display:block;
  576. position:relative;
  577.  
  578. }
  579.  
  580. #entries:hover {
  581. color:#000;
  582. background-color:#fff;
  583. opacity:1;
  584. -webkit-transition: all 2s ease-out;
  585. -moz-transition: all 2s ease-out;
  586. transition: all 2s ease-out;
  587. }
  588.  
  589.  
  590. #sidebar {
  591. color:#000;
  592. position:fixed;
  593. width:40px;
  594. height:auto;
  595. margin-top:135px;
  596. margin-left:822px;
  597. text-align:center;
  598.  
  599. }
  600.  
  601. .alinks {
  602. position:fixed;
  603. margin-top:150px;
  604. margin-left:-255px;
  605. transform: rotate(0deg);
  606. font-family:'Montserrat', sans-serif;
  607. font-size: 50px;
  608. -webkit-animation-name: bbounce;
  609. -webkit-animation: bbounce linear 2.5s;
  610. -webkit-animation-iteration-count: infinite;
  611. -webkit-transform-origin: 50% 50%;
  612. }
  613.  
  614.  
  615. .alinks a {
  616. padding:10px;
  617. color:#f43b3b;
  618. text-shadow: 0px 0px 1px #f43b3b;
  619. margin-right:0px;
  620. -webkit-filter: blur(0px);
  621. -webkit-transition: 0.8s ease-in;
  622. -moz-transition: 1s ease-in;
  623. transition: 1s ease-in;
  624.  
  625. }
  626.  
  627. .alinks a:hover {
  628. -webkit-filter: blur(3px);
  629. -webkit-transition: all 0.6s ease-in-out;
  630. -moz-transition: all 0.6s ease-in-out;
  631. -o-transition: all 0.6s ease-in-out;
  632. -ms-transition: all 0.6s ease-in-out;
  633. transition: all 0.6s ease-in-out;
  634. color: #fff;
  635. text-shadow: 1px 1px 1px #fff;
  636.  
  637. }
  638.  
  639. .blinks {
  640. position:fixed;
  641. margin-top:-80px;
  642. margin-left:-74px;
  643. transform: rotate(0deg);
  644. font-family: 'Montserrat', sans-serif;
  645. font-size: 70px;
  646. -webkit-animation-name: bbounce;
  647. -webkit-animation: bbounce linear 5.5s;
  648. -webkit-animation-iteration-count: infinite;
  649. -webkit-transform-origin: 50% 50%;
  650. }
  651.  
  652.  
  653. .blinks a {
  654. padding:10px;
  655. color:#fff;
  656. text-shadow: 0px 0px 1px #fff;
  657. margin-right:0px;
  658. -webkit-filter: blur(0px);
  659. -webkit-transition: 0.8s ease-in;
  660. -moz-transition: 1s ease-in;
  661. transition: 1s ease-in;
  662. }
  663.  
  664. .blinks a:hover {
  665. -webkit-transition: all 0.6s ease-in-out;
  666. -moz-transition: all 0.6s ease-in-out;
  667. -o-transition: all 0.6s ease-in-out;
  668. -ms-transition: all 0.6s ease-in-out;
  669. transition: all 0.6s ease-in-out;
  670. color: #5da6ef;
  671. text-shadow: 1px 1px 1px #5da6ef;
  672. -webkit-filter: blur(3px);
  673. }
  674.  
  675.  
  676.  
  677. .clinks {
  678. position:fixed;
  679. margin-top:-30px;
  680. margin-left:-523px;
  681. transform: rotate(0deg);
  682. font-family: 'Montserrat', sans-serif;
  683. font-size: 40px;
  684. -webkit-animation-name: bbounce;
  685. -webkit-animation: bbounce linear 2.5s;
  686. -webkit-animation-iteration-count: infinite;
  687. -webkit-transform-origin: 50% 50%;
  688. }
  689.  
  690.  
  691. .clinks a {
  692. padding:10px;
  693. color:#5da6ef;
  694. text-shadow: 0px 0px 1px #5da6ef;
  695. margin-right:0px;
  696. -webkit-filter: blur(0px);
  697. -webkit-transition: 0.8s ease-in;
  698. -moz-transition: 1s ease-in;
  699. transition: 1s ease-in;
  700. }
  701.  
  702. .clinks a:hover {
  703. -webkit-transition: all 0.6s ease-in-out;
  704. -moz-transition: all 0.6s ease-in-out;
  705. -o-transition: all 0.6s ease-in-out;
  706. -ms-transition: all 0.6s ease-in-out;
  707. transition: all 0.6s ease-in-out;
  708. color: #ec2634;
  709. text-shadow: 2px 2px 2px #ec2634;
  710. -webkit-filter: blur(3px);
  711. }
  712.  
  713.  
  714.  
  715.  
  716. .dlinks {
  717. position:fixed;
  718. margin-top:360px;
  719. margin-left:-612px;
  720. transform: rotate(0deg);
  721. font-family: 'Montserrat', sans-serif;
  722. font-size: 50px;
  723. -webkit-animation-name: bbounce;
  724. -webkit-animation: bbounce linear 5.5s;
  725. -webkit-animation-iteration-count: infinite;
  726. -webkit-transform-origin: 50% 50%;
  727. }
  728.  
  729.  
  730. .dlinks a {
  731. padding:10px;
  732. color:#f43b3b;
  733. text-shadow: 0px 0px 1px #f43b3b;
  734. margin-right:0px;
  735. -webkit-filter: blur(0px);
  736. -webkit-transition: 0.8s ease-in;
  737. -moz-transition: 1s ease-in;
  738. transition: 1s ease-in;
  739. }
  740.  
  741. .dlinks a:hover {
  742. -webkit-transition: all 0.6s ease-in-out;
  743. -moz-transition: all 0.6s ease-in-out;
  744. -o-transition: all 0.6s ease-in-out;
  745. -ms-transition: all 0.6s ease-in-out;
  746. transition: all 0.6s ease-in-out;
  747. color: #fff;
  748. text-shadow: 1px 1px 1px #fff;
  749. -webkit-filter: blur(3px);
  750. }
  751.  
  752. .elinks {
  753. position:fixed;
  754. margin-top:170px;
  755. margin-left:-745px;
  756. transform: rotate(0deg);
  757. font-family: 'Montserrat', sans-serif;
  758. font-size: 60px;
  759. -webkit-animation-name: bbounce;
  760. -webkit-animation: bbounce linear 2.5s;
  761. -webkit-animation-iteration-count: infinite;
  762. -webkit-transform-origin: 50% 50%;
  763. }
  764.  
  765.  
  766. .elinks a {
  767. padding:10px;
  768. color:#fff;
  769. text-shadow: 0px 0px 1px #fff;
  770. margin-right:0px;
  771. -webkit-filter: blur(0px);
  772. -webkit-transition: 0.8s ease-in;
  773. -moz-transition: 1s ease-in;
  774. transition: 1s ease-in;
  775. }
  776.  
  777. .elinks a:hover {
  778. -webkit-transition: all 0.6s ease-in-out;
  779. -moz-transition: all 0.6s ease-in-out;
  780. -o-transition: all 0.6s ease-in-out;
  781. -ms-transition: all 0.6s ease-in-out;
  782. transition: all 0.6s ease-in-out;
  783. color: #ec2634;
  784. text-shadow: 2px 2px 2px #ec2634;
  785. -webkit-filter: blur(3px);
  786. }
  787.  
  788. #description {
  789. opacity:0;
  790. overflow-x:hidden;
  791. overflow-y:scroll;
  792. position:fixed;
  793. width:153px;
  794. height:80px;
  795. font-family:trebuchet ms;
  796. margin-top:455px;
  797. margin-left:-780px;
  798. text-align:justify;
  799. font-size:9px;
  800. color: #999;
  801. letter-spacing:0px;
  802. line-height:130%;
  803. color:#ccd3cc;
  804. text-shadow: 0px 0px 1px #ccd3cc;
  805.  
  806. -moz-transition-duration:1s;
  807. -webkit-transition-duration:1s;
  808. -o-transition-duration:1s;
  809.  
  810. }
  811.  
  812. #description a {
  813. color:#000;
  814. text-shadow: 0px 0px 1px #000;
  815. }
  816.  
  817. #description a:hover {
  818. color:#b042b5; }
  819.  
  820. #description:hover {
  821. color:#000;
  822. text-shadow: 0px 0px 1px #000;
  823. background-color:#fff;
  824. opacity:1;
  825. -webkit-transition: all 2s ease-out;
  826. -moz-transition: all 2s ease-out;
  827. transition: all 2s ease-out;
  828. }
  829.  
  830. #pagination {
  831. position:fixed;
  832. width:10px;
  833. margin-top:575px;
  834. margin-left:392px;
  835. text-align:left;
  836. line-height:190%;
  837. letter-spacing:15px;
  838. font-family: 'Pacifico';
  839. text-transform:lowercase;
  840. text-align: right;
  841. width: 300px;
  842. margin-right: auto;
  843. }
  844.  
  845.  
  846.  
  847. #pagination a {
  848. display: inline-block;
  849. padding-left: 5px;
  850. font-size: 20px;
  851. font-family: 'Yellowtail', cursive;
  852. color:#fff;
  853. text-shadow: 0px 0px 2px #fff;
  854. -moz-transition-duration:.9s;
  855. -webkit-transition-duration:.9s;
  856. -o-transition-duration:.9s;
  857.  
  858. }
  859.  
  860. #pagination a:hover {
  861. padding-left: 5px;
  862. color: #b042b5;
  863. text-shadow: 0px 0px 2px #b042b5;
  864.  
  865. -webkit-transition:all .5s ease-in-out;
  866. -moz-transition:all .5s ease-in-out;
  867. transition:all .5s ease-in-out;
  868. }
  869.  
  870. #info {
  871. font-family: 'VT323',serif ;
  872. margin-top:6px;
  873. margin-left: 12px;
  874. width: 240px;
  875. padding-bottom:35px;
  876. font-size: 9px;
  877. line-height: 9px;
  878. letter-spacing: 5px;
  879. text-align: center;
  880. text-shadow:0px 0px 8px #fff;
  881. padding:4px;
  882. background:url("https://66.media.tumblr.com/092a9e408faaec091f35c97d985eefb9/tumblr_pr75pophSk1yos812o1_1280.png");
  883. background-position:center;
  884. background-attachment:fixed;
  885. outline: 1px dashed #68b1ef;
  886. outline-offset: 2px;
  887. color:#fff;
  888. text-shadow:1px 1px 1px #f43b3b;
  889.  
  890.  
  891. -moz-transition-duration:0.2s;
  892. -webkit-transition-duration:0.2s;
  893. -o-transition-duration:0.2s;
  894. }
  895.  
  896. #info a {
  897. font-family: 'Fjalla One', sans-serif;
  898. font-style:;
  899. color:#fff;
  900. text-shadow:0px 0px 1px #fff;
  901. margin-top:20px;
  902. margin-left:0px;
  903. text-shadow:0px 0px 3px #f43b3b;
  904.  
  905. font-size:20px;
  906. -webkit-filter: blur(0px);
  907. -moz-transition-duration:0.2s;
  908. -webkit-transition-duration:0.2s;
  909. -o-transition-duration:0.2s;
  910. }
  911. #info a:hover {
  912.  
  913. color:#ec2634;
  914. text-shadow: none;
  915. -webkit-filter: blur(0px);
  916. -moz-transition-duration:0.2s;
  917. -webkit-transition-duration:0.2s;
  918. -o-transition-duration:0.2s;
  919.  
  920. }
  921.  
  922. .tags {
  923. width:238px;
  924. margin-top:10px;
  925. margin-bottom:20px;
  926. margin-left:12px;
  927. text-transform:lowercase;
  928. line-height:110%;
  929. font-size:9px;
  930. letter-spacing:1px;
  931. text-align:justify;
  932. padding-bottom:102px;
  933. padding-right:3px;
  934. padding-left:3px;
  935. text-align: center;
  936. padding: 5px;
  937. outline: 1px dashed #68b1ef;
  938. outline-offset: 2px;
  939. font-style:uppercase;
  940.  
  941. -moz-transition-duration:0.2s;
  942. -webkit-transition-duration:0.2s;
  943. -o-transition-duration:0.2s;
  944. }
  945. .tags a{
  946. font-style:arial;
  947. color: #000;
  948. font
  949. text-shadow:0px 0px 1px #000;
  950. ;
  951.  
  952. -moz-transition-duration:0.9s;
  953. -webkit-transition-duration:0.9s;
  954. -o-transition-duration:0.9s;
  955.  
  956. }
  957.  
  958. .tags a:hover {
  959. color:#ec2634;
  960. text-shadow:0px 0px 1px #ec2634;
  961. text-shadow: none;
  962. letter-spacing: 1px;
  963. }
  964.  
  965. .audio{
  966. background-color:#e5e5e5;
  967. border:3px double #000;
  968. height:65px;
  969. overflow:hidden;
  970. }
  971.  
  972. #ask {
  973.  
  974. width: 230px;
  975. text-transform: lowercase;
  976. text-align: center;
  977. padding: 5px;
  978. background-color:#fff;
  979. -webkit-border-image: url(https://66.media.tumblr.com/d179a7c2176677909016d885fa431423/tumblr_inline_pr77khmcrL1wck6g2_1280.png) 30 round;
  980. -o-border-image: url(https://66.media.tumblr.com/13c8cb5457303c1205818390ed4fcd95/tumblr_inline_pr77m0529N1wck6g2_1280.png) 30 round;
  981. border-image: url(https://66.media.tumblr.com/d179a7c2176677909016d885fa431423/tumblr_inline_pr77khmcrL1wck6g2_1280.png) 30 round;
  982. border-bottom: solid 2px #000;
  983. border-top: solid 2px #000;
  984. margin-bottom: 15px;
  985. margin-left: 19px;
  986.  
  987. }
  988.  
  989. .ques {
  990. width: 260px;
  991. text-align: center;
  992. margin-left: 18px;
  993. }
  994.  
  995. #asker {
  996.  
  997.  
  998. font-family: 'Montserrat', sans-serif;
  999. text-transform: uppercase;
  1000. line-height: 100%;
  1001. margin-bottom: 10px;
  1002. text-align: center;
  1003. font-size: 15px;
  1004.  
  1005. }
  1006.  
  1007. #asker a {
  1008. color: #fff;
  1009. text-shadow:0px 0px 2px #fff;
  1010. background-color:#f43b3b;
  1011.  
  1012. }
  1013.  
  1014. #asker a:hover {
  1015.  
  1016. color:#001f33;
  1017. letter-spacing:2px;
  1018.  
  1019. }
  1020.  
  1021. #question {
  1022. font-family: 'Montserrat', sans-serif;
  1023. text-transform: uppercase;
  1024. font-size: 10px;
  1025. color: white;
  1026. text-shadow: 10px 10px 10px 10px white;
  1027.  
  1028. }
  1029.  
  1030. ul#tabs {text-align: center;}
  1031. ul#tabs li { /*– your inactive / not viewed tabs –*/
  1032. display: inline-block;
  1033. background-color: transparent;
  1034. border-bottom: solid 0px;
  1035. padding: 5px 10px;
  1036. margin-bottom: 4px;
  1037. color: #000;
  1038. cursor: pointer;
  1039. font-weight:bold;
  1040. font-size: 8px;
  1041.  
  1042. }
  1043.  
  1044. ul#tabs li.active { /*– your active tab –*/
  1045. display: inline-block;
  1046. padding: 5px 10px;
  1047. color: #fff;
  1048. text-shadow:0px 0px 2px #fff;
  1049. background-color:#f43b3b; cursor: pointer;
  1050. font-weight:bold;
  1051. -webkit-transition:
  1052. all 0.5s ease-out;
  1053. -moz-transition: all 0.5s ease-out;
  1054. transition: all 0.5s ease-out;
  1055. }
  1056.  
  1057. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  1058. ul#tab li.active {display: block;}
  1059. ul#tab li {display: none;}
  1060.  
  1061.  
  1062. }
  1063.  
  1064.  
  1065. {CustomCSS}</style></head><body>
  1066.  
  1067. <div id="overlay"><img src="https://66.media.tumblr.com/680edc8793c3588387c508e821ca127a/tumblr_pr7cdfCeVj1yo960ro1_400.png"></div>
  1068.  
  1069.  
  1070.  
  1071. <script>
  1072. (function($){
  1073. $(document).ready(function(){
  1074. $(“a[title]”).style_my_tooltips({
  1075. tip_follows_cursor:true,
  1076. tip_delay_time:7,
  1077. tip_fade_speed:7,
  1078. attribute:“title”
  1079. });
  1080. });
  1081. })(jQuery);
  1082. </script>
  1083.  
  1084.  
  1085. <div class="credit"><a href="https://hollywhood.tumblr.com/" title="made by me with help from tutorials."><span class="credit"><B>R.</B></span></a></div>
  1086.  
  1087. <div id="sidebar">
  1088.  
  1089. <div id="sidebarimage">
  1090. <a href="/"><img src="{image:sidebar}"></a></div>
  1091.  
  1092. <div class="sidebartitle">{text:sidebartitle}</div>
  1093.  
  1094.  
  1095. <div id="links">
  1096.  
  1097.  
  1098. <div class="alinks">
  1099. <a href="/" title="refresh."> ☆ </a>
  1100. </div>
  1101.  
  1102.  
  1103. <div class="blinks">
  1104. <a href="#?w=259" rel="01" class="poplight" title="ask."> ☆ </a>
  1105. </div>
  1106.  
  1107.  
  1108. <div class="clinks">
  1109. <a href="https://docs.google.com/document/u/2/d/1t8eCQE8UF2_bfqXnnq5sLNxVQ-2PDu1AA31Bs3EIGl8/edit?usp=sharing" title="rules."> ☆ </a> </a>
  1110. </div>
  1111.  
  1112.  
  1113. <div class="dlinks">
  1114. <a href="#?w=259" rel="04" class="poplight" title="dossier."> ☆ </a> </a>
  1115. </div>
  1116.  
  1117.  
  1118. <div class="elinks">
  1119. <a href="#?w=259" rel="05" class="poplight" title="verses."> ☆ </a> </a>
  1120. </div>
  1121. </div>
  1122.  
  1123. <div id="description">
  1124. <center>
  1125. <br>
  1126. <br>
  1127. mixed media. low act. priv.
  1128. <br>
  1129. <b>STEVE ROGERS</b>
  1130. <br>
  1131. written by rory, 616 and headcanon influenced</center>
  1132. <br></div>
  1133. </div>
  1134. </div>
  1135.  
  1136. <div id="pagination">
  1137. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">❮</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">❯</a>{/block:NextPage}{/block:Pagination}
  1138. </div></div></div>
  1139.  
  1140. <div id="entries">{block:Posts}<div id="post">
  1141. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1142.  
  1143. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1144.  
  1145. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1146.  
  1147. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1148.  
  1149. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1150.  
  1151. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1152.  
  1153. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1154. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1155.  
  1156. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1157.  
  1158. {block:Answer}
  1159. <div id="asker">{Asker}</div>
  1160. <div id="ask">{question}</div>
  1161.  
  1162. {Answer}{/block:Answer}
  1163.  
  1164. {block:Date}<div id="info"><a title="{TimeAgo}" href="{Permalink}" style="position:absolute; margin-left:-60px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1165. -moz-animation: spin 3s linear 0s infinite normal;
  1166. -ms-animation: spin 3s linear 0s infinite normal;
  1167. -o-animation: spin 3s linear 0s infinite normal;
  1168. animation: spin 3s linear 0s infinite normal;">★</a></span>
  1169. {/block:Date} {block:NoteCount}
  1170.  
  1171. <a href="{Permalink}" a title="{NoteCount}"style="position:absolute; margin-left:-30px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1172. -moz-animation: spin 3s linear 0s infinite normal;
  1173. -ms-animation: spin 3s linear 0s infinite normal;
  1174. -o-animation: spin 3s linear 0s infinite normal;
  1175. animation: spin 3s linear 0s infinite normal;">★</a> {/block:NoteCount}
  1176.  
  1177. {block:RebloggedFrom}
  1178. <a title="{ReblogParentName}" href="{ReblogParentURL}"style="position:absolute; margin-left:0px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1179. -moz-animation: spin 3s linear 0s infinite normal;
  1180. -ms-animation: spin 3s linear 0s infinite normal;
  1181. -o-animation: spin 3s linear 0s infinite normal;
  1182. animation: spin 3s linear 0s infinite normal;">★</a>
  1183. {/block:RebloggedFrom}
  1184. <a href="{ReblogURL}"target="blank" title="reblog this post" style="position:absolute; margin-left:30px; font-size:25px; margin-top:-5px; -webkit-animation: spin 3s linear 0s infinite normal;
  1185. -moz-animation: spin 3s linear 0s infinite normal;
  1186. -ms-animation: spin 3s linear 0s infinite normal;
  1187. -o-animation: spin 3s linear 0s infinite normal;
  1188. animation: spin 3s linear 0s infinite normal;">★</a></span>
  1189. </div>
  1190.  
  1191. {block:HasTags}
  1192.  
  1193. <div class="tags">
  1194. <center>{block:Tags} <a title="{Tag}"href="{TagURL}">{Tag}</a>
  1195. {/block:Tags}</div>
  1196. {/block:HasTags}</center>
  1197.  
  1198. <div class="postnote">
  1199. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1200. </div>
  1201. </div>
  1202. {/block:Posts}
  1203.  
  1204. </div>
  1205.  
  1206. </body>
  1207.  
  1208. <div id="01" class="popup_block">
  1209. <div class="popask">
  1210.  
  1211. <h2>hide your fires.</h2><center>anon hate will be deleted</CENTER><p><iframe frameborder="0" scrolling="no" width="100%" height="300" src="https://www.tumblr.com/ask_form/opsrebirth.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  1212. </div>
  1213. </div>
  1214. </div>
  1215.  
  1216. <div id="04" class="popup_block">
  1217. <div class="poptext">
  1218.  
  1219. <ul id="tabs">
  1220. <li class="active">STORY.</li>
  1221. &nbsp&nbsp&nbsp
  1222. <li>INFO.</li>
  1223. &nbsp&nbsp&nbsp
  1224. <li>DETAILS.</li>
  1225. </ul>
  1226.  
  1227. <ul id="tab">
  1228. <li class="active">
  1229. <br>
  1230.  
  1231. hhhhh</li>
  1232. <li>
  1233.  
  1234. <center><h3>LAYER ONE.</h3></center>
  1235.  
  1236. yeh
  1237. </li>
  1238. <li>
  1239.  
  1240. detailed about
  1241.  
  1242. </li>
  1243. </ul>
  1244.  
  1245. </div>
  1246. </div>
  1247. </div>
  1248.  
  1249. <div id="05" class="popup_block">
  1250. <div class="poptext">
  1251.  
  1252. title
  1253. <ul id="tabs">
  1254. <li class="active">CANON.</li>
  1255. &nbsp&nbsp&nbsp
  1256. <li>ALTERNATE.</li>
  1257. &nbsp&nbsp&nbsp
  1258. <li>PRIVATE.</li>
  1259. </ul>
  1260.  
  1261. <ul id="tab">
  1262. <li class="active">
  1263. <br>
  1264.  
  1265. main verses
  1266. </li>
  1267. <li>
  1268.  
  1269. au verses
  1270.  
  1271.  
  1272.  
  1273. </li>
  1274. <li>
  1275.  
  1276. private verses
  1277. </li>
  1278. </ul>
  1279.  
  1280.  
  1281.  
  1282. </div>
  1283. </div>
  1284.  
  1285.  
  1286.  
  1287. </div>
  1288. </div>
  1289. </div>
  1290. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement