Advertisement
hzrrys

HzrrysTheme10

May 24th, 2013
5,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 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. <!--
  4. Theme by Sabrena ((Hzrrys))!!
  5. DO NOT STEAL BC I WILL FIND YOU.
  6. AND WHEN I DO,
  7. I WILL MAKE YOU WISH YOU WOULD'VE NEVER STOLEN IT IN THE FIRST PLACE.
  8. KAY, THANK YOU.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:background" content="#ffffff"/>
  21. <meta name="color:sidebar" content="#ffffff"/>
  22. <meta name="color:text" content="#a8a8a8"/>
  23. <meta name="color:desc" content="#e4e4e4"/>
  24. <meta name="color:link" content="#fefefe"/>
  25. <meta name="color:sblink" content="#fefefe"/>
  26. <meta name="color:sbhoverbg" content="#000000"/>
  27. <meta name="color:hover" content="#f2f2f2"/>
  28. <meta name="color:border" content="#e4e4e4"/>
  29. <meta name="color:imgborder" content="#e4e4e4"/>
  30. <meta name="color:answer" content="#f8f8f8"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32.  
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:sidebar2" content=""/>
  35. <meta name="image:sidebar3" content=""/>
  36.  
  37. <meta name="text:Link 1" content="" />
  38. <meta name="text:Link 1 Text" content="" />
  39. <meta name="text:Link 2" content="" />
  40. <meta name="text:Link 2 Text" content="" />
  41. <meta name="text:Link 3" content="" />
  42. <meta name="text:Link 3 Text" content="" />
  43. <meta name="text:Link 4" content="" />
  44. <meta name="text:Link 4 Text" content="" />
  45. <meta name="text:Link 5" content="" />
  46. <meta name="text:Link 5 Text" content="" />
  47.  
  48. <meta name="if:Show Link 1" content="1" />
  49. <meta name="if:Show Link 2" content="1" />
  50. <meta name="if:Show Link 3" content="1" />
  51. <meta name="if:Show Link 4" content="1" />
  52. <meta name="if:Show Link 5" content="1" />
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  58.  
  59. ::-webkit-scrollbar {
  60. width: 5px;height: 5px;}
  61. ::-webkit-scrollbar-button:start:decrement,
  62. ::-webkit-scrollbar-button:end:increment {
  63. height: 6px;display: block;background-color: {color:white};}
  64. ::-webkit-scrollbar-track-piece {
  65. background-color: {color:scrollbarbg};}
  66. ::-webkit-scrollbar-thumb:vertical {
  67. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  68.  
  69.  
  70.  
  71. body {
  72. background:{color:background};
  73. margin:0px;
  74. color:{color:text};
  75. font-family:Calibri;
  76. font-size:9px;
  77. line-height:100%;
  78. }
  79.  
  80. a {
  81. text-decoration:none;
  82. outline:none;
  83. -moz-outline-style:none;
  84. color:{color:link};
  85. -webkit-transition: all 0.7s ease;
  86. -moz-transition: all 0.7s ease;
  87. -o-transition: all 0.7s ease;
  88. }
  89.  
  90. img {
  91. border:none;
  92. }
  93.  
  94. blockquote {
  95. padding-left:5px;
  96. border-left:1px solid {color:border};
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:1px solid {color:border};
  102. }
  103.  
  104. h1 {
  105. font-size:9px;
  106. text-transform:uppercase;
  107. }
  108.  
  109. a:hover {
  110. opacity:10;
  111. color:{color:hover};
  112. -webkit-transition: all 0.7s ease;
  113. -moz-transition: all 0.7s ease;
  114. -o-transition: all 0.7s ease;
  115. }
  116.  
  117.  
  118. #entries {
  119. padding:10px;
  120. width:400px;
  121. margin-left:450px;
  122. margin-top:40px;
  123. font-size:10px;
  124. }
  125.  
  126.  
  127. #post {
  128. width:400px;
  129. padding-bottom:20px;
  130. padding:10px;
  131. margin-top:15px;
  132. background-color:{color:background};
  133. }
  134.  
  135.  
  136.  
  137. #sidebar {
  138. width:100px;
  139. position:fixed;
  140. margin-left:210px;
  141. margin-top:110px;
  142. opacity:.80;
  143. background-color:transparent;
  144. -webkit-transition: all 0.7s ease;
  145. -moz-transition: all 0.7s ease;
  146. -o-transition: all 0.7s ease;
  147. }
  148.  
  149. #sidebar:hover .sidebarimage img{
  150. -webkit-transform: rotate(20deg);
  151. -moz-transform: rotate(20deg);
  152. -o-transform: rotate(20deg);
  153. -webkit-transition: all 0.7s ease;
  154. -moz-transition: all 0.7s ease;
  155. -o-transition: all 0.7s ease;
  156. }
  157.  
  158. #sidebar:hover .sidebarimage2 img{
  159. -webkit-transform: rotate(-30deg);
  160. -moz-transform: rotate(-30deg);
  161. -o-transform: rotate(-30deg);
  162. -webkit-transition: all 0.7s ease;
  163. -moz-transition: all 0.7s ease;
  164. -o-transition: all 0.7s ease;
  165. }
  166.  
  167. #sidebar:hover .sidebarimage3 img{
  168. -webkit-transform: rotate(70deg);
  169. -moz-transform: rotate(70deg);
  170. -o-transform: rotate(70deg);
  171. -webkit-transition: all 0.7s ease;
  172. -moz-transition: all 0.7s ease;
  173. -o-transition: all 0.7s ease;
  174. }
  175.  
  176. .sidebarimage {
  177. width 90px;
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. }
  182.  
  183. .sidebarimage img {
  184. width:90px;
  185. height:90px;
  186. border:solid 1px;
  187. margin-top:25px;
  188. padding:6px;
  189. border-color: {color:imgborder};
  190. -webkit-transition: all 0.7s ease;
  191. -moz-transition: all 0.7s ease;
  192. -o-transition: all 0.7s ease;
  193. }
  194.  
  195.  
  196.  
  197. .sidebarimage2 {
  198. width 90px;
  199. -webkit-transition: all 0.7s ease;
  200. -moz-transition: all 0.7s ease;
  201. -o-transition: all 0.7s ease;
  202. }
  203.  
  204. .sidebarimage2 img {
  205. width:90px;
  206. height:90px;
  207. border:solid 1px;
  208. margin-left:0px;
  209. margin-top:14px;
  210. padding:6px;
  211. border-color: {color:imgborder};
  212. -webkit-transition: all 0.7s ease;
  213. -moz-transition: all 0.7s ease;
  214. -o-transition: all 0.7s ease;
  215. }
  216.  
  217. .sidebarimage3 {
  218. width 90px;
  219. -webkit-transition: all 0.7s ease;
  220. -moz-transition: all 0.7s ease;
  221. -o-transition: all 0.7s ease;
  222. }
  223.  
  224. .sidebarimage3 img {
  225. width:90px;
  226. height:90px;
  227. border:solid 1px;
  228. margin-left:0px;
  229. margin-top:15px;
  230. padding:6px;
  231. border-color: {color:imgborder};
  232. -webkit-transition: all 0.7s ease;
  233. -moz-transition: all 0.7s ease;
  234. -o-transition: all 0.7s ease;
  235. }
  236.  
  237.  
  238. #sidebar:hover .links{
  239. opacity:.9;
  240. -webkit-transition: all 0.7s ease;
  241. -moz-transition: all 0.7s ease;
  242. -o-transition: all 0.7s ease;
  243. }
  244.  
  245. .links {
  246. width:90px;
  247. height:90px;
  248. padding: 9px;
  249. font-size:10px;
  250. font-family:'calibri';
  251. text-align:center;
  252. margin-top:-340px;
  253. margin-left:0px;
  254. text-align:center;
  255. opacity:0;
  256. text-transform:uppercase;
  257. word-spacing:2px;
  258. line-height:103%;
  259. position:fixed;
  260. padding-bottom:7px;
  261. padding:6px;
  262. background-color:{color:sbhoverbg};
  263. display:inline-block;
  264. position:fixed;
  265. -webkit-transition: all 0.7s ease;
  266. -moz-transition: all 0.7s ease;
  267. -o-transition: all 0.7s ease;
  268. }
  269.  
  270. .links a {
  271. font-size: 10px;
  272. margin-top:5px;
  273. letter-spacing:1px;
  274. {color:desc};
  275. -webkit-transition: all 0.7s ease;
  276. -moz-transition: all 0.7s ease;
  277. -o-transition: all 0.7s ease;
  278. }
  279.  
  280. .links a:hover {
  281. color:{color:hover}
  282. letter-spacing:3px;
  283. -webkit-transition: all 0.7s ease;
  284. -moz-transition: all 0.7s ease;
  285. -o-transition: all 0.7s ease;
  286. }
  287.  
  288.  
  289. #sidebar:hover .description{
  290. opacity:.9;
  291. -webkit-transition: all 0.7s ease;
  292. -moz-transition: all 0.7s ease;
  293. -o-transition: all 0.7s ease;
  294. }
  295.  
  296.  
  297. .description {
  298. position:fixed;
  299. font-family:calibri;
  300. line-height:120%;
  301. font-size:10px;
  302. font-style:none;
  303. width:90px;
  304. height:90px;
  305. opacity:0;
  306. margin-top:-222px;
  307. padding:8px;
  308. margin-left:0px;
  309. text-align:center;
  310. color:{color:desc};
  311. padding:6px;
  312. background-color:{color:sbhoverbg};
  313. position:fixed;
  314. -webkit-transition: all 0.7s ease;
  315. -moz-transition: all 0.7s ease;
  316. -o-transition: all 0.7s ease;
  317. }
  318.  
  319.  
  320. #sidebar:hover .pagination{
  321. opacity:.9;
  322. -webkit-transition: all 0.7s ease;
  323. -moz-transition: all 0.7s ease;
  324. -o-transition: all 0.7s ease;
  325. }
  326.  
  327.  
  328. .pagination {
  329. width:102px;
  330. font-size:10px;
  331. text-align:center;
  332. margin-left:0px;
  333. margin-top:-105px;
  334. position:fixed;
  335. font-family:consolas;
  336. letter-spacing:0px;
  337. background-color:{color:sbhoverbg};
  338. height:102px;
  339. opacity:0;
  340. position:fixed;
  341. color:{color:desc};
  342. -webkit-transition: all 0.7s ease;
  343. -moz-transition: all 0.7s ease;
  344. -o-transition: all 0.7s ease;
  345. }
  346.  
  347. #info {
  348. width:500px;
  349. text-align:left;
  350. margin-top:10px;
  351. text-transform:uppercase;
  352. font-size:8px;
  353. font-style:none;
  354. border-top:1px solid {color:imgborder};
  355. }
  356.  
  357. #tags {
  358. font-family:cambria;
  359. letter-spacing:0px;
  360. text-transform:lowercase;
  361. font-size:9px;
  362. font-style:italic;
  363. margin-top:4px;
  364. text-align:left;
  365. }
  366.  
  367. #tags a {
  368. display:inline;
  369. background-color:{color:Tags};
  370. padding:-3px;
  371. text-align:left;
  372. -webkit-transition: all 0.6s ease-in-out;
  373. -moz-transition: all 0.6s ease-in-out;
  374. -o-transition: all 0.6s ease-in-out;
  375. -ms-transition: all 0.6s ease-in-out;
  376. transition: all 0.6s ease-in-out;
  377. }
  378.  
  379. #asker {
  380. padding:5px;
  381. width:500px;
  382. font-family:cambria;
  383. letter-spacing:1px;
  384. text-align:left;
  385. font-style:italic;
  386. margin-left:-5px;
  387. background-color:{color:answer}
  388. }
  389.  
  390. #credit{
  391. bottom:3px;
  392. right:3px;
  393. font-family:consolas;
  394. font-size:9px;
  395. letter-spacing:1px;
  396. text-transform:
  397. uppercase;
  398. position:fixed;
  399. padding:5px;
  400. text-align:center;
  401. border:1px solid #eee;
  402. height:9px;
  403. line-height:115%;
  404. color:#aaa;
  405. -moz-transition-duration:0.5s;
  406. -webkit-transition-duration:0.5s;
  407. -o-transition-duration:0.5s;
  408. }
  409.  
  410. #credit:hover {
  411. background-color:#222;
  412. color:#fff;
  413. -moz-transition-duration:0.5s;
  414. -webkit-transition-duration:0.5s;
  415. -o-transition-duration:0.5s;
  416. border-radius: 10px;
  417. }
  418.  
  419. {CustomCSS}</style></head><body>
  420.  
  421. <div id="sidebar">
  422. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  423. <div class="sidebarimage2"><img src="{image:sidebar2}"></div>
  424. <div class="sidebarimage3"><img src="{image:sidebar3}"></div>
  425.  
  426. <div class="description">
  427. {Description}
  428. </div>
  429.  
  430.  
  431. <div class="links">
  432. {block:IfShowLink1}
  433. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  434. {/block:IfShowLink1}
  435. {block:IfShowLink2}
  436. <p><a href="{text:Link 2}">{text:Link 2 Text}</a>
  437. {/block:IfShowLink2}
  438. {block:IfShowLink3}
  439. <p><a href="{text:Link 3}">{text:Link 3 Text}</a>
  440. {/block:IfShowLink3}
  441. {block:IfShowLink4}
  442. <p><a href="{text:Link 4}">{text:Link 4 Text}</a>
  443. {/block:IfShowLink4}
  444. {block:IfShowLink5}
  445. <p><a href="{text:Link 5}">{text:Link 5 Text}</a>
  446. {/block:IfShowLink5}
  447. </div>
  448.  
  449.  
  450. {block:Pagination}<div class="pagination">
  451. <p><br></br><br></br>
  452. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>&nbsp;&nbsp;{/block:PreviousPage}
  453. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  454. </div>{/block:Pagination}
  455.  
  456. </div>
  457.  
  458. <div id="entries">{block:Posts}<div id="post">
  459.  
  460. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  461.  
  462. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  463.  
  464. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  465.  
  466. {block:Quote}{Quote}{/block:Quote}
  467.  
  468. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  469.  
  470. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  471.  
  472. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  473. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  474. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  475. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  476. {/block:Audio}
  477.  
  478. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  479.  
  480. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  481.  
  482. <div id="info">
  483. <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="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  484. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  485. {/block:Posts}
  486. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  487. {/block:Posts}</div></div></div>
  488.  
  489.  
  490.  
  491.  
  492. <div id="credit">
  493. <a href="http://hzrrys.tumblr.com/">HZ</a>
  494. </div>
  495.  
  496.  
  497. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement