Advertisement
hazzstop

Hazzstop's theme 50 - version 1

Dec 4th, 2013
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 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>
  4.  
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7. <script>
  8. (function($){
  9. $(document).ready(function(){
  10. $("a[title]").style_my_tooltips({
  11. tip_follows_cursor:true,
  12. tip_delay_time:0,
  13. tip_fade_speed:600,
  14. attribute:"title"
  15. });
  16. });
  17. })(jQuery);
  18. </script>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <!----
  26. ©HAZZSTOP THEME 50 - number version
  27. ~DISCOVERY~
  28. Don't steal any parts of the code or the theme
  29. i s2g I'll pull your organs you if you do that
  30. --->
  31.  
  32. <meta name="color:Text" content=""/>
  33. <meta name="color:Link" content=""/>
  34. <meta name="color:Link Hover" content=""/>
  35. <meta name="color:sidebar bg" content=""/>
  36. <meta name="color:border" content=""/>
  37. <meta name="color:Background" content=""/>
  38.  
  39. <meta name="image:Background" content=""/>
  40.  
  41. <meta name="text:link1" content="Link1"/>
  42. <meta name="text:link1 url" content="/"/>
  43. <meta name="text:link2" content="Link2"/>
  44. <meta name="text:link2 url" content="/"/>
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar {background-color: ##fff; height:8px; width:8px}
  49. ::-webkit-scrollbar-thumb:vertical {background-color: #dadada; height:50px}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color: #dadada; height:8px!important}
  51.  
  52. iframe#tumblr_controls {
  53. white-space:nowrap;
  54. -webkit-filter: invert(100%);
  55. -moz-filter: invert(100%);
  56. -o-filter: invert(100%);
  57. -ms-filter: invert(100%);
  58. filter: invert(100%);
  59. opacity:.2;transition: .8s ease-in-out;
  60. -webkit-transition: .8s ease-in-out;
  61. -moz-transition: .8s ease-in-out;
  62. -o-transition: .8s ease-in-out;}
  63.  
  64. body {
  65. background: {color:Background} url('{image:Background}');
  66. background-size:cover;
  67. background-attachment:fixed;
  68. margin:0px;
  69. color:{color:text};
  70. font-family:trebuchet ms;
  71. font-size:9px;
  72. line-height:100%;}
  73.  
  74. a {
  75. text-decoration: none;
  76. color:{color:Link};
  77. -moz-transition-duration:0.8s;
  78. -webkit-transition-duration:0.8s;
  79. -o-transition-duration:0.8s;}
  80.  
  81. a:hover {
  82. text-decoration:none;
  83. color:{color:Link Hover};}
  84.  
  85. img {
  86. border:none;}
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;}
  91.  
  92. blockquote blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;}
  95.  
  96. #post {
  97. background:white;
  98. width:500px;
  99. padding:15px;
  100. padding-bottom:20px;
  101. margin-top:55px;
  102. border: 1px solid {color:border};
  103. border-radius:3px;}
  104.  
  105. #entries {
  106. padding:15px;
  107. width:500px;
  108. margin-left:500px;
  109. margin-top:50px;}
  110.  
  111. #sidebar {
  112. background:{color:sidebar bg};
  113. border:4px solid {color:border};
  114. width:180px;
  115. height:auto;
  116. position:fixed;
  117. margin-left:250px;
  118. margin-top:200px;
  119. padding-bottom:5px;}
  120.  
  121. #sidebarimage {
  122. width: 150px;}
  123.  
  124. #sidebarimage img {
  125. width:150px;
  126. height: auto;}
  127.  
  128. #links {
  129. margin-left:-60px;
  130. margin-top:0px;
  131. width:300px;
  132. padding-top: 8px;
  133. font-size:10px;
  134. text-align:center;
  135. font-family:consolas;}
  136.  
  137. #links a {
  138. font-style:bold;
  139. padding-left:5px;
  140. padding-right:5px;
  141. letter-spacing: 0px;}
  142.  
  143. #links a:hover {
  144. text-decoration: underline;}
  145.  
  146. #description {
  147. font-family: trebuchet ms;
  148. font-size: 9px;
  149. padding-top:5px;
  150. text-align:center;
  151. width:160px;
  152. margin-left: 70px;}
  153.  
  154. #pagination {
  155. margin-left: -4px;
  156. border-left:4px solid {color:border};
  157. border-right:4px solid {color:border};
  158. background:{color:sidebar bg};
  159. font-size:13px;
  160. text-align:center;
  161. opacity:0;
  162. width:180px;
  163. -moz-transition-duration:0.8s;
  164. -webkit-transition-duration:0.8s;
  165. -o-transition-duration:0.8s;}
  166.  
  167. #sidebar:hover #pagination {
  168. margin-top:15px;
  169. opacity:1;
  170. margin-left: -4px;}
  171.  
  172. #pagination a {
  173. padding-left:2px;
  174. padding-right:2px;}
  175.  
  176. #pagination a:hover {
  177. color:{color:text};}
  178.  
  179. #info {
  180. Border-top: 1px solid {color:border};
  181. text-align:center;
  182. margin-top:10px;
  183. text-transform: uppercase;
  184. font-size: 9px;
  185. padding:3px;
  186. letter-spacing:2px;}
  187.  
  188. #asker {
  189. float:left;
  190. margin-right:5px;}
  191.  
  192. {CustomCSS}
  193.  
  194. #s-m-t-tooltip{
  195. max-width:250px;
  196. z-index:999999;
  197. margin:10px;
  198. padding:2px 5px;
  199. border-radius:3px;
  200. text-transform:uppercase; /* cand be lowercase or none */
  201. border:1px solid #DDD; /* change the border width and color */
  202. background:#FFF; /* change the background color */
  203. color:#AAA; /* change the text color */
  204. font-family:calibri; /* change the font */
  205. font-size:8px; /* change the font size */
  206. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  207.  
  208. </style></head><body>
  209.  
  210. <div id="sidebar">
  211. <div id="sidebarimage"></div>
  212. <div id="links">
  213. <a title="home"href="/">01</a>
  214. <a title="ask"href="/ask">02</a>
  215. <a title="{text:link1}"href="{text:link1 url}">03</a>
  216. <a title="{text:link2}"href="{text:link2 url}">04</a>
  217. <a title="credit"href="http://ursha.co.vu">05</a>
  218. </a>
  219.  
  220. <div id="description">{description}</div>
  221.  
  222. </div>
  223.  
  224. <div id="pagination">
  225. {block:Pagination}
  226. {block:PreviousPage}
  227. <a href="{PreviousPage}">-</a>
  228. {/block:PreviousPage}
  229. {block:JumpPagination length="5"}
  230. {block:CurrentPage}
  231. <span class="current_page">{PageNumber}</span>
  232. {/block:CurrentPage}
  233. {block:JumpPage}
  234. <a class="jump_page" href="{URL}">{PageNumber}</a>
  235. {/block:JumpPage}
  236. {/block:JumpPagination}
  237. {block:NextPage}
  238. <a href="{NextPage}">+</a>
  239. {/block:NextPage}
  240. </div>
  241. {/block:Pagination}</div></div>
  242. </div></div>
  243.  
  244. </div>
  245.  
  246. <div id="entries">{block:Posts}<div id="post">
  247.  
  248. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  249.  
  250. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  251.  
  252. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  253.  
  254. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  255.  
  256. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  257.  
  258. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  259.  
  260. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  261.  
  262. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  263.  
  264. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:{Question}<br>{Answer}{/block:Answer}
  265.  
  266. <div id="info">
  267. {block:Date}{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">
  268. {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
  269. title="{ReblogParenttitle}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} - <a href="{Reblog}">reblog</a> <br>{block:HasTags}-{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  270.  
  271.  
  272. </div>
  273. {block:PostNotes}{PostNotes}{/block:PostNotes}
  274. {/block:Posts}</div>
  275.  
  276. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement