Advertisement
hzrrys

HzrrysTheme19

Jul 18th, 2013
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.57 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 REMOVE THE CREDIT, IF YOU DO I WILL CUT OFF YOUR WIFI. THANK YOU AND GOODBYE.-->
  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:bg" content="#FFFFFF">
  13. <meta name="color:link" content="#AAAAAA">
  14. <meta name="color:text" content="#AAAAAA">
  15. <meta name="color:hover" content="#ffffff">
  16. <meta name="color:scrollbar" content="#EEEEEE">
  17. <meta name="color:border" content="#F5F5F5">
  18. <meta name="color:sbbg" content="#eeeeee">
  19. <meta name="color:sblink" content="#888888">
  20. <meta name="color:sblinkshadow" content="#888888">
  21. <meta name="color:sbborder" content="#ffffff">
  22. <meta name="color:title" content="#888888">
  23. <meta name="color:desc" content="#999999">
  24. <meta name="color:askbg" content="#fdfdfd">
  25.  
  26.  
  27.  
  28. <meta name="text:link 1" content="/">
  29. <meta name="text:link 1 url" content="/">
  30. <meta name="text:link 2" content="/">
  31. <meta name="text:link 2 url" content="/">
  32. <meta name="text:link 3" content="/">
  33. <meta name="text:link 3 url" content="/">
  34. <meta name="text:link 4" content="/">
  35. <meta name="text:link 4 url" content="/">
  36. <meta name="text:link 5" content="/">
  37. <meta name="text:link 5 url" content="/">
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <style type="text/css">
  45.  
  46. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  47.  
  48. a {
  49. color:{color:link};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56. a:hover {
  57. color:{color:hover};
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63.  
  64. ::-webkit-scrollbar {background-color:#eee; border:3px solid #fff;height:8px; width:8px;}
  65. ::-webkit-scrollbar-thumb:vertical {background-color:{color:link}; border:2px solid {color:bg}; height:50px;border-radius:300px;-webkit-border-radius: 300px;
  66. -moz-border-radius: 300px;}
  67. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:border};border:2px solid {color:bg}; height:8px!important}
  68.  
  69.  
  70. body {
  71. background-color:{color:bg};
  72. font-family:Cambria;
  73. font-weight:normal;
  74. }
  75.  
  76. small{font-size:7px}
  77. big{font-size:14px}
  78. b, strong{color:text}
  79. i, em {color:text}
  80. p{margin-top:5px; margin-bottom:5px}
  81. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  82.  
  83. small{font-size:7px}
  84. big{font-size:14px}
  85. b, strong{color:text}
  86. i, em {color:text}
  87. p{margin-top:5px; margin-bottom:5px}
  88. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  89.  
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:11px;
  94. text-align:center;
  95. font-style:italic;
  96. line-height:50%;
  97. letter-spacing:1px;
  98. text-transform:lowercase;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:10px;
  104. text-align:center;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. color:{color:text};
  108. font-weight:bold;
  109. text-transform:uppercase;
  110. padding:5px;
  111. padding-bottom:2px;
  112. }
  113.  
  114.  
  115. blockquote {
  116. border-left:2px solid {color:text};
  117. padding-left:5px;
  118. margin:5px;
  119. }
  120.  
  121. #themenum {
  122. background-color:{color:bg};
  123. width:700px;
  124. margin: 0 auto -12px auto;
  125. text-align: center;
  126. }
  127.  
  128.  
  129. #sidebar {
  130. color:{color:text};
  131. position:fixed;
  132. width:300px;
  133. height:110px;
  134. margin-top:400px;
  135. margin-left:-250px;
  136. text-align:left;
  137. padding:15px;
  138. background:{color:sbbg};
  139. -moz-transition-duration:.8s;
  140. -webkit-transition-duration:.8s;
  141. -o-transition-duration:.8s;
  142. -webkit-transition-duration:.8s;
  143. }
  144.  
  145.  
  146.  
  147. #sidebar img {
  148. width:306px;
  149. height:118px;
  150. margin-bottom:10px;
  151. margin-top:-5px;
  152. margin-left:-4px;
  153. padding:0px;
  154. opacity:1;
  155. border:1px solid {color:sbborder};
  156. -moz-transition-duration:1s;
  157. -webkit-transition-duration:1s;
  158. -o-transition-duration:1s;
  159. }
  160.  
  161. #sidebar:hover img{
  162. opacity:1;
  163. -moz-transition-duration:.8s;
  164. -webkit-transition-duration:.8s;
  165. -o-transition-duration:.8s;
  166. }
  167.  
  168. #backimage img {
  169. width:160px;
  170. height:160px;
  171. margin-top:425px;
  172. margin-left:-380px;
  173. z-index:-111111111;
  174. position:fixed;
  175. }
  176.  
  177. #backimage2 img {
  178. width:160px;
  179. height:160px;
  180. margin-top:330px;
  181. margin-left:-660px;
  182. z-index:-111111111;
  183. position:fixed;
  184. }
  185.  
  186. .slinks {
  187. margin-bottom:10px;
  188. margin-top:-46px;
  189. margin-left:0px;
  190. font-size:8px;
  191. text-transform:uppercase;
  192. background:transparent;
  193. text-align:center;
  194. letter-spacing:4px;
  195. line-height:100%;
  196. width:300px;
  197. height:16px;
  198. opacity:1;
  199. position:fixed;
  200. z-index:999;
  201. -moz-transition-duration:1s;
  202. -webkit-transition-duration:1s;
  203. -o-transition-duration:1s;
  204. }
  205.  
  206. .slinks a{
  207. padding:3px;
  208. color:{color:sblink};
  209. margin-left:2px;
  210. margin-top:4px;
  211. width:30px;
  212. height:11px;
  213. display:inline-block;
  214. letter-spacing:0px;
  215. text-decoration:none;
  216. text-shadow:{color:sbshadow} 0px 1px 1px;
  217. -moz-transition-duration:.5s;
  218. -webkit-transition-duration:.5s;
  219. -o-transition-duration:.5s;
  220. }
  221.  
  222. .slinks a:hover{
  223. text-shadow:{color:sbshadow} 0px 1px 1px;
  224. color:{color:hover};
  225. hover-display:title;
  226. -moz-transition-duration:.5s;
  227. -webkit-transition-duration:.5s;
  228. -o-transition-duration:.5s;
  229. }
  230.  
  231. #sidebar:hover .slinks{
  232. opacity:1;
  233. -moz-transition-duration:.8s;
  234. -webkit-transition-duration:.8s;
  235. -o-transition-duration:.8s;
  236. }
  237.  
  238. #sidebar:hover .title {
  239. opacity:1;
  240. -moz-transition-duration:.8s;
  241. -webkit-transition-duration:.8s;
  242. -o-transition-duration:.8s;
  243. }
  244.  
  245. .title {
  246. font-family:cambria;
  247. font-size:8px;
  248. line-height:10%;
  249. word-spacing:3px;
  250. color:{color:title};
  251. background-color:transparent;
  252. text-transform:uppercase;
  253. text-align:center;
  254. text-shadow: {color:sblinkshadow} 0px 1px 1px;
  255. margin-top:-115px;
  256. margin-left:3px;
  257. width:290px;
  258. height:auto;
  259. padding:2px;
  260. opacity:1;
  261. position:fixed;
  262. z-index:999999;
  263. -moz-transition-duration:.8s;
  264. -webkit-transition-duration:.8s;
  265. -o-transition-duration:.8s;
  266. }
  267.  
  268. .description {
  269. margin-bottom:15px;
  270. margin-top:-97px;
  271. margin-left:21px;
  272. text-align:center;
  273. font-family:times;
  274. font-style:none;
  275. font-size:9px;
  276. width:260px;
  277. height:auto;
  278. background:transparent;
  279. text-transform:lowercase;
  280. color:{color:desc};
  281. letter-spacing:0px;
  282. word-spacing:1px;
  283. line-height:130%;
  284. position:fixed;
  285. opacity:1;
  286. -moz-transition-duration:.5s;
  287. -webkit-transition-duration:.5s;
  288. -o-transition-duration:.5s;
  289. }
  290.  
  291.  
  292. #pagi {
  293. {block:if400px}
  294. width:420px;
  295. {/block:if400px}
  296. {block:if500px}
  297. width:520px;
  298. {/block:if500px}
  299. padding-bottom:30px;
  300. padding-top:20px;
  301. position:absolute;
  302. font-family:cambria;
  303. font-size:10px;
  304. letter-spacing:1px;
  305. text-align:center;
  306. margin-left:40px;
  307. }
  308.  
  309.  
  310. #postcontainer {
  311. float:left;
  312. width:500px;
  313. margin-left:350px;
  314. margin-top:70px;
  315. text-align:justify;
  316. background-color:{color:bg};
  317. color:{color:text};
  318. margin-bottom: 35px;
  319. }
  320.  
  321.  
  322. #posts {
  323. width:500px;
  324. padding:10px;
  325. margin-top:5px;
  326. margin-left:-200px;
  327. text-align:justify;
  328. font-size:11px;
  329. line-height:100%;
  330. letter-spacing:0x;
  331. color:{color:text};
  332.  
  333. }
  334.  
  335.  
  336.  
  337. #info {
  338. font-family:cambria;
  339. width:490px;
  340. margin-top:3px;
  341. padding:2px;
  342. padding-left:8px;
  343. font-size:8px;
  344. color:{color:link};
  345. background: #fff;
  346. font-style:normal;
  347. letter-spacing:2px;
  348. text-align:left;
  349. border-top:1px solid {color:border};
  350. -moz-transition-duration:0.5s;
  351. -webkit-transition-duration:0.5s;
  352. -o-transition-duration:0.5s;
  353. }
  354.  
  355. #info a {
  356. color:{color:link};
  357. text-align:right;
  358. letter-spacing:1px;
  359. font-style:normal;
  360. }
  361.  
  362. #info a:hover {
  363. color:{color:hover};
  364. }
  365.  
  366. .caption {
  367. width:500px;
  368. text-align:justify;
  369. line-height:120%;
  370. }
  371.  
  372. .question {
  373. padding:10px;
  374.  
  375. text-align:center;
  376. color:{color:text};
  377. border:1px solid {color:border};
  378. background-color:{color:askbg};
  379. }
  380.  
  381. .answer {
  382. padding:5px;
  383. width:495px;
  384. font-family:times new;
  385. letter-spacing:1px;
  386. text-align:left;
  387. font-style:none;
  388. margin-left:-4px;
  389. margin-top:-3px;
  390. font-size:9px;
  391.  
  392. }
  393.  
  394. .music {
  395. width:495px;
  396. padding-bottom:10px;
  397. background-color:{color:infobg};
  398. }
  399.  
  400. .albumart {
  401. float:left;
  402. padding:0px 10px 10px 0px;
  403. }
  404.  
  405. .albumart img {
  406. width:45px;
  407. height:45px;
  408. }
  409.  
  410. .playercontainer {
  411. text-align:left;
  412. padding:10px;
  413. background-color:#ffffff;
  414. width:480px;
  415. }
  416.  
  417. .musicinfo {
  418. padding:10px;
  419. color:{color:text};
  420. }
  421.  
  422. .postnote {
  423. text-transform:uppercase;
  424. font-style:normal;
  425. letter-spacing:0px;
  426. font-size: 9px;
  427. text-align:left;
  428. line-height:90%;
  429. margin-left:-40px;
  430. }
  431.  
  432. .postnote li {
  433. list-style-type:none;
  434. border-bottom:1px solid {color:border};
  435. padding:10px 25px 10px 25px;
  436. text-align:left;
  437. margin:0px;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. }
  442.  
  443. .tags {
  444. opacity:0;
  445. font-family:cambria;
  446. letter-spacing:0px;
  447. text-transform:lowercase;
  448. font-size:8px;
  449. font-style:italic;
  450. line-height:60%;
  451. margin-top:4px;
  452. text-align:left;
  453. width:500px;
  454. height:0px;
  455. -webkit-transition: all 0.6s ease-in-out;
  456. -moz-transition: all 0.6s ease-in-out;
  457. -o-transition: all 0.6s ease-in-out;
  458. -ms-transition: all 0.6s ease-in-out;
  459. transition: all 0.6s ease-in-out;
  460. }
  461.  
  462. .tags a {
  463. display:inline;
  464. background-color:{color:Tags};
  465. line-height:110%;
  466. padding:-3px;
  467. text-align:left;
  468. -webkit-transition: all 0.6s ease-in-out;
  469. -moz-transition: all 0.6s ease-in-out;
  470. -o-transition: all 0.6s ease-in-out;
  471. -ms-transition: all 0.6s ease-in-out;
  472. transition: all 0.6s ease-in-out;
  473. }
  474.  
  475. #posts:hover .tags {
  476. opacity:1;
  477. -webkit-transition: all 0.6s ease-in-out;
  478. -moz-transition: all 0.6s ease-in-out;
  479. -o-transition: all 0.6s ease-in-out;
  480. -ms-transition: all 0.6s ease-in-out;
  481. transition: all 0.6s ease-in-out;
  482. }
  483.  
  484. ul.chat, .chat ol, .chat li {
  485. list-style-type:none;
  486. margin:0px;
  487. padding:2px;
  488. background:#fff;
  489. }
  490.  
  491. .tab {
  492. text-decoration:underline;
  493. font-weight:700;
  494. background-color:#fff;
  495. margin-right:5px;
  496. }
  497.  
  498. .credit {
  499. position:fixed;
  500. font-family:trebuchet ms;
  501. font-size:9px;
  502. line-height:100%;
  503. letter-spacing:0px;
  504. width:auto;
  505. right:7px;
  506. bottom:3px;
  507. text-transform:uppercase;
  508. text-align:center;
  509. -moz-transition-duration:0.7s;
  510. -webkit-transition-duration:0.7s;
  511. -o-transition-duration:0.7s;
  512. }
  513.  
  514. .credit a {
  515. display:block;
  516. width:13px;
  517. height:10px;
  518. padding:5px;
  519. color:#aaa;
  520. border:1px solid {color:bg};
  521. -moz-transition-duration:0.7s;
  522. -webkit-transition-duration:0.7s;
  523. -o-transition-duration:0.7s;
  524. }
  525.  
  526. .credit a:hover {
  527. color:#fff;
  528. background:#ccc;
  529. text-shadow:#ddd 0px 1px 1px;
  530. -moz-transition-duration:0.7s;
  531. -webkit-transition-duration:0.7s;
  532. -o-transition-duration:0.7s;
  533. }
  534.  
  535. {CustomCSS}
  536.  
  537. </style></head>
  538.  
  539. <body>
  540. <div id="themenum">
  541. <div id="sidebar">
  542. <img src="{image:sidebar}">
  543.  
  544. <div class="slinks">
  545. {block:IfLink1}
  546. <a href="{text:link 1 url}">{text:link 1}</a>
  547. {/block:IfLink1}
  548. {block:IfLink2}
  549. <a href="{text:link 2 url}">{text:link 2}</a>
  550. {/block:IfLink2}
  551. {block:IfLink3}
  552. <a href="{text:link 3 url}">{text:link 3}</a>
  553. {/block:IfLink3}
  554. {block:IfLink4}
  555. <a href="{text:link 4 url}">{text:link 4}</a>
  556. {/block:IfLink4}
  557. {block:IfLink5}
  558. <a href="{text:link 5 url}">{text:link 5}</a>
  559. {/block:IfLink5}
  560. </div>
  561. <div class="description">
  562. {Description}
  563. </div>
  564. <div class="title">—&nbsp;{Title}&nbsp;—</div>
  565.  
  566.  
  567. </div>
  568.  
  569. <div id="backimage"><img src="http://media.tumblr.com/8325a541f722a83084ec854094d0270c/tumblr_inline_ml3ds30deO1qz4rgp.png"></div>
  570. <div id="backimage2"><img src="http://media.tumblr.com/8325a541f722a83084ec854094d0270c/tumblr_inline_ml3ds30deO1qz4rgp.png"></div>
  571.  
  572. <div id="postcontainer">
  573.  
  574. {block:Posts}
  575.  
  576. <div id="posts">
  577.  
  578. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  579.  
  580. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  581.  
  582. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  583. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  584.  
  585. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  586.  
  587. {block:Photoset}<center>{Photoset-500}</center>
  588. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  589.  
  590. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  591.  
  592. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  593.  
  594. {block:Answer}<div class="question"><b>{Asker}</b> asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  595.  
  596. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  597. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  598. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  599. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  600. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  601.  
  602.  
  603.  
  604. {block:Date}<div id="info"><a href="{Permalink}" style="background:{color:border};padding:3px;color:#fff; margin-top:-4px;">{TimeAgo}</a> {block:NoteCount} with <font color=#999>♥</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  605. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  606. {block:HasTags}
  607. <div class="tags">
  608. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  609. {/block:HasTags}
  610. <div class="postnote">
  611. {block:PostNotes}{PostNotes}{/block:PostNotes}
  612. </div>
  613. </div>
  614. {/block:Posts}
  615.  
  616. {block:Pagination}
  617. <div id="pagi">
  618. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  619. {CurrentPage} of {TotalPages}
  620. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  621. </div>
  622. {/block:Pagination}
  623.  
  624.  
  625.  
  626. <div class="credit"><a href="http://hzrrys.tumblr.com">HZ</a></div>
  627.  
  628. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement