Advertisement
rowrz

redirect theme

Jul 22nd, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.34 KB | None | 0 0
  1. <!--                                  
  2. _ __ _____      ___ __ ____        
  3. | '__/ _ \ \ /\ / / '__|_  /        
  4. | | | (_) \ V  V /| |   / /        
  5. |_|  \___/ \_/\_/ |_|  /___|        
  6. | | | |                            
  7. | |_| |__   ___ _ __ ___   ___  ___
  8. | __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
  9. | |_| | | |  __/ | | | | |  __/\__ \
  10. \__|_| |_|\___|_| |_| |_|\___||___/
  11.                    
  12.                            
  13. redirect theme 1                              
  14. designed & manufacured by alex
  15. http://rowrz.tumblr.com/themes
  16. -->
  17. <head>
  18.     <meta name="if:Redirect" content="" />
  19.     <meta name="text:Time" content="5" />
  20.     <meta name="text:New URL" content="http://" />
  21.     {block:ifRedirect}
  22.         <meta http-equiv="refresh" content="{text:Time}; url={text:NewURL}" />
  23.     {/block:ifRedirect}
  24.     <title>{title}</title>
  25.     <script src="http://static.tumblr.com/4ra4qv5/y7gn94xdb/jquery.1.11.0.min.redirect.js"></script>
  26.     <style>
  27.     #moved{
  28.         font-family:arial;
  29.         text-align:center;
  30.         margin:0px auto;
  31.         -webkit-transition:all 0.4s ease-in-out;
  32.         -moz-transition:all 0.4s ease-in-out;
  33.         -o-transition:all 0.4s ease-in-out;
  34.         transition:all 0.4s ease-in-out;
  35.        
  36.     }
  37.     @media all and (max-width: 640px){
  38.         #moved,#ad{
  39.             font-size:5em;
  40.             width:640px;
  41.         }
  42.     }
  43.     @media all and (min-width: 800px) and (max-width: 1920px){
  44.         #moved,#ad{
  45.             font-size:10em;
  46.             min-width:800px;
  47.             max-width:1920px;
  48.         }
  49.     }
  50.     @media all and (min-width: 640px) and (max-width: 1280px){
  51.         #moved{
  52.             font-size:8em;
  53.             min-width:640px;
  54.             max-width:1280px;
  55.         }
  56.     }
  57.     @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 326dpi){
  58.         #moved{
  59.             width:640px;
  60.             font-size:4em;
  61.         }
  62.     }
  63.     #moved a{
  64.         text-decoration:none;
  65.         color:black;
  66.     }
  67.     iframe#tumblr_controls{
  68.         display:none;
  69.         opacity:0;
  70.     }
  71.     </style>
  72. </head>
  73. <body>
  74.     <div id="moved"><a href="{text:NewURL}">{Description} &#187;<br/>
  75.     {block:ifnotRedirect}</a></div>{/block:ifnotRedirect}
  76.     {block:ifRedirect}
  77.         <small style="font-size:.5em">((you will be redirected))</small></a></div>
  78.     {/block:ifRedirect}
  79. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement