Advertisement
hzrrys

HzrrysTheme3

Apr 21st, 2013
2,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.34 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. <!-- theme made by Sabrena ((HZRRYS)) do not break the rules or i will hun you all down
  4. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:link" content="#b8b8b8">
  14. <meta name="color:link hover" content="#000000">
  15. <meta name="color:text" content="#838282">
  16. <meta name="color:scrollbar" content="#000000">
  17. <meta name="color:border" content="#000000">
  18. <meta name="color:sblinks" content="#000000">
  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. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:link5" content="">
  31. <meta name="text:link5 url" content="/">
  32.  
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50. a:hover {
  51. color:{color:link hover};
  52. text-decoration:none;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58.  
  59. ::-webkit-scrollbar {background-color:#fcfcfc; height:8px; width:3px}
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  62.  
  63. body {
  64. background-color:{color:background};
  65. font-family:Calibri;
  66. font-weight:normal;
  67. }
  68.  
  69.  
  70.  
  71.  
  72. h1 {
  73. font-weight:normal;
  74. font-size:10px;
  75. text-align:center;
  76. font-style:normal;
  77. line-height:80%;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. color:{color:text};
  81. }
  82.  
  83. h2 {
  84. font-size:15px;
  85. text-align:center;
  86. line-height:100%;
  87. letter-spacing:-0.5px;
  88. color:{color:text};
  89. font-weight:normal;
  90. padding:5px;
  91. padding-bottom:2px;
  92. }
  93.  
  94.  
  95. blockquote {
  96. border-left:2px solid #fafafa;
  97. padding-left:5px;
  98. margin:5px;
  99. }
  100.  
  101. #theme {
  102. background-color:{color:background};
  103. width:700px;
  104. margin: 0 auto -12px auto;
  105. text-align: center;
  106. }
  107.  
  108. #sidebar {
  109. color:{color:text};
  110. position:fixed;
  111. width:221px;
  112. height:560px;
  113. margin-top:65px;
  114. margin-left:-150px;
  115. text-align:left;
  116. border:1px solid {color:border};
  117. }
  118.  
  119. #sidebar img {
  120. width:200px;
  121. height:540px;
  122. margin-top:10px;
  123. margin-left:10px;
  124. }
  125.  
  126.  
  127. .links {
  128. margin-top:-300px;
  129. margin-left:33px;
  130. font-size:10px;
  131. width:152px;
  132. text-transform:uppercase;
  133. text-align:center;
  134. letter-spacing:2px;
  135. line-height:170%;
  136. background:#fff;
  137. opacity:.9;
  138. position:fixed;
  139. }
  140.  
  141. .links a{
  142. padding:3px;
  143. color:{color:sblinks};
  144. letter-spacing:0px;
  145. text-decoration:none;
  146. -moz-transition-duration:.7s;
  147. -webkit-transition-duration:.7s;
  148. -o-transition-duration:.7s;
  149. }
  150.  
  151. .links a:hover{
  152. color:{color:link hover};
  153. font-size:12px;
  154. background:#fff;
  155. opacity:1;
  156. text-decoration:none;
  157. -moz-transition-duration:.7s;
  158. -webkit-transition-duration:.7s;
  159. -o-transition-duration:.7s;
  160. }
  161.  
  162. .description {
  163. margin-top:-380px;
  164. margin-left:33px;
  165. padding:2px;
  166. width:150px;
  167. height:fixed;
  168. text-align:center;
  169. position:fixed;
  170. font-size:9px;
  171. font-family:calibri;
  172. color:{color:text};
  173. letter-spacing:1px;
  174. line-height:100%;
  175. background:#fff;
  176. opacity:.9;
  177. }
  178.  
  179. .description a {
  180. color:{color:link};
  181. }
  182.  
  183. .pagination {
  184. position:fixed;
  185. margin-top:-565px;
  186. margin-left:170px;
  187. font-size:8px;
  188. text-transform:uppercase;
  189. letter-spacing:3px;
  190. font-style:normal;
  191. text-align:center;
  192. background:#fff;
  193. opacity:.9;
  194. }
  195.  
  196. .pagination a {
  197. color:{color:link};
  198. }
  199.  
  200. .pagination a:hover {
  201. color:{color:link hover};
  202. background:#fff;
  203. opacity:1;
  204. }
  205.  
  206. #postscontainer {
  207. float:left;
  208. margin-left:200px;
  209. margin-top:75px;
  210. text-align:justify;
  211. background-color:{color:background};
  212. color:{color:text};
  213. margin-bottom: 35px;
  214. }
  215.  
  216.  
  217. #posts {
  218. width:500px;
  219. margin-top:30px;
  220. margin-left:-25px;
  221. text-align:justify;
  222. font-size:12px;
  223. line-height:90%;
  224. letter-spacing:0x;
  225. color:{color:text};
  226. }
  227.  
  228. .caption {
  229. width:500px;
  230. font-size:10px;
  231. text-align:justify;
  232. line-height:120%;
  233. }
  234.  
  235. .ask {
  236. padding:10px;
  237. text-align:left;
  238. color:{color:text};
  239. background-color:#fcfcfc;
  240. border-bottom:1px solid #fafafa;
  241. border-right:1px solid #fafafa;
  242. }
  243.  
  244. .ans {
  245. text-align:left;
  246. padding:10px;
  247. color:{color:text};
  248. }
  249.  
  250. .audio {
  251. width:500px;
  252. padding-bottom:10px;
  253. background-color:#fcfcfc;
  254. }
  255.  
  256. .albumart {
  257. float:left;
  258. padding:0px 10px 10px 0px;
  259. }
  260.  
  261. .albumart img {
  262. width:45px;
  263. height:45px;
  264. }
  265.  
  266. .playercontainer {
  267. text-align:left;
  268. padding:10px;
  269. background-color:#ffffff;
  270. width:480px;
  271. }
  272.  
  273. .audioinfo {
  274. padding:10px;
  275. color:{color:text};
  276. }
  277.  
  278. #postinfo {
  279. width:500px;
  280. padding:2px;
  281. font-size:7px;
  282. color:{color:link};
  283. text-transform:uppercase;
  284. font-style:normal;
  285. letter-spacing:2px;
  286. text-align:left;
  287. border-bottom:1px dotted {color:border};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #postinfo a {
  294. color:{color:link};
  295. text-align:center;
  296. letter-spacing:1px;
  297. font-style:normal;
  298. }
  299.  
  300. #postinfo a:hover {
  301. color:{color:link hover};
  302. }
  303.  
  304. .note {
  305. text-transform:uppercase;
  306. font-style:normal;
  307. letter-spacing:0px;
  308. font-size: 7px;
  309. text-align:left;
  310. line-height:90%;
  311. margin-left:-40px;
  312. }
  313.  
  314. .note li {
  315. list-style-type:none;
  316. border-bottom:1px solid #fafafa;
  317. padding:10px 25px 10px 25px;
  318. text-align:left;
  319. margin:0px;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. .tags {
  326. font-style:normal;
  327. width:500px;
  328. text-transform:uppercase;
  329. font-style:normal;
  330. color:{color:link};
  331. letter-spacing:2px;
  332. line-height:120%;
  333. font-size:7px;
  334. text-align:left;
  335. padding:2px;
  336. -moz-transition-duration:0.5s;
  337. -webkit-transition-duration:0.5s;
  338. -o-transition-duration:0.5s;
  339. }
  340.  
  341. .tags a {
  342. color:{color:link};
  343. letter-spacing:1px;
  344. padding:1px;
  345. }
  346.  
  347. .tags a:hover {
  348. color:{color:link hover};
  349. }
  350.  
  351. ul.chat, .chat ol, .chat li {
  352. list-style:none;
  353. margin:0px;
  354. padding:2px;
  355. }
  356.  
  357. .label {
  358. text-decoration:underline;
  359. font-weight:700;
  360. background-color:#fcfcfc;
  361. margin-right:5px;
  362. }
  363.  
  364. #credit {
  365. position:fixed;
  366. font-family:trebuchet ms;
  367. font-size:10px;
  368. line-height:60%;
  369. right:10px;
  370. bottom:10px;
  371. text-transform:uppercase;
  372. text-align:center;
  373. }
  374.  
  375. #credit a {
  376. display:block;
  377. width:5px;
  378. height:5px;
  379. padding:5px;
  380. color:{color:text};
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. #credit a:hover {
  387. color:{color:link hover};
  388. -moz-transition-duration:0.5s;
  389. -webkit-transition-duration:0.5s;
  390. -o-transition-duration:0.5s;
  391. }
  392.  
  393. {CustomCSS}
  394.  
  395. </style></head>
  396.  
  397. <body>
  398. <div id="theme">
  399. <div id="sidebar">
  400. <img src="{image:sidebar}">
  401. <div class="links">
  402. {block:IfLink1}
  403. <a href="{text:link1 url}">{text:link1}</a>
  404. {/block:IfLink1}
  405. {block:IfLink2}
  406. <a href="{text:link2 url}">{text:link2}</a>
  407. {/block:IfLink2}
  408. {block:IfLink3}
  409. <a href="{text:link3 url}">{text:link3}</a>
  410. {/block:IfLink3}
  411. {block:IfLink4}
  412. <a href="{text:link4 url}">{text:link4}</a>
  413. {/block:IfLink4}
  414. {block:IfLink5}
  415. <a href="{text:link5 url}">{text:link5}</a>
  416. {/block:IfLink5}
  417. </div>
  418.  
  419. <div class="description">
  420. {Description}
  421. </div>
  422. {block:Pagination}
  423. <div class="pagination">
  424. {block:PreviousPage}
  425. <a href="{PreviousPage}">back</a>
  426. {/block:PreviousPage}
  427. {block:NextPage}
  428. <a href="{NextPage}">next</a>
  429. {/block:NextPage}
  430. </div>
  431. {/block:Pagination}
  432. </div>
  433.  
  434. <div id="postscontainer">
  435.  
  436. {block:Posts}
  437.  
  438. <div id="posts">
  439.  
  440. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  441.  
  442. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  443.  
  444. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  445. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  446.  
  447. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448.  
  449. {block:Photoset}<center>{Photoset-500}</center>
  450. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {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}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  457.  
  458. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  459. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  460. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  461. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  462. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  463.  
  464.  
  465.  
  466. <div id="postinfo">
  467. <table><td width="250px" > {block:Date}{ShortMonth} {DayOfMonthWithZero} - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}</a> - {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></td> <td width="250px" style="font-size:7px; text-align: right;">{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</font></a> / &nbsp;{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</td></table></div>
  468.  
  469. {block:HasTags}
  470. <div class="tags">Tagged:
  471. {block:Tags}<a href="{TagURL}">+{Tag}&nbsp;</a>{/block:Tags}</div>
  472. {/block:HasTags}
  473.  
  474. <div class="note">
  475. {block:PostNotes}{PostNotes}{/block:PostNotes}
  476. </div>
  477. </div>
  478. {/block:Posts}
  479.  
  480.  
  481. </div>
  482.  
  483. <div id="credit"><a href="http://hzrrys.tumblr.com">©</a></div>
  484.  
  485. </div>
  486. </div>
  487. </div>
  488. </body>
  489. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement