Advertisement
hzrrys

HzrrysTheme7

May 10th, 2013
1,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. theme made by Sabrena (Hzrrys). Don't be stealin meh shit, i'll go hoodrat on y'all
  8. plus i worked really hard on this so if you steal it i'll be forced to decapitate your head and feed it to my rats
  9. -->
  10.  
  11.  
  12. <meta name="color:background" content="#FFFFFF" />
  13. <meta name="color:text" content="#a8a8a8"/>
  14. <meta name="color:ask border" content="#e4e4e4"/>
  15. <meta name="color:sblinkhover" content="#222222"/>
  16. <meta name="color:link" content="#a8a8a8"/>
  17. <meta name="color:linkhover" content="#817f7f"/>
  18. <meta name="color:title" content="#222222" />
  19. <meta name="color:border" content="#e6e6e6" />
  20. <meta name="color:updatestab" content="#e6e6e6" />
  21. <meta name="color:sbpicborder" content="#c9c9c9" />
  22. <meta name="color:descborder" content="#c9c9c9" />
  23. <meta name="color:answerb" content="#f8f8f8"/>
  24. <meta name="color:scrollbar" content="#BBBBBB" />
  25. <meta name="color:scrollbg" content="#FFFFFF" />
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:link1" content="">
  30. <meta name="text:link1 url" content="/">
  31. <meta name="text:link2" content="">
  32. <meta name="text:link2 url" content="/">
  33. <meta name="text:link3" content="">
  34. <meta name="text:link3 url" content="/">
  35. <meta name="text:link4" content="">
  36. <meta name="text:link4 url" content="/">
  37. <meta name="text:link5" content="">
  38. <meta name="text:link5 url" content="/">
  39.  
  40. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  41. <style>
  42. div#qTip {
  43. padding: 2px;
  44. display: none;
  45. text-align: center;
  46. position: absolute;
  47. font-style:;
  48. font-size:7px;
  49. line-height:9px;
  50. font-family:cambria;
  51. z-index: 1000;
  52. border: 1px solid {color:sbpicborder};
  53. background-color:#fcfcfc;
  54. color: {color:text};
  55. text-transform:uppercase;
  56. letter-spacing: 1px;
  57. }
  58. </style>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Allura|Ruthie|Dancing+Script|Pinyon+Script|Meddon|Herr+Von+Muellerhoff' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Meie+Script|Dynalight|Miss+Fajardose|Ruthie' rel='stylesheet' type='text/css'>
  63. <head><title>{Title}</title>
  64. <link rel="shortcut icon" href="{Favicon}">
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  66. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  72.  
  73.  
  74. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  75. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  76. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  77. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  78. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  79. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  80. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  81.  
  82. body {
  83. background:{color:background};
  84. margin:0px;
  85. font-family: times;
  86. font-size:9px;
  87. text-transform:none;
  88. letter-spacing:1px;
  89. color:{color:text};
  90. line-height:100%;
  91. }
  92.  
  93. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  94. a:hover{color:{color:linkhover}}
  95.  
  96. small{font-size:7px}
  97. big{font-size:14px}
  98. b, strong{color:{color:text}}
  99. i, em {color:{color:text}}
  100. p{margin-top:5px; margin-bottom:5px}
  101. blockquote {padding:0px; padding-left:5px; margin:5px; font-size:9px; border-left:2px solid {color:text}}
  102.  
  103. small{font-size:7px}
  104. big{font-size:14px}
  105. b, strong{color:{color:title}}
  106. i, em {color:{color:text}}
  107. p{margin-top:5px; margin-bottom:5px}
  108. blockquote {padding:0px; font-size:9px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  109.  
  110. img a{border:none; width:100%}
  111.  
  112. a {
  113. text-decoration:none;
  114. color:{color:link};
  115. -webkit-transition:all 0.6s ease-out;
  116. -moz-transition:all 0.6s ease-out;
  117. transition:all 0.6s ease-out;
  118. }
  119.  
  120. a:hover {
  121. text-decoration:none;
  122. color:{color:linkHover};
  123. -webkit-transition:all 0.6s ease-out;
  124. -moz-transition:all 0.6s ease-out;
  125. transition:all 0.6s ease-out;
  126. }
  127.  
  128. #container {
  129. background-color:{color:background};
  130. width: 814px;
  131. text-align: center;
  132. margin: 0 auto -10px auto
  133. }
  134.  
  135. #entries {
  136. padding:4px;
  137. width:500px;
  138. margin-left:526px;
  139. margin-top:30px;
  140. font-size:10px;
  141. text-transform:uppercase;
  142. font-family:inconsolata;
  143. }
  144.  
  145. #post {
  146. width:500px;
  147. padding-bottom:20px;
  148. padding:4px;
  149. margin-top:30px;
  150. margin-bottom:10px;
  151. text-align:left;
  152. text-transform:none;
  153. font-family:cambria;
  154. letter-spacing:0px;
  155. font-size:9px;
  156. }
  157.  
  158. #sidebar {
  159. top: 190px;
  160. margin-left:330px;
  161. padding:0px;
  162. position:fixed;
  163. width:150px;
  164. }
  165.  
  166. #descri {
  167. background-color:{color:background};
  168. font-family: cambria;
  169. padding-top:-20px;
  170. margin-top:-10px;
  171. margin-left:-350px;
  172. margin-bottom:25px;
  173. text-align:center;
  174. line-height:100%;
  175. font-size:8px;
  176. width:107px;
  177. padding:10px;
  178. height:271px;
  179. border:1px solid {color:sbpicborder};
  180. }
  181.  
  182. #descri img {
  183. width:111px;
  184. height:275px;
  185. margin-left:-2px;
  186. margin-top:-2px;
  187. background:transparent;
  188. -moz-transition-duration:.7s;
  189. -webkit-transition-duration:.7s;
  190. -o-transition-duration:.7s;
  191. }
  192.  
  193. .links {
  194. margin-top:13px;
  195. margin-left:-21px;
  196. font-size:9px;
  197. font-family:calibri;
  198. opacity:0;
  199. width:50px;
  200. height:180px;
  201. text-align:center;
  202. position:fixed !important;
  203. background-color:transparent;
  204. text-transform:uppercase;
  205. line-height:150%;
  206. letter-spacing:Opx;
  207. overflow:auto;
  208. -moz-transition-duration:.7s;
  209. -webkit-transition-duration:.7s;
  210. -o-transition-duration:.7s;
  211. }
  212.  
  213. .links a{
  214. padding:3px;
  215. color:{color:link};
  216. display:inline-block;
  217. letter-spacing:0px;
  218. text-decoration:none;
  219. background-color:#fff;
  220. border:1px solid {color:sbpicborder};
  221. height:15px;
  222. width:33px;
  223. line-height:-20px;
  224. text-align:center;
  225. margin-bottom:5px;
  226. margin-left:2px;
  227. line-height:168%;
  228. -moz-transition-duration:.8s;
  229. -webkit-transition-duration:.8s;
  230. -o-transition-duration:.8s;
  231. }
  232.  
  233. .links a:hover{
  234. color:#f1f1f1;
  235. background: {color:sblinkhover};
  236. border:1px solid {color:sblinkhover};
  237. opacity:1;
  238. margin-left:-10px;
  239. -moz-transition-duration:.8s;
  240. -webkit-transition-duration:.8s;
  241. -o-transition-duration:.8s;
  242. }
  243.  
  244. #descri:hover .links{
  245. opacity:1;
  246. -moz-transition-duration:.7s;
  247. -webkit-transition-duration:.7s;
  248. -o-transition-duration:.7s;
  249. }
  250.  
  251. .title {
  252. margin-top:-25px;
  253. margin-left:-86px;
  254. font-family:calibri;
  255. text-transform:uppercase;
  256. font-size:9px;
  257. font-style:none;
  258. text-align:center;
  259. word-spacing:0px;
  260. letter-spacing:1px;
  261. line-height:12px;
  262. width:180px;
  263. height:auto;
  264. position:fixed;
  265. background-color:transparent;
  266. z-index:0;
  267. color:{color:title};
  268. -moz-transition-duration:.6s;
  269. -webkit-transition-duration:.6s;
  270. -o-transition-duration:.6;
  271. }
  272.  
  273. .desc {
  274. font-family:calibri;
  275. font-size:9px;
  276. text-align:center;
  277. text-transform:none;
  278. font-style: none;
  279. width:90px;
  280. height:auto;
  281. line-height: 128%;
  282. margin-top:-270px;
  283. margin-bottom:5px;
  284. background:{color:background};
  285. margin-left:-11px;
  286. color:{color:text};
  287. border:1px solid {color:sbpicborder};
  288. opacity:0;
  289. -moz-transition-duration:.4s;
  290. -webkit-transition-duration:.4s;
  291. -o-transition-duration:.4s;
  292. }
  293.  
  294. #descri:hover .desc {
  295. margin-left:-120px;
  296. opacity:1;
  297. -moz-transition-duration:.4s;
  298. -webkit-transition-duration:.4s;
  299. -o-transition-duration:.4s;
  300. }
  301.  
  302. .title {
  303. margin-top:-187px;
  304. margin-left:-103px;
  305. font-family:pinyon script;
  306. text-transform:none;
  307. font-size:22px;
  308. font-style:none;
  309. text-align:center;
  310. word-spacing:-2px;
  311. letter-spacing:0px;
  312. line-height:12px;
  313. width:173px;
  314. height:auto;
  315. position:fixed;
  316. background-color:transparent;
  317. z-index:0;
  318. color:#020202;
  319. opacity:1;
  320. -moz-transition-duration:.5s;
  321. -webkit-transition-duration:.5s;
  322. -o-transition-duration:.5s;
  323. -webkit-transform: rotate(270deg);
  324. -moz-transform: rotate(270deg);
  325. -o-transform: rotate(270deg);
  326. }
  327.  
  328. #descri:hover .title {
  329. opacity:0;
  330. -moz-transition-duration:.5s;
  331. -webkit-transition-duration:.5s;
  332. -o-transition-duration:.5s;
  333. }
  334.  
  335. #descri:hover .pagi {
  336. opacity:1;
  337. -moz-transition-duration:.5s;
  338. -webkit-transition-duration:.5s;
  339. -o-transition-duration:.5s;
  340. }
  341.  
  342. .pagi {
  343. width:120px;
  344. text-align:center;
  345. text-transform:uppercase;
  346. opacity:0;
  347. font-family:calibri;
  348. line-height: -170%;
  349. position:fixed;
  350. display:block;
  351. margin-left:21px;
  352. margin-top:-315px;
  353. font-size:9px;
  354. height:15px;
  355. padding:6px;
  356. -moz-transition-duration:.5s;
  357. -webkit-transition-duration:.5s;
  358. -o-transition-duration:.5s;
  359. }
  360.  
  361. .pagi a {
  362. text-align: middle;
  363. background-color: {color:background};
  364. border-right:1px solid {color:sbpicborder};
  365. border-left:1px solid {color:sbpicborder};
  366. border-top:1px solid {color:sbpicborder};
  367. padding-top:6px;
  368. letter-spacing: 1px;
  369. word-spacing:2px;
  370. line-height:10%;
  371. text-align:center;
  372. height:5px;
  373. margin-bottom:5px;
  374. margin-top:5px;
  375. margin-left:-2px;
  376. width: 29px;
  377. display:inline-block;
  378. }
  379.  
  380. .pagi a:hover{
  381. color:{color:hover};
  382. -moz-transition-duration:.8s;
  383. -webkit-transition-duration:.8s;
  384. -o-transition-duration:.8s;
  385. }
  386.  
  387. h2{
  388. color:{color:title};
  389. font-family:{font:title};
  390. font-size:12px;
  391. line-height:11px;
  392. letter-spacing:0px;
  393. font-weight:normal;
  394. text-transform:none;
  395. margin:0px;
  396. padding:0px;
  397. margin-bottom:-0px;
  398. text-align:left
  399. }
  400.  
  401. #asker {
  402. padding:10px;
  403. text-align:center;
  404. background-color:{color:answerb}
  405. }
  406.  
  407. .user_1 .label {color:{color:link}; font-weight:bold}
  408. .user_2 .label {color:{color:text}; font-weight:bold}
  409. .user_3 .label {color:{color:link}; font-weight:bold}
  410. .user_4 .label {color:{color:text}; font-weight:bold}
  411. .user_5 .label {color:{color:link}; font-weight:bold}
  412. .user_6 .label {color:{color:text}; font-weight:bold}
  413. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  414.  
  415. #tags {
  416. text-transform:uppercase;
  417. padding-top:3px;
  418. padding:1px;
  419. margin:0px 5px 0px;
  420. font-size:8px;
  421. }
  422.  
  423. #tags:hover {
  424. color:{color:link hover};
  425. background-color:{color:linkhoverbg};
  426. }
  427.  
  428. #cred {
  429. font-family:consolas;
  430. font-size: 9px;
  431. letter-spacing:1px;
  432. bottom:4px;
  433. text-transform:
  434. uppercase;
  435. right:4px;
  436. position:fixed;
  437. padding:5px;
  438. text-align:center;
  439. -moz-transition-duration:0.5s;
  440. -webkit-transition-duration:0.5s;
  441. -o-transition-duration:0.5s;
  442. }
  443.  
  444. #cred:hover {
  445. opacity:.7;
  446. -moz-transition-duration:0.5s;
  447. -webkit-transition-duration:0.5s;
  448. -o-transition-duration:0.5s;
  449. }
  450.  
  451. #updates {
  452. text-align: center;
  453. font-size: 10px;
  454. font-family:cambria;
  455. position:fixed;
  456. left:527px;
  457. top:-111px;
  458. color:{color:text};
  459. -webkit-transition: all .5s ease-in-out;
  460. -moz-transition: all .5s ease-in-out;
  461. -o-transition: all .5s ease-in-out;
  462. z-index:999;
  463. }
  464.  
  465. #updates:hover {
  466. top:0px;
  467. -webkit-transition: all .5s ease-in-out;
  468. -moz-transition: all .5s ease-in-out;
  469. -o-transition: all .5s ease-in-out;
  470. }
  471.  
  472. #update {
  473. padding: 5px 0 5px 0;
  474. background: #fff;
  475. color:{color:text};
  476. width:520px;
  477. height:100px;
  478. z-index: 9999;
  479. }
  480.  
  481. #updatestab {
  482. border-bottom:1px solid {color:updatestab};
  483. font-size:10px;
  484. text-align: center;
  485. height:30px;
  486. padding: 2px 0 8px 0;
  487. background:#fff;
  488. width: 520px;
  489. }
  490.  
  491. #reblog {
  492. text-align:left;
  493. margin-top:12px;
  494. }
  495.  
  496. #reblog a {
  497. opacity:1; color:
  498. -webkit-transition: all .6s ease-in-out;
  499. -moz-transition: all .6s ease-in-out;
  500. -o-transition: all .6s ease-in-out;
  501. }
  502.  
  503. #reblog a:hover {
  504. opacity:1;
  505. background-color:none;
  506. opacity:.5;
  507. text-decoration:none;
  508. -webkit-transition: all .6s ease-in-out;
  509. -moz-transition: all .6s ease-in-out;
  510. -o-transition: all .6s ease-in-out;
  511. }
  512.  
  513. #info {
  514. text-align:left;
  515. text-transform:lowercase;
  516. margin-top:-28px;
  517. margin-left:20px;
  518. border-top:1px solid {color:border};
  519. height:30px;
  520. width:466px;
  521. }
  522.  
  523. </style>
  524. <style type="text/css">{CustomCSS}</style>
  525.  
  526. </head>
  527. <body>
  528. <div id="updates">
  529. <div id="update"><center>
  530. <!--
  531. INSERT WHATEVER YOUR UPDATES MAY BE HERE!!!!
  532. -->
  533. <p>Aye man, this theme is cool
  534. <p>and so is this updates tab so put whatever you want
  535. <p>alright, then so i suppose you wanted a quote instead of a photo??
  536. <p>idk
  537. <!--
  538. AND THEN THEY SHOULD END HERE!!!
  539. -->
  540. </center></div>
  541. <div id="updatestab"><p><p>
  542. <!--
  543. IMAGE FOR THE UPDATES TAB GOES BELOW!!
  544. -->
  545. <img src="http://static.tumblr.com/dt3ep3f/x1fmmazoi/tumblr_static_tumblr_inline_micnvltqad1r0ksbd-1.png"></div>
  546. </div>
  547. <div id="cred"><a href="http://hzrrys.tumblr.com/"><img src="http://static.tumblr.com/dt3ep3f/pPnmmk8j9/11.jpg"></a></div>
  548.  
  549. <div id="container">
  550. <div id="sidebar">
  551. <div id="descri">
  552. <div id="sidebarimage"><img src="{image:sidebar}">
  553. <br></br>
  554. {block:Pagination}
  555. <div class="pagi">
  556. {block:PreviousPage}
  557. <a href="{PreviousPage}">Back</a>
  558. {/block:PreviousPage}
  559. {block:NextPage}
  560. <a href="{NextPage}">Next</a>
  561. {/block:NextPage}
  562. </div>
  563. {/block:Pagination}
  564. <br></br>
  565. <div class="title">{Title}</div>
  566.  
  567. <div class="desc"><p>{Description} </div>
  568.  
  569. <br></br>
  570. <div class="links">
  571. {block:IfLink1}
  572. <a href="{text:link1 url}">{text:link1}</a>
  573. {/block:IfLink1}
  574. {block:IfLink2}
  575. <a href="{text:link2 url}">{text:link2}</a>
  576. {/block:IfLink2}
  577. {block:IfLink3}
  578. <a href="{text:link3 url}">{text:link3}</a>
  579. {/block:IfLink3}
  580. {block:IfLink4}
  581. <a href="{text:link4 url}">{text:link4}</a>
  582. {/block:IfLink4}
  583. {block:IfLink5}
  584. <a href="{text:link5 url}">{text:link5}</a>
  585. {/block:IfLink5}
  586. </div>
  587.  
  588.  
  589.  
  590. </div>
  591. </div>
  592. </div></div></div>
  593.  
  594.  
  595. <div id="entries">
  596. {block:Posts}<div id="post">
  597.  
  598. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  599.  
  600. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  601.  
  602. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  603.  
  604. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  605. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  606.  
  607. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  608.  
  609. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  610.  
  611. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  612.  
  613. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:italic">{Asker}:</span> {Question}</div><center>{Answer}{/block:Answer}
  614.  
  615. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  616. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  617. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  618. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  619. {/block:Audio}
  620.  
  621. <div id="reblog">
  622. <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/dt3ep3f/7i8mmk8rx/2.png"></a></div><div id="info">
  623. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_#nk"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  624. {block:HasTags}<div id="tags">♡{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  625. {/block:Posts}
  626. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  627. {/block:Posts}</div></div></div>
  628.  
  629. </div></div>
  630.  
  631.  
  632.  
  633. </body>
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement