Advertisement
octomoosey

cog

Feb 26th, 2017
1,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <!-- octomoosey @ tumblr -->
  2.  
  3. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <meta name="text:oldurl" content="oldurl"/>
  10. <meta name="text:newurl" content="newurl"/>
  11.  
  12. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  13.  
  14. <style type="text/css">
  15.  
  16. body {
  17. background-color:#707070;
  18. color:#fff;
  19. font-family: 'Roboto', sans-serif;
  20. font-size: 14px;
  21. line-height:120%;
  22. text-transform:uppercase;
  23. background-image: url('https://static.tumblr.com/uopakca/JUyom01yn/noisy-texture-100x100-o10-d20-c-707070-t0.png');
  24. background-repeat:repeat;
  25. background-position:center center;
  26. text-shadow: 2px 2px 8px #000;}
  27.  
  28. #content {
  29. border:7px double #fff;
  30. -webkit-border-radius: 5px;
  31. -moz-border-radius: 5px;
  32. border-radius: 5px;
  33. position:absolute;
  34. background:#444;
  35. text-align:center;
  36. left:50%;
  37. margin-left: -177px;
  38. top:50%;
  39. margin-top:-127px;
  40. height:200px;
  41. width:300px;
  42. font-family: 'Roboto', sans-serif;
  43. opacity:1;
  44. font-size:9px;
  45. padding:20px;
  46. overflow:auto;
  47. box-shadow: 2px 2px 8px #000;}
  48.  
  49. #oldurl {
  50. margin-top:5px;
  51. text-align:center;
  52. color:{color:text};
  53. padding:10px;
  54. font-family: 'Roboto', sans-serif;
  55. font-size:15px;
  56. line-height:15px;}
  57.  
  58. #newurl {
  59. text-align:center;
  60. color:{color:text};
  61. padding:10px;
  62. font-family: 'Roboto', sans-serif;
  63. font-size:30px;
  64. line-height:20px;
  65. margin-bottom:10px;}
  66.  
  67. a:link, a:active, a:visited {
  68. color: #fe9901;
  69. text-decoration:none;
  70. -webkit-transition: all 0.7s ease;
  71. transition: all 0.7s ease;
  72. -moz-transition: all 0.7s ease;
  73. -o-transition: all 0.7s ease;}
  74.  
  75. a:hover {
  76. color:#fff;}
  77.  
  78. .cog1 {
  79. position:absolute;
  80. left:50%;
  81. margin-left:-275px;
  82. top:50%;
  83. margin-top:25px;}
  84.  
  85. .cog2 {
  86. position:absolute;
  87. left:50%;
  88. margin-left:75px;
  89. top:50%;
  90. margin-top:-225px;}
  91.  
  92. #credit img {
  93. z-index:999;
  94. bottom:0px;
  95. right:10px;
  96. height:25px;
  97. width:25px;
  98. opacity:0.8;
  99. position:fixed;
  100. padding-bottom:10px;}
  101.  
  102. </style>
  103.  
  104. </head>
  105. <body>
  106. <div class="cog1"><img src="https://static.tumblr.com/uopakca/Rvuom01nz/gear.gif"></div>
  107. <div class="cog2"><img src="https://static.tumblr.com/uopakca/Rvuom01nz/gear.gif"></div>
  108. <div id="content">
  109. <div id="oldurl">{text:oldurl}</div>
  110. is now at
  111. <div id="newurl"><a href="https://{text:newurl}.tumblr.com">{text:newurl}</a></div>
  112. <img src="https://static.tumblr.com/uopakca/8nCom00xy/ellipsis2.gif"><br><br>
  113. ...redirecting...<br>
  114. please wait<br><br>
  115. </div>
  116.  
  117. <script>
  118. setTimeout( redirectTumblr, 6000 );
  119. function redirectTumblr() {
  120. window.location.replace('https://{text:newurl}.tumblr.com' + window.location.pathname);
  121. }
  122. </script>
  123.  
  124. </body>
  125.  
  126. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://static.tumblr.com/uopakca/8Ixolya19/octopus-128__1_.png"></a></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement