itshazzabear

{Dirty Pop} Theme 05 by itshazza

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