Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
page 01 - hello, goodbye (redirect) - Pastebin.com
[go: Go Back, main page]

annasthms

page 01 - hello, goodbye (redirect)

Nov 11th, 2017
2,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6. credits:
  7.  
  8. - hello, goodbye (redirect) page by annasthms
  9.  
  10. -->
  11.  
  12. <head>
  13.   <title>{Title}</title>
  14.   <link rel="shortcut icon" href="{Favicon}">
  15.   <link href="https://fonts.googleapis.com/css?family={text:url google font}" rel="stylesheet">
  16.   <link href="https://fonts.googleapis.com/css?family={text:text google font}" rel="stylesheet">
  17.   <meta name="image:background" content=""/>
  18.   <meta name="color:background" content="#ffffff"/>
  19.   <meta name="color:color 1" content="" />
  20.   <meta name="color:color 2" content="" />
  21.   <meta name="color:text" content="#000000" />
  22.   <meta name="color:loading bar" content="#000000" />
  23.   <meta name="font:url" content="Arquitecta" />
  24.   <meta name="font:text" content="Avalon" />
  25.   <meta name="select:text align" content="center" title="center" />
  26.   <meta name="select:text align" content="cascade" title="cascade" />
  27.   <meta name="if:automatic redirect" content="1" />
  28.   <meta name="if:hide tumblr controls" content="1" />
  29.   <meta name="text:blog titles font size" content="32px" />
  30.   <meta name="text:text font size" content="20px" />
  31.   <meta name="text:note font size" content="" />
  32.   <meta name="text:url google font" content="" />
  33.   <meta name="text:text google font" content="" />
  34.   <meta name="text:old url" content="blog name w/o tumblr.com" />
  35.   <meta name="text:new url" content="blog name w/o tumblr.com" />
  36.   <meta name="text:message" content="has moved to" />
  37.   <meta name="text:note" content="ex: for the holidays (can leave blank)" />
  38.   <style>
  39.   body {
  40.     background: {color:background} url('{image:background}');
  41.     background-attachment: fixed;
  42.     background-clip: border-box;
  43.     background-position: center;
  44.     background-repeat: no-repeat;
  45.     background-size: cover;
  46.   }
  47.   a {
  48.     color: {color:color 1};
  49.     text-decoration: none;
  50.   }
  51.   a:hover {
  52.     color: {color:color 2};
  53.   }
  54.   div#moved {
  55.     position: absolute;
  56.     top: 50%;
  57.     left: 50%;
  58.     -webkit-transform: translate(-50%, -50%);
  59.             transform: translate(-50%, -50%);
  60.     color: {color:text};
  61.     width: 35vw;
  62.     min-width: 300px;
  63.   }
  64.   div.url {
  65.     font-size: {text:blog titles font size};
  66.     letter-spacing: 2px;
  67.     font-family: {block:Ifurlgooglefont}'{text:url google font}', {/block:Ifurlgooglefont}{font:url};
  68.   }
  69.   div.text {
  70.     font-family: {block:Iftextgooglefont}'{text:text google font}', {/block:Iftextgooglefont}{font:text};
  71.     font-size: {text:text font size};
  72.   }
  73.   div#move {
  74.     margin: 1em 0 0.5em;
  75.   }
  76.   div#note {
  77.     margin-top: 0.5em;
  78.     font-size: {text:note font size};
  79.   }
  80.   .center {
  81.     text-align: center;
  82.   }
  83.   .cascade div#move {
  84.     text-align: center;
  85.   }
  86.   .cascade div#new {
  87.     text-align: right;
  88.   }
  89.   .cascade div#note {
  90.     text-align: right;
  91.   }
  92.   div#load {
  93.     position: absolute;
  94.     bottom: -3em;
  95.     height: 5px;
  96.     width: 1%;
  97.     background: {color:loading bar};
  98.   }
  99.   {block:Ifhidetumblrcontrols}
  100.   iframe.tmblr-iframe {
  101.     display: none;
  102.   }
  103.   {/block:Ifhidetumblrcontrols}
  104.  
  105.   a#cred {
  106.     position: fixed;
  107.     bottom: 5px;
  108.     right: 5px;
  109.     background: #fff;
  110.     padding: 3px 6px;
  111.     font-family: {block:Iftextgooglefont}{text:text google font}, {/block:Iftextgooglefont}{font:text};
  112.   }
  113.   </style>
  114. </head>
  115. <body>
  116.   <div id="moved" class="{select:text align}">
  117.     <div id="orig" class="url">{text:old url}</div>
  118.     <div id="move" class="text">{text:message}</div>
  119.     <div id="new" class="url"><a href="https://{text:new url}.tumblr.com/">{text:new url}</a></div>
  120.     {block:Ifnote}<div id="note" class="text">{text:note}</div>{/block:Ifnote}
  121.     {block:Ifautomaticredirect}<div id="load"></div>{/block:Ifautomaticredirect}
  122.   </div>
  123.   <a href="https://annasthms.tumblr.com" id="cred" title="page by annasthms">a</a>
  124.   {block:Ifautomaticredirect}
  125.   <script>
  126.   document.addEventListener("DOMContentLoaded", function() {
  127.     var elem = document.getElementById("load");
  128.     var width = 1;
  129.     var id = setInterval(frame, 100);
  130.     function frame() {
  131.       if (width >= 100) {
  132.         clearInterval(id);
  133.       } else {
  134.         width++;
  135.         elem.style.width = width + '%';
  136.       }
  137.     }
  138.   });
  139.   setTimeout(function() {
  140.     window.location.assign("https://{text:new url}.tumblr.com" + location.pathname);
  141.   }, 10000);
  142.   </script>
  143.   {/block:Ifautomaticredirect}
  144. </body>
  145. </html>
Advertisement
Add Comment
Please, Sign In to add comment