Advertisement
hazzstop

Hazzstop's theme 37

Sep 15th, 2013
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9. ©HAZZSTOP THEME 37
  10. ~BASE CODE 1~
  11. Edit it as much as you want.
  12. Don't credit it to me, its a base code.
  13. The credit is yours if you edit it.
  14. If you need any help with editing, message me.
  15. !!!PLEASE LIKE OR REBLOG THE POST IN WHICH I POSTED THE CODE FOR THIS!!!
  16. Have fun!
  17. --->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#838282"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Link Hover" content="#eeeeee"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:link1" content="Link1"/>
  27. <meta name="text:link1 url" content="/"/>
  28. <meta name="text:link2" content="Link2"/>
  29. <meta name="text:link2 url" content="/"/>
  30. <meta name="text:link3" content="Link3"/>
  31. <meta name="text:link3 url" content="/"/>
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {background-color: ##fff; height:8px; width:8px}
  36. ::-webkit-scrollbar-thumb:vertical {background-color: #dadada; height:50px}
  37. ::-webkit-scrollbar-thumb:horizontal {background-color: #dadada; height:8px!important}
  38.  
  39.  
  40.  
  41. iframe#tumblr_controls {
  42. white-space:nowrap;
  43. -webkit-filter: invert(100%);
  44. -moz-filter: invert(100%);
  45. -o-filter: invert(100%);
  46. -ms-filter: invert(100%);
  47. filter: invert(100%);
  48. opacity:.2;transition: .8s ease-in-out;
  49. -webkit-transition: .8s ease-in-out;
  50. -moz-transition: .8s ease-in-out;
  51. -o-transition: .8s ease-in-out;}
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:Arial;
  58. font-size:9px;
  59. line-height:100%;
  60. }
  61.  
  62. a {
  63. text-decoration: none;
  64. color:{color:Link};
  65. -moz-transition-duration:0.8s;
  66. -webkit-transition-duration:0.8s;
  67. -o-transition-duration:0.8s;
  68. }
  69.  
  70. a:hover {
  71. text-decoration:none;
  72. color:{color:Link Hover};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. #post {
  90. width:500px;
  91. padding-bottom:20px;
  92. }
  93.  
  94. #entries {
  95. padding:15px;
  96. width:500px;
  97. margin-left:500px;
  98. margin-top:50px;
  99. }
  100.  
  101. #sidebar {
  102. width:150px;
  103. position:fixed;
  104. margin-left:250px;
  105. margin-top:200px;
  106. }
  107.  
  108. #sidebarimage {
  109. width: 150px;
  110. }
  111.  
  112. #sidebarimage img {
  113. width:150px;
  114. height: auto;
  115. }
  116.  
  117. #links {
  118. padding-top: 5px;
  119. text-align:center;
  120. border-bottom: 1px solid #dadada;
  121. }
  122.  
  123. #links a {
  124. letter-spacing: 1px;
  125. }
  126.  
  127. #links a:hover {
  128. text-decoration: none;
  129. font-style: italic;
  130. }
  131.  
  132. #description {
  133. font-family: comic sans MS;
  134. font-size: 9px;
  135. padding-top:5px;
  136. text-align:left;
  137. width:140px;
  138. margin-left: 3px;
  139. }
  140.  
  141. #pagination {
  142. font-size:13px;
  143. text-align:center;
  144. padding-top: 5px;
  145. }
  146.  
  147. #info {
  148. text-align:center;
  149. margin-top:10px;
  150. text-transform: uppercase;
  151. font-size: 8px;
  152. }
  153.  
  154. #asker {
  155. float:left;
  156. margin-right:5px;
  157. }
  158.  
  159. {CustomCSS}</style></head><body>
  160.  
  161. <div id="sidebar">
  162. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  163. <div id="description">{description}</div>
  164.  
  165. <div id="links">
  166. <a href="/">home</a>
  167. <a href="/ask">ask</a>
  168. <a href="{text:link1 url}">{text:link1}</a>
  169. <a href="{text:link2 url}">{text:link2}</a>
  170. <a href="{text:link3 url}">{text:link3}</a>
  171. </a>
  172.  
  173. </div>
  174.  
  175. <div id="pagination">
  176. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back </a>{/block:PreviousPage}
  177. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination}
  178. </div>
  179.  
  180. </div>
  181.  
  182. <div id="entries">{block:Posts}<div id="post">
  183.  
  184. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  185.  
  186. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  187.  
  188. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  189.  
  190. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  191.  
  192. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  193.  
  194. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  195.  
  196. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  197.  
  198. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  199.  
  200. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:{Question}<br>{Answer}{/block:Answer}
  201.  
  202. <div id="info">
  203. {block:Date}{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">
  204. {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
  205. title="{ReblogParenttitle}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} {block:HasTags}-{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  206.  
  207. </div>
  208. {block:PostNotes}{PostNotes}{/block:PostNotes}
  209. {/block:Posts}</div>
  210.  
  211. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement