Advertisement
hatterthemes

Deleted 001

Sep 9th, 2012
1,348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 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. <!-- Deleted by HatterThemes -->
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:Background" content="#efefef" />
  7. <meta name="color:Title" content="#000000" />
  8. <meta name="color:Text" content="#666666" />
  9. <meta name="color:Box" content="#dadada" />
  10.  
  11. <meta name="if:Show Description" content="1" />
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  14. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19. <link href='http://fonts.googleapis.com/css?family=Galindo' rel='stylesheet' type='text/css'>
  20. <style type="text/css">
  21.  
  22. body {
  23. background:{color:Background};
  24. text-decoration:none;
  25. text-align:center;
  26. }
  27.  
  28. iframe#tumblr_controls {top:0!important;right:0!important;}
  29.  
  30. a {
  31. text-decoration:none;
  32. }
  33.  
  34.  
  35. #theme {bottom:0!important;left:0!important;padding:10px;position:fixed;font-size:13px;font-variant:small-caps;opacity:0.7;}
  36. #theme a {color:{color:Text};}
  37.  
  38. #container {width:650px;margin:20px auto 0px auto;height:auto;padding:10px;background:{color:Box};box-shadow: inset 1px 1px 3px #8a8a8a, inset 4px 4px 10px #8a8a8a;border-radius:10px;color:{color:Text};}
  39.  
  40. #blogtitle {width:650px!important;margin:100px auto 0px auto;color:{color:Title};text-shadow:2px 2px {color:Text};font-size:100px;text-transform:uppercase;font-family:Galindo;}
  41.  
  42. </style>
  43. </head>
  44. <body>
  45. <div id="theme"><a href="http://hatterthemes.tumblr.com">theme by hatterthemes</a></div>
  46. <div id="blogtitle">{Title}</div>
  47. {block:ifShowDescription}<div id="container">
  48. {Description}</div>{/block:ifShowDescription}
  49. </div></a>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement