Advertisement
csloani

PAGE 06.6

Apr 7th, 2015
2,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <!--
  14.  
  15.  
  16. page jaunt 09
  17. iliyon @ tumblr
  18.  
  19.  
  20. -->
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. <head>
  34. <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'><link href='http://static.tumblr.com/wb7siqo/jjdnjg8n6/cssnormalizer.css' rel='stylesheet' type='text/css'><link rel="shortcut icon" href="{Favicon}"><title>{Title}</title>
  35. <meta name="image:Bg" content="" />
  36. <meta name="color:Text" content="#ffffff" />
  37. <meta name="color:Overlay" content="#111111" />
  38. <meta name="select:Overlay Opacity" content="50" title="50%" />
  39. <meta name="select:Overlay Opacity" content="0" title="0%" />
  40. <meta name="select:Overlay Opacity" content="10" title="10%" />
  41. <meta name="select:Overlay Opacity" content="20" title="20%" />
  42. <meta name="select:Overlay Opacity" content="30" title="30%" />
  43. <meta name="select:Overlay Opacity" content="40" title="40%" />
  44. <meta name="select:Overlay Opacity" content="60" title="60%" />
  45. <meta name="select:Overlay Opacity" content="70" title="70%" />
  46. <meta name="select:Overlay Opacity" content="80" title="80%" />
  47. <meta name="select:Overlay Opacity" content="90" title="90%" />
  48. <meta name="text:URL" content="" />
  49. <meta name="text:Name" content="" />
  50. <meta name="text:Background Position" content="center center" />
  51. <meta name="if:Stretch Background" content="1" />
  52. <meta name="if:Tile Background" content="0" />
  53. <style type="text/css">
  54. body{font-family:Montserrat;color:{color:Text};display:block;height:100%;width:100%;position:fixed;}
  55. a{color:{color:Text};text-decoration:none;}
  56. iframe#tumblr_controls{display:none!important;}
  57. body section{display:table;vertical-align:middle;height:100%;width:100%;background-image:url({image:Bg});{block:ifNotTileBackground}background-repeat:no-repeat;{/block:ifNotTileBackground}{block:ifStretchBackground}background-size:cover;{/block:ifStretchBackground}background-position:{text:Background Position};}
  58. body section article{display:table-cell;vertical-align:middle;height:100%;width:100%;text-align:center;background:rgba({RGBcolor:Overlay},.{select:Overlay Opacity});}
  59. h2{font-size:100%;text-transform:uppercase;font-weight:700;letter-spacing:2px;
  60. }
  61. h3{width:170px;height:5px;border:1px {color:Text} solid;margin:15px auto;position:relative;}
  62. h4{text-transform:uppercase;margin:15px 0;font-size:65%;letter-spacing:2px;}
  63. div{background:{color:Text};width:0;height:100%;top:0;left:0;position:absolute;opacity:.4;-webkit-transition:4s linear;transition:4s linear;-webkit-transition-delay:1s linear;transition-delay:1s linear;}
  64. span{font-size:10px;}
  65. a.cr{position:fixed;left:15px;bottom:15px;background:rgba(100,100,100,.7);color:#fff;font-size:13px;font-family:arial;z-index:999!important;border-radius:3px;padding:7px 6px 5px 6px;line-height:10px;}
  66. </style>
  67. </head><body>
  68. <a class="cr" href="http://iliyon.tumblr.com" target="_blank">&copy;</a>
  69. <section>
  70. <article>
  71. <a href="#">
  72. <h4>{Name} has moved to</h4>
  73. <h2>{text:Name}</h2>
  74. <h3>
  75. <div></div>
  76. </h3>
  77. <span id="p">0</span>
  78. </a>
  79. </article>
  80. </section>
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script>$(document).ready(function(){$('article a').click(function(){location.replace('{text:URL}' + location.pathname);});$('div').css({'width':'100%'});var start = 0;var write = document.getElementById('p');var count = setInterval(function(){start++;if (start > 100){clearInterval();write.innerHTML = ('Redirecting...');}else{write.innerHTML = (start + '%');}}, 40);setTimeout (dir, 5500);function dir(){location.replace('{text:URL}' + location.pathname);}});</script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement