Advertisement
hzrrys

HzrrysTheme18

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