Advertisement
madysthemes

Hiatus theme #2

Jul 18th, 2013
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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.  
  46. margin:0px;
  47. color:{color:text};
  48. font-family:cambria;
  49. font-size:10px;
  50. line-height:100%;
  51. }
  52.  
  53. #thing {
  54. border-left: 2px solid black;
  55. border-right: 2px solid black;
  56. width:410px;
  57. margin-left:405px;
  58. }
  59.  
  60. #title {
  61. text-align:left;
  62. text-transform:uppercase;
  63. font-style: italic;
  64. background-color:#000;
  65. color: #fff;
  66. margin-top:0px;
  67. margin-left:-5px;
  68. letter-spacing:1px;
  69. padding:15px;
  70. width:385px;
  71. font-family: times;
  72. border-left: 2px solid #00ffff;
  73. border-right: 2px solid #00ffff;
  74. border-top: 2px solid#00ffff;
  75. border-bottom: 2px solid #00ffff;
  76. text-shadow:-1px 1px magenta, 1px -1px aqua;
  77. font-size: 18px;
  78.  
  79. margin-bottom:50px;
  80. margin-top: 65px;
  81. }
  82.  
  83. #bottom {
  84. background-color:#000;
  85. color: #fff;
  86. margin-top:0px;
  87. margin-left:-5px;
  88. letter-spacing:1px;
  89. padding:15px;
  90. width:385px;
  91. border-left: 2px solid #00ffff;
  92. border-right: 2px solid #00ffff;
  93. border-top: 2px solid#00ffff;
  94. border-bottom: 2px solid #00ffff;
  95.  
  96. margin-bottom:50px;
  97. margin-top:-240px;
  98. height:14px;
  99. }
  100.  
  101.  
  102.  
  103.  
  104. #description {
  105. text-align:left;
  106. background-color:#fff;
  107. color:text;
  108. line-height:180%;
  109. margin-top:-20px;
  110. margin-left:15px;
  111. height: 119px;
  112. letter-spacing:2px;
  113. padding:5px;
  114. width:375px;
  115. border-bottom: 2px solid magenta;
  116. font-family: times;
  117.  
  118. }
  119.  
  120. #ask {
  121. padding:10px;
  122. width:200px;
  123. margin-left:-8px;
  124. margin-top:20px;
  125. margin-bottom: 260px;
  126. font-style: italic;
  127. }
  128.  
  129. {CustomCSS}</style></head><body>
  130. <div id="thing">
  131.  
  132. <div id="title">{title}</div>
  133.  
  134.  
  135. <div id="description">{Description}</div>
  136. <div id="ask">
  137. <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>
  138. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
  139.  
  140. <div style="font-size: 10px; font-family: TIMES;color:white;text-shadow:-1px 1px magenta, 1px -1px aqua; letter-spacing: 2px; float: left; position: fixed; padding: 3px; bottom: 13px; right: 14px; background: #000; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;><a href="http://inspiredbylou.tumblr.com/">IBL </a></div>
  141.  
  142. <div id="bottom"></div>
  143. </div>
  144. </body>
  145.  
  146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement