Advertisement
hzrrys

paste

May 11th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 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:updatestab" content="#e6e6e6" />
  24. <meta name="color:sbpicborder" content="#c9c9c9" />
  25. <meta name="color:descborder" content="#c9c9c9" />
  26.  
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:link1" content="">
  32. <meta name="text:link1 url" content="/">
  33. <meta name="text:link2" content="">
  34. <meta name="text:link2 url" content="/">
  35. <meta name="text:link3" content="">
  36. <meta name="text:link3 url" content="/">
  37. <meta name="text:link4" content="">
  38. <meta name="text:link4 url" content="/">
  39. <meta name="text:link5" content="">
  40. <meta name="text:link5 url" content="/">
  41. <meta name="text:link6" content="">
  42. <meta name="text:link6 url" content="/">
  43.  
  44. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  45. <style>
  46. div#qTip {
  47. padding: 2px;
  48. display: none;
  49. text-align: center;
  50. position: absolute;
  51. font-style:;
  52. font-size:7px;
  53. line-height:9px;
  54. font-family:cambria;
  55. z-index: 1000;
  56. border: 1px solid {color:sbpicborder};
  57. background-color:#fcfcfc;
  58. color: {color:text};
  59. text-transform:uppercase;
  60. letter-spacing: 1px;
  61. }
  62. </style>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  65. <link href='http://fonts.googleapis.com/css?family=Allura|Ruthie|Dancing+Script|Pinyon+Script|Meddon|Herr+Von+Muellerhoff' rel='stylesheet' type='text/css'>
  66. <link href='http://fonts.googleapis.com/css?family=Meie+Script|Dynalight|Miss+Fajardose|Ruthie' rel='stylesheet' type='text/css'>
  67. <head><title>{Title}</title>
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71.  
  72. <style type="text/css">
  73.  
  74. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  75.  
  76.  
  77. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  78. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  79. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  80. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  81. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  82. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  83. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  84.  
  85. body {
  86. background:{color:background};
  87. margin:0px;
  88. font-family: times;
  89. font-size:9px;
  90. text-transform:none;
  91. letter-spacing:1px;
  92. color:{color:text};
  93. line-height:100%;
  94. }
  95.  
  96. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  97. a:hover{color:{color:linkhover}}
  98.  
  99. small{font-size:7px}
  100. big{font-size:14px}
  101. b, strong{color:{color:text}}
  102. i, em {color:{color:text}}
  103. p{margin-top:5px; margin-bottom:5px}
  104. blockquote {padding:0px; padding-left:5px; margin:5px; font-size:9px; border-left:2px solid {color:text}}
  105.  
  106. small{font-size:7px}
  107. big{font-size:14px}
  108. b, strong{color:{color:title}}
  109. i, em {color:{color:text}}
  110. p{margin-top:5px; margin-bottom:5px}
  111. blockquote {padding:0px; font-size:9px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  112.  
  113. img a{border:none; width:100%}
  114.  
  115. a {
  116. text-decoration:none;
  117. color:{color:link};
  118. -webkit-transition:all 0.6s ease-out;
  119. -moz-transition:all 0.6s ease-out;
  120. transition:all 0.6s ease-out;
  121. }
  122.  
  123. a:hover {
  124. text-decoration:none;
  125. color:{color:linkHover};
  126. -webkit-transition:all 0.6s ease-out;
  127. -moz-transition:all 0.6s ease-out;
  128. transition:all 0.6s ease-out;
  129. }
  130.  
  131. #container {
  132. background-color:{color:background};
  133. width: 814px;
  134. text-align: center;
  135. margin: 0 auto -10px auto
  136. }
  137.  
  138. #entries {
  139. padding:4px;
  140. width:500px;
  141. margin-left:570px;
  142. margin-top:30px;
  143. font-size:10px;
  144. text-transform:uppercase;
  145. font-family:inconsolata;
  146. }
  147.  
  148. #post {
  149. width:500px;
  150. padding-bottom:20px;
  151. padding:4px;
  152. margin-top:30px;
  153. margin-bottom:10px;
  154. text-align:left;
  155. text-transform:none;
  156. font-family:cambria;
  157. letter-spacing:0px;
  158. font-size:9px;
  159. border:1px solid {color:border};
  160. }
  161.  
  162. #sidebar {
  163. top: 190px;
  164. margin-left:330px;
  165. padding:0px;
  166. position:fixed;
  167. width:150px;
  168. }
  169.  
  170. #descri {
  171. background-color:{color:background};
  172. font-family: cambria;
  173. padding-top:-20px;
  174. margin-top:30px;
  175. margin-left:-386px;
  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:transparent;
  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:#f1f1f1;
  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:0;
  270. color:{color:title};
  271. -moz-transition-duration:.6s;
  272. -webkit-transition-duration:.6s;
  273. -o-transition-duration:.6;
  274. }
  275.  
  276.  
  277. .desc {
  278. font-family:calibri;
  279. font-size:9px;
  280. text-align:center;
  281. text-transform:none;
  282. font-style: none;
  283. width:228px;
  284. height:auto;
  285. line-height: 118%;
  286. margin-top:10px;
  287. margin-bottom:5px;
  288. background:transparent;
  289. margin-left:-13px;
  290. color:{color:text};
  291. opacity:.9;
  292. -moz-transition-duration:.5s;
  293. -webkit-transition-duration:.5s;
  294. -o-transition-duration:.5s;
  295. }
  296.  
  297. .pagination {
  298. text-align:center;
  299. color:{color:body};
  300. left:213px;
  301. font-size:9px;
  302. }
  303.  
  304. .current_page {
  305. background-color:;
  306. padding:5px;
  307. margin:5px;
  308. font-size:8px;
  309. }
  310.  
  311. .jump_page, .next {
  312. background-color:;
  313. padding:5px;
  314. margin:5px;
  315. font-size:8px;
  316. }
  317.  
  318. #footer {
  319. position:fixed;
  320. bottom:120px;
  321. left:-75px;
  322. background-color:transparent;
  323. width:200px;
  324. height:30px;
  325. padding:20px 0 20px 0px;
  326. text-align:center;
  327. word-spacing:-13px;
  328. font-size:8px;
  329. }
  330.  
  331. h2{
  332. color:{color:title};
  333. font-family:{font:title};
  334. font-size:12px;
  335. line-height:11px;
  336. letter-spacing:0px;
  337. font-weight:normal;
  338. text-transform:none;
  339. margin:0px;
  340. padding:0px;
  341. margin-bottom:-0px;
  342. text-align:left
  343. }
  344.  
  345. #asker {
  346. padding:10px;
  347. text-align:center;
  348. background-color:{color:answerb}
  349. }
  350.  
  351. .user_1 .label {color:{color:link}; font-weight:bold}
  352. .user_2 .label {color:{color:text}; font-weight:bold}
  353. .user_3 .label {color:{color:link}; font-weight:bold}
  354. .user_4 .label {color:{color:text}; font-weight:bold}
  355. .user_5 .label {color:{color:link}; font-weight:bold}
  356. .user_6 .label {color:{color:text}; font-weight:bold}
  357. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  358.  
  359. #tags {
  360. text-transform:uppercase;
  361. padding-top:3px;
  362. padding:1px;
  363. margin:0px 5px 0px;
  364. font-size:8px;
  365. }
  366.  
  367. #tags:hover {
  368. color:{color:link hover};
  369. background-color:{color:linkhoverbg};
  370. }
  371.  
  372. #cred {
  373. font-family:consolas;
  374. font-size: 9px;
  375. letter-spacing:1px;
  376. bottom:10px;
  377. text-transform:
  378. uppercase;
  379. right:10px;
  380. position:fixed;
  381. padding:5px;
  382. text-align:center;
  383. border:1px solid #eee;
  384. -moz-transition-duration:0.5s;
  385. -webkit-transition-duration:0.5s;
  386. -o-transition-duration:0.5s;
  387. }
  388.  
  389. #cred:hover {
  390. color:#fff;
  391. background-color:#111;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397. #updates {
  398. text-align: center;
  399. font-size: 10px;
  400. font-family:cambria;
  401. position:fixed;
  402. left:567px;
  403. top:-111px;
  404. color:{color:text};
  405. -webkit-transition: all .5s ease-in-out;
  406. -moz-transition: all .5s ease-in-out;
  407. -o-transition: all .5s ease-in-out;
  408. z-index:999;
  409. }
  410.  
  411. #updates:hover {
  412. top:0px;
  413. -webkit-transition: all .5s ease-in-out;
  414. -moz-transition: all .5s ease-in-out;
  415. -o-transition: all .5s ease-in-out;
  416. }
  417.  
  418. #update {
  419. padding: 5px 0 5px 0;
  420. background: #fff;
  421. color:{color:text};
  422. width:520px;
  423. height:100px;
  424. z-index: 9999;
  425. }
  426.  
  427. #updatestab {
  428. border-bottom:1px solid {color:updatestab};
  429. font-size:10px;
  430. text-align: center;
  431. height:30px;
  432. padding: 2px 0 8px 0;
  433. background:#fff;
  434. width: 520px;
  435. }
  436.  
  437. #reblog {
  438. text-align:left;
  439. margin-top:12px;
  440. }
  441.  
  442. #reblog a {
  443. opacity:1; color:
  444. -webkit-transition: all .6s ease-in-out;
  445. -moz-transition: all .6s ease-in-out;
  446. -o-transition: all .6s ease-in-out;
  447. }
  448.  
  449. #reblog a:hover {
  450. opacity:1;
  451. background-color:none;
  452. opacity:.5;
  453. text-decoration:none;
  454. -webkit-transition: all .6s ease-in-out;
  455. -moz-transition: all .6s ease-in-out;
  456. -o-transition: all .6s ease-in-out;
  457. }
  458.  
  459. #info {
  460. text-align:left;
  461. text-transform:lowercase;
  462. margin-top:-28px;
  463. margin-left:20px;
  464. border-top:1px solid {color:border};
  465. height:30px;
  466. width:466px;
  467. }
  468.  
  469. </style>
  470. <style type="text/css">{CustomCSS}</style>
  471.  
  472. </head>
  473. <body>
  474. <div id="updates">
  475. <div id="update"><center>
  476. <!--
  477. INSERT WHATEVER YOUR UPDATES MAY BE HERE!!!!
  478. -->
  479. <p>Aye man, this theme is cool
  480. <p>and so is this updates tab so put whatever you want
  481. <p>alright, then so i suppose you wanted a quote instead of a photo??
  482. <p>idk
  483. <!--
  484. AND THEN THEY SHOULD END HERE!!!
  485. -->
  486. </center></div>
  487. <div id="updatestab"><p><p>
  488. <!--
  489. IMAGE FOR THE UPDATES TAB GOES BELOW!!
  490. -->
  491. <img src="http://static.tumblr.com/dt3ep3f/x1fmmazoi/tumblr_static_tumblr_inline_micnvltqad1r0ksbd-1.png"></div>
  492. </div>
  493. <div id="cred"><a href="http://hzrrys.tumblr.com/"><font size="1">HZ</font></a></div>
  494.  
  495. <div id="container">
  496. <div id="sidebar">
  497. <div id="descri">
  498. <div id="sidebarimage"><img src="{image:sidebar}">
  499. <br></br>
  500. <div class="links">
  501. {block:IfLink1}
  502. <a href="{text:link1 url}">{text:link1}</a>
  503. {/block:IfLink1}
  504. {block:IfLink2}
  505. <a href="{text:link2 url}">{text:link2}</a>
  506. {/block:IfLink2}
  507. {block:IfLink3}
  508. <a href="{text:link3 url}">{text:link3}</a>
  509. {/block:IfLink3}
  510. {block:IfLink4}
  511. <a href="{text:link4 url}">{text:link4}</a>
  512. {/block:IfLink4}
  513. {block:IfLink5}
  514. <a href="{text:link5 url}">{text:link5}</a>
  515. {/block:IfLink5}
  516. {block:IfLink6}
  517. <a href="{text:link6 url}">{text:link6}</a>
  518. {/block:IfLink6}
  519. </div>
  520. </div>
  521. <div class="title">{Title}</div>
  522. <div class="desc"><p>{Description} </div>
  523.  
  524. </div></div></div>
  525.  
  526.  
  527. <div id="entries">
  528. {block:Posts}<div id="post">
  529.  
  530. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  531.  
  532. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  533.  
  534. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  535.  
  536. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  537. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  538.  
  539. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  540.  
  541. {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}
  542.  
  543. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  544.  
  545. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:italic">{Asker}:</span> {Question}</div><center>{Answer}{/block:Answer}
  546.  
  547. {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>
  548. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  549. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  550. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  551. {/block:Audio}
  552.  
  553. <div id="reblog">
  554. <a href="http://www.tumblr.com/reblog/49732147758/w8eYx0rh" title="reblog"><img src="http://www.rw-designer.com/cursor-view/43589.png"></a></div><div id="info">
  555. <br>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>
  556. {block:HasTags}<div id="tags">♡{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  557. {/block:Posts}
  558. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  559. {/block:Posts}</div></div></div>
  560.  
  561. </div></div>
  562.  
  563. <div id="footer" class="pagination" style="height:20px;padding:5px;margin-left:301px;">
  564. {block:Pagination}
  565. {block:PreviousPage}
  566. <a class="next" href="{PreviousPage}">«</a>
  567. {/block:PreviousPage}
  568.  
  569. {block:JumpPagination length="5"}
  570. {block:CurrentPage}
  571. <span class="current_page">{PageNumber}</span>
  572. {/block:CurrentPage}
  573.  
  574. {block:JumpPage}
  575. <a class="jump_page" href="{URL}">{PageNumber}</a>
  576. {/block:JumpPage}
  577. {/block:JumpPagination}
  578.  
  579. {block:NextPage}
  580. <a class="next" href="{NextPage}">»</a>
  581. {/block:NextPage}
  582. {/block:Pagination}
  583. </div>
  584.  
  585. </body>
  586. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement