Advertisement
thewisepotato

Google Redirect/Hiatus Page

Apr 5th, 2014
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> {Title}{block:TagPage}: posts tagged {Tag}{/block:TagPage}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  8.  
  9. <meta name="color:Background" content="#ffffff"/>
  10. <meta name="color:Bottom Bar BG" content="#f2f2f2"/>
  11. <meta name="color:Bottom Bar Text" content="#777777"/>
  12. <meta name="color:Bottom Bar Text Hover" content="#333333"/>
  13. <meta name="image:Background" content=""/>
  14. <meta name="image:Banner" content=""/>
  15. <meta name="text:Link 1" content=""/>
  16. <meta name="text:Link 1 URL" content="http://"/>
  17. <meta name="text:Link 2" content=""/>
  18. <meta name="text:Link 2 URL" content="http://"/>
  19.  
  20. <meta name="if:Ask Box" content="0"/>
  21.  
  22. <style type="text/css">
  23.  
  24. /*----GENERAL----*/
  25.  
  26. body {color:black; font-family:Arial; font-size:0.75em; padding:0; margin:0; overflow-x:hidden; background:{color:Background} url({image:Background}); width:100%; height:100%;}
  27.  
  28. #content {width:570px; {block:ifNotAskBox}height:270px; margin-top:-175px;{/block:ifNotAskBox} {block:ifAskBox}height:418px; margin-top:-209px;{block:ifAskBox}text-align:center; position:absolute; top:50%; left:50%; margin-left:-285px;}
  29.  
  30. #banner {height:175px; width:420px; margin-left:75px; background:url({image:Banner}) center center no-repeat; border:solid 1px transparent;}
  31.  
  32. #content input {width:570px; margin:18px 0; height:22px; padding:2px; font-family:arial; font-size:1.2em;}
  33.  
  34. #content iframe {margin:18px 0;}
  35.  
  36. #content a {padding:5px 10px; background-color:#f1f1f1; color:#666; text-decoration:none; font-weight:bold; text-transform:capitalize; border:solid 1px rgba(0,0,0,0.1); border-radius:2px; margin:9px;}
  37.  
  38. #content a:hover {background-color:#f5f5f5; color:#000;}
  39.  
  40. /*----BOTTOM BAR----*/
  41.  
  42. #bbar {width:100%; height:40px; line-height:40px; background-color:{color:Bottom Bar BG}; position:absolute; bottom:0;}
  43.  
  44. #bbar a {color:{color:Bottom Bar Text}; text-decoration:none; margin:0 10px;}
  45.  
  46. #bbar a:first-of-type {margin-left:128px;}
  47.  
  48. #bbar a:hover {color:{color:Bottom Bar Text Hover};}
  49.  
  50. /*--------*/
  51.  
  52. {CustomCSS}
  53. </style>
  54.  
  55. </head>
  56. <body>
  57.  
  58. <div id="content">
  59. <div id="banner"></div>
  60.  
  61. {block:ifNotAskBox}<input type="text" value=""/>{/block:ifNotAskBox}
  62.  
  63. {block:ifAskBox}<iframe frameborder="0" scrolling="no" width="570" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->{/block:ifAskBox}
  64.  
  65. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  66. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  67. </div>
  68.  
  69. <div id="bbar">
  70. <a href="/">Home</a> &nbsp; &nbsp; <a href="/ask">Ask</a> &nbsp; &nbsp; <a href="/archive">Archive</a> &nbsp; &nbsp; <a href="http://tumblr.com/dashboard">Dashboard</a> &nbsp; &nbsp; <a href="//syntaxthemes.tumblr.com">Theme</a>
  71. </div>
  72.  
  73.  
  74.  
  75.  
  76. <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
  77. <a href="http://syntaxthemes.tumblr.com">
  78. <img style="position:fixed; bottom:0; right:0; display:block; opacity:0.7; margin:0; z-index:999999999999!important;" onmouseover="this.style.opacity=0.9" onmouseout="this.style.opacity=0.7" src="http://static.tumblr.com/puls2hm/QOHn1brjx/st.png"/></a>
  79. <!----------------------------------THANK-------------------------------->
  80.  
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement