itshazzabear

{Directions} Theme 07 by itshazza

Mar 17th, 2012
11,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.03 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!--
  6. --------------------------------------------------
  7.  
  8. i t s H A Z Z A . t u m b l r . C O M
  9. T H E M E ❖ 0 7 { D I R E C T I O N S }
  10.  
  11. --------------------------------------------------
  12. -->
  13.  
  14. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:background" content="#fdfcea" />
  18. <meta name="color:entry" content="#fcfbe8" />
  19. <meta name="color:side" content="#fcfbe8" />
  20. <meta name="color:text" content="#a3a3a3" />
  21. <meta name="color:border" content="#a66744" />
  22. <meta name="color:titlee" content="#7e8686" />
  23. <meta name="color:entrytitlee" content="#834731" />
  24. <meta name="color:bold" content="#bebbd6" />
  25. <meta name="color:italic" content="#a9a180" />
  26. <meta name="color:link" content="#a66744" />
  27. <meta name="color:lhover" content="#834731" />
  28. <meta name="color:scrollbar" content="#a66744" />
  29. <meta name="color:sbarbk" content="#f6f4df" />
  30. <meta name="color:info" content="#f6f4df" />
  31. <meta name="color:desc" content="#5c5b5b">
  32. <meta name="color:question" content="#f6f4df" />
  33. <meta name="color:linkback" content="#d4d2b5" />
  34. <meta name="font:body" content="Trebuchet MS" />
  35. <meta name="font:entrytitle" content="Arial" />
  36. <meta name="font:links" content="Georgia" />
  37. <meta name="font:descrip" content="Georgia" />
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:background" content="" />
  40. <meta name="text:sideimgtext" content=""/>
  41. <meta name="text:Link1" content="" />
  42. <meta name="text:Link1 Title" content="" />
  43. <meta name="text:Link2" content="" />
  44. <meta name="text:Link2 Title" content="" />
  45. <meta name="text:Link3" content="" />
  46. <meta name="text:Link3 Title" content="" />
  47. <meta name="text:Link4" content="" />
  48. <meta name="text:Link4 Title" content="" />
  49. <meta name="text:Link5" content="" />
  50. <meta name="text:Link5 Title" content="" />
  51. <meta name="text:askbox" content="/ask" />
  52. <meta name="text:askbox Title" content="ask" />
  53. <meta name="text:archive Title" content="archive" />
  54.  
  55.  
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  57. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66. <style type="text/css">
  67.  
  68. body {color:{color:text};
  69. background-color:{color:background};
  70. background-image: url('{image:Background}');
  71. background-attachment:fixed;
  72. background-position: bottom;
  73. font-family:{font:body};
  74. font-size:11px;
  75. line-height:100%;
  76. text-align:justify}
  77.  
  78.  
  79.  
  80.  
  81. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  82.  
  83. a:hover{color:{color:lhover};}
  84.  
  85.  
  86.  
  87. #entries{right:30%; margin-left:450px; margin-top:15px; width:520px;}
  88.  
  89. #sbar {width: 200px; height: auto;}
  90. '
  91. #page {width: 245px; height: auto;}
  92.  
  93. #simg {text-align:center;}
  94. #simg img {
  95. width: 270px; height: 152px; border: 0px solid; border-color: {color:border};
  96. text-align:center;
  97. margin-top: 12px;
  98. background-color: {color:lhover};
  99. z-index: 100;
  100. opacity:1;
  101. -webkit-transition: all 1.0s ease-in-out;
  102. -moz-transition: all 1.0s ease-in-out;
  103. -o-transition: all 1.0s ease-in-out;
  104. -ms-transition: all 1.0s ease-in-out;
  105. transition: all 1.0s ease-in-out;
  106. }
  107.  
  108. #simg:hover .sideimgtext {
  109. opacity:0.8;
  110. -webkit-transition: all 1.0s ease-in-out;
  111. -moz-transition: all 1.0s ease-in-out;
  112. -o-transition: all 1.0s ease-in-out;
  113. -ms-transition: all 1.0s ease-in-out;
  114. transition: all 1.0s ease-in-out;
  115. }
  116.  
  117. #sidebar {
  118. background-image: url('{image:sbg}');
  119. margin-top: 75px; width:285px;
  120. height: auto;
  121. margin-left:85px;
  122. position:fixed;
  123. border-radius: 0px 0px 0px 0px;
  124. overflow:hidden;
  125. background-color: {color:side};
  126. border-left:0px solid;
  127. border-right: 0px solid; opacity:0.8;
  128. border-color: {color:border};
  129. padding:15px}
  130.  
  131. #title1 {
  132. margin-top: 57px; width:285px;
  133. height: auto;
  134. margin-left:83px;
  135. position:fixed;
  136. border-radius: 0px 0px 0px 0px;
  137. overflow: visible;
  138. background-color: #transparent;opacity:0.8;
  139. border-left:0px solid;
  140. border-right: 0px solid;
  141. border-color: {color:border};
  142. padding:15px;}
  143.  
  144. #pag {
  145. margin-top: 15px; width:285px;
  146. height: 25px;
  147. margin-left:0px;
  148. position:fixed;
  149. overflow: visible;
  150. background-color: #transparent;
  151.  
  152. }
  153.  
  154. b2, strong{
  155. color:{color:bold}; font-weight: bold;
  156. }
  157.  
  158. i2, em{
  159. color:{color:italic}; font-style: italic;
  160. }
  161.  
  162.  
  163. .sideimgtext {
  164. opacity:0;
  165. width:270px;
  166. height:152px; margin-left:8px; margin-top: 12px;
  167. background-color:{color:background};
  168. color:{color:desc};
  169. font-family:{font:body};
  170. font-size:11px;
  171. text-align:center; overflow: hidden;
  172. position:fixed;
  173. z-index: 100;
  174. -webkit-transition: all 1.0s ease-in-out;
  175. -moz-transition: all 1.0s ease-in-out;
  176. -o-transition: all 1.0s ease-in-out;
  177. -ms-transition: all 1.0s ease-in-out;
  178. transition: all 1.0s ease-in-out;
  179. }
  180.  
  181. .circle1 {
  182. display:inline-block;
  183. width: 60px;
  184. height: 60px;
  185. background-color:{color:side};
  186. -moz-border-radius: 30px;
  187. -webkit-border-radius: 30px;
  188. text-align:center;
  189. }
  190.  
  191. .circle1 a {
  192. color:{color:link};
  193. opacity:0.7;
  194. text-decoration:none;
  195. font-family:{font:links};
  196. font-size:12px;
  197. letter-spacing:-1px;
  198. }
  199.  
  200. .circle1:hover a {
  201. color:{color:link};
  202. opacity:1;
  203. }
  204.  
  205. #desc {
  206. margin-left:0px; margin-top: 25px;
  207. font-family:{font:descrip};
  208. font-size:9px; padding: 15px;
  209. color:{color:desc};
  210. width:255px; text-align:justify; }
  211.  
  212. #title {
  213. color:{color:title};
  214. font-family: 'Overlock SC', cursive;
  215. font-size:20px;
  216. padding-left:0px;
  217. line-height:20px;}
  218.  
  219. .pagination {font-family:{font:Links}; font-size:10px; text-transform:uppercase; text-align:center; padding:0px;}
  220.  
  221.  
  222.  
  223.  
  224. #navlink {
  225. font-size: 12px;
  226. letter-spacing: 0px;
  227. text-align:center;
  228. text-transform: lowercase; width:270px;
  229. height: auto;
  230. line-height: 25px;
  231. font-family: 'Alegreya SC', serif;
  232. font-style: none;
  233. margin-left:-7px;
  234. border-radius: 0px 0px 0px 0px;
  235. position:fixed;
  236. background-color: {color:linkback};
  237. color: {color:link};
  238. }
  239.  
  240.  
  241. #posts{
  242. overflow:hidden;
  243. background-color: {color:entry};
  244. border-left:0px solid {color:link};
  245. border-right:0px solid {color:link};
  246. padding: 10px; }
  247.  
  248. #posts:hover #info2{
  249. opacity:1;
  250. display:block;border-left:7px solid {color:border};
  251. }
  252.  
  253. h1{
  254. color:{color:entrytitlee};
  255. font-family: 'Ruluko', cursive;
  256. font-size:20px;
  257. line-height:25px;
  258. letter-spacing:0px;
  259. font-weight:normal;
  260. margin-top:-5px;
  261. border-bottom: 5px solid; border-color: {color:question};
  262. margin-bottom:0px;
  263. padding:0px;
  264. text-align:left}
  265.  
  266. h2{
  267. color:{color:title};
  268. font-family:{font:body};
  269. font-size:15px;
  270. line-height:12px;
  271. letter-spacing:0px;
  272. font-weight:normal;
  273. text-transform:;
  274. margin:0px;
  275. padding:0px;
  276. margin-bottom:-0px;
  277. text-align:left}
  278.  
  279. h3{
  280. color: {color:link};
  281. font-family:{font:body};
  282. font-size:15px;
  283. letter-spacing:0px;
  284. font-weight:normal;
  285. font-style:normal;
  286. text-transform:lowercase;
  287. line-height:14px;
  288. margin-left:5px;
  289. margin-top:10px;
  290. margin-bottom:-10px;
  291. text-align:left;
  292. letter-spacing:1px}
  293.  
  294. #navigation {
  295. height:auto; width:270px;
  296. margin-left:-15px;
  297. margin-top:-31px;
  298. padding:30px;
  299. position:fixed;
  300. }
  301.  
  302. #pagination {
  303. font-family: {font:links};
  304. letter-spacing: 10px;
  305. padding: 7px;
  306. text-align: center;
  307. }
  308. #btt{position:fixed; bottom:10px; right:10px; font-size:10px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal;}
  309.  
  310. #source {text-align: left}
  311.  
  312. #info{
  313. font-family:{font:body};
  314. background-color:{color:info};
  315. font-size:9px;
  316. text-transform:l;
  317. text-align:center;
  318. padding: 5px;}
  319.  
  320. #flo {padding:10px 10px 5px 10px}
  321. .qu {font-family:georgia; font-size:25px; font-weight:bold; line-height:33px; opacity:0.7}
  322. .ote {margin-top:-34px; text-indent:15px; opacity:0.9;}
  323.  
  324. .asker {width: 490px; background-color: {color:question}; padding: 5px; font-size: 11px; font-weight: normal; color:#777777; text-transform: normal; line-height: 11px;}
  325. .asker img{float: left; padding: 0px 5px 0px 0px}
  326. .asker a{font-size: 11px; font-weight: bold; color:{color:link}; text-transform: normal; line-height: 11px; padding: 0; margin: 0}
  327. .asker a:hover{font-size: 11px; font-weight: bold; color:{color:lhover}; background-color: transparent; text-transform: normal; line-height:11px; padding: 0; margin: 0;}
  328.  
  329. .question {font-size: 10px; font-weight: normal; color:{color:text}; text-transform: none;}
  330. .answer {padding-left: 4px; padding-right: 4px; padding-top: 4px;}
  331. .answer img {max-width: 470px;}
  332.  
  333. #info2 {width:270px;
  334. margin-left:493px;
  335. font-family:arial;
  336. font-size:9px; height: auto;
  337. text-transform:lowercase;
  338. text-align:left; position: absolute;
  339. opacity:0;
  340. padding:5px; overflow: visible;
  341. line-height:110%;
  342. -webkit-transition-duration: 0.6s;
  343. -moz-transition-duration: 0.5s;
  344. border-left:2px solid {color:border};}
  345.  
  346. #info2:hover {opacity:1;border-left:7px solid {color:border};}
  347.  
  348.  
  349. p{margin-top:4px; margin-bottom:4px}
  350. blockquote {
  351. padding:0px;
  352. padding-left:5px;
  353. margin:4px;
  354. border-left:2px solid {color:text};}
  355.  
  356. #portrait {position: fixed; -moz-border-radius: 500px;
  357. -webkit-border-radius: 500px; border: 5px solid; border-color: {color:border};
  358. display: block; margin-left: 45px; top: 75px; z-index: 100; }
  359.  
  360. img a{border:none; width:100%}
  361. .audio{background-color:black; display:block;}
  362.  
  363. .user_1 .label {color:{color:link}; font-weight:bold}
  364. .user_2 .label {color:{color:text}; font-weight:bold}
  365. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  366.  
  367. #notes {font-weight:normal}
  368. #notes li {padding-bottom:0.5em}
  369. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:8px}
  370.  
  371. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
  372. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  373. ::-webkit-scrollbar {background-color:{color:sbarbk}; height:10px; width:10px;}
  374. ::-moz-selection {background-color:transparent; color:{color:Link};}
  375. ::selection {background-color:transparent; color:{color:link};}
  376.  
  377. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  378. </style>
  379. <style type="text/css">{CustomCSS}</style>
  380. </head>
  381.  
  382. <body>
  383.  
  384.  
  385. <br>
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. <div id="sbar"><div id="sidebar">
  393.  
  394. <div id="simg"><div class="sideimgtext"><center><br><br><br><br><br><br><font face="Ruluko"><font size="3px"><a href="{text:askbox}">{text:askbox Title}</a> • <a href="/archive">{text:archive Title}</a> • <a href="http://itshazza.tumblr.com/tagged/themes">©</a></font></font><br>{text:sideimgtext}</div></center><center><img src="{image:sidebar}"/></center></div>
  395.  
  396. <div id="navigation"><div id="navlink">
  397. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} •
  398. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} •
  399. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} •
  400. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} •
  401. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  402. </div></div>
  403.  
  404.  
  405. <center><div id="desc"><img style="float: left; padding: 6px 5px 5px 0px; margin-top: -2px;" src="{PortraitURL-48}" width="48" height="48" />{block:Description}{Description}{/block:Description}<br />
  406. </div></center>
  407.  
  408. <div id="pag"><div class="pagination">{block:Pagination}<div id="pagination">
  409. {block:PreviousPage}
  410. <a href="{PreviousPage}">«</a>
  411. {/block:PreviousPage}
  412.  
  413. {block:JumpPagination length="5"}
  414. {block:CurrentPage}
  415. <span class="current_page">{PageNumber}</span>
  416. {/block:CurrentPage}
  417.  
  418. {block:JumpPage}
  419. <a class="jump_page" href="{URL}">{PageNumber}</a>
  420. {/block:JumpPage}
  421. {/block:JumpPagination}
  422.  
  423. {block:NextPage}
  424. <a href="{NextPage}">»</a>
  425. {/block:NextPage}
  426. </div>{/block:Pagination}
  427.  
  428. </div>
  429. <div id="btt"><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="#top" id="btt">back to top</a></div>
  430. <br>
  431.  
  432. </div></div>
  433.  
  434.  
  435.  
  436. <div id="title1"> <center><div id="title"><a href="/">{title}</a></center></div></div>
  437.  
  438.  
  439. <div id="entries">
  440. {block:Posts}
  441. <div id="posts">
  442.  
  443. <div id="info2">{block:RebloggedFrom}&middot; vía <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  444.  
  445. {block:ContentSource}<br>© <a href="{SourceURL}">{SourceLink}</a>
  446. {/block:ContentSource}</div>
  447.  
  448. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  449.  
  450. {block:Text}{Body}{/block:Text}
  451.  
  452. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  453.  
  454. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  455. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  456.  
  457. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  458. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  459.  
  460. {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}
  461.  
  462. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464. {block:Answer}
  465. <div class="asker"><div style="text-transform: uppercase"><img src="{AskerPortraitURL-24}"><b>{Asker}</b></div>
  466. <div class="questions">"{Question}"</div></div>
  467. <div class="answer">{Answer}</div>
  468. {/block:Answer}
  469.  
  470. {block:Audio}<div id="flo">{block:AlbumArt}<img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerBlack}<br>
  471. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  472. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}</div>{/block:Audio}<br>
  473.  
  474. <div id="info">{block:Date} <a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth} {ShortMonth}, {ShortYear}{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
  475. {block:PostNotes}{PostNotes}{/block:PostNotes}
  476. {block:HasTags}<br>tagged: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  477. {/block:Posts}
  478. {block:PostNotes}{PostNotes}{/block:PostNotes}
  479.  
  480. </div>
  481.  
  482. </body>
  483. </html>
Advertisement
Add Comment
Please, Sign In to add comment