Advertisement
haffalump

haffalump theme six

Nov 30th, 2012
1,521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 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
  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="image:Background" content=""/>
  43.  
  44. <meta name="font:Body" content="Georgia, Baskerville, Helvetica Neue"/>
  45. <meta name="color:Text" content="#222222"/>
  46. <meta name="color:Link" content="#222222"/>
  47. <meta name="color:Link Hover" content="#000000"/>
  48. <meta name="color:Scroll" content="#111111"/>
  49.  
  50. <meta name="text:Link1" content="Link 1"/>
  51. <meta name="text:Link1 URL" content="/"/>
  52. <meta name="text:Link2" content="Link 2"/>
  53. <meta name="text:Link2 URL" content="/"/>
  54. <meta name="text:Link3" content="Link 3"/>
  55. <meta name="text:Link3 URL" content="/"/>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61.  
  62.  
  63.  
  64. body {
  65. background-color: #ffffff;
  66. font-family: {font:Body};
  67. font-size: 8px;
  68. color: {color:Text};
  69. letter-spacing: 1px;
  70. }
  71.  
  72.  
  73. .content {
  74. width: 420px;
  75. padding: 0px;
  76. position: absolute;
  77. margin-left: 0px;
  78. margin-right: 0px;
  79. left: 250px;
  80. background-color: #ffffff;
  81. }
  82.  
  83. .content2 {
  84. width: 420px;
  85. padding: 0px;
  86. position: absolute;
  87. margin-left: 0px;
  88. margin-right: 0px;
  89. right: 170px;
  90. background-color: #ffffff;
  91. }
  92.  
  93. .container{
  94. width: 860px;
  95. float:right;
  96.  
  97. }
  98.  
  99.  
  100. .sidebar {
  101. font-family: {font:Body};
  102. font-size: 8px;
  103. letter-spacing: 1px;
  104. color: {color:Text};
  105. text-align: justify;
  106. text-transform: lowercase;
  107. width: 150px;
  108. height: auto;
  109. padding: 30px;
  110. position: relative;
  111. top: auto;
  112. bottom: auto;
  113. background-color: #;
  114. overflow: auto;
  115. line-height: 130%;
  116.  
  117. }
  118.  
  119. .sidebar a:link, .sidebar a:visited, .sidebar a:active{
  120.  
  121. color: {color:Link};
  122. }
  123.  
  124.  
  125. .sidebar a:hover {
  126. color: #ffffff;
  127. text-decoration: none;
  128. }
  129.  
  130. .title {
  131. font-family: {font:Body};
  132. font-size: 8px;
  133. color: {color:Text};
  134. text-align: center;
  135. text-transform: lowercase;
  136. font-weight: bold;
  137. letter-spacing: 1px;
  138. padding: 0px;
  139. font-style: none;
  140. }
  141.  
  142. a {
  143. font-weight: none;
  144. text-decoration: none;
  145. color: {color:Link};
  146.  
  147. }
  148.  
  149. a:hover {
  150. color: #ffffff;
  151. text-decoration: none;
  152. }
  153.  
  154. a img {
  155. border: 0px;
  156. }
  157.  
  158.  
  159.  
  160. .post img {
  161. display: inline-block;
  162. vertical-align:middle;
  163. margin: 0 auto;
  164.  
  165. }
  166.  
  167. .post {
  168. margin-top: 50px;
  169. text-align: justify;
  170. background-color: #;
  171. padding: 0px;
  172. width: 400px;
  173.  
  174. }
  175.  
  176. .notesandtags {
  177. padding: 5px;
  178. margin-bottom: 15px;
  179. margin-top: -2px;
  180. margin-left: -4px;
  181.  
  182. }
  183.  
  184. .tags {
  185. font-size: 6px;
  186. float: right;
  187. text-transform: lowercase;
  188. margin-top: 2px;
  189. margin-bottom: 10px;
  190.  
  191. }
  192.  
  193. .tag {
  194. font-family: {font:Body};
  195. font-size: 8px;
  196. letter-spacing: 1px;
  197. color: {color:Text};
  198. text-transform: lowercase;
  199. font-weight: none;
  200. width: 400px;
  201. margin-right: 3px;
  202.  
  203. }
  204.  
  205. .time {
  206. font-family: {font:Body};
  207. font-size: 8px;
  208. letter-spacing: 1px;
  209. color: {color:Text};
  210. text-transform: lowercase;
  211. font-weight: none;
  212. width: 400px;
  213. }
  214.  
  215. h3 {
  216. font-family: {font:Body};
  217. font-size: 8px;
  218. color: {color:Text};
  219. text-align: justify;
  220. letter-spacing: 1px;
  221. text-transform: lowercase;
  222. font-weight: bold;
  223. font-style: none;
  224. margin-bottom: 30px;
  225. }
  226.  
  227. .h3 a:link, .h3 a:visited, .h3 a:active{
  228. color: #222222;}
  229.  
  230. blockquote {
  231. font-family: {font:Body};
  232. font-size: 8px;
  233. color: {color:Text};
  234. letter-spacing: 1px;
  235. text-align: justify;
  236. text-transform: lowercase;
  237. font-weight: none;
  238. font-style: none;
  239. padding: 10px;
  240. margin: 10px;
  241. }
  242.  
  243. .quote {
  244. font-family: {font:Body};
  245. font-size: 8px;
  246. letter-spacing: 1px;
  247. color: {color:Text};
  248. text-transform: lowercase;
  249. font-weight: none;
  250. }
  251.  
  252. .source {
  253. margin-left: 25px;
  254. font-family: {font:Body};
  255. font-size: 8px;
  256. letter-spacing: 1px;
  257. color: {color:Text};
  258. text-transform: lowercase;
  259. font-weight: none;
  260. }
  261.  
  262. .link {
  263. font-family: {font:Body};
  264. font-size: 8px;
  265. letter-spacing: 1px;
  266. color: {color:Text};
  267. text-transform: lowercase;
  268. font-weight: bold;
  269. }
  270.  
  271. .link:hover {
  272. color: #ffffff;
  273. }
  274.  
  275. ul.chat {
  276. margin: 0;
  277. padding: 0;
  278. }
  279.  
  280. .chat li {
  281. list-style-type: none;
  282. font-size: 8px;
  283. margin-left: 0px;
  284. padding: 3px;
  285. text-transform: uppercase;
  286. }
  287.  
  288. .chat li.odd {
  289. margin-bottom: 1px;
  290. color: {color:Text};
  291. font-size: 8px;
  292. text-transform: uppercase;
  293. }
  294.  
  295. .chat li.even {
  296. margin-bottom: 1px;
  297. color: {color:Text};
  298. font-size: 8px;
  299. text-transform: uppercase;
  300. }
  301.  
  302. .label {
  303. font-weight: none;
  304. }
  305.  
  306.  
  307.  
  308. #navcontainer
  309. {
  310. margin: 0px;
  311. padding: 0px;
  312. text-align: center;
  313. font-size: 10px;
  314. }
  315. #navcontainer { display: inline; }
  316. #navcontainer a
  317. {
  318. text-decoration: none;
  319. padding: .2em 1em;
  320. color: #fff;
  321. font-size: 10px;
  322. }
  323.  
  324.  
  325. #navcontainer a:hover
  326. {
  327. color: #fff;
  328. background-color: #369;
  329. font-size: 10px;
  330. }
  331.  
  332.  
  333. ::-webkit-scrollbar {
  334. height: 30px;
  335. width: 7px;
  336. background: #ffffff;
  337. }
  338. ::-webkit-scrollbar-thumb {
  339. background: {color:Scroll};
  340.  
  341. }
  342. ::-webkit-scrollbar-corner {
  343. background: #ffffff;
  344. }
  345.  
  346.  
  347.  
  348. ol.notes {
  349. padding: 0px;
  350. margin: 25px 0px;
  351. font-size: 8px;
  352. list-style-type: none;
  353.  
  354. }
  355.  
  356. ol.notes li.note {
  357. padding: 2px;
  358. }
  359.  
  360. ol.notes li.note img.avatar {
  361. vertical-align: -4px;
  362. margin-right: 10px;
  363. width: 10px;
  364. height: 10px;
  365. }
  366.  
  367. ol.notes li.note span.action {
  368. font-weight: none;
  369. }
  370.  
  371. ol.notes li.note .answer_content {
  372. font-weight: normal;
  373. }
  374.  
  375. ol.notes li.note blockquote {
  376. border-color: none;
  377. padding: 4px 10px;
  378. margin: 5px 0px 0px 25px;
  379. }
  380.  
  381. ol.notes li.note blockquote a {
  382. text-decoration: none;
  383.  
  384.  
  385.  
  386.  
  387. {CustomCSS}
  388. </style>
  389.  
  390. <center><title>{Title}</title></center>
  391.  
  392. </head>
  393.  
  394.  
  395.  
  396. <body>
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <div style="position: relative; right: 5px; bottom:5px; position: fixed; color: #000; "><a href="http://haffalump.tumblr.com/">theme</a></div>
  404.  
  405. <div class="content">
  406.  
  407.  
  408. {block:Posts}
  409. {block:Odd}
  410.  
  411.  
  412. {block:Text}
  413. <div class="post">
  414. {block:Title}
  415. <h3><a href="{Permalink}">{Title}</a></h3>
  416. {/block:Title}
  417. {Body}
  418. </div>
  419. {/block:Text}
  420.  
  421. {block:Photo}
  422. <div class="post">
  423. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  424. {block:PermalinkPage}{block:Caption}
  425. {Caption}{/block:Caption}{/block:PermalinkPage}
  426. </div>
  427. {/block:Photo}
  428.  
  429. {block:Photoset}
  430. <div class="post">
  431. <center>{Photoset-400}</center>
  432. {block:PermalinkPage}{block:Caption}
  433. {Caption}{/block:Caption}{/block:PermalinkPage}
  434. </div>
  435. {/block:Photoset}
  436.  
  437. {block:Quote}
  438. <div class="post">
  439. <span class="quote">"{Quote}"</span>
  440. {block:Source}
  441. <div class="source">– {Source}</div>
  442. {/block:Source}
  443. </div>
  444. {/block:Quote}
  445.  
  446. {block:Link}
  447. <div class="post">
  448. <a href="{URL}" class="link" {Target}>{Name}</a>
  449. {block:Description}
  450. <div class="description">{Description}</div>
  451. {/block:Description}
  452. </div>
  453. {block:ContentSource}
  454. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  455. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  456. {/block:SourceLogo}
  457. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  458. {/block:ContentSource}
  459. {/block:Link}
  460.  
  461. {block:Chat}
  462. <div class="post">
  463. {block:Title}
  464. <h3><a href="{Permalink}">{Title}</a></h3>
  465. {/block:Title}
  466. <ul class="chat">
  467. {block:Lines}
  468. <li class="{Alt} user_{UserNumber}">
  469. {block:Label}
  470. <span class="label">{Label}</span>
  471. {/block:Label}
  472. {Line}
  473. </li>
  474. {/block:Lines}
  475. </ul>
  476. </div>
  477. {/block:Chat}
  478.  
  479. {block:Video}
  480. <div class="post">
  481. <center>{Video-400}</center>
  482. {block:Caption}
  483. {/block:Caption}
  484. </div>
  485. {/block:Video}
  486.  
  487.  
  488. {block:Audio}
  489. <div class="post">
  490. {AudioPlayerBlack}
  491. {Caption}
  492. </div>
  493. {block:ContentSource}
  494. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  495. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  496. {/block:SourceLogo}
  497. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  498. {/block:ContentSource}
  499. {/block:Audio}
  500.  
  501. <div class="notesandtags">
  502. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  503. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {block:NoteCount}{NoteCount}{/block:NoteCount}</div>
  504. </div>
  505. </div>
  506.  
  507. {PostNotes}
  508.  
  509. {/block:Odd}
  510. {/block:Posts}
  511.  
  512. </div>
  513.  
  514. <div class="content2">
  515. <div style="margin-top: 250px;">
  516.  
  517. {block:Posts}
  518. {block:Even}
  519.  
  520.  
  521. {block:Text}
  522. <div class="post">
  523. {block:Title}
  524. <h3><a href="{Permalink}">{Title}</a></h3>
  525. {/block:Title}
  526. {Body}
  527. </div>
  528. {/block:Text}
  529.  
  530. {block:Photo}
  531. <div class="post">
  532. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  533. {block:PermalinkPage}{block:Caption}
  534. {Caption}{/block:Caption}{/block:PermalinkPage}
  535. </div>
  536. {/block:Photo}
  537.  
  538. {block:Photoset}
  539. <div class="post">
  540. <center>{Photoset-400}</center>
  541. {block:PermalinkPage}{block:Caption}
  542. {Caption}{/block:Caption}{/block:PermalinkPage}
  543. </div>
  544. {/block:Photoset}
  545.  
  546. {block:Quote}
  547. <div class="post">
  548. <span class="quote">"{Quote}"</span>
  549. {block:Source}
  550. <div class="source">– {Source}</div>
  551. {/block:Source}
  552. </div>
  553. {/block:Quote}
  554.  
  555. {block:Link}
  556. <div class="post">
  557. <a href="{URL}" class="link" {Target}>{Name}</a>
  558. {block:Description}
  559. <div class="description">{Description}</div>
  560. {/block:Description}
  561. </div>
  562. {block:ContentSource}
  563. {/block:ContentSource}
  564. {/block:Link}
  565.  
  566. {block:Chat}
  567. <div class="post">
  568. {block:Title}
  569. <h3><a href="{Permalink}">{Title}</a></h3>
  570. {/block:Title}
  571. <ul class="chat">
  572. {block:Lines}
  573. <li class="{Alt} user_{UserNumber}">
  574. {block:Label}
  575. <span class="label">{Label}</span>
  576. {/block:Label}
  577. {Line}
  578. </li>
  579. {/block:Lines}
  580. </ul>
  581. </div>
  582. {/block:Chat}
  583.  
  584. {block:Video}
  585. <div class="post">
  586. <center>{Video-400}</center>
  587. {Caption}
  588. </div>
  589. {/block:Video}
  590.  
  591.  
  592. {block:Audio}
  593. <div class="post">
  594. {AudioPlayerBlack}
  595. {Caption}
  596. </div>
  597. {block:ContentSource}
  598. {/block:ContentSource}
  599. {/block:Audio}
  600.  
  601. <div class="notesandtags">
  602. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  603. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {block:NoteCount}{NoteCount}{/block:NoteCount}</div>
  604. </div>
  605. </div>
  606.  
  607. {PostNotes}
  608.  
  609. {/block:Even}
  610. {/block:Posts}
  611. </div>
  612. </div>
  613.  
  614. <div style="width: 150px; height: 670px; background-image: url({image:Background}); position: fixed; right: 0px; top: 0px;"></div>
  615.  
  616.  
  617. <div style=" position: fixed; left: 25px; top: 170px; ">
  618.  
  619.  
  620. <div style="background-color: #; padding: 20px; position: fixed; left: 25px; top: auto; bottom: auto; width: 170px; "><center><div class="title">{Title}</div> </center></div>
  621.  
  622.  
  623.  
  624.  
  625. <div style="text-align: center;">
  626.  
  627.  
  628. <div class="sidebar">
  629.  
  630.  
  631.  
  632.  
  633.  
  634. <center><p align="center">
  635. <div style="font-size: 7px; ">
  636. <a href="/ask">ask</a>
  637. <a href="/">home</a>
  638. <a href="/archive">archive</a>
  639. <a href="{text:Link1 URL}">{text:Link1}</a>
  640. <a href="{text:Link2 URL}">{text:Link2}</a>
  641. <a href="{text:Link3 URL}">{text:Link3}</a>
  642. </div></center>
  643.  
  644.  
  645. <center><div style="font-size: 7px; color: #000; width: 150px;"><div id=”navcontainer”>
  646. {block:HasPages}
  647. {block:Pages}
  648.  
  649. <a href={URL}>{Label}</a> -
  650.  
  651. {/block:Pages}
  652. {/block:HasPages}</div></div></center>
  653.  
  654.  
  655.  
  656. {block:Description}<p><div class="sidebartransition">{Description}</div>{/block:Description}
  657.  
  658. <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; ">
  659. <p align="center">
  660.  
  661. {block:Pagination}
  662. {block:PreviousPage}
  663. <a href="{PreviousPage}">«</a>
  664. {/block:PreviousPage}
  665.  
  666. {block:JumpPagination length="4"}
  667. {block:CurrentPage}
  668. <span class="current_page">{PageNumber}</span>
  669. {/block:CurrentPage}
  670.  
  671. {block:JumpPage}
  672. <a class="jump_page" href="{URL}">{PageNumber}</a>
  673. {/block:JumpPage}
  674. {/block:JumpPagination}
  675.  
  676. {block:NextPage}
  677. <a href="{NextPage}">»</a>
  678. {/block:NextPage}
  679. {/block:Pagination}
  680.  
  681. </div> </center>
  682.  
  683. </div>
  684.  
  685.  
  686.  
  687. </div>
  688.  
  689.  
  690.  
  691. </div>
  692. </div>
  693.  
  694.  
  695.  
  696. </div>
  697.  
  698. </body>
  699. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement