Advertisement
haffalump

haffalump theme six v2

Dec 6th, 2012
3,683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.62 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 six v2
  5. theme credit to hafsa (haffalump @ tumblr)
  6. the credit can not be removed or changed in any possible way.
  7. do not use this code as a base, and do not repost it/rehash it
  8. and use claim it as your own.
  9. -->
  10.  
  11.  
  12.  
  13. <html>
  14.  
  15.  
  16.  
  17.  
  18. <head>
  19.  
  20. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  23.  
  24. <script type=”text/javascript”>
  25. $(window).load(function () {
  26. $(‘.content’).masonry({
  27. itemSelector : “.container”,
  28. },
  29. function() { $(‘.content’).masonry({ appendedContent: $(this) }); }
  30. );
  31. });
  32. </script>
  33.  
  34.  
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41.  
  42. <meta name="font:Body" content="Georgia, Baskerville, Helvetica Neue"/>
  43. <meta name="color:Text" content="#222222"/>
  44. <meta name="color:Link" content="#222222"/>
  45. <meta name="color:Link Hover" content="#000000"/>
  46. <meta name="color:Scroll" content="#111111"/>
  47.  
  48. <meta name="text:Link1" content="Link 1"/>
  49. <meta name="text:Link1 URL" content="/"/>
  50. <meta name="text:Link2" content="Link 2"/>
  51. <meta name="text:Link2 URL" content="/"/>
  52. <meta name="text:Link3" content="Link 3"/>
  53. <meta name="text:Link3 URL" content="/"/>
  54.  
  55. <meta name="image:Background" content=""/>
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60.  
  61.  
  62.  
  63. body {
  64. background-color: #ffffff;
  65. font-family: {font:Body};
  66. font-size: 8px;
  67. color: {color:Text};
  68. letter-spacing: 1px;
  69. }
  70.  
  71.  
  72. .content {
  73. width: 420px;
  74. padding: 0px;
  75. position: relative;
  76. left: 420px;
  77. background-color: #ffffff;
  78. }
  79.  
  80. .container{
  81. width: 860px;
  82. float:right;
  83.  
  84. }
  85.  
  86.  
  87. .sidebar {
  88. font-family: {font:Body};
  89. font-size: 8px;
  90. letter-spacing: 1px;
  91. color: {color:Text};
  92. text-align: justify;
  93. text-transform: lowercase;
  94. width: 150px;
  95. height: auto;
  96. padding: 30px;
  97. position: relative;
  98. top: auto;
  99. bottom: auto;
  100. background-color: #;
  101. overflow: auto;
  102. line-height: 130%;
  103.  
  104. }
  105.  
  106. .sidebar a:link, .sidebar a:visited, .sidebar a:active{
  107.  
  108. color: {color:Link};
  109. }
  110.  
  111.  
  112. .sidebar a:hover {
  113. color: #ffffff;
  114. text-decoration: none;
  115. }
  116.  
  117. .title {
  118. font-family: {font:Body};
  119. font-size: 8px;
  120. color: {color:Text};
  121. text-align: center;
  122. text-transform: lowercase;
  123. font-weight: bold;
  124. letter-spacing: 1px;
  125. padding: 0px;
  126. font-style: none;
  127. }
  128.  
  129. a {
  130. font-weight: none;
  131. text-decoration: none;
  132. color: {color:Link};
  133.  
  134. }
  135.  
  136. a:hover {
  137. color: #ffffff;
  138. text-decoration: none;
  139. }
  140.  
  141. a img {
  142. border: 0px;
  143. }
  144.  
  145.  
  146.  
  147. .post img {
  148. display: inline-block;
  149. vertical-align:middle;
  150. margin: 0 auto;
  151.  
  152. }
  153.  
  154. .post {
  155. margin-top: 50px;
  156. text-align: justify;
  157. background-color: #;
  158. padding: 0px;
  159. width: 400px;
  160.  
  161. }
  162.  
  163. .notesandtags {
  164. padding: 5px;
  165. margin-bottom: 15px;
  166. margin-top: -2px;
  167. margin-left: -4px;
  168.  
  169. }
  170.  
  171. .tags {
  172. font-size: 6px;
  173. float: right;
  174. text-transform: lowercase;
  175. margin-top: 2px;
  176. margin-bottom: 10px;
  177.  
  178. }
  179.  
  180. .tag {
  181. font-family: {font:Body};
  182. font-size: 8px;
  183. letter-spacing: 1px;
  184. color: {color:Text};
  185. text-transform: lowercase;
  186. font-weight: none;
  187. width: 400px;
  188. margin-right: 3px;
  189.  
  190. }
  191.  
  192. .time {
  193. font-family: {font:Body};
  194. font-size: 8px;
  195. letter-spacing: 1px;
  196. color: {color:Text};
  197. text-transform: lowercase;
  198. font-weight: none;
  199. width: 400px;
  200. }
  201.  
  202. h3 {
  203. font-family: {font:Body};
  204. font-size: 8px;
  205. color: {color:Text};
  206. text-align: justify;
  207. letter-spacing: 1px;
  208. text-transform: lowercase;
  209. font-weight: bold;
  210. font-style: none;
  211. margin-bottom: 30px;
  212. }
  213.  
  214. .h3 a:link, .h3 a:visited, .h3 a:active{
  215. color: #222222;}
  216.  
  217. blockquote {
  218. font-family: {font:Body};
  219. font-size: 8px;
  220. color: {color:Text};
  221. letter-spacing: 1px;
  222. text-align: justify;
  223. text-transform: lowercase;
  224. font-weight: none;
  225. font-style: none;
  226. padding: 10px;
  227. margin: 10px;
  228. }
  229.  
  230. .quote {
  231. font-family: {font:Body};
  232. font-size: 8px;
  233. letter-spacing: 1px;
  234. color: {color:Text};
  235. text-transform: lowercase;
  236. font-weight: none;
  237. }
  238.  
  239. .source {
  240. margin-left: 25px;
  241. font-family: {font:Body};
  242. font-size: 8px;
  243. letter-spacing: 1px;
  244. color: {color:Text};
  245. text-transform: lowercase;
  246. font-weight: none;
  247. }
  248.  
  249. .link {
  250. font-family: {font:Body};
  251. font-size: 8px;
  252. letter-spacing: 1px;
  253. color: {color:Text};
  254. text-transform: lowercase;
  255. font-weight: bold;
  256. }
  257.  
  258. .link:hover {
  259. color: #ffffff;
  260. }
  261.  
  262. ul.chat {
  263. margin: 0;
  264. padding: 0;
  265. }
  266.  
  267. .chat li {
  268. list-style-type: none;
  269. font-size: 8px;
  270. margin-left: 0px;
  271. padding: 3px;
  272. text-transform: uppercase;
  273. }
  274.  
  275. .chat li.odd {
  276. margin-bottom: 1px;
  277. color: {color:Text};
  278. font-size: 8px;
  279. text-transform: uppercase;
  280. }
  281.  
  282. .chat li.even {
  283. margin-bottom: 1px;
  284. color: {color:Text};
  285. font-size: 8px;
  286. text-transform: uppercase;
  287. }
  288.  
  289. .label {
  290. font-weight: none;
  291. }
  292.  
  293.  
  294.  
  295. #navcontainer
  296. {
  297. margin: 0px;
  298. padding: 0px;
  299. text-align: center;
  300. font-size: 10px;
  301. }
  302. #navcontainer { display: inline; }
  303. #navcontainer a
  304. {
  305. text-decoration: none;
  306. padding: .2em 1em;
  307. color: #fff;
  308. font-size: 10px;
  309. }
  310.  
  311.  
  312. #navcontainer a:hover
  313. {
  314. color: #fff;
  315. background-color: #369;
  316. font-size: 10px;
  317. }
  318.  
  319.  
  320. ::-webkit-scrollbar {
  321. height: 30px;
  322. width: 7px;
  323. background: #ffffff;
  324. }
  325. ::-webkit-scrollbar-thumb {
  326. background: {color:Scroll};
  327.  
  328. }
  329. ::-webkit-scrollbar-corner {
  330. background: #ffffff;
  331. }
  332.  
  333.  
  334.  
  335. ol.notes {
  336. padding: 0px;
  337. margin: 25px 0px;
  338. font-size: 8px;
  339. list-style-type: none;
  340.  
  341. }
  342.  
  343. ol.notes li.note {
  344. padding: 2px;
  345. }
  346.  
  347. ol.notes li.note img.avatar {
  348. vertical-align: -4px;
  349. margin-right: 10px;
  350. width: 10px;
  351. height: 10px;
  352. }
  353.  
  354. ol.notes li.note span.action {
  355. font-weight: none;
  356. }
  357.  
  358. ol.notes li.note .answer_content {
  359. font-weight: normal;
  360. }
  361.  
  362. ol.notes li.note blockquote {
  363. border-color: none;
  364. padding: 4px 10px;
  365. margin: 5px 0px 0px 25px;
  366. }
  367.  
  368. ol.notes li.note blockquote a {
  369. text-decoration: none;
  370.  
  371.  
  372.  
  373.  
  374. {CustomCSS}
  375. </style>
  376.  
  377. <center><title>{Title}</title></center>
  378.  
  379. </head>
  380.  
  381.  
  382.  
  383. <body>
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. <div style="position: relative; right: 5px; bottom:5px; position: fixed; color: #000; "><a href="http://haffalump.tumblr.com/">theme</a></div>
  391.  
  392. <div class="content">
  393.  
  394.  
  395. {block:Posts}
  396.  
  397.  
  398.  
  399. {block:Text}
  400. <div class="post">
  401. {block:Title}
  402. <h3><a href="{Permalink}">{Title}</a></h3>
  403. {/block:Title}
  404. {Body}
  405. </div>
  406. {/block:Text}
  407.  
  408. {block:Photo}
  409. <div class="post">
  410. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  411. {block:PermalinkPage}{block:Caption}
  412. {Caption}{/block:Caption}{/block:PermalinkPage}
  413. </div>
  414. {/block:Photo}
  415.  
  416. {block:Photoset}
  417. <div class="post">
  418. <center>{Photoset-400}</center>
  419. {block:PermalinkPage}{block:Caption}
  420. {Caption}{/block:Caption}{/block:PermalinkPage}
  421. </div>
  422. {/block:Photoset}
  423.  
  424. {block:Quote}
  425. <div class="post">
  426. <span class="quote">"{Quote}"</span>
  427. {block:Source}
  428. <div class="source">– {Source}</div>
  429. {/block:Source}
  430. </div>
  431. {/block:Quote}
  432.  
  433. {block:Link}
  434. <div class="post">
  435. <a href="{URL}" class="link" {Target}>{Name}</a>
  436. {block:Description}
  437. <div class="description">{Description}</div>
  438. {/block:Description}
  439. </div>
  440. {block:ContentSource}
  441. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  442. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  443. {/block:SourceLogo}
  444. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  445. {/block:ContentSource}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. <div class="post">
  450. {block:Title}
  451. <h3><a href="{Permalink}">{Title}</a></h3>
  452. {/block:Title}
  453. <ul class="chat">
  454. {block:Lines}
  455. <li class="{Alt} user_{UserNumber}">
  456. {block:Label}
  457. <span class="label">{Label}</span>
  458. {/block:Label}
  459. {Line}
  460. </li>
  461. {/block:Lines}
  462. </ul>
  463. </div>
  464. {/block:Chat}
  465.  
  466. {block:Video}
  467. <div class="post">
  468. <center>{Video-400}</center>
  469. {block:Caption}
  470. {/block:Caption}
  471. </div>
  472. {/block:Video}
  473.  
  474.  
  475. {block:Audio}
  476. <div class="post">
  477. {AudioPlayerBlack}
  478. {Caption}
  479. </div>
  480. {block:ContentSource}
  481. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  482. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  483. {/block:SourceLogo}
  484. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  485. {/block:ContentSource}
  486. {/block:Audio}
  487.  
  488. <div class="notesandtags">
  489. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  490. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {block:NoteCount}{NoteCount}{/block:NoteCount}</div>
  491. </div>
  492. </div>
  493.  
  494. {PostNotes}
  495.  
  496. {/block:Posts}
  497.  
  498. </div>
  499.  
  500.  
  501.  
  502. <div style="width: 150px; height: 670px; background-image: url({image:Background}); position: fixed; right: 0px; top: 0px;"></div>
  503.  
  504.  
  505. <div style=" position: fixed; left: 25px; top: 170px; ">
  506.  
  507.  
  508. <div style="background-color: #; padding: 20px; position: fixed; left: 25px; top: auto; bottom: auto; width: 170px; "><center><div class="title">{Title}</div> </center></div>
  509.  
  510.  
  511.  
  512.  
  513. <div style="text-align: center;">
  514.  
  515.  
  516. <div class="sidebar">
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. <center><p align="center">
  525. <div style="font-size: 7px; width:100px;">
  526. <a href="/ask">ask</a>
  527. <a href="/">home</a>
  528. <a href="/archive">archive</a>
  529. <a href="{text:Link1 URL}">{text:Link1}</a>
  530. <a href="{text:Link2 URL}">{text:Link2}</a>
  531. <a href="{text:Link3 URL}">{text:Link3}</a>
  532. </div></center>
  533.  
  534. <center><div style="font-size: 7px; color: #000; width: 150px;"><div id=”navcontainer”>
  535. {block:HasPages}
  536. {block:Pages}
  537.  
  538. <a href={URL}>{Label}</a> -
  539.  
  540. {/block:Pages}
  541. {/block:HasPages}</div></div></center>
  542.  
  543.  
  544.  
  545. {block:Description}<p><div class="sidebartransition">{Description}</div>{/block:Description}
  546.  
  547. <center><div style=" width: 60px; background-color: #ffffff; color: #000000; padding: 10 0 10 0px; height: 20px; font-size: 6px; text-transform: uppercase; margin-top: 30px; font-weight: bold; ">
  548. <p align="center">
  549.  
  550. {block:Pagination}
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}">«</a>
  553. {/block:PreviousPage}
  554.  
  555. {block:JumpPagination length="4"}
  556. {block:CurrentPage}
  557. <span class="current_page">{PageNumber}</span>
  558. {/block:CurrentPage}
  559.  
  560. {block:JumpPage}
  561. <a class="jump_page" href="{URL}">{PageNumber}</a>
  562. {/block:JumpPage}
  563. {/block:JumpPagination}
  564.  
  565. {block:NextPage}
  566. <a href="{NextPage}">»</a>
  567. {/block:NextPage}
  568. {/block:Pagination}
  569.  
  570. </div> </center>
  571.  
  572. </div>
  573.  
  574.  
  575.  
  576. </div>
  577.  
  578.  
  579.  
  580. </div>
  581. </div>
  582.  
  583.  
  584.  
  585. </div>
  586.  
  587. </body>
  588. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement