Advertisement
hazzstop

Hazzstop's theme 45 - with updates tab

Nov 11th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.70 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 44
  10. ~HOPELESS~
  11. Don't steal please.
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Description" content="#ffffff"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Link color" content="#ffffff"/>
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20. <meta name="color:Link Background" content="#ffffff"/>
  21. <meta name="color:Sidebar Background" content="#baddfd"/>
  22. <meta name="color:Scrollbar Background" content="#ffffff"/>
  23. <meta name="color:Scrollbar" content="#989898"/>
  24. <meta name="color:title" content="#ffffff"/>
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:link1" content="Link1"/>
  29. <meta name="text:link1 url" content="/"/>
  30. <meta name="text:link2" content="Link2"/>
  31. <meta name="text:link2 url" content="/"/>
  32. <meta name="text:link3" content="Link3"/>
  33. <meta name="text:link3 url" content="/"/>
  34.  
  35. <style type="text/css">
  36.  
  37. #ursha
  38. #ursha a{
  39. display:block
  40. }
  41. #ursha .lol {
  42. margin-right:0px;filter: alpha(opacity = 0);
  43. opacity:0;-webkit-transition: all 0.5s ease-out;
  44. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  45.  
  46. #ursha:hover .lol {
  47. margin-left:0px;
  48. -webkit-transition: all 0.8s ease-out;
  49. -moz-transition: all 0.8s ease-out;
  50. transition: all 0.8s ease-out;
  51. filter: alpha(opacity = 100);
  52. filter: alpha(opacity = 100);
  53. opacity:8;}
  54.  
  55. ::-webkit-scrollbar {background-color: {color:scrollbar background}; height:8px; width:4px}
  56. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:50px}
  57. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:8px!important}
  58.  
  59. iframe#tumblr_controls {
  60. white-space:nowrap;
  61. -webkit-filter: invert(100%);
  62. -moz-filter: invert(100%);
  63. -o-filter: invert(100%);
  64. -ms-filter: invert(100%);
  65. filter: invert(100%);
  66. opacity:.2;transition: .8s ease-in-out;
  67. -webkit-transition: .8s ease-in-out;
  68. -moz-transition: .8s ease-in-out;
  69. -o-transition: .8s ease-in-out;}
  70.  
  71. body {
  72. background:{color:background};
  73. margin:0px;
  74. color:{color:text};
  75. font-family:Arial;
  76. font-size:9px;
  77. line-height:100%;}
  78.  
  79. a {
  80. text-decoration: none;
  81. color:{color:Link};
  82. -moz-transition-duration:0.8s;
  83. -webkit-transition-duration:0.8s;
  84. -o-transition-duration:0.8s;}
  85.  
  86. a:hover {
  87. text-decoration:none;
  88. color:{color:Link Hover};}
  89.  
  90. img {
  91. border:none;}
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;}
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;}
  100.  
  101. #post {
  102. width:500px;
  103. padding-bottom:20px;}
  104.  
  105. #entries {
  106. padding:15px;
  107. width:500px;
  108. margin-left:30%;
  109. margin-top:210px;}
  110.  
  111. #sidebar {
  112. background:{color:sidebar background};
  113. width:100%;
  114. position:fixed;
  115. margin-left:0px;
  116. margin-top:-210px;
  117. -webkit-transition: .8s ease-in-out;
  118. -moz-transition: .8s ease-in-out;
  119. -o-transition: .8s ease-in-out;}
  120.  
  121. #sidebarimage {
  122. width: 120px;
  123. margin-left:50%;}
  124.  
  125. #sidebarimage img {
  126. z-index:9999;
  127. position:absolute;
  128. width:120px;
  129. height: 120px;
  130. Border-radius:100px;
  131. margin-left:-250px;
  132. margin-top:60px;}
  133.  
  134. #sidebar:hover #links {
  135. opacity:1;
  136. -webkit-transition: .8s ease-in-out;
  137. -moz-transition: .8s ease-in-out;
  138. -o-transition: .8s ease-in-out;}
  139.  
  140. #sidebar:hover #title{
  141. opacity:0;
  142. margin-left:800px;
  143. -webkit-transition: .8s ease-in-out;
  144. -moz-transition: .8s ease-in-out;
  145. -o-transition: .8s ease-in-out;}
  146.  
  147. #title {
  148. width:100%;
  149. padding:30px;
  150. background:{color:link background};
  151. font-size:20px;
  152. color: {color:title};
  153. margin-top:-70px;
  154. text-align:center;
  155. -webkit-transition: .8s ease-in-out;
  156. -moz-transition: .8s ease-in-out;
  157. -o-transition: .8s ease-in-out;}
  158.  
  159. #links {
  160. background:{color:link background};
  161. font-weight:Bold;
  162. width:100%;
  163. margin-left:0%;
  164. margin-top: 130px;
  165. padding: 30px;
  166. font-size:20px;
  167. text-align:center;
  168. border-bottom: 1px solid #dadada;
  169. opacity:0;
  170. -webkit-transition: .8s ease-in-out;
  171. -moz-transition: .8s ease-in-out;
  172. -o-transition: .8s ease-in-out;}
  173.  
  174. #links a {
  175. letter-spacing: 1px;
  176. color:{color:link color};
  177. text-transform:uppercase;}
  178.  
  179. #links a:hover {
  180. text-decoration:underline;}
  181.  
  182. #description {
  183. color:{color:description};
  184. overflow-y:scroll;
  185. max-height:50px;
  186. z-index:99999;
  187. position:absolute;
  188. font-family: trebuchet ms;
  189. font-size: 10px;
  190. padding-top:5px;
  191. padding-right:5px;
  192. text-align:center;
  193. width:300px;
  194. margin-left: 43%;
  195. margin-top:60px;}
  196.  
  197. #pagination {
  198. position:absolute;
  199. z-index:99999999;
  200. background:white;
  201. width:90px;
  202. font-size:11px;
  203. text-align:center;
  204. margin-top:-122px;
  205. opacity:0;
  206. margin-left:405px;
  207. border-radius:1000px;
  208. padding-top:40px;
  209. padding-bottom:40px;
  210. text-align:center;
  211. -webkit-transition: .8s ease-in-out;
  212. -moz-transition: .8s ease-in-out;
  213. -o-transition: .8s ease-in-out;}
  214.  
  215. #pagination a:hover {
  216. font-style:italic;}
  217.  
  218. #sidebar:hover #pagination{
  219. opacity:1;
  220. -webkit-transition: .8s ease-in-out;
  221. -moz-transition: .8s ease-in-out;
  222. -o-transition: .8s ease-in-out;}
  223.  
  224. #info {
  225. border-top:1px solid #dadada;
  226. text-align:left;
  227. padding-top:5px;
  228. margin-top:10px;
  229. text-transform: uppercase;
  230. font-size: 8px;}
  231.  
  232. #asker {
  233. float:left;
  234. margin-right:5px;}
  235.  
  236.  
  237. #cred {
  238. position:fixed;
  239. font-family:arial;
  240. font-size:14px;
  241. line-height:50%;
  242. right:4px;
  243. bottom:4px;
  244. border-bottom: 3px double #9a9a9a;
  245. border-top: 1px solid #9a9a9a;
  246. border-left: 1px solid #9a9a9a;
  247. border-right: 1px solid #9a9a9a;
  248. text-transform:uppercase;
  249. background-color:#fff;}
  250.  
  251. #cred a {
  252. display:block;
  253. width:10px;
  254. height:8px;
  255. padding:4px;
  256. color:#9A9A9A;
  257. background-color:#fff;
  258. -moz-transition-duration:0.5s;
  259. -webkit-transition-duration:0.5s;
  260. -o-transition-duration:0.5s;}
  261.  
  262. #cred a:hover {
  263. opacity: 0.5;
  264. -moz-transition-duration:0.5s;
  265. -webkit-transition-duration:0.5s;
  266. -o-transition-duration:0.5s;}
  267.  
  268. #updatestitle {
  269. color:black;
  270. background-color:transparent;
  271. width:70px;
  272. padding:105px;
  273. line-height:50%;
  274. text-align:center;
  275. margin-top:-200px;
  276. z-index:999999;
  277. position:absolute;
  278. margin-left:-100px;
  279. text-transform:uppercase;
  280. font-size:13px;
  281. letter-spacing:2px;
  282. position:fixed;
  283. font-family:arial;}
  284.  
  285. #news {
  286. z-index:9999999;
  287. margin-top:-80px;
  288. position:absolute;
  289. position:fixed;
  290. margin-left:0px;
  291. text-align:center;
  292. background-color:transparent;
  293. width:80px;
  294. line-height:160%;
  295. max-height:60px;
  296. overflow-y:scroll;
  297. font-family:arial;
  298. font-size:10px;
  299. opacity:1;
  300. color:#fff; /*** CHANGE THE COLOR OF THE NEWS ***/
  301. -webkit-transition: all .4s ease-in-out;
  302. -moz-transition: all .4s ease-in-out;
  303. transition: all .4s ease-in-out;}
  304.  
  305. #updates a{
  306. color:#fff;
  307. -webkit-transition: all .6s ease-in-out;
  308. -moz-transition: all .6s ease-in-out;
  309. transition: all .6s ease-in-out;}
  310.  
  311. {CustomCSS}</style></head>
  312.  
  313. <body>
  314.  
  315. <div id="ayyy">
  316. <div id="ursha"><div id="updatestitle">Updates</div>
  317. <div class="lol"><div id="news">
  318. you put your updates here: links, <b>bold</b>, <i>italic</i>, <s>strikethrough</s> or <u>underlined</u> text or something else idek make it as long as you like<3
  319. </div></div></div></div>
  320.  
  321. <div id="sidebar">
  322. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  323. <div id="description">{description}</div>
  324.  
  325. <div id="links">
  326. <a href="/">home</a>
  327. <a href="/ask">ask</a>
  328. <a href="{text:link1 url}">{text:link1}</a>
  329. <a href="{text:link2 url}">{text:link2}</a>
  330. <a href="{text:link3 url}">{text:link3}</a>
  331. </a>
  332. </div>
  333.  
  334. <div id="title">{title}</div>
  335.  
  336. <div id="pagination">
  337. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back /</a>{/block:PreviousPage}
  338. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination}
  339.  
  340. </div>
  341. </div>
  342. <div id="entries">{block:Posts}
  343. <div id="post">
  344.  
  345. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  346.  
  347. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  348.  
  349. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  350.  
  351. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  352.  
  353. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  354.  
  355. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  356.  
  357. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  358.  
  359. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  360.  
  361. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:{Question}<br>{Answer}{/block:Answer}
  362.  
  363. <div id="info">
  364. {block:Date}{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">
  365. <font color="#FF0000">♥</font>{NoteCount}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
  366. title="{ReblogParenttitle}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} -
  367. <a href="{reblogurl}">reblog</a>
  368.  
  369. {block:HasTags}-{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  370.  
  371. </div>
  372. {block:PostNotes}{PostNotes}{/block:PostNotes}
  373.  
  374. {/block:Posts}</div>
  375.  
  376. <div id="cred"><a href="http://hazzstop.tumblr.com">H</a></div>
  377.  
  378. </body></html>
  379. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement