madysthemes

Hiatus Theme

Mar 18th, 2013
5,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. <!-- hiatus theme by inspiredbylou, or mady :)-->
  2.  
  3. <!--- please don't remove credit, i work hard on my themes--->
  4. <html>
  5. <head>
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#9c9c9c"/>
  19.  
  20.  
  21. <meta name="image:background" content=""/>
  22. <meta name="image:picture" content=""/>
  23. <meta name="text:title" content="">
  24. <meta name="text:blog url" content="">
  25.  
  26.  
  27. <style type="text/css">
  28.  
  29. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  30.  
  31.  
  32.  
  33. ::-webkit-scrollbar {height: auto;width: 13px;}
  34. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  35. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  36.  
  37. a:link, a:active, a:visited{
  38. color: #777777;
  39. text-decoration: none;
  40. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  41. }
  42.  
  43. body {
  44. background:{color:background};
  45. background-image: url(http://29.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png);
  46. margin:0px;
  47. color:{color:text};
  48. font-family:cambria;
  49. font-size:10px;
  50. line-height:100%;
  51. }
  52.  
  53. #title {
  54. text-align:left;
  55. text-transform:lowercase;
  56. background-color:#fff;
  57. color:text;
  58. margin-top:0px;
  59. margin-left:15px;
  60. letter-spacing:1px;
  61. padding:15px;
  62. width:385px;
  63. font-family: "stars";
  64. font-size: 18px;
  65. margin-left:400px;
  66. margin-bottom:50px;
  67. margin-top: 65px;
  68. border: 2px solid #f0f0f0;
  69. }
  70.  
  71.  
  72. #pic img{
  73. width:200px;
  74. border:2px solid #f0f0f0;
  75. padding:4px;
  76. margin-left: 615px;
  77. height: 200px;
  78. -webkit-transition: all 0.8s ease;
  79. -moz-transition: all 0.8s ease;
  80. -o-transition: all 0.8s ease;
  81.  
  82. }
  83.  
  84. #description {
  85. text-align:left;
  86. text-transform:lowercase;
  87. background-color:#fff;
  88. color:text;
  89. margin-top:-210px;
  90. margin-left:0px;
  91. height: 195px;
  92. letter-spacing:2px;
  93. padding:5px;
  94. width:195px;
  95. margin-left:400px;
  96. font-family: calibri;
  97. border: 2px solid #f0f0f0;
  98. }
  99.  
  100. #ask {
  101. padding:10px;
  102. width:200px;
  103. margin-left:400px;
  104. margin-top:5px;
  105. margin-bottom: 260px;
  106. font-style: italic;
  107. }
  108.  
  109. {CustomCSS}</style></head><body>
  110.  
  111. <div id="title">{title}</div>
  112.  
  113.  
  114. <div id="pic"><img src="{image:picture}"></div>
  115. <div id="description">{Description}</div>
  116. <div id="ask">
  117. <iframe frameborder="0" height="200" width="405" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{text:blog url}.tumblr.com" width="100%"></iframe></p>
  118. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
  119.  
  120. <div style="font-size: 10px; font-family: calibri; letter-spacing: 1px; float: left; position: fixed; padding: 3px; bottom: 13px; right: 14px; background: #f0f0f0; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;text-transform:lowercase;"><a href="http://inspiredbylou.tumblr.com/">© inspiredbylou</a></div>
  121. </body>
  122.  
  123. </html>
Advertisement
Add Comment
Please, Sign In to add comment