Advertisement
hazzstop

Hazzstop theme 25

May 28th, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 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.  
  3. <!--
  4. ©HAZZSTOP THEME 25
  5. ~GRASSHOPPER~
  6. Don't steal please.
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:link" content="#af9191">
  14. <meta name="color:hover" content="#454545">
  15. <meta name="color:background2" content="#FCFCFC">
  16. <meta name="color:text" content="#9A9A9A">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#e2dfdf">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link1" content="" />
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="" />
  25. <meta name="text:link2 url" content="/">
  26.  
  27.  
  28. <title>{Title}</title>
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32. <link rel="shortcut icon" href="{favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  40.  
  41. a:hover {color:{color:hover};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  42.  
  43. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  44. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  45. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  46.  
  47. body {
  48. background-color:{color:background};
  49. font-family:calibri;
  50. font-family:10px;
  51. }
  52.  
  53. h1 {
  54. font-weight:normal;
  55. font-size:10px;
  56. text-align:left;
  57. line-height:80%;
  58. color:{color:text};
  59. }
  60.  
  61. h2 {
  62. font-weight:normal;
  63. font-size:18px;
  64. text-align:left;
  65. line-height:100%;
  66. color:{color:link};
  67. padding:5px;
  68. padding-bottom:2px;
  69. }
  70.  
  71. blockquote {
  72. border-left:2px solid {color:text};
  73. padding-left:5px;
  74. margin:5px;}
  75.  
  76. #container {
  77. width:700px;
  78. margin: 0 auto -12px auto;
  79. text-align:center;}
  80.  
  81. #sidebar {
  82. position:fixed;
  83. width:90px;
  84. height: 90px;
  85. margin-left:-100px;
  86. margin-top:0px;
  87. padding: -2px;
  88. margin-top: 200px;
  89. -moz-transition-duration:2s;
  90. -webkit-transition-duration:2s;
  91. -o-transition-duration:2s;
  92.  
  93. }
  94.  
  95. #sidebar img {
  96. width:90px;
  97. height: 90px;
  98. margin-left:-1px;
  99. opacity: .7;
  100. margin-top:0px;
  101. -moz-transition-duration:2s;
  102. -webkit-transition-duration:2s;
  103. -o-transition-duration:2s;
  104. }
  105.  
  106.  
  107. #sidebar img:hover {
  108. opacity: .8;
  109. -moz-transition-duration:2s;
  110. -webkit-transition-duration:2s;
  111. -o-transition-duration:2s;}
  112.  
  113. .links {
  114. text-transform: lowercase;
  115. position:fixed;
  116. width:130px;
  117. margin-top:-20px;
  118. margin-left:93px;
  119. border: 1px solid #dadada;
  120. background: #fff;
  121. width: 86px;
  122. padding: 2px;
  123. text-align:center;
  124. font-family:calibri;
  125. font-size:9px;
  126. }
  127.  
  128. .links a {
  129. font-size: 9px;
  130. color:{color:link};
  131. -webkit-transition: all 1s ease;
  132. -moz-transition: all 1s ease;
  133. -o-transition: all 1s ease;
  134. }
  135.  
  136. .links a:hover {
  137. color:{color:hover};
  138. text-decoration: underline;
  139. -moz-transition-duration:1s;
  140. -webkit-transition-duration:1s;
  141. -o-transition-duration:1s;
  142. }
  143.  
  144. .description {
  145. position:fixed;
  146. width:86px;
  147. margin-top:-95px;
  148. margin-left:93px;
  149. text-align:center;
  150. font-size:8px;
  151. color:{color:text};
  152. border-left: 1px solid #dadada;
  153. border-right: 1px solid #dadada;
  154. border-top: 1px solid #dadada;
  155. border-bottom: 1px solid #dadada;
  156. background: #fff;
  157. padding: 2px;
  158. height: 65px;
  159. FONT-WEIGHT: NORMAL;
  160. }
  161.  
  162.  
  163. .description a {
  164. color:{color:link};
  165. }
  166.  
  167. .description a:hover {
  168. position:fixed;
  169. }
  170.  
  171. .pagination {
  172. font-size:11px;
  173. text-align:center;
  174. margin-top: 0px;
  175. color: {color: text};
  176. margin-left: 90px;
  177. }
  178.  
  179. .pagination a:hover {
  180. color: #000;
  181. }
  182.  
  183.  
  184. #stuff {
  185. float:left;
  186. margin-left:150px;
  187. text-align:justify;
  188. color:{color:text};
  189. margin-bottom:40px;
  190. }
  191.  
  192. #entries {
  193. width:500px;
  194. margin-top:47px;
  195. text-align:justify;
  196. font-size:10px;
  197. line-height:90%;
  198. color:{color:text};
  199. border: 1px solid {color:border};
  200. padding: 10px;
  201. }
  202.  
  203.  
  204. .tag {
  205. width:500px;
  206. text-align:center;
  207. font-family:calibri;
  208. font-size:10px;
  209. line-height:70%;
  210. }
  211.  
  212. .tag a {
  213. color:{color:text};
  214. padding:1px;
  215. }
  216.  
  217. .tag a:hover {
  218. color:{color:link};
  219. }
  220.  
  221. .caption {
  222. width:500px;
  223. text-align:justify;
  224. line-height:120%;
  225. }
  226.  
  227. .ask {
  228. padding:0px;
  229. text-align:center;
  230. color:{color:text};
  231. font-weight: normal;
  232. }
  233.  
  234. .answer {
  235. text-align:center;
  236. font-weight: normal;
  237. color:{color:text};
  238. }
  239.  
  240. .audio {
  241. width:500px;
  242. height:100px;
  243. }
  244.  
  245. .playercontainer {
  246. display:block;
  247. width:150px;
  248. height:150px;
  249. margin-left:0px;
  250. margin-top:0px;
  251. position:absolute;
  252. padding:2px;
  253. }
  254.  
  255. .player {
  256. width:25px;
  257. height:25px;
  258. margin-left:106px;
  259. margin-top:0px;
  260. overflow:hidden;}
  261.  
  262. .audioinfo {
  263. width:200px;
  264. margin-top:50px;
  265. margin-left:0px;
  266. float:left;
  267. padding:2px;
  268. }
  269.  
  270. #info {
  271. width:490px;
  272. padding:3px;
  273. font-size:10px;
  274. margin-top:10px;
  275. color:{color:text};
  276. text-align:center;
  277. line-height:80%;
  278. border-top:1px solid {color:border};
  279. }
  280.  
  281. #info a {
  282. color:{color:link};
  283. text-align:center;
  284. }
  285.  
  286. #info a:hover {
  287. color:{color:hover};
  288. }
  289.  
  290. .note {
  291. font-style:normal;
  292. margin-left:-40px;
  293. text-align:center;
  294. line-height:90%;
  295. font-size:9px;
  296. }
  297.  
  298. .note li {
  299. list-style-type:none;
  300. padding:10px 25px 10px 25px;
  301. text-align:left;
  302. margin:0px;
  303. }
  304.  
  305.  
  306. ul.chat, .chat ol, .chat li {
  307. list-style:none;
  308. margin:0px;
  309. padding:2px;}
  310.  
  311. .label {
  312. text-decoration:none;
  313. font-style:italic;
  314. font-weight:700;
  315. margin-right:5px;}
  316.  
  317.  
  318. #cred {
  319. position:fixed;
  320. font-family:arial;
  321. font-size:14px;
  322. line-height:60%;
  323. right:10px;
  324. bottom:10px;
  325. border-bottom: 3px double #9a9a9a;
  326. border-top: 1px solid #9a9a9a;
  327. border-left: 1px solid #9a9a9a;
  328. border-right: 1px solid #9a9a9a;
  329. text-transform:uppercase;
  330. background-color:#fff;
  331. text-align:center;}
  332. #cred a {
  333. display:block;
  334. width:10px;
  335. height:7px;
  336. padding:4px;
  337. color:#9A9A9A;
  338. background-color:#fff;
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;}
  342. #cred a:hover {
  343. opacity: 0.1;
  344. color:#FCFCFC;
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;}
  348.  
  349.  
  350. {CustomCSS}</style></head><body>
  351.  
  352.  
  353. <div id="container">
  354. <div id="sidebar">
  355. <img src="{image:sidebar}">
  356. <div class="links">
  357. <a href="/">index</a>
  358. <a href="/mail">mail</a>
  359. <a href="{text:link1 url}">{text:link1}</a>
  360. <a href="{text:link2 url}">{text:link2}</a>
  361. </div>
  362. <div class="description">
  363. {Description}
  364. </div>
  365. {block:Pagination}
  366. <div class="pagination">
  367. {block:PreviousPage}
  368. <a href="{PreviousPage}">«</a>
  369. {/block:PreviousPage}
  370. {block:NextPage}
  371. <a href="{NextPage}">»</a>
  372. {/block:NextPage}
  373. </div>
  374. {/block:Pagination}
  375. </div>
  376.  
  377. <div id="stuff">
  378.  
  379. {block:Posts}
  380.  
  381. <div id="entries">
  382.  
  383. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  384.  
  385. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  386.  
  387. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  388. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  389.  
  390. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  391.  
  392. {block:Photoset}<center>{Photoset-500}</center>
  393. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  394.  
  395. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  396.  
  397. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  398.  
  399. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  400.  
  401. {block:Audio}<div class="audio">
  402. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  403. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  404. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  405. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  406.  
  407.  
  408.  
  409. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  410. {block:ContentSource} / <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>{/block:Date}
  411. {block:HasTags}
  412. <div class="tag">
  413. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  414. {/block:HasTags}
  415. <div class="note">
  416. {block:PostNotes}{PostNotes}{/block:PostNotes}
  417. </div>
  418. </div>
  419. {/block:Posts}
  420.  
  421.  
  422. </div>
  423.  
  424. <div id="cred"><a href="http://hazzstop.tumblr.com">H
  425.  
  426. </div>
  427. </div>
  428. </div>
  429.  
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement