Don't like ads? PRO users don't see any ads ;-)
Guest

Blackout

By: hatterthemes on Apr 22nd, 2012  |  syntax: None  |  size: 0.79 KB  |  hits: 60  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. <title>{Title}</title>
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <style type="text/css">
  12. body {color:{color:Text};background-color:{color:Background};}
  13. .description {margin:150px auto 150px auto;width:400px;text-align:center;}
  14. </style>
  15. <body>
  16. <div class="description">{text:Hiatus Message}</div>
  17. </body>
  18. </html>