Advertisement
lostmemento

[Old Page] Redirect Layout v1

Jan 11th, 2012
5,932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!-- REDIRECT LAYOUT BY http://LMTHEMES.TUMBLR.COM -->
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16.  
  17. <style type="text/css">
  18. body {background: #f8f8f8 url('{image:Background}') top left fixed repeat; margin: 0; padding: 0;}
  19.  
  20. .contain {background-color: #fcfcfc; color: #b4b4b4; width: 500px; margin: auto; margin-top: 200px; padding: 10px; font-family: 'Open Sans Condensed'; text-align: center;}
  21. .arrow {background-color: #f1f1f1; padding: 10px; text-align: center; font-size: 40px; color: #fff; margin-top: 5px;}
  22. .arrow a:active, .arrow a:visited, .arrow a:link {color: #fff; text-decoration: none;}
  23.  
  24. </style>
  25. <style type="text/css">{CustomCSS}</style>
  26. </head>
  27. <body>
  28. <div class="contain">this tumblr's name is now at new tumblr
  29. <div class="arrow"><A href="NEW TUMBLR URL">&#8594;</a></div></div>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement