Advertisement
hzrrys

HzrrysThemeOne

Apr 4th, 2013
1,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 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.  
  5. BASE CODE #1 BY SAM @ WOLVERWHORE
  6. REMEMBER: IF YOU USE THIS, YOU ((MUST)) CREDIT ME IN ANY WAY.
  7. THANK YOU.
  8. ENJOY!
  9.  
  10. THE THEMES ITSELF IS MADE BY SABRENA (HZRRYS). PLEASE DO NOT REDISTRIBUTE, REMOVE CREDIT, OR USE AS BASE CODE. THANK YOU.
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  19. <div><a style="position:fixed;z-index:9 !important;top:300px;left:3px;" href="http://www.totallylayouts.com/" title="Tumblr Mouse Cursors" target="_blank"></a></div>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#a8a8a8"/>
  29. <meta name="color:Link" content="#b8b8b8"/>
  30. <meta name="color:SbLinks" content="#949494"/>
  31. <meta name="color:SbLink Hover" content="#000000"/>
  32. <meta name="color:Description" content="#949494"/>
  33. <meta name="color:Tags" content="f0f0f0"/>
  34. <meta name="color:Hover" content="#f2f2f2"/>
  35. <meta name="color:Line" content="#f2f2f2"/>
  36. <meta name="color:Border" content="#e4e4e4"/>
  37. <meta name="color:Post" content="#ffffff"/>
  38. <meta name="color:Answer" content="#f8f8f8"/>
  39. <meta name="color:Link Background" content="#f8f2f4"/>
  40. <meta name="color:Link Hover Background" content="#000"/>
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="image:bg" content=""/>
  43. <meta name="text:Link 1" content="" />
  44. <meta name="text:Link 1 Text" content="" />
  45. <meta name="text:Link 2" content="" />
  46. <meta name="text:Link 2 Text" content="" />
  47. <meta name="text:Link 3" content="" />
  48. <meta name="text:Link 3 Text" content="" />
  49. <meta name="if:Show Link 1" content="1" />
  50. <meta name="if:Show Link 2" content="1" />
  51. <meta name="if:Show Link 3" content="1" />
  52. <meta name="color:scrollbarbg" content="ffffff"/>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. /* --- SCROLLBAR ---*/
  64.  
  65. ::-webkit-scrollbar {
  66. width: 5px;height: 5px;}
  67. ::-webkit-scrollbar-button:start:decrement,
  68. ::-webkit-scrollbar-button:end:increment {
  69. height: 6px;display: block;background-color: {color:white};}
  70. ::-webkit-scrollbar-track-piece {
  71. background-color: {color:scrollbarbg};}
  72. ::-webkit-scrollbar-thumb:vertical {
  73. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  74.  
  75.  
  76. /* --- BODY ---*/
  77.  
  78. body {
  79. background:{color:background};
  80. margin:0px;
  81. color:{color:text};
  82. font-family:Century Gothic;
  83. font-size:9px;
  84. line-height:100%;
  85. }
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. -moz-outline-style:none;
  91. color:{color:link};
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103. blockquote blockquote {
  104. padding-left:5px;
  105. border-left:2px solid;
  106. }
  107.  
  108. h1 {
  109. font-size:9px;
  110. text-transform:uppercase;
  111. }
  112.  
  113. a:hover {
  114. opacity:10;
  115. color:{color:hover};
  116. -webkit-transition: all 0.7s ease;
  117. -moz-transition: all 0.7s ease;
  118. -o-transition: all 0.7s ease
  119. }
  120.  
  121. /* --- POST ENTRIES ---*/
  122.  
  123.  
  124. #entries {
  125. padding:10px;
  126. width:500px;
  127. margin-left:450px;
  128. margin-top:40px;
  129. font-size:10px;
  130. }
  131.  
  132. /* --- BODY: POSTS ---*/
  133.  
  134.  
  135. #post {
  136. width:500px;
  137. padding-bottom:20px;
  138. padding:10px;
  139. margin-top:15px;
  140. background-color:{color:Post};
  141. }
  142.  
  143. /* --- SIDEBAR IMAGE ---*/
  144.  
  145. img{
  146. -webkit-transition: opacity 1s linear;
  147. opacity: 0.75;
  148. }
  149. img:hover{
  150. -webkit-transition: opacity 1s linear;
  151. opacity: 1;
  152.  
  153. }
  154.  
  155. #sidebar {
  156. width:100px;
  157. position:fixed;
  158. margin-left:270px;
  159. margin-top:150px;
  160. opacity:.80;
  161. }
  162.  
  163.  
  164.  
  165. #sidebarimage {
  166. width 100px;
  167. height: 101px;
  168. }
  169.  
  170. #sidebarimage img {
  171. width:100px;
  172. height: 101px;
  173. border:solid 1px;
  174. margin-top:-3px;
  175. padding:0px;
  176. border:1px solid {color:border};
  177. }
  178. #sidebarimage .title{
  179. margin-top:-106px;
  180. margin-left:1px;
  181. font-size:15px;
  182. font-family:calibri;
  183. opacity:0;
  184. width:100px;
  185. height:110px;
  186. text-align:center;
  187. position:fixed !important;
  188. background-color:white;
  189. line-height:-7px;
  190. letter-spacing:2px;
  191. color:#999999;
  192.  
  193. overflow:auto;
  194. -webkit-transition: opacity 0.5s linear;
  195. -webkit-transition: all 0.5s linear;
  196. -moz-transition: all 0.5s linear;
  197. transition: all 0.5s linear;
  198. }
  199.  
  200. #sidebarimage:hover .title{
  201. opacity:.9;
  202. transition: all 0.5s linear;
  203. -webkit-transition: opacity 0.5s linear;
  204. -webkit-transition: all 0.5s linear;
  205. -moz-transition: all 0.5s linear;
  206. }
  207.  
  208.  
  209. /* --- SIDEBAR LINKS ---*/
  210.  
  211. .linkbg {
  212. margin-bottom:3px;
  213. border:0px solid #f2f2f2;
  214. margin-top:-143px;
  215. margin-left:-40px;
  216. width:60px;
  217. height:133px;
  218. background-color:#f2f2f2;
  219. }
  220.  
  221.  
  222. .links {
  223. position:fixed;
  224. width:80px;
  225. height:13px;
  226. line-height: 90%;
  227. text-transform: uppercase;
  228. position:fixed;
  229. margin-left: -85px;
  230. text-align: left;
  231. margin-top:-110px;
  232. display:block;
  233. padding: 3px;color:#000;
  234. text-transform:uppercase;
  235. -webkit-transition: all 0.6s ease;
  236. -moz-transition: all 0.6s ease;
  237. -o-transition: all 0.6s ease;
  238. }
  239.  
  240. .links a{
  241.  
  242. font-family:century gothic;
  243. font-styl:normal;
  244. font-size:9px;
  245. text-transform:lowercase;
  246. color:{color:SbLinks};
  247. display:block;
  248. padding-top:2px;
  249. padding-bottom:2px;
  250. padding-left:2px;
  251. margin-bottom: 1px;
  252. letter-spacing:1px;
  253. margin-bottom:2px;
  254. background-color:#fff;
  255. padding:0 2px 1px 2px;
  256. border:0px
  257. text-decoration:none;
  258. -moz-transition-duration:1s;
  259. -webkit-transition-duration:1s;
  260. -o-transition-duration:1s;
  261. }
  262.  
  263.  
  264.  
  265. .links a {
  266. display:block;
  267. background-color:{color:Link Background};
  268. border:1px solid #eee;
  269. margin-top:3px;
  270. padding:4px;
  271.  
  272.  
  273.  
  274. }
  275.  
  276. .links a:hover {
  277. background-color:{color:SbLink Hover};
  278. opacity:.80;
  279. -webkit-transition: all 0.6s ease;
  280. -moz-transition: all 0.6s ease;
  281. -o-transition: all 0.6s ease;
  282. letter-spacing:5px;
  283.  
  284.  
  285. }
  286.  
  287.  
  288. /* --- DESCRIPTION ---*/
  289.  
  290.  
  291.  
  292. #description {
  293. position:fixed;
  294. font-family:Century Gothic;
  295. line-height:90%;
  296. font-size:9px;
  297. font-style:normal;
  298. width:182px;
  299. margin-top:2px;
  300. padding:0.5px;
  301. margin-left:-82px;
  302. margin-top:3px;
  303. text-align:center;
  304. border-top:solid 1px #eee;
  305. color:{color:Description};
  306.  
  307. }
  308.  
  309. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  310. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  311.  
  312. /* --- PAGINATION---*/
  313.  
  314.  
  315. #pagination {
  316. width:100px;
  317. font-size:10px;
  318. text-align:center;
  319. margin-left:-42px;
  320. margin-top:40px;
  321. position:fixed;
  322. font-family:consolas;
  323. letter-spacing:0px;
  324. }
  325.  
  326. /* --- POST INFO ---*/
  327.  
  328.  
  329. #info {
  330. text-align:left;
  331. margin-top:10px;
  332. text-transform:uppercase;
  333. font-size:8px;
  334. font-style:none;
  335. border-top:1px solid {color:Line}
  336. }
  337.  
  338. /* --- POST TAGS---*/
  339.  
  340.  
  341. #tags {
  342. font-family:Century Gothic;
  343. letter-spacing:0px;
  344. text-transform:lowercase;
  345. font-size:10px;
  346. font-style:italic;
  347. margin-top:4px;
  348. text-align:left;
  349. }
  350.  
  351. #tags
  352. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  353. -webkit-transition: all 0.6s ease-in-out;
  354. -moz-transition: all 0.6s ease-in-out;
  355. -o-transition: all 0.6s ease-in-out;
  356. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  357.  
  358.  
  359. /* --- QUESTIONS ---*/
  360.  
  361. #asker {
  362. padding:5px;
  363. font-family:century gothic;
  364. letter-spacing:1px;
  365. text-align:center;
  366. font-style:normal;
  367. margin-left:10px;
  368. border-left:3px #eee solid;
  369. background-color:{color:background}
  370. }
  371.  
  372. {CustomCSS}</style></head><body>
  373.  
  374. <div id="sidebar">
  375. <div id="sidebarimage"><img src="{image:sidebar}"><div class="title"><br><br></br></br>{Title}</div></div>
  376.  
  377.  
  378. <div id="description">
  379. {Description}
  380. </div>
  381.  
  382.  
  383.  
  384. <div class="links">
  385. <a href="/">home</a>
  386. <a href="/ask" >mssg</a>
  387. {block:IfShowLink1}<a href="{text:Link 1}" >{text:Link 1 Text}</a>{/block:IfShowLink1}
  388. {block:IfShowLink2}<a href="{text:Link 2}" >{text:Link 2 Text}</a>{/block:IfShowLink2}
  389. {block:IfShowLink3}<a href="{text:Link 3}" >{text:Link 3 Text}</a>{/block:IfShowLink3}
  390. </div>
  391.  
  392. <br>
  393. {block:Pagination}
  394. <div id="pagination">
  395. {block:PreviousPage}
  396. <a href="{PreviousPage}">←</a>
  397. {/block:PreviousPage}
  398. {block:NextPage}
  399. <a href="{NextPage}">→</a>
  400. {/block:NextPage}
  401. </div>
  402. {/block:Pagination}
  403.  
  404. </div></div>
  405.  
  406.  
  407. <div id="entries">{block:Posts}<div id="post">
  408.  
  409. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  410.  
  411. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  412.  
  413. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  414.  
  415. {block:Quote}{Quote}{/block:Quote}
  416.  
  417. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  418.  
  419. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  420.  
  421. {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>
  422. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  423. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  424. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  425. {/block:Audio}
  426.  
  427. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  428.  
  429. {block:Answer}<div id="asker"><span style="font-family:century gothic;font-size:9px;font-style:normal;"> ✎ {Asker}: </span>{Question}</div><left><font face="century gothic">{Answer}</font>{/block:Answer}
  430.  
  431. <div id="info">
  432. <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>
  433. {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>
  434. {/block:Posts}
  435. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  436. {/block:Posts}</div></div></div>
  437.  
  438.  
  439.  
  440. <!--
  441. THEME MAKER CREDIT
  442. -->
  443.  
  444.  
  445.  
  446.  
  447. <a href="http://hzrrys.tumblr.com/" style="font-size:11px; position:fixed; bottom:10px; right:10px;">©</a>
  448.  
  449. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement