Advertisement
ogaraster

Redirect Theme

Apr 20th, 2013
34,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <!--
  2.  
  3. Redirect Theme by Atlas Designs
  4. http://atlasdesigns.tumblr.com/
  5.  
  6. Do not remove credits to this theme.
  7.  
  8. -->
  9.  
  10. <head>
  11.  
  12. <meta HTTP-EQUIV="REFRESH" content="2; url=http://{text:new url}.tumblr.com">
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  17.  
  18. {block:IndexPage}
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  24.  
  25. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  26. <script type="text/javascript">
  27. $(window).load(function () {
  28. var $content = $('#content');
  29. $content.masonry({itemSelector: '.entry'}),
  30. $content.infinitescroll({
  31. navSelector : 'div#pagination',
  32. nextSelector : 'div#pagination a#nextPage',
  33. itemSelector : '.entry',
  34. loading: {
  35. finishedMsg: '',
  36. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  37. },
  38. bufferPx : 600,
  39. debug : false,
  40. },
  41. // call masonry as a callback.
  42. function( newElements ) {
  43. var $newElems = $( newElements );
  44. $newElems.hide();
  45. // ensure that images load before adding to masonry layout
  46. $newElems.imagesLoaded(function(){
  47. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  48. {/block:IndexPage}
  49.  
  50. <meta name="color:background" content="#ffffff" />
  51. <meta name="color:text" content="#ebebeb" />
  52. <meta name="color:link" content="#a3a3a3" />
  53. <meta name="color:link hover" content="#a3a3a3" />
  54.  
  55. <meta name="text:new url" content="" />
  56.  
  57. <meta name="image:background" content="" />
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {display:none;}
  62.  
  63. body {
  64. background-color: {color:background};
  65. background-image:url({image:Background});
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. font-size:12px;
  69. font-family:lato;
  70. line-height:14px;
  71. text-transform:none;
  72. color: {color:text};
  73. }
  74.  
  75. #main{
  76. position:fixed;
  77. height:494px;
  78. width:650px;
  79. top:50%;
  80. margin-top:-100px;
  81. left:50%;
  82. margin-left:-325px;
  83. font-family:lato;
  84. text-align:center;
  85. text-transform:uppercase;
  86. color:{color:text};
  87. font-size:50px;
  88. line-height:59px;
  89. }
  90.  
  91. #pic{
  92. position:absolute;
  93. }
  94.  
  95. a {
  96. text-decoration:none;
  97. color:{color:link};
  98. -webkit-transition: all 0.4s linear;
  99. -moz-transition: all 0.4s linear;
  100. transition: all 0.4s linear;
  101. }
  102.  
  103. a:link, a:active, a:visited{
  104. color: {color:link};
  105. padding-bottom:5px;
  106. border-bottom:2px solid {color:link};
  107. }
  108.  
  109. a:hover{
  110. color: {color:link hover};
  111. }
  112.  
  113. .smaller{
  114. font-size:30px;
  115. }
  116.  
  117. {CustomCSS}
  118. </style>
  119.  
  120. <title>{title}</title>
  121.  
  122. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  123.  
  124. </head>
  125. <body>
  126.  
  127. <div id="main">
  128. <span class="smaller"><i>now {text:new url}</i></span><br>
  129. <a href="http://{text:new url}.tumblr.com/">REDIRECTING YOU</a>
  130. </div>
  131.  
  132.  
  133.  
  134. <div id="fb-root"></div>
  135. <script>(function(d, s, id) {
  136. var js, fjs = d.getElementsByTagName(s)[0];
  137. if (d.getElementById(id)) return;
  138. js = d.createElement(s); js.id = id;
  139. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  140. fjs.parentNode.insertBefore(js, fjs);
  141. }(document, 'script', 'facebook-jssdk'));</script>
  142.  
  143.  
  144.  
  145. </body>
  146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement