hatterthemes

Blackout w/Ask

Jun 6th, 2012
1,774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 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. <!-- Blackout by hatterthemes -->
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><html>
  4. <head>
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:Background" content="#000000" />
  7. <meta name="color:Text" content="#ffffff" />
  8. <meta name="text:Hiatus Message" content="Currently on hiatus" />
  9. <meta name="if:Show Ask Box" content="1" />
  10. <title>{Title}</title>
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <style type="text/css">
  13. body {color:{color:Text};background-color:{color:Background};}
  14. .description {margin:150px auto 150px auto;width:400px;text-align:center;}
  15. #theme {bottom:0!important;left:0!important;position:fixed;font-size:12px;font-style:italic;opacity:0.5;color:{color:Text};}
  16.  
  17. #theme:hover {opacity:1;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  18. </style>
  19. <body>
  20. <div class="description">{text:Hiatus Message}
  21. {block:ifShowAskBox}<br /><br /><iframe frameborder="0" height="149" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="400"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->{/block:ifShowAskBox}
  22. </div>
  23. <div id="theme"><a href="http://hatterthemes.tumblr.com">theme ©</a></div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment